/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(//pegasus.divi-den.com/wp-content/plugins/pegasus-assistant/js/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(//pegasus.divi-den.com/wp-content/plugins/pegasus-assistant/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(//pegasus.divi-den.com/wp-content/plugins/pegasus-assistant/js/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(//pegasus.divi-den.com/wp-content/plugins/pegasus-assistant/js/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}.pegasus_blog_6.pegasus-blog1-page article {
    box-shadow: 0 30px 70px 0 rgba(29, 29, 29, 0.1);
}

.pegasus_blog_6.pegasus-blog1-page .pagination a:hover {
    opacity: 0.5;
}

.pegasus_blog_6.pegasus-blog1-page .pagination a {
    color: #989bac !important;
    transition: 0.3s;
}

.pegasus-footer4.pegasus-blog1-footer .style-list.et_pb_bg_layout_light li {
    color: #ffdd33 !important;
}

.pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column_3_4 .et_pb_text a:last-child:after {
    display: none !important;
}

.pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column_3_4 .et_pb_text a:after {
    content: "|";
    display: inline-block;
    padding: 0 1.4vw;
    color: #989bac !important;
}

.pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column_3_4 .et_pb_text a {
    display: inline-block;
    position: relative;
    transition: 0.3s;

}

.pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column_3_4 .et_pb_text a:hover {
    color: #000 !important;
}

/*Blog1 Footer*/

.pegasus-blog1-footer-newsletter .et_pb_newsletter .et_pb_newsletter_description {
    margin: 0 !important;
}

.pegasus-blog1-footer-newsletter .et_pb_newsletter_form p {
    padding-bottom: 0 !important;
}


#page-container #main-content .pegasus-blog1-footer-newsletter .et_pb_newsletter_form .et_pb_newsletter_button:after {
    display: inline-block !important;
    position: static !important;
    transition: 0s !important;
    font-size: inherit !important;
}

.pegasus-blog1-footer-newsletter .et_pb_newsletter_form .et_pb_newsletter_button {
    padding: 0 !important;
    position: absolute;
    width: auto !important;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pegasus-blog1-footer-newsletter .et_pb_newsletter_form {
    padding-left: 0 !important;
    width: 100% !important;
}

.pegasus-blog1-footer-newsletter .et_pb_column_2_3 {
    width: 64.3% !important;
    margin-right: 2% !important;
}

.pegasus-blog1-footer-newsletter .et_pb_column_1_3 {
    width: 33.7% !important;
}

.pegasus-blog1-footer-newsletter .et_pb_newsletter p label.et_pb_contact_form_label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    padding-left: 0;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    transform: translate(0, -50%);
}

.pegasus-blog1-footer-newsletter .et_pb_newsletter p.focus label.et_pb_contact_form_label,
.pegasus-blog1-footer-newsletter .et_pb_newsletter p.filled label.et_pb_contact_form_label {
    padding-left: 0;
    transform: translate(40%, -50%);
    opacity: 0;
}

#page-container .pegasus-blog1-footer-newsletter .et_pb_newsletter p:not(.focus):not(.filled) input {
    color: transparent !important;
}

#page-container .pegasus-blog1-footer-newsletter .et_pb_newsletter p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .pegasus-blog1-footer-newsletter .et_pb_newsletter p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .pegasus-blog1-footer-newsletter .et_pb_newsletter p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .pegasus-blog1-footer-newsletter .et_pb_newsletter p input:-moz-placeholder {
    color: transparent !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    #page-container .pegasus-blog1-footer-newsletter .et_pb_row {
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus-blog1-footer-newsletter .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-blog1-footer-newsletter .et_pb_column_1_3 {
        width: 100% !important;
        text-align: center !important;
    }

    .pegasus-blog1-footer-newsletter .et_pb_column_2_3 .et_pb_text {
        text-align: center !important;
    }

    .pegasus-blog1-footer-newsletter .et_pb_column_1_3 .et_pb_newsletter {
        max-width: 500px;
        display: inline-block;
        width: 100%;
    }

    #page-container .pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column_1_4{
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .pegasus-footer4.pegasus-blog1-footer .et_pb_row:last-child .et_pb_column .et_pb_text {
        text-align: center !important;
    }
}





/*Blog 2*/

.pegasus_blog2_page .et_pb_image .et_pb_column_4_4 .et_pb_image_wrap,
.pegasus_blog2_page .et_pb_image .et_pb_column_4_4 .et_pb_image_wrap img{
    display: block !important;
    width: 100% !important;
}

.pegasus_blog2_page .pagination a:hover {
    opacity: 0.5;
}

.pegasus_blog2_page .pagination a {
    color: #989bac !important;
    transition: 0.3s;
}
.pegasus_blog_1 .entry-featured-image-url {
    width: 49.5%;
    margin-right: 6%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}

.pegasus_blog_1 .post_info {
    width: 44%;
    float: left;
}

.pegasus_blog_1 article {
    margin-bottom: 53px;
}


.pegasus_blog_1 article:not(:first-child):nth-child(2n + 3) {
    margin-right: 0 !important;
}

.pegasus_blog_1 article:not(:first-child) {
    width: 48% !important;
    margin-right: 4% !important;
    float: left;
    clear: none !important;

}

.pegasus_blog_1 article:first-child .post-content > p:first-child {
    display: none;
}

.pegasus_blog_1 article:not(:first-child) .post-meta {
    display: none !important;
}

.pegasus_blog_1 article a.more-link {
    transition: 0.3s;
}

.pegasus_blog_1 article:not(:first-child) a.more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pegasus_blog_1 article:first-child .post_info {
    margin-top: 3.3vw !important;
}

.pegasus_blog_1 article:first-child a.more-link:before {
    content: 'Explore';
    display: block;
    padding-bottom: 8px;
}

.pegasus_blog_1 article:first-child a.more-link:after {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4vw;
}

.pegasus_blog_1 article:first-child a.more-link {
    font-size: 18px !important;
    color: #000 !important;
    background-color: #ffdd33 !important;
    font-weight: 400 !important;
    padding: 1.4vw 3.1vw;
    display: inline-block;
    margin-left: -6.1vw;
    position: relative;
}

.pegasus_blog_1 article:hover a:hover.more-link {
    color: #000 !important;
}

.pegasus_blog_1 article:first-child a:hover.more-link {
    color: #ffdd33 !important;
    background-color: #000 !important;
}

.pegasus_blog_1 article:first-child h2.entry-title {
    padding-bottom: 39px;
}

.pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
    width: 53%;
    margin-right: 10%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}

.pegasus_blog_1 article:not(:first-child) .post_info {
    width: 37%;
    float: left;
}

.pegasus_blog_1 article:not(:first-child) h2.entry-title {
    font-size: 18px !important;
    margin-top: 2vw;
}

.pegasus_blog_1 article .post-meta a:hover {
    opacity: 0.5;
}

.pegasus_blog_1 article .post-meta .published {
    margin-left: 8px !important;
}

.pegasus_blog_1 article .post-meta .author a {
    margin-right: 8px !important;
}

.pegasus_blog_1 article:hover .entry-featured-image-url img {
    transform: rotate(3deg) scale(1.1);
}

.pegasus_blog_1 article .entry-featured-image-url img {
    transition: 0.3s;
}

.pegasus_blog_1 article:hover .post-meta,
.pegasus_blog_1 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Blog 2*/

#page-container #main-content .pegasus_blog_2 .et_pb_button_module_wrapper.et_pb_module .et_pb_button {
    padding: 13px 46px!important;
}
.pegasus_blog_2 article:nth-child(2n + 2) {
    margin-right: 0;
}

.pegasus_blog_2 article {
    width: 44%;
    margin-right: 12%;
    float: left;
    padding-left: 99px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_2 article .published .day {
    background: -webkit-linear-gradient(0deg, #fe506c, #fc6a2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    display: inline-block;
    font-weight: 700 !important;
    color: #fe506c;
}

.pegasus_blog_2 article .published .month {
    display: block;
    text-align: center;
    line-height: 100%;
}

.pegasus_blog_2 article .published {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0 30px 70px 0 #e9edf2;
    border-radius: 6px;
    padding: 11px 18px;
}

#page-container .pegasus_blog_2 article:hover h2 a,
#page-container .pegasus_blog_2 article:hover h2 {
    color: #fe506c !important;
}

.pegasus_blog_2 article:hover .post-content,
.pegasus_blog_2 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 3*/

#page-container #main-content .pegasus_blog_3 .et_pb_button_module_wrapper.et_pb_module .et_pb_button {
    padding: 13px 46px!important;
}

.pegasus_blog_3 article:not(:first-child):nth-child(3n)  {
    margin-right: 0 !important;
}

.pegasus_blog_3 article {
    width: 29.3% !important;
    margin-right: 6% !important;
    float: left;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_3 article .published {
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #34dbc5 !important;
}

.pegasus_blog_3 article h2.entry-title {
    display: none !important;
}

.pegasus_blog_3 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.pegasus_blog_3 article .post_info {
    border-radius: 0 6px;
    max-width: 79%;
    margin-top: -4.8vw;
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 2.1vw 1.5vw;
    overflow: hidden;
    transition: 0.3s;
}

.pegasus_blog_3 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}

#page-container .pegasus_blog_3 article .more-link {
    text-transform: capitalize;
    margin-top: 18px;
    color: #34dbc5 !important;
    transform: translate(-60%, 0);
    opacity: 0;
    transition: 0.3s;
}

#page-container .pegasus_blog_3 article:hover .more-link {
    transition-delay: 0.3s;
    transform: translate(0, 0);
    opacity: 1;
}

.pegasus_blog_3 article:hover .post_info {
    transform: translate(0, -40px);
}

.pegasus_blog_3 article:hover .post-meta,
.pegasus_blog_3 article:hover .post-content,
.pegasus_blog_3 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 4*/

.pegasus_blog_4 article:not(:first-child) .post-content,
.pegasus_blog_4 article:not(:first-child) .entry-featured-image-url {
    display: none;
}

.pegasus_blog_4 article:first-child {
    margin-right: 11%;
    float: left;
    width: 48.6%;
    margin-top: 8px;
}

.pegasus_blog_4 article {
    width: 40.4%;
    margin-right: 0;
    float: right;
    clear: none !important;
}

.pegasus_blog_4 article:nth-child(2n+6) {
    float: left;
    margin-left: 0;
    clear: left;
}

.pegasus_blog_4 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
}

.pegasus_blog_4 article:not(:first-child):last-child {
    border-bottom: none !important;
}

.pegasus_blog_4 article:not(:first-child) {
    border-bottom: 1px solid #e6e6e9;
    padding-bottom: 16px;
    margin-bottom: 33px;
}

.pegasus_blog_4 article:first-child .published {
    margin-bottom: 12px !important;
}

.pegasus_blog_4 article:first-child .more-link,
.pegasus_blog_4 article:first-child .published {
    color: #d9f644 !important;
    font-weight: 700 !important;
}

.pegasus_blog_4 article:first-child .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pegasus_blog_4 article:first-child .more-link {
    text-transform: capitalize;
    margin-top: 28px;
}

.pegasus_blog_4 article .more-link:hover,
#page-container .pegasus_blog_4 article:hover h2 {
    opacity: 0.5;
}

.pegasus_blog_4 article:hover .post-meta,
.pegasus_blog_4 article:hover .post-content,
.pegasus_blog_4 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 5*/

.pegasus_blog_5 article:nth-of-type(2n + 2) {
    margin-right: 0 !important;
    margin-top: -4.5vw;
}

.pegasus_blog_5 article {
    width: 45.5% !important;
    margin-right: 9%;
    float: left;
    margin-bottom: 123px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_5 article h2.entry-title {
    display: none !important;
}

.pegasus_blog_5 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pegasus_blog_5 article .more-link {
    text-transform: capitalize;
    margin-top: 28px;
}

.pegasus_blog_5 article .post_info {
    padding-left: 9px !important;
}

.pegasus_blog_5 article .post-meta {
    margin-bottom: 5px !important;
}

#page-container .pegasus_blog_5 article .more-link,
#page-container .pegasus_blog_5 article .published {
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #34dbc5 !important;
}

.pegasus_blog_5 article:hover .entry-featured-image-url img {
    border-radius: 7px;
}

.pegasus_blog_5 article .entry-featured-image-url {
    overflow: hidden;
    border-radius: 6px;
    max-height: 390px;
    margin-bottom: 35px;
    position: relative;
}

.pegasus_blog_5 article .entry-featured-image-url:before {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 100%;
    background-color: #fff;
    mix-blend-mode: lighten;
    top: 50%;
    transition: 0.3s;
    transform: scale(2) translate(0%, -50%);
    opacity: 0;
    /*box-shadow: 0 0 0 500px #fff;*/
    transform-origin: top;
    z-index: 9;
    content: "" !important;
    font-size: 180px;
    text-transform: uppercase;
    font-family: "ETmodules";
    padding-top: 180px;
    padding-bottom: 180px;
}

.pegasus_blog_5 article:hover .entry-featured-image-url:before {
    transform: scale(1) translate(0%, -50%);
    opacity: 1;
}

.pegasus_blog_5 article:hover .entry-featured-image-url {
    box-shadow: 0 30px 70px 0 #e9edf2;
}

.pegasus_blog_5 article:hover .post-meta,
.pegasus_blog_5 article:hover .post-content,
.pegasus_blog_5 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 6*/
.pegasus_blog_6 article .post-meta .published {
    float: right;
}

.pegasus_blog_6 article .post-meta {
    margin-bottom: 39px;
}

.pegasus_blog_6 article {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 30px 70px 0 #e9edf2;
    padding: 38px 40px 51px;
    margin-bottom: 32px;
    display: inline-block;
    width: 49%;
    cursor: pointer;
}

.pegasus_blog_6 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 50px;
    position: relative;
}

.pegasus_blog_6 .et_pb_ajax_pagination_container .gutter_blog_width {
    width: 2%;
}

/*.pegasus_blog_6 .et_pb_ajax_pagination_container {*/
/*-webkit-columns: 2;*/
/*columns: 2;*/
/*column-gap: 30px;*/
/*}*/

#page-container .pegasus_blog_6 article a[rel="category tag"] {
    font-size: 14px !important;
    color: #000 !important;
    text-transform: uppercase;
    background-color: #ffdd33;
    padding: 7px 19px !important;
}

.pegasus_blog_6 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#page-container .pegasus_blog_6 article .more-link:hover {
    opacity: 0.5;
}

#page-container .pegasus_blog_6 article .more-link {
    text-transform: capitalize;
    margin-top: 19px;
    color: #fed500 !important;
}

#page-container .pegasus_blog_6 .pagination {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.pegasus_blog_6 article .entry-featured-image-url:before {
    content: "";
    display: block;
    border: 2px solid #fff !important;
    border-radius: 6px;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.5);
}

.pegasus_blog_6 article .entry-featured-image-url:after {
    content: "$";
    font-family: "ETmodules" !important;
    font-size: 20px;
    position: absolute;
    bottom: 13px;
    background-color: #fff;
    color: #444444;
    border-radius: 50%;
    padding: 4.5px 8px;
    right: 13px;
    transition: 0.3s;
    opacity: 0;
    transform: translate(60px, 0);
}

.pegasus_blog_6 article:hover .entry-featured-image-url:after {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translate(0, 0);
}

.pegasus_blog_6 article:hover .entry-featured-image-url:before {
    opacity: 1;
    transform: scale(1);
}

.pegasus_blog_6 article .text_read_more:before {
    content: "Read More";
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0) translate(0, -50%);
    top: 50%;
    width: 100%;
    text-align: center;
}

.pegasus_blog_6 article:hover .text_read_more:before {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1) translate(0, -50%);
}

.pegasus_blog_6 article:hover .post-meta,
.pegasus_blog_6 article:hover .post-content,
.pegasus_blog_6 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 7*/

.pegasus_blog_7 article:nth-child(2n + 2) {
    margin-right: 0;
}

.pegasus_blog_7 article {
    width: 48.5%;
    margin-right: 2.6%;
    float: left;
    padding-left: 136px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_7 article span.auther_posted {
    display: none !important;
}

.pegasus_blog_7 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#page-container .pegasus_blog_7 article .more-link:hover {
    opacity: 0.5;
}

#page-container .pegasus_blog_7 article .more-link {
    text-transform: capitalize;
    margin-top: 13px;
    color: #00c7fe !important;
    font-weight: 700;
}

#page-container .pegasus_blog_7 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 21px 0 rgba(62, 191, 235, 0.33);
    max-height: 220px;
    margin-bottom: 40px;
    position: relative;
}

#page-container .pegasus_blog_7 article .published {
    position: absolute;
    left: 0;
    top: 29px;

}

#page-container .pegasus_blog_7 article .published .day,
#page-container .pegasus_blog_7 article .published .month {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
}

#page-container .pegasus_blog_7 article .published .day {
    font-weight: 400;
    font-size: 50px !important;
    color: #000 !important;
}

#page-container .pegasus_blog_7 article .published .month {
    font-weight: 600;
    font-size: 18px !important;
    color: #090913 !important;
}

#page-container .pegasus_blog_7 article .author.vcard a{
    line-height: 110%;
}

#page-container .pegasus_blog_7 article .author.vcard {
    position: absolute;
    top: 62px;
    left: 0;
    max-width: 130px;
}

#page-container .pegasus_blog_7 article .post-meta {
    font-size: 0 !important;
    margin: 0 !important;
}

#page-container .pegasus_blog_7 article .entry-featured-image-url:before {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 80%;
    word-spacing: 100px;
    background-color: #fff;
    mix-blend-mode: lighten;
    top: 50%;
    transition: 0.4s;
    transform: scale(2) translate(0%, -50%);
    opacity: 0;
    /*box-shadow: 0 0 0 500px #fff;*/
    transform-origin: top;
    z-index: 9;
    content: "Read More" !important;
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    padding-top: 180px;
    padding-bottom: 180px;
}

#page-container .pegasus_blog_7 article:hover .entry-featured-image-url:before {
    transform: scale(1) translate(0%, -50%);
    opacity: 1;
}

.pegasus_blog_7 article:hover .post-meta,
.pegasus_blog_7 article:hover .post-content,
.pegasus_blog_7 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 70px !important;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        padding: 40px 40px;
    }

    .pegasus_blog_1 article:first-child h2.entry-title {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1390px) {
    .pegasus_blog_5 article {
        margin-bottom: 60px !important;
    }

    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 5vw !important;
    }

    .pegasus_blog_1 article:first-child h2.entry-title {
        padding-bottom: 0px;
    }

    .pegasus_blog_1 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        margin-left: -11vw !important;
    }
}

@media only screen and (max-width: 1050px) {
    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 1vw !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pegasus_blog_1 .et_pb_row,
    #page-container .pegasus_blog_2 .et_pb_row,
    #page-container .pegasus_blog_3 .et_pb_row,
    #page-container .pegasus_blog_4 .et_pb_row,
    #page-container .pegasus_blog_5 .et_pb_row,
    #page-container .pegasus_blog_6 .et_pb_row,
    #page-container .pegasus_blog_7 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2:last-child,
    .pegasus_blog_2 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2,
    .pegasus_blog_2 .et_pb_column_1_2 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pegasus_blog_2 article {
        width: 48%;
        margin-right: 4%;
        padding-left: 88px;
    }

    .pegasus_blog_3 article {
        width: 32% !important;
        margin-right: 2% !important;
    }

    #page-container .pegasus_blog_3 .et_pb_button.et_pb_module {
        padding: 10px 20px !important;
    }

    .pegasus_blog_3 article .post_info {
        max-width: 87%;
    }

    .pegasus_blog_5 article {
        margin-bottom: 40px !important;
    }

    .pegasus_blog_4 article:not(:first-child) {
        margin-bottom: 25px !important;
    }

    .pegasus_blog_4 article:first-child .more-link {
        margin-top: 18px;
    }

    #page-container .pegasus_blog_7 article .entry-featured-image-url {
        margin-bottom: 20px !important;
    }

    .pegasus_blog_1 article .post-meta {
        margin-bottom: 10px;
    }

    .pegasus_blog_1 article:not(:first-child) h2.entry-title {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .pegasus_blog_1 article:not(:first-child) .post_info {
        width: 42%;
    }

    .pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
        width: 53%;
        margin-right: 5%;
    }

    .pegasus_blog_1 .post_info {
        width: 47%;
    }

    .pegasus_blog_1 .entry-featured-image-url {
        margin-right: 3%;
    }

    #page-container .pegasus_blog_7 article .entry-featured-image-url:before {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container #main-content .pegasus_blog_2 .et_pb_button_module_wrapper.et_pb_module .et_pb_button{
        padding: 10px 30px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .pegasus_blog_2 article {
        width: 100%;
        margin-right: 0;

    }

    .pegasus_blog_3 article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .pegasus_blog_3 article .post_info {
        padding: 20px !important;
        margin-top: -50px;
    }

    .pegasus_blog_5 article {
        width: 100% !important;
        margin-right: 0;
    }

    .pegasus_blog_5 article:nth-of-type(2n + 2){
        margin-top: 0 !important;
    }

    .pegasus_blog_5 article .post_info {
        padding-left: 0 !important;
    }

    .pegasus_blog_5 article .entry-featured-image-url {
        margin-bottom: 20px !important;
    }

    .pegasus_blog_5 article .more-link {
        margin-top: 15px;
    }

    .pegasus_blog_4 article:first-child {
        margin-right: 0;
        width: 100%;
        margin-top: 0;
    }

    .pegasus_blog_4 article {
        width: 100%;
    }

    .pegasus_blog_7 article {
        width: 100%;
        margin-right: 0%;
    }

    .pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
        width: 100%;
        margin-right: 0;
    }

    .pegasus_blog_1 article:not(:first-child) .post_info {
        width: 100%;
    }

    .pegasus_blog_1 .post_info {
        width: 100%;
    }

    .pegasus_blog_1 .entry-featured-image-url {
        width: 100%;
    }

    .pegasus_blog_6 .et_pb_ajax_pagination_container {
        height: auto !important;
    }

    .pegasus_blog_6 article {
        width: 100% !important;
        position: static !important;
        padding: 30px;
    }

    .pegasus_blog_6 article .post-meta .published {
        float: none;
        display: block;
        margin-top: 8px;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        padding: 20px 30px;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pegasus_blog_3 .et_pb_button_module_wrapper,
    #page-container .pegasus_blog_2 .et_pb_button_module_wrapper {
        text-align: left !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2,
    .pegasus_blog_2 .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2:first-child,
    .pegasus_blog_2 .et_pb_column_1_2:first-child {
        margin-bottom: 15px !important;
    }

    #page-container .pegasus_blog_7 article .author.vcard a {
        line-height: 100%;
    }

    #page-container .pegasus_blog_7 article .published,
    #page-container .pegasus_blog_7 article .author.vcard {
        max-width: 100px !important;
    }

    .pegasus_blog_7 article {
        padding-left: 110px !important;
    }

    .pegasus_blog_1 article:not(:first-child) {
        width: 100% !important;
        margin-right: 0 !important;
    }
}



.pegasus-blurb16 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb15 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb14 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb13 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb12 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb11 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb10 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb9 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb8 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb7 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb6 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb5 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb4 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb3 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image,.pegasus-blurb1 .et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image{display:block}.pegasus-blurb1 .et_pb_blurb:last-child{margin-right:0 !important}.pegasus-blurb1 .et_pb_blurb{width:14.5%;margin-right:2.6% !important;float:left;padding:30px 29px;overflow:hidden !important}.pegasus-blurb1 .et_pb_blurb img{display:block;width:100%}.pegasus-blurb1 .et_pb_blurb:hover .et_pb_blurb_container{transform:translate(0,100%);opacity:0}.pegasus-blurb1 .et_pb_blurb .et_pb_blurb_container{position:absolute;bottom:22px;z-index:10;transition:.3s;max-width:140px;left:0;right:0;margin:auto;width:100%}.pegasus-blurb1 .et_pb_blurb:hover .et_pb_image_wrap:before{transform:scale(2) translate(0,-29%);opacity:0;top:50%}.pegasus-blurb1 .et_pb_blurb .et_pb_image_wrap:before{display:block !important;font-size:150px;font-family:"ETmodules";position:absolute;left:0;right:0;margin:auto;text-align:center;line-height:100%;background-color:transparent;top:14%;transition:.4s;transform:scale(1) translate(0,0);opacity:1;box-shadow:0 0 0 500px #fff;transform-origin:center center;z-index:9;content:"" !important;width:5.32vw;height:5.32vw;border-radius:50%;max-width:142px;max-height:142px}@media only screen and (min-width:1930px){.pegasus-blurb1 .et_pb_blurb .et_pb_image_wrap:before{width:102px;height:102px}.pegasus-content07 .et_pb_column .et_pb_blurb{bottom:13.6vw}}.pegasus-blurb2 .et_pb_blurb .et_pb_image_wrap img{display:block !important;position:relative;z-index:11}.pegasus-blurb2 .et_pb_blurb .et_pb_image_wrap:before{content:"";display:block;position:absolute;font-size:220px;font-family:ETmodules;line-height:100%;top:42%;left:50%;transform:scale(0) translate(-50%,-50%);margin:auto;color:#fff;transition:.3s;transform-origin:top left}.pegasus-blurb2 .et_pb_blurb .et_pb_main_blurb_image{position:relative;transition:.3s}.pegasus-blurb2 .et_pb_blurb:hover .et_pb_main_blurb_image{background-color:#00c6cc}.pegasus-blurb2 .et_pb_blurb:hover .et_pb_image_wrap:before{transform:scale(1) translate(-50%,-50%)}.pegasus-blurb2 .et_pb_blurb .et_pb_blurb_container h4{display:inline-block;position:relative}.pegasus-blurb2 .et_pb_blurb:hover .et_pb_blurb_container h4{color:#000 !important}.pegasus-blurb2 .et_pb_blurb .et_pb_blurb_container h4:after{content:"";display:block;width:0;height:1px;transition:.3s;margin:0 auto;background-color:#00c6cc}.pegasus-blurb2 .et_pb_blurb:hover .et_pb_blurb_container h4:after{width:100%}.pegasus-blurb3 .et_pb_blurb{transition:.3s}.pegasus-blurb3 .et_pb_blurb:hover{box-shadow:0 30px 70px 0 #d3d7de;z-index:99;position:relative}.pegasus-blurb3 .et_pb_blurb .et_pb_main_blurb_image,.pegasus-blurb3 .et_pb_blurb .et_pb_blurb_container{transition:.3s}.pegasus-blurb3 .et_pb_blurb:hover .et_pb_main_blurb_image{transform:translate(0,5px)}.pegasus-blurb3 .et_pb_blurb:hover .et_pb_blurb_container{transform:translate(0,-10px)}#page-container .pegasus-blurb3 .et_pb_row_inner .et_pb_column_1_4{width:42% !important}#page-container #main-content .pegasus-blurb4 .et_pb_promo .et_pb_button.et_pb_promo_button{padding:.95em 2em 1.1em 2em !important}.pegasus-blurb4 .et_pb_column .et_pb_blurb h4:after{display:block;content:"";width:0;height:1px;background-color:#fe506c;margin:12px auto -12px;transition:.3s}.pegasus-blurb4 .et_pb_column .et_pb_blurb:hover h4:after{transition-delay:.3s;width:35px}.pegasus-blurb4 .et_pb_blurb:hover{z-index:15}.pegasus-blurb4 .et_pb_blurb{overflow:hidden !important}.pegasus-blurb4 .et_pb_blurb,.pegasus-blurb4 .et_pb_blurb .et_pb_blurb_description,.pegasus-blurb4 .et_pb_blurb .et_pb_main_blurb_image,.pegasus-blurb4 .et_pb_blurb .et_pb_blurb_container h4{transition:.3s}.pegasus-blurb4 .et_pb_blurb:hover .et_pb_blurb_description{transform:translate(0,10px)}.pegasus-blurb4 .et_pb_blurb:hover .et_pb_main_blurb_image{transform:translate(0,-10px)}.pegasus-blurb4 .et_pb_blurb:hover .et_pb_blurb_container h4{transform:translate(0,-10px)}.pegasus-blurb5 .et_pb_promo{margin-left:0 !important}.pegasus-blurb5 .et_pb_blurb:hover{z-index:15}.pegasus-blurb5 .et_pb_blurb{overflow:hidden !important}.pegasus-blurb5 .et_pb_blurb,.pegasus-blurb5 .et_pb_blurb .et_pb_main_blurb_image{transition:.3s}.pegasus-blurb5 .et_pb_blurb:hover .et_pb_main_blurb_image{transform:translate(0,-10px)}.pegasus-blurb6 .et_pb_image_wrap img{display:block;width:100%}.pegasus-blurb6 .et_pb_blurb:hover .et_pb_image_wrap{box-shadow:0 30px 70px 0 #e9edf2}.pegasus-blurb6 .et_pb_image_wrap{border-radius:5px !important;overflow:hidden;position:relative;transition:.3s}.pegasus-blurb6 .et_pb_blurb .et_pb_image_wrap:before{display:block !important;position:absolute;left:0;right:0;margin:auto;text-align:center;color:#000;line-height:100%;background-color:#fff;mix-blend-mode:lighten;top:50%;transition:.4s;transform:scale(2) translate(0,-50%);opacity:0;transform-origin:top;z-index:9;content:"view" !important;font-size:72px;text-transform:uppercase;font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-weight:900;padding-top:180px;padding-bottom:180px}.pegasus-blurb6 .et_pb_blurb:hover .et_pb_image_wrap:before{transform:scale(1) translate(0,-50%);opacity:1}.pegasus-blurb7 .et_pb_blurb_container{position:absolute;bottom:18px;left:39px}.pegasus-blurb7 .et_pb_image_wrap img{display:block;width:100%}.pegasus-blurb7 .et_pb_blurb{transition:.3s;overflow:hidden !important}.pegasus-blurb7 .et_pb_blurb:hover{box-shadow:0 8px 15px 0 rgba(254,120,131,0.3)}.pegasus-blurb7 .et_pb_main_blurb_image .image_hover{content:"";display:none;background-image:linear-gradient(90deg,#fe506c 0,#fc6a2a 100%) !important;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;border-radius:6px;transition:0s}.pegasus-blurb8 .et_pb_image_wrap img{display:block;width:100%;border-radius:5px !important}.pegasus-blurb8 .et_pb_image_wrap{border-radius:4px !important;overflow:hidden;position:relative;transition:.3s}.pegasus-blurb8 .et_pb_blurb .et_pb_image_wrap:before{display:block !important;position:absolute;left:0;right:0;margin:auto;text-align:center;color:#000;line-height:100%;background-color:#fff;mix-blend-mode:lighten;top:50%;transition:.4s;transform:scale(2) translate(0,-50%);opacity:0;transform-origin:top;z-index:9;content:"" !important;font-size:160px;text-transform:uppercase;font-family:"ETmodules";padding-top:180px;padding-bottom:180px}.pegasus-blurb8 .et_pb_blurb:hover .et_pb_image_wrap:before{transform:scale(1) translate(0,-50%);opacity:1}.pegasus-blurb8 .et_pb_blurb:hover .et_pb_image_wrap{box-shadow:0 30px 70px 0 #e9edf2}.pegasus-blurb8 .et_pb_blurb .et_pb_blurb_container{position:relative;z-index:10}#page-container #main-content .pegasus-blurb8 .et_pb_button_module_wrapper .et_pb_button:before{font-size:inherit !important}.pegasus-blurb10 .et_pb_blurb{transition:.3s}.pegasus-blurb10 .et_pb_blurb:hover{box-shadow:0 30px 70px 0 #c4c8cf}.pegasus-blurb10 .et_pb_column .et_pb_blurb h4:after{display:block;content:"";width:0;height:1px;background-color:#757a90;margin:20px auto -20px;transition:.3s}.pegasus-blurb10 .et_pb_column .et_pb_blurb:hover h4:after{transition-delay:.3s;width:35px}.pegasus-blurb10 .et_pb_column .et_pb_blurb .et_pb_blurb_container h4{transition:.3s;transition-delay:.3s}.pegasus-blurb10 .et_pb_column .et_pb_blurb .et_pb_image_wrap{transition:.3s;transition-delay:.3s}.pegasus-blurb10 .et_pb_column .et_pb_blurb:hover .et_pb_image_wrap{transition-delay:0s;transform:translate(0,-10px)}.pegasus-blurb10 .et_pb_column .et_pb_blurb:hover .et_pb_blurb_container h4{transition-delay:0s;transform:translate(0,-20px)}.pegasus-blurb11 .et_pb_blurb .et_pb_image_wrap img{display:inline-block !important;position:relative;z-index:11;transition:.3s}.pegasus-blurb11 .et_pb_blurb .et_pb_image_wrap:before{content:"";display:block;position:absolute;font-size:292px;font-family:ETmodules;line-height:100%;top:36%;left:50%;transform:scale(0) translate(-50%,-50%);margin:auto;color:#fff;transition:.3s;transform-origin:top left}.pegasus-blurb11 .et_pb_blurb{position:relative;transition:.3s}.pegasus-blurb11 .et_pb_blurb .et_pb_blurb_container{position:relative;transition:.3s}.pegasus-blurb11 .et_pb_blurb:hover{background-color:#757a90;box-shadow:0 30px 70px 0 #e9edf2}.pegasus-blurb11 .et_pb_blurb:hover .et_pb_image_wrap:before{transform:scale(1) translate(-50%,-50%)}.pegasus-blurb11 .et_pb_blurb:hover .et_pb_blurb_container{transform:translate(0,-3px)}.pegasus-blurb11 .et_pb_blurb:hover .et_pb_image_wrap img{transform:translate(0,12px)}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(3n+4),body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(3n+3){margin-right:0 !important}.pegasus-blurb13 .et_pb_blurb{width:30.5% !important;margin-right:4.2% !important;float:left;margin-bottom:28px !important}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(6){margin-top:-40px}body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(5){margin-top:-40px}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(4),body.et-fb .pegasus-blurb13 .et_pb_blurb.et-first-child{margin-top:40px}body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:first-child,body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-of-type(3){margin-top:40px}.pegasus-blurb13 .et_pb_blurb:hover{box-shadow:0 0 20px 0 rgba(0,198,253,0.27)}.pegasus-blurb13 .et_pb_column .et_pb_blurb h4:after{display:block;content:"";width:0;height:1px;background-color:#00c6fd;margin:10px auto -10px;transition:.3s}.pegasus-blurb13 .et_pb_column .et_pb_blurb:hover h4:after{transition-delay:.3s;width:35px}.pegasus-blurb13 .et_pb_column .et_pb_blurb .et_pb_image_wrap{transition:.3s;transition-delay:.3s}.pegasus-blurb13 .et_pb_column .et_pb_blurb:hover .et_pb_image_wrap{transition-delay:0s;transform:translate(0,-15px)}.pegasus-blurb13 .et_pb_column .et_pb_blurb .et_pb_blurb_container h4{transition:.3s;transition-delay:.3s}.pegasus-blurb13 .et_pb_column .et_pb_blurb:hover .et_pb_blurb_container h4{transition-delay:0s;transform:translate(0,-10px)}#page-container #main-content .pegasus-blurb13 .et_pb_button_module_wrapper .et_pb_button:before{font-size:inherit !important}.pegasus-blurb14 .et_pb_column_1_3{transition:.3s}.pegasus-blurb14 .et_pb_column_1_3:hover{box-shadow:0 4px 70px 0 rgba(86,103,146,0.1)}#page-container .pegasus-blurb14 .et_pb_column_1_3:hover .et_pb_button_module_wrapper a.et_pb_button{color:#fff !important;background:#0082ae !important;border-color:#0082ae !important}.pegasus-blurb15 .et_pb_blurb{overflow:hidden !important;position:relative}.pegasus-blurb15 .et_pb_blurb .et_pb_blurb_content{z-index:11}.pegasus-blurb15 .et_pb_blurb .et_pb_image_wrap img{display:block}.pegasus-blurb15 .et_pb_blurb .et_pb_image_wrap{display:inline-block;background-color:#fff;border-radius:50%;padding:19px}.pegasus-blurb15 .et_pb_blurb .image_hover{content:"";display:none;background-color:#fe506c;position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;border-radius:6px;transition:0s}@media only screen and (min-width:1930px){#page-container .pegasus-blurb3 .et_pb_row .et_pb_column_1_2:first-child{padding-top:210px !important}}@media only screen and (max-width:1500px){.pegasus-blurb4 .et_pb_blurb{width:50% !important;max-width:100% !important}}@media only screen and (max-width:1390px){.pegasus-blurb1 .et_pb_row{width:90% !important}#page-container .pegasus-blurb3 .et_pb_row_inner{margin-left:0 !important}#page-container .pegasus-blurb3 .et_pb_blurb{width:auto !important;margin-left:0 !important;margin-right:0 !important}#page-container .pegasus-blurb3 .et_pb_row{width:90% !important}.pegasus-blurb4 .et_pb_blurb:nth-child(3){left:-26px}.pegasus-blurb4 .et_pb_blurb:nth-child(2){left:0}.pegasus-blurb4 .et_pb_blurb:first-child{left:245px}#page-container .pegasus-blurb4 .et_pb_blurb{max-width:220px !important;padding:30px 13px !important}.pegasus-blurb4 .et_pb_row .et_pb_column_1_2:first-child{padding-right:3% !important}.pegasus-blurb4 .et_pb_row{width:90% !important}.pegasus-blurb4 .et_pb_promo .et_pb_promo_description{padding-bottom:30px !important}.pegasus-blurb9 .et_pb_row .et_pb_blurb{padding-top:38px !important}.pegasus-blurb5 .et_pb_row,.pegasus-blurb16 .et_pb_row,.pegasus-blurb15 .et_pb_row,.pegasus-blurb14 .et_pb_row,.pegasus-blurb13 .et_pb_row,.pegasus-blurb12 .et_pb_row,.pegasus-blurb11 .et_pb_row,.pegasus-blurb10 .et_pb_row,.pegasus-blurb9 .et_pb_row{width:90% !important}.pegasus-blurb11 .et_pb_row .et_pb_blurb{padding:25px !important}.pegasus-blurb11 .et_pb_blurb:hover .et_pb_image_wrap img{transform:translate(0,14px)}.pegasus-blurb5 .et_pb_row .et_pb_blurb:nth-child(3){left:50px}.pegasus-blurb5 .et_pb_row .et_pb_blurb:first-child{left:285px}.pegasus-blurb5 .et_pb_row .et_pb_blurb{max-width:175px !important}}@media only screen and (max-width:1390px) and (min-width:981px){.pegasus-blurb2 .et_pb_blurb .et_pb_main_blurb_image{padding:40px !important}.pegasus-blurb2 .et_pb_blurb .et_pb_image_wrap:before{font-size:17vw !important}.pegasus-blurb2 .et_pb_row{width:90% !important}.pegasus-blurb2 .et_pb_column_1_4:last-child{margin-right:0 !important}.pegasus-blurb2 .et_pb_column_1_4{width:22% !important;margin-right:4% !important}.pegasus-blurb6 .et_pb_blurb .et_pb_image_wrap:before{font-size:48px !important}}@media only screen and (max-width:980px){.pegasus-blurb1 .et_pb_blurb:nth-child(3n+3){margin-right:0 !important}.pegasus-blurb1 .et_pb_blurb{width:32%;margin-right:2% !important;margin-bottom:2% !important}.pegasus-blurb1 .et_pb_blurb .et_pb_image_wrap:before{width:19vw;height:19vw;max-width:100%;max-height:100%}.pegasus-blurb1 .et_pb_blurb .et_pb_blurb_container{bottom:32px}#page-container .pegasus-blurb3 .et_pb_row_inner{overflow:visible !important}#page-container .pegasus-blurb3 .et_pb_row_inner .et_pb_column_1_4 .et_pb_blurb{padding-top:30px !important}#page-container .pegasus-blurb3 .et_pb_row_inner .et_pb_column_1_4{width:47.2% !important}.pegasus-blurb4 .et_pb_promo .et_pb_promo_description{max-width:100% !important}.pegasus-blurb15 .et_pb_row,.pegasus-blurb6 .et_pb_row{overflow:visible !important}.pegasus-blurb8 .et_pb_column_1_2:last-child,.pegasus-blurb7 .et_pb_column_1_2:last-child{margin-right:0 !important}.pegasus-blurb8 .et_pb_column_1_2,.pegasus-blurb7 .et_pb_column_1_2{width:48% !important;margin-right:4% !important}.pegasus-blurb8 .et_pb_column_1_3:last-child,.pegasus-blurb7 .et_pb_column_1_3:last-child{margin-right:0 !important}.pegasus-blurb8 .et_pb_column_1_3,.pegasus-blurb7 .et_pb_column_1_3{width:32% !important;margin-right:2% !important}.pegasus-blurb7 .et_pb_blurb_container{bottom:15px;left:20px}.pegasus-blurb8 .et_pb_blurb .et_pb_image_wrap:before{font-size:100px}.pegasus-blurb9 .et_pb_row{overflow:visible}.pegasus-blurb9 .et_pb_row .et_pb_blurb{padding:38px !important}.pegasus-blurb11 .et_pb_row:last-child .et_pb_column_1_4:last-child,.pegasus-blurb11 .et_pb_row:last-child .et_pb_column_1_4:nth-last-child(2),.pegasus-blurb10 .et_pb_row .et_pb_column_1_4:last-child,.pegasus-blurb10 .et_pb_row .et_pb_column_1_4:nth-last-child(2){margin-bottom:0 !important}.pegasus-blurb11 .et_pb_row .et_pb_column_1_4,.pegasus-blurb10 .et_pb_row .et_pb_column_1_4{margin-bottom:30px !important}.pegasus-blurb11 .et_pb_row,.pegasus-blurb10 .et_pb_row{overflow:visible !important}.pegasus-blurb11 .et_pb_row .et_pb_blurb{max-width:100% !important}.pegasus-blurb12 .et_pb_column_4_4{display:block !important;text-align:center}.pegasus-blurb12 .et_pb_column_4_4 .et_pb_blurb:nth-child(3n+3){margin-right:0 !important}.pegasus-blurb12 .et_pb_column_4_4 .et_pb_blurb{width:31% !important;margin-right:2% !important;float:none;display:inline-block}.pegasus-blurb16 .et_pb_column_1_3:last-child,.pegasus-blurb14 .et_pb_column_1_3:last-child{margin-right:0 !important}.pegasus-blurb14 .et_pb_column_1_3 .et_pb_blurb_container H4{margin-bottom:0 !important}.pegasus-blurb16 .et_pb_column_1_3{width:32% !important;margin-right:2% !important}.pegasus-blurb14 .et_pb_column_1_3{width:32% !important;margin-right:2% !important;padding:30px !important}.pegasus-blurb4 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo h2,.pegasus-blurb4 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo .et_pb_promo_description,.pegasus-blurb4 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo .et_pb_button_wrapper,.pegasus-blurb5 .et_pb_row .et_pb_column_1_2:first-child .et_pb_text,.pegasus-blurb5 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo h2,.pegasus-blurb5 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo .et_pb_promo_description,.pegasus-blurb5 .et_pb_row .et_pb_column_1_2:first-child .et_pb_promo .et_pb_button_wrapper{text-align:center !important}.pegasus-blurb4 .et_pb_row .et_pb_column_1_2:last-child,.pegasus-blurb5 .et_pb_row .et_pb_column_1_2:last-child{margin:0 auto !important;float:none;clear:both}.pegasus-blurb4 .et_pb_blurb:first-child{left:52%}.pegasus-blurb5 .et_pb_blurb,.pegasus-blurb4 .et_pb_blurb{width:49% !important}.pegasus-blurb5 .et_pb_row .et_pb_blurb,#page-container .pegasus-blurb4 .et_pb_blurb{max-width:100% !important}.pegasus-blurb5 .et_pb_row .et_pb_blurb:nth-child(2){left:0}.pegasus-blurb5 .et_pb_row .et_pb_blurb:first-child{left:51%}.pegasus-blurb5 .et_pb_row .et_pb_blurb:nth-child(3){left:-25px}}@media only screen and (max-width:767px){.pegasus-blurb1 .et_pb_blurb{width:45%;margin-right:10% !important;margin-bottom:10% !important}.pegasus-blurb1 .et_pb_blurb:nth-child(3n+3){margin-right:10% !important}.pegasus-blurb1 .et_pb_blurb:nth-child(2n+2){margin-right:0 !important}.pegasus-blurb1 .et_pb_blurb .et_pb_image_wrap:before{width:28vw;height:28vw}.pegasus-blurb6 .et_pb_blurb .et_pb_main_blurb_image{max-width:100% !important;padding:0 !important}.pegasus-blurb8 .et_pb_column_1_2 .et_pb_button_module_wrapper,.pegasus-blurb7 .et_pb_column_1_2 .et_pb_button_module_wrapper{text-align:left !important;margin-top:20px}.pegasus-blurb8 .et_pb_column_1_2,.pegasus-blurb8 .et_pb_column_1_3,.pegasus-blurb7 .et_pb_column_1_2,.pegasus-blurb7 .et_pb_column_1_3{width:100% !important;margin-right:0 !important}.pegasus-blurb8 .et_pb_blurb .et_pb_blurb_content,.pegasus-blurb7 .et_pb_blurb .et_pb_blurb_content{max-width:100% !important}.pegasus-blurb7 .et_pb_blurb_container{bottom:20px;left:30px}.pegasus-blurb8 .et_pb_column_1_2 .et_pb_button_module_wrapper .et_pb_button{padding-top:0 !important}.pegasus-blurb13 .et_pb_blurb{width:48% !important;margin-right:4% !important}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(3n+5),body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(3n+3){margin-right:4% !important}body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(2n+2){margin-right:0 !important}body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:first-child,body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(3){margin-top:0}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(5),body.et-fb .pegasus-blurb13 .et_pb_blurb.et-first-child{margin-top:0}body.et-fb .pegasus-blurb13 .et_pb_blurb:nth-child(5),body:not(.et-fb) .pegasus-blurb13 .et_pb_blurb:nth-child(5){margin-top:0}.pegasus-blurb14 .et_pb_column_1_3 .et_pb_blurb_content{max-width:100% !important}.pegasus-blurb14 .et_pb_column_1_3{width:100% !important;margin-right:0 !important;padding:30px !important}}@media only screen and (max-width:480px){#page-container .pegasus-blurb1 .et_pb_blurb{width:100%;margin:0 auto 30px !important;max-width:280px;float:none}.pegasus-blurb1 .et_pb_blurb .et_pb_image_wrap:before{width:200px;height:200px}#page-container .pegasus-blurb3 .et_pb_row_inner .et_pb_column_1_4{width:100% !important;padding-top:0 !important;margin-right:0 !important;margin-bottom:0 !important}.pegasus-blurb11 .et_pb_row:last-child .et_pb_column_1_4:nth-last-child(2),.pegasus-blurb10 .et_pb_row .et_pb_column_1_4:nth-last-child(2){margin-bottom:30px !important}.pegasus-blurb12 .et_pb_column_4_4 .et_pb_blurb:nth-child(3n+3){margin-right:2% !important}.pegasus-blurb12 .et_pb_column_4_4 .et_pb_blurb:nth-child(2n+2){margin-right:0 !important}.pegasus-blurb12 .et_pb_column_4_4 .et_pb_blurb{width:47% !important;margin-right:4% !important}.pegasus-blurb13 .et_pb_blurb{width:100% !important;margin-right:0 !important}#page-container .pegasus-blurb15 .et_pb_row .et_pb_column_1_4{width:100% !important;margin-bottom:30px !important;margin-right:0 !important}.pegasus-blurb16 .et_pb_column_1_3{width:100% !important;margin-right:0 !important}.pegasus-blurb5 .et_pb_row .et_pb_blurb,#page-container .pegasus-blurb4 .et_pb_blurb{position:static !important;width:100% !important;z-index:1 !important;margin-bottom:30px !important;float:left}.pegasus-blurb5 .et_pb_row .et_pb_blurb:last-child,.pegasus-blurb4 .et_pb_blurb:last-child{margin-bottom:0 !important}}.pegasus-cta2 .et_pb_promo .et_pb_promo_description p {
    max-width: 610px;
    margin: 0 auto;
}




body #page-container .pegasus-cta5 .et_pb_button{
    text-align: center;
}

#page-container .pegasus-cta4 .et_pb_button_module_wrapper .et_pb_button{
    position: absolute !important;
}
#page-container .pegasus-cta4 .et_pb_image_wrap,
#page-container .pegasus-cta4 .et_pb_image_wrap img{
    display: block !important;
    width: 100% !important;
}

body #page-container #main-content .pegasus-cta8 .et_pb_button:before{
    position: static !important;
    margin-left: 0 !important;
    margin-right: 13px;
    transition: 0s !important;
    font-size: inherit !important;
}



#page-container #main-content .pegasus-cta6 .et_pb_button_module_wrapper .et_pb_button:after{
    font-size: inherit !important;
}

#page-container #main-content .pegasus-cta1 .et_pb_promo .et_pb_button.et_pb_promo_button {
    padding: 0.6em 1.6em 0.7em 1.95em!important;
}


@media only screen and (min-width: 1930px) {
    #page-container .pegasus-cta1 .et_pb_row {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    body #page-container .pegasus-cta4 .et_pb_button{
        right: 330px !important;
    }
}
@media only screen and (max-width: 1390px) {
    .pegasus-cta2 .et_pb_row {
        width: 90% !important;
    }

    body #page-container .pegasus-cta6 .et_pb_row{
        padding: 30px !important;
    }

    body #page-container .pegasus-cta6 .et_pb_row,
    body #page-container .pegasus-cta5 .et_pb_row{
        width: 90% !important;
    }

    body #page-container .pegasus-cta5 .et_pb_button{
        padding: 10px 10px !important;
        width: 100%;
    }

    body #page-container .pegasus-cta6 .et_pb_column_2_3{
        padding-top: 0 !important;
    }
    body #page-container .pegasus-cta6 .et_pb_button {
        padding: 30px 63px 30px 30px !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus-cta2 .et_pb_promo .et_pb_promo_description {
        margin-bottom: 20px !important;
    }

    .pegasus-cta3 .et_pb_promo .et_pb_promo_description h2 {
        margin-bottom: 0 !important;
    }

    .pegasus-cta8 .et_pb_promo .et_pb_promo_description h2{
        margin-bottom: 0 !important;
    }
    .pegasus-cta8 .et_pb_promo .et_pb_promo_description,
    .pegasus-cta3 .et_pb_promo .et_pb_promo_description,
    .pegasus-cta1 .et_pb_promo .et_pb_promo_description {
        margin-bottom: 0 !important;
    }

    #page-container .pegasus-cta1 .et_pb_row {
        width: 90% !important;
    }

    body #page-container .pegasus-cta5 .et_pb_text,
    body #page-container .pegasus-cta5 .et_pb_button_module_wrapper{
        text-align: center !important;
    }

    body #page-container .pegasus-cta5 .et_pb_button {
        padding: 10px 20px !important;
        width: auto;
    }

    body #page-container .pegasus-cta6 .et_pb_button_module_wrapper,
    body #page-container .pegasus-cta6 .et_pb_promo .et_pb_promo_description h2,
    body #page-container .pegasus-cta6 .et_pb_promo .et_pb_promo_description p{
        text-align: center !important;
    }

    body #page-container .pegasus-cta6 .et_pb_button {
        padding: 30px 92px 30px 30px !important;
        text-align: left;
        width: auto;
    }

    body #page-container #main-content .pegasus-cta4 .et_pb_button:after{
        right: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pegasus-cta3 .et_pb_promo .et_pb_button.et_pb_promo_button,
    #page-container .pegasus-cta2 .et_pb_promo .et_pb_button.et_pb_promo_button {
        padding: 10px 30px !important;
    }

    #page-container .pegasus-cta4 .et_pb_button.et_pb_module {
        right: 30px;
        bottom: -52px;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pegasus-cta4 .et_pb_button.et_pb_module {
        padding: 15px 75px 15px 20px !important;
        bottom: -40px;
    }

    #page-container .pegasus-cta4 .et_pb_button.et_pb_module:before {
        margin: 0 !important;
    }

    body #page-container .pegasus-cta6 .et_pb_button {
        padding: 20px 70px 20px 20px !important;
    }
}
.pegasus_form_1 .et_pb_newsletter p label.et_pb_contact_form_label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 0;
    padding-left: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    height: 100%;
    padding-top: 10px;
}

.pegasus_form_1 .et_pb_newsletter, .pegasus_form_1 .et_pb_newsletter form {
    width: 100%;
    padding: 0 !important;
}

.pegasus_form_1 .et_pb_newsletter_form input[type="text"], .et_pb_newsletter_form input[type="password"], 
.pegasus_form_1 .et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"], 
.pegasus_form_1 .et_pb_newsletter_form textarea, 
.pegasus_form_1 .et_pb_newsletter_form p.et_pb_newsletter_field textarea, 
.pegasus_form_1 .et_pb_newsletter_form select {
    background: transparent !important;
    padding: 20px 10px!important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_fields > * {
    flex-basis: auto;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_description {
    display: none;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form p {
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
    min-width: 28%;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_button_wrap {  min-width: 30%;}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button span.et_pb_newsletter_button_text {
    display: inline-block;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

body #page-container .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button {
    padding: 32px 5px!important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button:after {
    display: none !important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button:hover {
    opacity: 1;
}

.pegasus_form_1 .et_pb_newsletter input::input-placeholder {
    color: transparent !important;
}

.pegasus_form_1 .et_pb_newsletter input::-webkit-input-placeholder {
    color: transparent !important;
}

.pegasus_form_1 .et_pb_newsletter input:-moz-placeholder {
    color: transparent !important;
}

.pegasus_form_1 .et_pb_newsletter input::-moz-placeholder {
    color: transparent !important;
}

.pegasus_form_1 .et_pb_newsletter input:-ms-input-placeholder {
    color: transparent !important;
}

/*Hover effects*/

.pegasus_form_1 .et_pb_newsletter p label:before {
    border-top: 3px solid #fff;
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -6px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -6px, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.pegasus_form_1 .et_pb_newsletter p label:after {
    z-index: -1;
    background: #fff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.pegasus_form_1 .et_pb_newsletter p label:after,
.pegasus_form_1 .et_pb_newsletter p label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.pegasus_form_1 .et_pb_newsletter .filled label,
.pegasus_form_1 .et_pb_newsletter p input:focus + label {
    color: transparent !important;
}

.pegasus_form_1 .et_pb_newsletter p input:focus + label::before,
.pegasus_form_1 .et_pb_newsletter p.filled label::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.pegasus_form_1 .et_pb_newsletter p input:focus + label::after,
.pegasus_form_1 .et_pb_newsletter p.filled label::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.pegasus_form_1 .et_pb_newsletter p.filled,
.pegasus_form_1 .et_pb_newsletter p.focus {
    border-radius: 6px !important;
    overflow: hidden;
}

.pegasus_form_1 .et_pb_newsletter .filled input,
.pegasus_form_1 .et_pb_newsletter input:focus {
    font-size: 16px;
    font-weight: 400;
}

.pegasus_form_1 .et_pb_newsletter .filled input {
    color: #2c2c2c !important;
}

.pegasus_form_1 .et_pb_newsletter input:focus {
    color: #2c2c2c !important;
}

/*Feedburner Form*/

.pegasus_form_1 .et_pb_feedburner_form form {
    width: 100% !important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:nth-child(2) {
    margin-right: 0 !important;
    height: 100%;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p button.et_pb_newsletter_button {
    position: static !important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:first-child {
    width: 61% !important;
}

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p {
    width: 35.3%;
    margin-right: 2%;
    vertical-align: top;
}

/*aweber Form*/

.pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form[data-service="aweber"] p:nth-child(4) {
    width: 23% !important;
    margin-right: 0 !important;
}

/*result*/

.pegasus_form_1 .et_pb_newsletter_result h2 {
    color: #14bf0a !important;
}

.pegasus_form_1 .et_pb_newsletter_result {
    text-align: right !important;
    width: 100% !important;
    color: #14bf0a !important;
}

.pegasus_form_1 .et_pb_newsletter_form[data-service="aweber"] .et_pb_newsletter_result {
    font-size: 16px;
    padding: 10px 10px 10px 0;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

    #page-container .pegasus_form_1 .et_pb_row {
        width: 90%;
    }

    #page-container .pegasus_form_1 .et_pb_column_3_4 {
        padding-top: 0 !important;
    }

    body #page-container .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button {
        padding: 24px 5px !important;
    }

    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form p:nth-child(5) {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    #page-container .pegasus_form_1 .et_pb_promo_description h2 {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:first-child, .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form p:not(:nth-child(6)) {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form {
        display: block !important;
    }

    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form[data-service="aweber"] p:nth-child(4),
    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:nth-child(2),
    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_form p:nth-child(6) {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button span.et_pb_newsletter_button_text {
        display: inline-block;
        top: auto;
        position: relative;
        transform: translate(0, 0);
    }

    #page-container .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button {
        height: auto;
        position: static;
        width: 100%;
    }

    body #page-container .pegasus_form_1 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button {
        padding: 14px 5px !important;
    }
}

/*Form 2*/
body #page-container #main-content .pegasus_form_2 .et_pb_contact_form_container .et_pb_button{
    padding: 15px 44px!important;
}
#page-container .pegasus_form_2 .et_pb_column_1_3 .et_pb_blurb:last-child a {
    display: block !important;
}

#page-container .pegasus_form_2 .et_pb_column_1_3 .et_pb_blurb a {
    color: inherit !important;

}

#page-container .pegasus_form_2 .et_pb_column_1_3 .et_pb_blurb a:hover {
    opacity: 0.5;
}

#page-container .pegasus_form_2 .et_pb_column_1_3 .et_pb_blurb p {
    padding-bottom: 4px !important;
}

/*Form*/

#page-container .pegasus_form_2 .et_pb_contact_form p.et_pb_contact_field:last-of-type {
    margin-bottom: 20px !important;
}

#page-container .pegasus_form_2 .et_pb_contact_form p.et_pb_contact_field {
    padding-left: 0 !important;
    margin-bottom: 26px !important;
    position: relative;
}

#page-container .pegasus_form_2 .et_pb_contact_form p.filled.et_pb_contact_field:after,
#page-container .pegasus_form_2 .et_pb_contact_form p.focus.et_pb_contact_field:after {
    width: 100%;
}

#page-container .pegasus_form_2 .et_pb_contact_form p.et_pb_contact_field:after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    background-color: #00c7cc;
    position: absolute;
    bottom: 0;
    transition: 0.4s;
}

#page-container .pegasus_form_2 .et_contact_bottom_container {
    margin-top: 0;
    float: left;
}

#page-container .pegasus_form_2 .et_pb_contact_form {
    margin-left: 0;
}

.pegasus_form_2 .et_pb_contact_form p:not([data-type=checkbox]):not([data-type=radio]):not([data-type=select]) label.et_pb_contact_form_label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 0;
    padding-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    height: 100%;
    padding-top: 17px;
}

.pegasus_form_2 .et_pb_contact_form p label.et_pb_contact_form_label, .pegasus_form_2 .et_pb_contact_form .et_pb_contact_field_options_title {
    color: #989bac !important;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#page-container .pegasus_form_2 .et_pb_contact_form .input[type="checkbox"]+label i, 
#page-container .pegasus_form_2 .et_pb_contact_form .input[type="radio"]+label i {
    border-width: 1px;
    border-color:#989bac;
}

#page-container .pegasus_form_2 .et_pb_contact_form .input[type="checkbox"]:checked+label i:before {
    color: #00c7cc;
}
#page-container .pegasus_form_2 .et_pb_contact_form .input[type="radio"]:checked+label i:before {
    background-color: #00c7cc;
}

#page-container .pegasus_form_2 .et_pb_contact_form .input[type="checkbox"]:checked+label i,
#page-container .pegasus_form_2 .et_pb_contact_form .input[type="radio"]:checked+label i {
    border-color:#00c7cc;
}



#page-container .pegasus_form_2 .et_pb_contact_form p textarea::-webkit-input-placeholder,
#page-container .pegasus_form_2 .et_pb_contact_form p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .pegasus_form_2 .et_pb_contact_form p textarea::-moz-placeholder,
#page-container .pegasus_form_2 .et_pb_contact_form p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .pegasus_form_2 .et_pb_contact_form p textarea:-ms-input-placeholder,
#page-container .pegasus_form_2 .et_pb_contact_form p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .pegasus_form_2 .et_pb_contact_form p textarea:-moz-placeholder,
#page-container .pegasus_form_2 .et_pb_contact_form p input:-moz-placeholder {
    color: transparent !important;
}

.pegasus_form_2 .et_pb_contact_form p.filled label.et_pb_contact_form_label,
.pegasus_form_2 .et_pb_contact_form p.focus label.et_pb_contact_form_label {
    transform: translate(70%, 0);
    opacity: 0;
}

/* checkboxes */

#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=checkbox],
#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=radio],
#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=select] {
    width: 100%;
}

#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=checkbox]:after,
#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=radio]:after,
#page-container .pegasus_form_2 .et_pb_contact_form p[data-type=select]:after  {
    display: none !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    #page-container .pegasus_form_2 .et_pb_row {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pegasus_form_2 .et_pb_row .et_pb_column_1_3 {
        padding: 30px !important;
    }
}
.contact-page-banner .et_pb_bottom_inside_divider{
    z-index: 9 !important;
    bottom: -1px !important;
    background-size: 49% 158px !important;
}

.contact-page-banner.section_has_divider .et_pb_row {
    z-index: unset !important;
}

.contact-page-banner .et_pb_image .et_pb_image_wrap,
.contact-page-banner .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.contact-page-banner .et_pb_button_module_wrapper {
    display: inline-block;
}

.contact_page_map .et_pb_map {
    height: 600px !important;
    border-radius: 10px !important;
}

.contact_page_footer .et_pb_promo p {
    padding-bottom: 0 !important;
}

.contact_page_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.contact_page_footer .et_pb_promo a {
    color: inherit !important;
    margin-bottom: 4px !important;
    display: block;
    transition: 0.3s;
}

.contact_page_footer .et_pb_column_1_4 .et_pb_blurb_container{
    padding-left: 0 !important;
}

.contact_page_footer .et_pb_column_1_4 .et_pb_blurb a:hover{
    opacity: 0.5;
}

.contact_page_footer .et_pb_column_1_4:last-child{
    margin-right: 0 !important;
    margin-left: 4.5%;
    width: 30% !important;
}
.contact_page_footer .et_pb_column_3_4 .et_pb_text a:last-child{
    margin-right: 0;
}
.contact_page_footer .et_pb_column_3_4 .et_pb_text a:hover{
    opacity: 0.5;
}
.contact_page_footer .et_pb_column_3_4 .et_pb_text a{
    margin-right: 40px;
}
.contact_page_footer .et_pb_column_3_4 {
    width: 78.7% !important;
}
.contact_page_footer .et_pb_column_1_4 {
    width: 19.3% !important;
    margin-right: 2% !important;
}


/*Responsive*/

@media only screen and (max-width: 1390px) {
    .contact_page_footer .et_pb_row,
    .contact_page_map .et_pb_row{
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    .contact-page-banner .et_pb_bottom_inside_divider{
        background-size: 50% 110px !important;
        height: 110px !important;
    }

    .contact_page_map .et_pb_map {
        height: 380px !important;
    }

    .contact_page_footer .et_pb_column_1_4:last-child{
        margin-left: 0 !important;
        width: 50% !important;
    }

    .contact_page_footer .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .contact_page_map .et_pb_map {
        height: 300px !important;
    }

    .contact-page-banner .et_pb_row:first-child {
        min-height: 200px;
        width: 90% !important;
    }

    .contact-page-banner .et_pb_row:first-child .et_pb_column{
        right: 0;
    }


    .contact_page_footer .et_pb_column_3_4,
    #page-container .contact_page_footer .et_pb_row:last-child .et_pb_column_1_4{
        width: 100% !important;
        margin-right: 0 !important;
    }

    .contact_page_footer .et_pb_column_3_4 .et_pb_text a{
        margin-right: 10px;
    }

    .contact_page_footer .et_pb_column_3_4 .et_pb_text,
    #page-container .contact_page_footer .et_pb_row:last-child .et_pb_column_1_4 .et_pb_text{
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .contact-page-banner .et_pb_row:first-child .et_pb_column {
        width: 100% !important;
    }

    .contact-page-banner .et_pb_button_module_wrapper .et_pb_button{
        margin-right: 0 !important;
    }
    .contact-page-banner .et_pb_button_module_wrapper {
        display: block;
        text-align: center;
        width: 100%;
    }


    #page-container .contact_page_footer .et_pb_column_1_4{
        width: 100% !important;
        margin-right: 0 !important;
    }
    .contact_page_footer .et_pb_column_1_4 .et_pb_blurb .et_pb_blurb_container,
    .contact_page_footer .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{
        display: inline-block !important;
    }

    .contact_page_footer .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{
        margin-bottom: 0 !important;
    }

    .contact_page_footer .et_pb_column_1_4 .et_pb_blurb .et_pb_blurb_content,
    .contact_page_footer .et_pb_promo .et_pb_promo_description,
    .contact_page_footer .et_pb_promo .et_pb_promo_description p,
    .contact_page_footer .et_pb_promo .et_pb_promo_description h2{
        text-align: center !important;
    }

    .contact-page-banner .et_pb_bottom_inside_divider {
        background-size: 50% 80px !important;
        height: 80px !important;
    }
}
.pegasus-content01 .et_pb_blurb .et_pb_main_blurb_image,
.pegasus-content01 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.pegasus-content01 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

#page-container .pegasus-content01 .et_pb_button_module_wrapper .et_pb_button{
    position: absolute !important;
    z-index: 10 !important;
}
#page-container .pegasus-content01 .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.pegasus-content01 .et_pb_blurb .et_pb_blurb_container h4:hover {
    transform: translate(-50%, -50%) scale(0.94);
}

#page-container #main-content .pegasus-content01 .et_pb_button_module_wrapper .et_pb_button:after {
    font-size: inherit !important;
}

/*Content 2*/

#page-container .pegasus-content02 .et_pb_column_1_2:last-child {
    width: 48.8% !important;
}

#page-container .pegasus-content02 .et_pb_column_1_2:first-child {
    width: 46% !important;
    margin-right: 5.2% !important;
}

#page-container .pegasus-content02 .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
}

#page-container .pegasus-content02 .et_pb_promo_description p {
    padding-bottom: 28px !important;
}

body.edge #page-container .pegasus-content02 .et_pb_blurb:before {
    width: 101% !important;
    height: 102% !important;
    top: -1% !important;
}

.pegasus-content03 .et_pb_blurb .et_pb_main_blurb_image a img {
    transition: 0.3s;
}

.pegasus-content03 .et_pb_blurb .et_pb_main_blurb_image a:hover img {
    transform: scale(0.94);
}

#page-container #main-content .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button:after {
    font-size: inherit !important;
}

#page-container .pegasus-content03 .et_pb_promo{
    margin-left: 0 !important;
}
#page-container .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button{
    position: absolute !important;
    z-index: 10 !important;
}

.pegasus-content04 .et_pb_blurb .et_pb_main_blurb_image a img {
    transition: 0.3s;
}

.pegasus-content04 .et_pb_blurb .et_pb_main_blurb_image a:hover img {
    transform: scale(0.94);
}

.pegasus-content04 .et_pb_blurb.video-popup{
    position: absolute !important;
}

/*Content 5*/

#page-container .pegasus-content05 {
    overflow: hidden !important;
}
#page-container .pegasus-content05 .et_pb_row,
#page-container .pegasus-content05 .et_pb_column_1_3{
    position: static !important;
}
#page-container .pegasus-content05 .et_pb_image{
    position: absolute !important;
}
#page-container .pegasus-content05 .et_pb_image img {
    display: block;
    max-width: none !important;
}

/*Content 7*/

.pegasus-content07 .et_pb_image .et_pb_image_wrap,
.pegasus-content07 .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.pegasus-content07 .et_pb_column_2_3 {
    width: 60% !important;
}

.pegasus-content07 .et_pb_blurb .et_pb_main_blurb_image a img {
    transition: 0.3s;
}

.pegasus-content07 .et_pb_blurb .et_pb_main_blurb_image a:hover img {
    transform: scale(0.94);
}

.pegasus-content07 .et_pb_blurb.video-popup{
    position: absolute !important;
}


/*Content 8*/

.pegasus-content08 .et_pb_row .et_pb_number_counter:last-child {
    margin-right: 0 !important;
}

.pegasus-content08 .et_pb_row .et_pb_number_counter {
    width: 28% !important;
    margin-right: 7% !important;
    float: left;
    padding-right: 0 !important;
}

.pegasus-content08 .et_pb_number_counter .percent p .percent-value {
    font-weight: 400 !important;
}

/*Content 13*/

.pegasus-content13 .et_pb_button_wrapper a:hover {
    opacity: 0.5 !important;
}

.pegasus-content13 .et_pb_blurb .et_pb_blurb_container h4 {
    cursor: pointer;
    transition: 0.3s;
}

.pegasus-content13 .et_pb_blurb .et_pb_blurb_container h4:hover {
    transform: translate(-50%, -50%) scale(0.94);
}

.pegasus-content13 .et_pb_promo:last-child p:last-child {
    padding-bottom: 0 !important;
}

.pegasus-content13 .et_pb_promo:last-child p {
    padding-bottom: 29px !important;
}

#page-container .pegasus-content13 .et_pb_promo:last-child .et_pb_promo_button {
    margin-top: 8px;
}

#page-container .pegasus-content13 .et_pb_promo:last-child .et_pb_promo_button:before {
    position: static !important;
    margin: 0 11px 0 0 !important;
    font-weight: 700;
}

#page-container #main-content .pegasus-content13 .et_pb_button_wrapper .et_pb_promo_button:before {
    transition: 0s !important;
    font-size: inherit !important;
}

.pegasus-content13 .et_pb_blurb.video-popup{
    position: absolute !important;
}

/*Content 14*/

.pegasus-content14 .et_pb_image .et_pb_image_wrap,
.pegasus-content14 .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.pegasus-content14 .et_pb_column_1_2 {
    width: 49% !important;
    margin-left: 4.5%;
}

.pegasus-content14 .et_pb_column_1_4 {
    width: 21.1% !important;
    margin-right: 2% !important;
}

#page-container #main-content .pegasus-content15 .et_pb_button_module_wrapper .et_pb_button:after,
#page-container #main-content .pegasus-content14 .et_pb_button_module_wrapper .et_pb_button:after{
    font-size: inherit !important;
}

body.safari .pegasus-content14 .et_pb_button_wrapper .et_pb_button{
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*Content 15*/

.pegasus-content15 .et_pb_image .et_pb_image_wrap,
.pegasus-content15 .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.pegasus-content15 .et_pb_column_1_2 {
    width: 37.6% !important;
    margin-right: 8% !important;
    margin-left: 11.4% !important;
}

.pegasus-content15 .et_pb_column_1_4 {
    width: 20.5% !important;
    margin-right: 2% !important;
}

.pegasus-content15 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

/*Content 17*/
.pegasus-content17 .et_pb_text:last-child p:last-child {
    padding-bottom: 0 !important;
}

.pegasus-content17 .et_pb_text:last-child p {
    padding-bottom: 28px;
}

/*Content 18*/

.pegasus-content18 .et_pb_number_counter .percent p {
    font-weight: 400;
}

.pegasus-content18 .et_pb_column_1_2:last-child {
    width: 43%;
}

.pegasus-content18 .et_pb_column_1_2:first-child {
    width: 45% !important;
    margin-right: 5.7% !important;
}

.pegasus-content18 .et_pb_row .et_pb_number_counter:last-child {
    margin-right: 0 !important;
}

.pegasus-content18 .et_pb_row .et_pb_number_counter {
    width: 20% !important;
    margin-right: 4% !important;
    float: left;
    padding-right: 0 !important;
    display: block;
    max-width: 100%;
}

.pegasus-content18 .et_pb_row .et_pb_text a:hover {
    opacity: 0.5;
}

/*Content 19*/

.pegasus-content19 .et_pb_column_1_3:last-child {
    margin-right: 0 !important;
}

.pegasus-content19 .et_pb_column_1_3 {
    width: 23% !important;
    margin-right: 15.5% !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pegasus-content18 .et_pb_column .et_pb_image .et_pb_image_wrap img,
    .pegasus-content18 .et_pb_column .et_pb_image .et_pb_image_wrap {
        display: block !important;
        width: 100% !important;
    }

    .pegasus-content18 .et_pb_column .et_pb_image:last-child {
        width: 30%;
        margin-bottom: -273px !important;
    }

    .pegasus-content18 .et_pb_column .et_pb_image:first-child {
        width: 79%;
        margin-bottom: -123px !important;
    }

    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button {
        right: -170px !important;
    }

    #page-container .pegasus-content01 .et_pb_blurb .et_pb_module_header a {
        font-size: 76px !important;
    }

    #page-container .pegasus-content01 .et_pb_blurb .et_pb_module_header {
        font-size: 76px !important;
        padding: 16px !important;
    }

    #page-container .pegasus-content09 .et_pb_row:last-child .et_pb_column:last-child{
        padding-top: 150px !important;
    }
}

@media only screen and (max-width: 1800px) {
    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button{
        right: -60px !important;
    }

    /*Content 4*/
    .pegasus-content04 .et_pb_column_1_2:first-child {
        padding-right: 7vw !important;
        padding-left: 12vw !important;
    }

    /*Content14*/
    #page-container .pegasus-content14 .et_pb_button.et_pb_module {
        margin-top: 30px;
        left: 0;
    }

    /*Content15*/
    #page-container .pegasus-content15 .et_pb_button.et_pb_module {
        margin-top: 30px;
        right: auto;
        float: left;
    }

    .pegasus-content18 .et_pb_row .et_pb_number_counter {
        width: 29% !important;
    }
}

@media only screen and (max-width: 1390px) {
    /*Content 1*/
    .pegasus-content01:not(.pegasus-content02) .et_pb_column_1_2:first-child {
        padding-top: 2vw;
        padding-left: 10vw;
    }

    .pegasus-content01 .et_pb_button.et_pb_module {
        bottom: 0 !important;
    }

    /*Content 2*/
    .pegasus-content01.pegasus-content02 .et_pb_column_1_2:last-child {
        padding-top: 0 !important;
    }

    /*Content 3*/
    .pegasus-content03 .et_pb_button:after {
        right: 22px;
    }

    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button{
        right: -40px !important;
        bottom: 20px !important;
        padding: 26px 54px 20px 20px !important;
    }

    /*Content 4*/
    .pegasus-content04 .et_pb_column_1_2:first-child {
        padding-right: 90px !important;
        padding-left: 5vw !important;
        padding-top: 0 !important;
    }

    /*Content 5*/
    #page-container .pegasus-content05 .et_pb_image img {
        max-width: 520px !important;
    }

    #page-container .pegasus-content05 .et_pb_image:last-child {
        right: 460px;
        bottom: -340px;
    }

    #page-container .pegasus-content05 .et_pb_image:first-child {
        bottom: -149px !important;
    }

    /*Content 6*/
    .pegasus-content19 .et_pb_row,
    .pegasus-content17 .et_pb_row,
    .pegasus-content16 .et_pb_row,
    .pegasus-content15 .et_pb_row,
    .pegasus-content14 .et_pb_row,
    .pegasus-content12 .et_pb_row,
    .pegasus-content11 .et_pb_row,
    .pegasus-content09 .et_pb_row,
    .pegasus-content08 .et_pb_row,
    .pegasus-content06 .et_pb_row {
        width: 90% !important;
    }

    /*Content 7*/
    .pegasus-content07 .et_pb_column_2_3 .et_pb_blurb {
        bottom: 30px;
    }

    /*Content 12*/
    .pegasus-content12 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pegasus-content12 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .pegasus-content12 .et_pb_column_1_3 .et_pb_text {
        margin-right: 0 !important;
    }

    /*Content13*/
    .pegasus-content13 .et_pb_column:first-child {
        padding-top: 0 !important;
        padding-left: 4vw !important;
    }

    /*Content14*/
    .pegasus-content14 .et_pb_column:last-child {
        padding-top: 0 !important;
    }

    #page-container .pegasus-content14 .et_pb_button:after {
        right: 22px !important;
    }

    #page-container .pegasus-content14 .et_pb_button.et_pb_module {
        padding: 25px 54px 25px 25px !important;
    }

    .pegasus-content15 .et_pb_column_1_2 {
        width: 49% !important;
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    /*Content 18*/
    .pegasus-content18 .et_pb_column .et_pb_image:last-child {
        max-width: 40%;
        margin-top: -70px !important;
    }

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {

    .pegasus-content07 .et_pb_column_1_3 .et_pb_text:first-child {
        font-size: 60px !important;
    }

    .pegasus-content07 .et_pb_column_1_3 {
        width: 35% !important;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus-content01:not(.pegasus-content02) .et_pb_column_1_2:first-child {
        width: 90% !important;
        padding: 0 !important;
        margin: 0 auto 10px !important;
        float: none;
    }

    .pegasus-content01:not(.pegasus-content02) .et_pb_column_1_2:last-child {
        width: 90% !important;
        float: right;
    }

    /*Content 2*/
    #page-container .pegasus-content02 .et_pb_column_1_2:last-child {
        width: 90% !important;
        padding: 0 !important;
        margin: 0 auto 0px !important;
        float: none;
        clear: both;
        padding-top: 30px !important;
    }

    #page-container .pegasus-content02 .et_pb_column_1_2:first-child {
        width: 90% !important;
        float: left;
    }

    #page-container .pegasus-content02 .et_pb_promo_description p {
        padding-bottom: 15px !important;
    }

    /*Content 3*/
    #page-container .pegasus-content03 .et_pb_row {
        width: 90% !important;
    }

    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button{
        right: 40px !important;
        bottom: -40px !important;
    }

    .pegasus-content03 .et_pb_column_1_2:last-child {
        padding-top: 60px;
        padding-left: 0;
    }

    .pegasus-content03 .et_pb_column_1_2:first-child {
        padding-right: 0 !important;
    }

    .pegasus-content03 .et_pb_blurb {
        border-radius: 5px !important;
    }

    /*Content 4*/
    #page-container .pegasus-content04 .et_pb_blurb {
        position: absolute;
        top: 50%;
        transform: translate(0%, -34%);
        width: 100%;
    }

    #page-container .pegasus-content04 .et_pb_row .et_pb_column_1_2:first-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #page-container .pegasus-content04 .et_pb_row {
        width: 90% !important;
    }

    /*Content 5*/
    #page-container .pegasus-content05 .et_pb_image:last-child {
        right: 490px;
    }

    /*Content 7*/
    #page-container .pegasus-content07 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pegasus-content07 .et_pb_column {
        width: 100% !important;
    }

    /*Content 7*/
    .pegasus-content07 .et_pb_column_2_3 .et_pb_blurb {
        bottom: auto;
        top: 50%;
        right: auto;
        width: 100%;
        transform: translate(0, -50%);
    }

    /*Content 8*/
    .pegasus-content08 .et_pb_row:last-child .et_pb_column_1_2 {
        width: 50% !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter {
        width: 26% !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter p,
    .pegasus-content08 .et_pb_row .et_pb_number_counter h3 {
        text-align: center !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter h3 {
        padding-left: 0 !important;
    }

    /*Content 9*/
    .pegasus-content09 .et_pb_row .et_pb_column_1_2 .et_pb_promo_description h2,
    .pegasus-content09 .et_pb_row .et_pb_column_1_2 .et_pb_promo_description {
        max-width: 100% !important;
    }

    .pegasus-content09 .et_pb_row .et_pb_column_1_4 .et_pb_promo_description {
        margin-left: 0 !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2 .et_pb_testimonial .et_pb_testimonial_author {
        margin-top: 0 !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2 .et_pb_testimonial {
        padding-top: 0 !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2 {
        width: 50% !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2:last-child {
        padding-top: 40px !important;
    }

    /*Content 11*/
    .pegasus-content11 .et_pb_row .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pegasus-content11 .et_pb_row .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    /*Content 12*/
    .pegasus-content12 .et_pb_column_1_3:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-content12 .et_pb_column_1_3 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pegasus-content12 .et_pb_number_counter h3 {
        margin-top: 0 !important;
    }

    .pegasus-content12 .et_pb_number_counter .percent {
        height: auto !important;
        margin-bottom: 10px !important;
    }

    /*Content13*/
    #page-container .pegasus-content13 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pegasus-content13 .et_pb_column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #page-container .pegasus-content13 .et_pb_column .et_pb_promo .et_pb_promo_description {
        max-width: 100% !important;
    }

    .pegasus-content13 .et_pb_column .et_pb_blurb {
        transform: translate(-50%, -50%);
        left: 50%;
    }

    /*Content14*/
    #page-container .pegasus-content14 .et_pb_column_1_4:nth-child(2) {
        margin-right: 0 !important;
    }

    #page-container .pegasus-content14 .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .pegasus-content14 .et_pb_column_1_2 {
        width: 100% !important;
        margin-left: 0;
        margin-top: 40px;
    }

    /*Content15*/
    .pegasus-content15 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    #page-container .pegasus-content15 .et_pb_column_1_4:last-child {
        margin-right: 0 !important;
    }

    #page-container .pegasus-content15 .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    /*Content16*/
    .pegasus-content16 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pegasus-content16 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    /*Content17*/
    .pegasus-content17 .et_pb_image .et_pb_image_wrap,
    .pegasus-content17 .et_pb_image .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    /*Content 18*/
    .pegasus-content18 .et_pb_column .et_pb_image:last-child {
        margin-top: -51% !important;
    }

    .pegasus-content18 .et_pb_column_1_2:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-content18 .et_pb_column .et_pb_image {
        margin-bottom: 0 !important;
    }

    #page-container .pegasus-content18 .et_pb_row {
        width: 90% !important;
    }

    .pegasus-content19 .et_pb_column_1_3 {
        width: 30% !important;
        margin-right: 4% !important;
    }

    .pegasus-content19 .et_pb_promo .et_pb_promo_description h2 {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button{
        padding: 26px 64px 20px 30px !important;
    }

    .pegasus-content04 .et_pb_column_1_2 .et_pb_image:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0.4;
        z-index: 1;
    }

    #page-container .pegasus-content04 .et_pb_blurb {
        z-index: 2;
    }
    .pegasus-content04 .et_pb_blurb .et_pb_main_blurb_image a img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus-content01 .et_pb_button.et_pb_module {
        bottom: -40px !important;
    }

    /*Content 2*/
    #page-container .pegasus-content02 .et_pb_column_1_2:last-child {
        padding-top: 50px !important;
    }

    /*Content 3*/
    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button {
        bottom: -50px !important;
    }

    /*Content 5*/
    #page-container .pegasus-content05 .et_pb_image:last-child {
        right: 220px;
        bottom: -320px;
    }

    #page-container .pegasus-content05 .et_pb_image:first-child {
        bottom: -69px !important;
    }

    #page-container .pegasus-content05 .et_pb_image img {
        max-width: 380px !important;
    }

    /*Content 8*/
    #page-container .pegasus-content08 {
        background-image: none !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter {
        width: 29% !important;
        margin-right: 6% !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_image .et_pb_image_wrap,
    .pegasus-content08 .et_pb_row .et_pb_image .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    .pegasus-content08 .et_pb_row:last-child .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter p, .pegasus-content08 .et_pb_row .et_pb_number_counter h3 {
        text-align: left !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_space:before {
        border-top-width: 50px !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_space {
        height: 50px !important;
    }

    /*Content 9*/
    #page-container .pegasus-content09 {
        background-image: none !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_column_1_2:last-child {
        padding-left: 0 !important;
    }

    .pegasus-content09 .et_pb_row:last-child .et_pb_image .et_pb_image_wrap img,
    .pegasus-content09 .et_pb_row:last-child .et_pb_image .et_pb_image_wrap {
        width: 100% !important;
        display: block;
    }

    /*Content 11*/
    .pegasus-content11 .et_pb_row .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /*content13*/
    .pegasus-content13 .et_pb_blurb h4 {
        padding: 10px !important;
    }

    /*COntent 16*/
    .pegasus-content16 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-content18 .et_pb_column_1_2:first-child {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pegasus-content01 .et_pb_button.et_pb_module {
        bottom: -50px !important;
        padding: 14px 50px 14px 14px !important;
    }

    .pegasus-content01 .et_pb_button:after {
        right: 19px !important;
    }

    .pegasus-content03 .et_pb_column_1_2:last-child {
        padding-top: 90px;
        padding-left: 0;
    }

    #page-container .pegasus-content04 .et_pb_blurb .et_pb_blurb_description {
        display: none !important;
    }

    #page-container .pegasus-content04 .et_pb_blurb h4 {
        padding-bottom: 0 !important;
    }

    #page-container .pegasus-content04 .et_pb_blurb {
        transform: translate(0%, -50%);
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter p {
        font-size: 36px !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter p,
    .pegasus-content08 .et_pb_row .et_pb_number_counter h3 {
        text-align: center !important;
    }

    .pegasus-content08 .et_pb_row .et_pb_number_counter h3 {
        line-height: 120% !important;
    }

    /*Content12*/
    .pegasus-content12 .et_pb_column_1_3 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .pegasus-content18 .et_pb_row .et_pb_number_counter p,
    .pegasus-content18 .et_pb_row .et_pb_number_counter h3 {
        text-align: center !important;
    }

    .pegasus-content19 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .pegasus-content03 .et_pb_button_module_wrapper .et_pb_button {
        padding: 13px 51px 10px 20px !important;
    }

    .pegasus-content04 .et_pb_blurb .et_pb_main_blurb_image a img {
        max-width: 80px;
    }
}

.pegasus-footer1 a:hover{opacity:.8}.pegasus-footer1 .et_pb_promo a{color:inherit!important;display:block;margin-bottom:0}.pegasus-footer1 .et_pb_promo p{padding:0!important}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4.et-last-child,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4:last-child{margin-right:0!important;width:31.9%!important;margin-left:4.2%}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4{width:19%!important;margin-right:2.3%!important}.pegasus-footer1 .et_pb_blurb_position_left .et_pb_blurb_container{padding-left:0!important}.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text a:last-child,.pegasus-footer1 .et_pb_row:last-child .et_pb_text a:last-child{margin-right:0!important}.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text a,.pegasus-footer1 .et_pb_row:last-child .et_pb_text a{margin-right:8%!important;display:inline-block;color:inherit!important}.pegasus-footer2 a:hover{opacity:.8}.pegasus-footer2 .et_pb_promo a{color:inherit!important;display:block;margin-bottom:0}.pegasus-footer2 .et_pb_promo p{padding:0!important}.pegasus-footer2 .et_pb_social_media_follow li a.icon::before{color:#44daa7;text-shadow:4px 0 15px rgba(48,198,168,.3)}.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4:last-child{margin-right:0!important}.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{width:19%!important;margin-right:10%!important}.pegasus-footer3 a:hover{opacity:.8}.pegasus-footer3 .et_pb_promo a{color:inherit!important;display:inline-block;margin-bottom:0}.pegasus-footer3 .et_pb_promo p{padding:0!important}.pegasus-footer3 .et_pb_row:last-child .et_pb_text a{color:inherit!important}#page-container #main-content .pegasus-footer3 .et_pb_button_module_wrapper .et_pb_button:after{font-size:inherit!important}.pegasus-footer3 .et_pb_promo:last-child a:nth-child(1),.pegasus-footer3 .et_pb_promo:nth-last-child(2) a:nth-child(1){display:inline-block!important}.pegasus-footer3 .et_pb_promo a{display:block!important}.pegasus-footer3 .et_pb_promo p{padding:0!important}.pegasus-footer4 .style-list.et_pb_bg_layout_dark li a{color:#fff}.pegasus-footer4 .style-list.et_pb_bg_layout_light li,.style-list.et_pb_bg_layout_light li a{color:red}.pegasus-footer4 .style-list ul{padding:0}.pegasus-footer4 .style-list li a{display:inline-block;padding-left:29px}.pegasus-footer4 .style-list li{list-style:outside none none;margin-bottom:19px}.pegasus-footer4 .footer-style-list li a,.pegasus-footer4 .footer-style-list li::before{transition:all .3s ease 0s}.pegasus-footer4 .footer-style-list li:hover a{padding-left:23px}.pegasus-footer4 .footer-style-list li:hover::before{transform:translate(4px,0)}.pegasus-footer4 .footer-style-list li::before{content:"E";font-family:ETmodules;overflow:hidden;position:absolute;transition:all .3s ease 0s}.pegasus-footer4 .et_pb_newsletter .et_pb_newsletter_form p{padding-bottom:0!important;position:relative;margin-bottom:0!important}#page-container .pegasus-footer4 .et_pb_column_1_4.et-last-child,#page-container .pegasus-footer4 .et_pb_column_1_4:last-child{margin-right:0!important}#page-container .pegasus-footer4 .et_pb_column_1_4{width:24%!important;margin-right:1.3%!important}.pegasus-footer4 .et_pb_column_1_4:first-child .et_pb_promo p:last-child{padding-bottom:0!important}.pegasus-footer4 .et_pb_column_1_4:first-child .et_pb_promo p{padding-bottom:30px!important}.pegasus-footer4 .et_pb_text a{line-height:120%}.pegasus-footer4 .et_pb_row:last-child .et_pb_column_4_4 .et_pb_text a:last-child:after{display:none!important}.pegasus-footer4 .et_pb_row:last-child .et_pb_column_4_4 .et_pb_text a:after{content:"|";display:inline-block;padding:0 1.4vw;color:#989bac!important}.pegasus-footer4 .et_pb_row:last-child .et_pb_column_4_4 .et_pb_text a{display:inline-block;position:relative;transition:.3s}.pegasus-footer4 .et_pb_row:last-child .et_pb_column_4_4 .et_pb_text a:hover{color:#000!important}.pegasus-footer4 .et_pb_newsletter p label.et_pb_contact_form_label{display:block!important;position:absolute;width:100%;text-align:left;pointer-events:none;top:50%;padding-left:23px;font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;font-size:14px;color:#666!important;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:0;transform:translate(0,-50%)}.pegasus-footer4 .et_pb_newsletter p.filled label.et_pb_contact_form_label,.pegasus-footer4 .et_pb_newsletter p.focus label.et_pb_contact_form_label{padding-left:0;transform:translate(0,26px)}#page-container .pegasus-footer4 .et_pb_newsletter_button_wrap{bottom:22px;right:-10px!important;position:absolute}#page-container .pegasus-footer4 .et_pb_newsletter p:not(.focus):not(.filled) input{color:transparent!important}#page-container .pegasus-footer4 .et_pb_newsletter p input::-webkit-input-placeholder{color:transparent!important}#page-container .pegasus-footer4 .et_pb_newsletter p input::-moz-placeholder{color:transparent!important}#page-container .pegasus-footer4 .et_pb_newsletter p input:-ms-input-placeholder{color:transparent!important}#page-container .pegasus-footer4 .et_pb_newsletter p input:-moz-placeholder{color:transparent!important}.pegasus-footer4 .et_pb_column_1_4 .et_pb_blurb_container{padding-left:0!important}.pegasus-footer4 .et_pb_column_1_4 .et_pb_blurb a:hover{opacity:.5}#page-container .pegasus-footer4 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button:hover{opacity:.5}#page-container .pegasus-footer4 .et_pb_button_module_wrapper .et_pb_button:after{font-weight:600!important;font-size:16px!important;transition:0s!important}.pegasus-footer5 a:hover{opacity:.5}.pegasus-footer5 .et_pb_promo a{color:inherit!important;display:inline-block;margin-bottom:0}.pegasus-footer5 .et_pb_promo p{padding:0!important}.pegasus-footer5 .et_pb_column_1_3:last-child{margin-right:0!important}.pegasus-footer5 .et_pb_column_1_3{width:30%!important;margin-right:4%!important}.pegasus-footer6 .et_pb_social_media_follow li a.icon::before{color:#7b827b}.pegasus-footer6 .et_pb_social_media_follow li a.icon{width:30px;height:30px}.pegasus-footer6 .et_pb_social_media_follow li:last-child a{margin-right:0!important}.pegasus-footer6 .et_pb_social_media_follow li a{margin-right:10px}.pegasus-footer6 .et_pb_column_1_3:last-child{margin-right:0!important}.pegasus-footer6 .et_pb_column_1_3{width:23%!important;margin-right:15.2%!important}.pegasus-footer6 .et_pb_column_1_3 .et_pb_promo a{color:inherit!important}.pegasus-footer6 a:hover{opacity:.5}@media only screen and (max-width:1500px){.pegasus-footer2 .et_pb_row{display:block!important}.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{margin-right:8%!important}}@media only screen and (max-width:1390px){.pegasus-footer1 .et_pb_row,.pegasus-footer2 .et_pb_row,.pegasus-footer3 .et_pb_row,.pegasus-footer4 .et_pb_row,.pegasus-footer5 .et_pb_row,.pegasus-footer6 .et_pb_row{width:90%!important}.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text a,.pegasus-footer1 .et_pb_row:last-child .et_pb_text a{margin-right:3%!important}.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{margin-right:2%!important;width:23%!important}.pegasus-footer3 .et_pb_row .et_pb_column_2_3{padding-top:0!important}.pegasus-footer3 .et_pb_row .et_pb_button:after{right:20px!important}.pegasus-footer3 .et_pb_row .et_pb_button{padding:30px 64px 23px 35px!important}body #page-container .pegasus-footer6 .et_pb_button{text-align:center;padding:10px 5px!important;width:100%}}@media only screen and (max-width:1390px) and (min-width:981px){.pegasus-footer6 .et_pb_row:first-child .et_pb_text{font-size:38px!important}}@media only screen and (max-width:980px){.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text,.pegasus-footer1 .et_pb_row:last-child .et_pb_text{text-align:center!important}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4.et-last-child,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4:last-child{width:36%!important;margin-left:0}.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo h2,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo h2{padding-bottom:15px!important}.pegasus-footer2 .et_pb_row:last-child .et_pb_text{margin-bottom:10px}.pegasus-footer2 .et_pb_row:last-child .et_pb_social_media_follow,.pegasus-footer2 .et_pb_row:last-child .et_pb_text,.pegasus-footer6 .et_pb_row:last-child .et_pb_social_media_follow,.pegasus-footer6 .et_pb_row:last-child .et_pb_text{text-align:center!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4{display:block!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:last-child,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:nth-child(3){margin-right:0!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo{width:32%!important;margin-right:2%!important;float:left}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:last-child,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:nth-last-child(2){width:49%!important}.pegasus-footer3 .et_pb_row:last-child .et_pb_column_1_2:last-child{margin-right:0!important}.pegasus-footer3 .et_pb_row:last-child .et_pb_column_1_2{width:49%!important;margin-right:2%!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo h2{padding-bottom:10px!important}.pegasus-footer5 .et_pb_column_1_3{width:25%!important;margin-right:4%!important}.pegasus-footer5 .et_pb_column_1_3:last-child{width:42%!important}.pegasus-footer5 .et_pb_row .et_pb_promo h2{padding-bottom:10px!important}.pegasus-footer5 .et_pb_row:last-child .et_pb_column_1_2:last-child{margin-right:0!important;width:68%!important}.pegasus-footer5 .et_pb_row:last-child .et_pb_column_1_2{width:30%!important;margin-right:2%!important}.pegasus-footer6 .et_pb_promo_description{padding-bottom:0!important}body #page-container .pegasus-footer6 .et_pb_button_module_wrapper{text-align:center!important}body #page-container .pegasus-footer6 .et_pb_button{padding:10px 15px!important;width:auto;float:none}.pegasus-footer6 .et_pb_row:first-child .et_pb_text{text-align:center!important;margin-bottom:15px!important}.pegasus-footer6 .et_pb_column_1_3{width:30%!important;margin-right:5%!important}#page-container .pegasus-footer4 .et_pb_column_1_4:nth-child(2n+2){margin-right:0!important}#page-container .pegasus-footer4 .et_pb_column_1_4{width:48%!important;margin-right:4%!important;margin-bottom:30px}.pegasus-footer4 .et_pb_row:nth-child(2) .et_pb_column_4_4{margin-bottom:0!important}}@media only screen and (max-width:767px){.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4:nth-child(2n+2),.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4:nth-child(2n+2),.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4:nth-child(2n+2){margin-right:0!important}.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{margin-bottom:20px}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{width:48%!important;margin-right:4%!important}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4.et-last-child,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4:last-child{width:48%!important}.pegasus-footer3 .et_pb_row:last-child .et_pb_column_1_2 .et_pb_text,.pegasus-footer5 .et_pb_row:last-child .et_pb_column_1_2 .et_pb_text{text-align:center!important}.pegasus-footer3 .et_pb_row:last-child .et_pb_column_1_2,.pegasus-footer5 .et_pb_row:last-child .et_pb_column_1_2,.pegasus-footer5 .et_pb_row:last-child .et_pb_column_1_2:last-child{width:100%!important;margin-right:0!important}.pegasus-footer6 .et_pb_column_1_3:last-child{margin-bottom:0!important}.pegasus-footer6 .et_pb_column_1_3{width:100%!important;margin-right:0!important;margin-bottom:30px!important}.pegasus-footer6 .et_pb_column_1_3 .et_pb_promo .et_pb_promo_description,.pegasus-footer6 .et_pb_column_1_3 .et_pb_promo h2,.pegasus-footer6 .et_pb_column_1_3 .et_pb_promo p{text-align:center!important}.pegasus-footer6 .et_pb_column_1_3 .et_pb_space{margin-left:auto!important;margin-right:auto!important}#page-container .pegasus-footer4 .et_pb_column_1_4{width:100%!important;margin-right:0!important;padding-bottom:0!important}.pegasus-footer4 .et_pb_column_1_4:first-child .et_pb_promo p{padding-bottom:10px!important}.pegasus-footer4 .et_pb_row:last-child .et_pb_column_4_4 .et_pb_text{text-align:center!important}.pegasus_agency_video .et_pb_blurb h4{padding:16px!important}}@media only screen and (max-width:630px){.pegasus-footer5 .et_pb_column_1_3{width:45%!important}.pegasus-footer5 .et_pb_column_1_3:last-child{width:100%!important}}@media only screen and (max-width:480px){#page-container .pegasus-footer4 .et_pb_column_1_4{margin-bottom:30px!important}.demo_header .et_pb_promo_description div,.pegasus-footer1 .et_pb_promo_description div,.pegasus-footer3 .et_pb_promo_description div,.pegasus-footer5 .et_pb_promo_description div,.pegasus-footer6 .et_pb_promo_description div{text-align:center!important}body .pegasus-footer5 .et_pb_promo a{display:block}.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_blurb .et_pb_blurb_content{text-align:center!important}.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{margin-bottom:0!important}.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_blurb .et_pb_blurb_container,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{display:inline-block}.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo .et_pb_promo_description,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo a,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo h2,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo p,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo .et_pb_promo_description,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo a,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo h2,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4 .et_pb_promo p{text-align:center!important}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4,.pegasus-footer2 .et_pb_row:first-child .et_pb_column_1_4{width:100%!important;margin-right:0!important;margin-bottom:20px!important}.pegasus-footer1 .et_pb_row.et-first-child .et_pb_column_1_4.et-last-child,.pegasus-footer1 .et_pb_row:first-child .et_pb_column_1_4:last-child{width:100%!important;margin-bottom:0!important}.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text p,.pegasus-footer1 .et_pb_row:last-child .et_pb_text p{line-height:100%!important}.pegasus-footer1 .et_pb_row.et-last-child .et_pb_text a,.pegasus-footer1 .et_pb_row:last-child .et_pb_text a{display:block}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo .et_pb_promo_description,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo a,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo h2,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo p,.pegasus-footer5 .et_pb_row .et_pb_promo .et_pb_promo_description,.pegasus-footer5 .et_pb_row .et_pb_promo a,.pegasus-footer5 .et_pb_row .et_pb_promo h2,.pegasus-footer5 .et_pb_row .et_pb_promo p{text-align:center!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:last-child,.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:nth-last-child(2){width:100%!important}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo{width:100%!important;margin-right:0!important;float:left;margin-bottom:20px}.pegasus-footer3 .et_pb_row .et_pb_column_4_4 .et_pb_promo:last-child{margin-bottom:0!important}.pegasus-footer5 .et_pb_column_1_3,.pegasus-footer5 .et_pb_column_1_3:last-child{width:100%!important;margin-bottom:20px!important}.pegasus-footer4 .et_pb_column_1_4 .et_pb_blurb .et_pb_blurb_container,.pegasus-footer4 .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{display:inline-block!important}.pegasus-footer4 .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{margin-bottom:0!important}}


/*Header 1*/

.pegasus_header_1 .et_pb_row.et-last-child .et_pb_column .et_pb_image{
    position: absolute !important;
}
.pegasus_header_1 .et_pb_row.et-last-child .et_pb_column,
.pegasus_header_1 .et_pb_row.et-last-child{
    position: static !important;
}

.pegasus_header_1 .et_pb_column_1_2 {
    width: 60.3% !important;
}

.pegasus_header_1 .et_pb_column_1_4 {
    width: 16.8% !important;
}

.pegasus_header_1 .et_pb_row .et_pb_image .et_pb_image_wrap,
.pegasus_header_1 .et_pb_row .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}


#page-container .pegasus_header_1 .et_pb_bottom_inside_divider{
    background-repeat: repeat-x !important;
    bottom: -1px !important;
    background-size: 49% 158px !important;
}

/*Header 2*/

#page-container #main-content .pegasus_header_2 .et_pb_slider .et_pb_slide .et_pb_slide_description a.et_pb_button {
    padding: 18px 34px!important;
}


.pegasus_header_2 .et_pb_slide_description .et_pb_slide_content {
    max-width: 470px;
}

.pegasus_header_2 .et_pb_slide_description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 22%;
    padding-bottom: 22%;
    max-width: 650px;
    margin-left: 0;
}

.pegasus_header_2 .et_pb_slide .et_pb_container {
    max-width: 1170px !important;
}

.pegasus_header_2 .et-pb-controllers {
    width: auto;
    right: 24px !important;
    left: auto !important;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto !important;
    height: auto !important;
}

.pegasus_header_2 .et-pb-controllers a:last-child {
    margin-bottom: 0 !important;
}

.pegasus_header_2 .et-pb-controllers a {
    display: block !important;
    margin: 0 0 20px 0 !important;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid transparent;
    transition: 0.3s;
}

.pegasus_header_2 .et-pb-controllers a:before {
    content: "";
    display: block;
    background-color: #aeafb1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.3s;
}

.pegasus_header_2 .et-pb-controllers a.et-pb-active-control,
.pegasus_header_2 .et-pb-controllers a:hover {
    border-color: #fff !important;
}

.pegasus_header_2 .et-pb-controllers a:hover:before,
.pegasus_header_2 .et-pb-controllers a.et-pb-active-control:before {
    background-color: #fff;

}

/*Header 3*/
.pegasus_header_3 .et_pb_column .et_pb_social_media_follow a:hover:before {
    opacity: 0.5;
}

.pegasus_header_3 .et_pb_column .et_pb_social_media_follow a:before {
    color: #181b31 !important;
}

body #page-container #main-content .pegasus_header_3 .et_pb_button:before {
    line-height: 100%;
    font-size: 31px !important;
    left: 18px !important;
    margin-left: 0 !important;
    transition: 0s !important;
}

/*Header 4*/
#page-container #main-content .pegasus_header_4 .et_pb_slider .et_pb_slide .et_pb_slide_description a.et_pb_button {
    padding: 14px 27px!important;
}
.pegasus_header_4 .et_pb_slide .et_pb_container {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
}

.pegasus_header_4 .et_pb_slide {
    padding: 0 !important;
}

.pegasus_header_4 .et_pb_slide .et_pb_slide_image img {
    display: block !important;
    width: 100% !important;
    max-height: none !important;
}

.pegasus_header_4 .et_pb_slide h2.et_pb_slide_title:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    background-image: linear-gradient(90deg, #4fda91 0%, #34dbc5 100%) !important;
    vertical-align: super;
    margin-right: 21px;
}

.pegasus_header_4 .et-pb-controllers {
    position: static;
    text-align: left;
    margin-top: 24px;
    padding-left: 14.9vw;
}

.pegasus_header_4 .et-pb-controllers a:hover,
.pegasus_header_4 .et-pb-controllers a.et-pb-active-control {
    background-color: #42daab !important;
}

.pegasus_header_4 .et-pb-controllers a {
    background-color: #dbdee4 !important;
    border-radius: 50% !important;
    width: 8px !important;
    height: 8px !important;
}

/*Header 5*/

.pegasus_header_5 .et_pb_column:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b20;
    opacity: 0.4;
}

.pegasus_header_5 .et_pb_column {
    transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition-property: background-image;

}

.pegasus_header_5 .et_pb_blurb:last-of-type {
    border: none !important;
}

.pegasus_header_5 .et_pb_blurb {
    width: 20% !important;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.pegasus_header_5 .et_pb_blurb .et_pb_main_blurb_image {
    display: none !important;
}

.pegasus_header_5 .et_pb_blurb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    background-color: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 1s cubic-bezier(.15, .7, .54, .99);
    -moz-transition: all 1s cubic-bezier(.15, .7, .54, .99);
    transition: all 1s cubic-bezier(.15, .7, .54, .99);
}

.pegasus_header_5 .viewPortColumn .et_pb_blurb:after {
    transition-delay: 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.pegasus_header_5 .et_pb_blurb:hover .et_pb_blurb_description:after {
    opacity: 1;
}

.pegasus_header_5 .et_pb_blurb .et_pb_blurb_description:after {
    content: "Read More";
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.pegasus_header_5 .et_pb_blurb .et_pb_blurb_content {
    -webkit-transition: transform .35s cubic-bezier(.22, .61, .36, 1);
    -moz-transition: transform .35s cubic-bezier(.22, .61, .36, 1);
    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.pegasus_header_5 .et_pb_blurb:hover .et_pb_blurb_content {
    transform: translate(0, -50px);
}

/*Header 6*/


.pegasus_header_6 .et_pb_row{
    opacity: 0;
}
.pegasus_header_6 .et_pb_slide .et_pb_slide_image {
    position: relative;
}

.pegasus_header_6 .et_pb_slide .et_pb_slide_image:before {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.pegasus_header_6 .et_pb_slide.et-pb-active-slide {
    /*padding: 0 30px !important;*/
}

.pegasus_header_6 .et_pb_slide {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    animation: none !important;
    transition: 0.4s !important;
    transition-delay: 0.6s !important;
    height: 900px;
    overflow: hidden;
    pointer-events: none !important;
}

.pegasus_header_6 .et_pb_slide .et_pb_slider_container_inner {
    position: relative;
    overflow: hidden;
}

.pegasus_header_6 .et_pb_slide.et-pb-active-slide .et_pb_container {
    padding: 0 30px !important;
}

.pegasus_header_6 .et_pb_slide .et_pb_container {
    height: 100% !important;
    max-width: 100% !important;
    transition: 0.4s !important;
    transition-delay: 1.1s !important;

}

.pegasus_header_6 .et_pb_slide .et_pb_container img {
    display: block;
    width: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    max-width: none;
}

.pegasus_header_6 .et_pb_slides .et_pb_slide_description .et_pb_slide_content,
.pegasus_header_6 .et_pb_slides .et_pb_slide_description h2 {
    transform: translate(-100%, 0%);
    opacity: 0;
}

.pegasus_header_6 .et_pb_slides .et_pb_slide_description {
    opacity: 0 !important;

    position: relative;
    margin: 0 6% 2.2vw 6% !important;
    padding: 0 0 3px 34px;
    width: 88% !important;
}

.pegasus_header_6 .et_pb_slides {
    transition: .4s;
    position: relative;
    z-index: 1;
}

.pegasus_header_6 .et-pb-slider-arrows a:hover {
    opacity: 0.5 !important;
}

body.et-fb .pegasus_header_6 .et-pb-slider-arrows a {
    pointer-events: none !important;
}

.pegasus_header_6 .et-pb-slider-arrows a {
    opacity: 1 !important;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 0;
}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-next {
    right: -3.7vw !important;
}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev {
    left: -3.7vw !important;
}

.pegasus_header_6 .et-pb-slider-arrows a span {
    display: block;
    font-size: 0;
    line-height: 100%;
}

.pegasus_header_6 .et-pb-slider-arrows a span:before {
    font-size: 20px !important;
    color: #090913 !important;
    text-transform: uppercase;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;

    display: block;
    transform-origin: center center;
    padding: 14px 0;
}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev {
    transform: rotate(-90deg);
}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev span:before {
    content: "Prev" !important;

}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-next {
    transform: rotate(90deg);
}

.pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-next span:before {
    content: "Next" !important;

}

.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description {
    transition: 0.4s !important;
    transition-delay: 1.2s !important;
    opacity: 1 !important;
    text-align: left;
    z-index: 11;
}

.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description:before {
    transition: 0.4s !important;
    transition-delay: 1.8s !important;
    height: 100%;
}

.pegasus_header_6 .et_pb_slides .et_pb_slide_description:before {
    content: "";
    display: block;
    height: 0;
    background-color: #d9f644;
    width: 5px;
    position: absolute;
    left: 0;
}

.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description .et_pb_slide_content {
    transition: 0.4s !important;
    transition-delay: 1.7s !important;
}

.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description h2 {
    transition: 0.4s !important;
    transition-delay: 1.5s !important;
}




.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description .et_pb_slide_content,
.pegasus_header_6 .et_pb_slides .et-pb-active-slide .et_pb_slide_description h2 {
    transform: translate(0, 0%);
    opacity: 1;
}

.pegasus_header_6 .et-pb-slider-arrows a:after {
    display: block;
    content: "";
    background-color: #fff;
    top: -4px;
    left: 0;
    right: 0;
    bottom: -4px;
    position: absolute;
    z-index: -1;
}

.pegasus_header_6 .et-pb-slider-arrows a:before {
    display: block;
    content: "";
    background-color: #d9f644;
    height: 200px;
    position: absolute;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -2;
}

/*Header 7*/

.pegasus_header_7 .et_pb_row{
    z-index: 11;
}

.pegasus_header_7 .et_pb_blurb .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.pegasus_header_7 .et_pb_blurb .et_pb_blurb_container h4:hover{
    transform: translate(-50%,-50%) scale(0.94);
}

    /*Header 8*/

.pegasus_header_8 .et_pb_column_1_2:first-child .et_pb_promo_description p {
    max-width: 470px;
}

.pegasus_header_8 .et_pb_column_1_2:last-child .et_pb_promo_description p {
    padding-bottom: 4px !important;
}

.pegasus_header_8 .et_pb_column_1_2:last-child .et_pb_promo_description a:hover {
    opacity: 0.5;
}

.pegasus_header_8 .et_pb_column_1_2:last-child .et_pb_promo_description a {
    color: inherit !important;
}

.pegasus_header_8 .et_pb_column_1_2:last-child .et_pb_promo_description strong {
    color: #0082ae !important;
    font-size: 18px !important;
}

.pegasus_header_8 .et_pb_button_wrapper {
    float: left;
    padding-left: 98px;
}

.pegasus_header_8 .et_pb_row:first-child .et_pb_column_1_2:last-child .et_pb_image img {
    box-shadow: 0 20px 60px -40px rgba(61, 69, 149, 0.2);
}

.pegasus_header_8 .et_pb_image img {
    max-width: none !important;
    width: auto !important;

}

.pegasus_header_9 .et_pb_promo_description p {
    max-width: 360px;
}

.pegasus_header_9 .et_pb_row{
    z-index: auto !important;
}

body.ie .pegasus_header_9 .et_pb_blurb h4 {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-image: none !important;
    color: #01c6cc !important
}

.pegasus_header_8 .bottom_image .et_pb_image .et_pb_image_wrap,
.pegasus_header_8 .bottom_image .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

body.et-fb .pegasus_header_8 .bottom_image .et_pb_image,
body.et-fb .pegasus_header_8 .et_pb_row.et-last-child  .et_pb_image{
    position: absolute !important;
}

body.et-fb .pegasus_header_8 .et_pb_row.et-last-child .et-fb-mousetrap{
    display: none !important;
}

body.et-fb .pegasus_header_8 .et_pb_row.et-last-child .et_pb_column,
body.et-fb .pegasus_header_8 .et_pb_row.et-last-child{
    position: static !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pegasus_header_4 .et_pb_slider .et_pb_slide_description {
        transform: translate(350px, -50%) !important;
    }

    .pegasus_header_4 .et-pb-controllers {
        padding-left: 350px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .pegasus_header_1 .et_pb_column_1_4 {
        width: 22% !important;
    }

    .pegasus_header_1 .et_pb_column_1_2 {
        width: 50% !important;
    }

    #page-container .pegasus_header_4 .et_pb_row .et_pb_slide_description {
        transform: translate(9vw, -50%) !important;
    }

    .pegasus_header_5 .et_pb_blurb {
        font-size: 20px !important;
    }

    .pegasus_header_6 .et_pb_slide {
        height: 700px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-next {
        right: -40px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev {
        left: -40px !important;
    }

    .pegasus_header_9 .et_pb_row,
    .pegasus_header_8 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_header_8 .et_pb_button_wrapper {
        padding-left: 0;
    }

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pegasus_header_1 {
        padding-bottom: 16.3% !important;
    }

    .pegasus_header_4 .et_pb_row .et_pb_slide_description .et_pb_slide_content {
        font-size: 34px !important;
    }

    .pegasus_header_6 .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
        font-size: 40px !important;
    }

    .pegasus_header_9 .et_pb_row .et_pb_blurb h4 {
        font-size: 200px;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus_header_1 .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pegasus_header_2 .et_pb_slide .et_pb_container {
        width: 100%;
        padding-right: 30px;
    }

    .pegasus_header_3 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_header_3 .et_pb_column_1_2 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    #page-container .pegasus_header_4 .et_pb_row .et_pb_slide_description {
        width: 44% !important;
    }

    .pegasus_header_4 .et-pb-controllers {
        padding-left: 9vw !important;
    }

    #page-container .pegasus_header_5 .et_pb_blurb .et_pb_blurb_content {
        max-width: 100% !important;
    }

    #page-container .pegasus_header_5 .et_pb_blurb:last-child {
        width: 100% !important;
        border-bottom: none !important;
    }

    #page-container .pegasus_header_5 .et_pb_blurb {
        width: 50% !important;
        padding: 100px 40px 40px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .pegasus_header_6 .et_pb_slide {
        height: 550px !important;
    }

    .pegasus_header_8 .et_pb_promo .et_pb_promo_description h2,
    .pegasus_header_8 .et_pb_promo .et_pb_promo_description {
        text-align: center !important;
    }

    .pegasus_header_8 .et_pb_image img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .pegasus_header_9 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_header_9 .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .pegasus_header_8 .bottom_image .et_pb_image {
        display: none !important;
    }

    .pegasus_header_8 .bottom_image {
        position: absolute;
        bottom: 0;
        height: 42vw;
    }

    .pegasus_header_8 .et_pb_column_1_2:first-child .et_pb_promo_description p {
        max-width: 100%;
    }

    .pegasus_header_8 .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
    }

    .pegasus_header_8 .et_pb_row:first-child .et_pb_promo .et_pb_promo_description h2,
    .pegasus_header_8 .et_pb_row:first-child .et_pb_promo .et_pb_promo_description {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pegasus_header_1 .et_pb_bottom_inside_divider {
        height: 70px !important;
        background-size: 50% 70px !important;
    }

    #page-container .pegasus_header_2 .et_pb_slide_title {
        padding-bottom: 20px !important;
    }

    .pegasus_header_3 .et_pb_column_1_2 .et_pb_button_module_wrapper {
        text-align: center !important;
    }

    .pegasus_header_3 .et_pb_column_1_2:last-child {
        margin-bottom: 0 !important;
    }

    .pegasus_header_3 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    #page-container .pegasus_header_4 .et_pb_row .et_pb_slide_description {
        width: 100% !important;
        position: static !important;
        transform: translate(0, 0) !important;
        padding-top: 0;
    }

    #page-container .pegasus_header_4 .et_pb_row .et_pb_slide_description .et_pb_slide_title {
        padding-bottom: 20px !important;
    }

    #page-container .pegasus_header_4 .et_pb_row .et_pb_slide_image {
        margin-top: 30px !important;
        width: 100%;
    }

    .pegasus_header_4 .et-pb-controllers {
        padding-left: 0 !important;
        text-align: center;
    }

    .pegasus_header_6 .et_pb_slide.et-pb-active-slide .et_pb_container {
        padding: 0 0 !important;
    }

    .pegasus_header_6 .et_pb_slides .et_pb_slide_description {
        margin-bottom: 30px !important;
    }

    .pegasus_header_6 .et_pb_slide .et_pb_container img {
        height: auto;
        max-width: 100%;
    }

    .pegasus_header_6 .et_pb_slide {
        height: 500px !important;
    }

    .pegasus_header_6 .et_pb_slides {
        max-height: 500px;
        overflow: hidden;
    }

    .pegasus_header_9 .et_pb_image .et_pb_image_wrap,
    .pegasus_header_9 .et_pb_image .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    #page-container .pegasus_header_9 .et_pb_promo .et_pb_promo_description h2,
    .pegasus_header_9 .et_pb_promo .et_pb_promo_description p {
        max-width: 100%;
    }

    .pegasus_header_9 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 480px) {
    #page-container .pegasus_header_1 .et_pb_column_1_4:last-child {
        margin-top: 0 !important;
    }

    #page-container .pegasus_header_1 .et_pb_column_1_4,
    #page-container .pegasus_header_1 .et_pb_column_1_2 {
        width: 100% !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    #page-container .pegasus_header_5 .et_pb_blurb {
        width: 100% !important;
    }

    #page-container .pegasus_header_5 .et_pb_row {
        width: 100% !important;
    }

    .pegasus_header_6 .et_pb_slide {
        height: 310px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev {
        left: -37px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-next {
        right: -37px !important;
    }

    .pegasus_header_6 .et_pb_slides {
        max-height: none;
    }

    #page-container .pegasus_header_8 .bottom_image {
        width: 100% !important;
    }

    .pegasus_header_8 .et_pb_promo_description {
        float: none !important;
    }

    .pegasus_header_8 .et_pb_button_wrapper {
        float: none;
        text-align: center;
    }

    .pegasus_header_8 .bottom_image {
        height: 82vw;
    }

    .pegasus_header_6 .et-pb-slider-arrows {
        margin-top: 10px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a {
        position: static !important;
        display: inline-block;
        transform: none !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a.et-pb-arrow-prev {
        margin-right: 20px !important;
    }

    .pegasus_header_6 .et-pb-slider-arrows a:after,
    .pegasus_header_6 .et-pb-slider-arrows a:before {
        display: none !important;
    }

}#page-container #main-content {
    overflow: hidden;
}

#page-container .before_or_after_image .et_pb_image .et_pb_image_wrap,
#page-container .before_or_after_image .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

/*Services*/

#page-container .pegasus_pricing_tables1.pegasus_services_pricing_tables1 .et_pb_button_module_wrapper a.active_button {
    color: #ffffff !important;
    background: #000 !important;
    border-color: #000 !important;
}

#page-container .pegasus_pricing_tables1.pegasus_services_pricing_tables1 .et_pb_pricing_table.et_pb_featured_table .et_pb_button:hover {
    color: #fff !important;
}

#page-container .pegasus_pricing_tables1.pegasus_services_pricing_tables1 .et_pb_pricing_table.et_pb_featured_table .et_pb_button {
    color: #000 !important;
}

/*Studio*/

.pegasus-footer4.pegasus-studio-footer4 .style-list.et_pb_bg_layout_light li {
    color: #00c7fe;
}

/*About Us 2*/
.pegasus_about_us2_video .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.pegasus_about_us2_video .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.pegasus_about_us2_video .et_pb_blurb h4:hover a {
    color: #000 !important;
}

.pegasus_about_us2_video .et_pb_blurb h4:hover {
    background-color: transparent;
!important;
    color: #000 !important;
}

.pegasus-footer2.pegasus-about-us2-footer2 .et_pb_social_media_follow li a.icon::before {
    color: #000000;
    text-shadow: 4px 0 15px #e9edf2;
}

/*About Us*/
.pegasus-footer4.pegasus_about_us_footer4 .style-list.et_pb_bg_layout_light li {
    color: #fc692b;
}

/*Agency*/

.pegasus_agency_video .et_pb_blurb h4:hover a {
    color: #0082ae !important;
}

.pegasus_agency_video .et_pb_blurb h4:hover {
    background-color: transparent;
    color: #0082ae !important;
}

.pegasus_agency_video .et_pb_blurb .et_pb_main_blurb_image,
.pegasus_agency_video .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.pegasus_agency_video .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img{
    display: block !important;
    width: 100% !important;
}

    /*Landscape Portfolio*/

.pegasus-footer4.pegasus-landscape-portfolio-footer4 .style-list.et_pb_bg_layout_light li {
    color: #00c7fe !important;
}

.pegasus_portfolio_8 .et_pb_portfolio_items_wrapper {
    clear: both;
}

.pegasus_portfolio_8 .et_pb_portfolio_filters {
    margin-bottom: 67px !important;
    float: right;
    margin-top: 12px;
}

.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter a:hover,
.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter a.active {
    color: #000 !important;
}

.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter a {
    border: none !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #989bac !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    margin-right: 0;
    background: transparent !important;
    line-height: 120%;
    margin-left: 35px;
}

.pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:last-child:after {
    display: none !important;
}

.pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:after {
    content: "|";
    display: inline-block;
    padding: 0 1.4vw;
    color: #989bac !important;
}

.pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a {
    display: inline-block;
    position: relative;
    transition: 0.3s;

}

.pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:hover {
    color: #000 !important;
}

/*Team Details*/

.pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3:last-child {
    margin-right: 0 !important;
}

.pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3:first-child {
    width: 40.7% !important;
    margin-right: 2% !important;
}

.pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3 {
    width: 24% !important;
    margin-right: 7.4% !important;
}

/*Team landing*/

.pegasus_team_landing_person_3.pegasus_person_3 .et_pb_column_1_4 .et_pb_text .et_pb_text_inner {
    vertical-align: middle;
    display: table-cell;
}

body.edge .pegasus_team_landing_person_3.pegasus_person_3 .et_pb_column_1_4 .et_pb_text .et_pb_text_inner ,
body.ie .pegasus_team_landing_person_3.pegasus_person_3 .et_pb_column_1_4 .et_pb_text .et_pb_text_inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
}

.pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:last-child:after {
    display: none !important;
}

.pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:after {
    content: "|";
    display: inline-block;
    padding: 0 1.4vw;
    color: #989bac !important;
}

.pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a {
    display: inline-block;
    position: relative;
    transition: 0.3s;

}

.pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:hover {
    color: #000 !important;
}

.pegasus_portfolio_single_fullwidth .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pegasus_portfolio_single_fullwidth .et_pb_column_1_4 {
    width: 25% !important;
    margin-right: 6.2% !important;
}

.pegasus_portfolio_single_fullwidth .et_pb_column_1_2 {
    width: 41% !important;
    margin-right: 2% !important;
}


.pegasus-content15.pegasus-studio-content15{
    background-size: 100% 100% !important;
}

.pegasus_person_4.pegasus_studio_person_4  .before_or_after_image .et_pb_image,
.pegasus-blurb13.pegasus-studio-blurb13 .before_or_after_image .et_pb_image{
    max-width: 1930px !important;
}





.pegasus_portfolio_single_page_text .et_pb_text strong{
    font-weight: inherit !important;
    min-width: 99px;
    display: inline-block;
}


/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pegasus-content01.pegasus-marketing-content01 .before_or_after_image .et_pb_image {
        top: -490px;
    }

    #page-container .pegasus-footer4 .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text a:after {
        padding: 0 20px;
    }

    /*portfolio single detail page*/
    .pegasus-cta3.pegasus_portfolio_single_detail_header {
        padding-top: 180px;
        padding-bottom: 360px;
    }

    .pegasus_portfolio_single_detail_images .et_pb_row:first-child {
        padding-bottom: 0 !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_row:nth-child(2) {
        padding-top: 150px !important;
    }

    .pegasus-blurb16.pegasus_portfolio_single_detail_blurb16_2 {
        padding-top: 0 !important;
        padding-bottom: 100px !important;
    }

    .pegasus_portfolio_single_detail_header_bottom_image {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1390px) {
    .pegasus-blurb7.pegasus_portfolio_single_fullwidth_blurb7 .et_pb_row,
    .pegasus_portfolio_single_fullwidth .et_pb_row,
    .pegasus_about_us2_video .et_pb_row {
        width: 90% !important;
    }

    .pegasus_portfolio_single_fullwidth .et_pb_column_1_4 {
        width: 25% !important;
        margin-right: 2% !important;
    }

    .pegasus_portfolio_single_fullwidth .et_pb_column_1_2 {
        width: 46% !important;
        margin-right: 2% !important;
    }


    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_3_4{
        width: 65% !important;
    }
    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_1_4{
        width: 32% !important;
    }

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {

    .pegasus-cta3.pegasus_portfolio_single_detail_header {
        padding-top: 100px;
        padding-bottom: 280px;
    }

    .pegasus_portfolio_single_detail_images .et_pb_row:first-child {
        padding-bottom: 0 !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_row:nth-child(2) {
        padding-top: 150px !important;
    }

    .pegasus-blurb16.pegasus_portfolio_single_detail_blurb16_2 {
        padding-top: 0 !important;
        padding-bottom: 100px !important;
    }

    .pegasus_portfolio_single_detail_header_bottom_image {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus-blurb3.pegasus-construction-blurb3 .et_pb_row > .et_pb_column_1_2 {
        margin-top: 0 !important;
    }

    .pegasus-footer4.craftsman-pegasus-footer4 .et_pb_column_4_4 .et_pb_blurb {
        margin-bottom: -13px !important;
    }

    .pegasus_landscape_portfolio_header .et_pb_text {
        text-align: center !important;
    }

    .pegasus_portfolio_8 .et_pb_portfolio_filters {
        margin-bottom: 40px !important;
        margin-top: 0 !important;
    }

    .pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_column,
    .pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_column {
        margin-bottom: 0 !important;
    }

    .pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:last-child .et_pb_text,
    .pegasus-footer4.pegasus-landscape-portfolio-footer4 .et_pb_row:last-child .et_pb_text {
        text-align: center !important;
    }

    .pegasus_team_landing_top_text .et_pb_row {
        width: 90% !important;
    }

    .pegasus_team_landing_top_text .et_pb_row .et_pb_column .et_pb_text {
        max-width: 100% !important;
        text-align: left !important;
    }

    .pegasus-footer4.craftsman-pegasus-footer4 .et_pb_row:nth-child(2) .et_pb_column_4_4 {
        margin-bottom: 0 !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_row,
    .pegasus_portfolio_single_detail_text .et_pb_row {
        width: 90% !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_column_1_2:last-child,
    .pegasus_portfolio_single_detail_text .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_column_1_2,
    .pegasus_portfolio_single_detail_text .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    #page-container .pegasus_portfolio_single_fullwidth .et_pb_column_1_4:last-child {
        margin-right: 0 !important;
    }

    #page-container .pegasus_portfolio_single_fullwidth .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 2% !important;
    }

    #page-container .pegasus_portfolio_single_fullwidth .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }


    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_3_4 {
        width: 58% !important;
    }

    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_1_4 {
        width: 40% !important;
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus_header_4.pegasus_creative_header_4 .et_pb_row .et_pb_image {
        display: none !important;
    }

    .pegasus_about_us2_video .et_pb_blurb h4 {
        padding: 10px !important;
    }

    .pegasus_portfolio_8 .et_pb_portfolio_filters {
        width: 100% !important;
    }

    .pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter a {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .pegasus_portfolio_8 .et_pb_promo .et_pb_promo_description {
        padding-bottom: 10px !important;
    }

    .pegasus_portfolio_8 .et_pb_promo {
        position: static !important;
    }

    .pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3 {
        width: 48% !important;
        margin-right: 3% !important;
        padding-top: 0;
    }

    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_3_4 {
        width: 100% !important;
    }

    .pegasus_portfolio_single_page_text .et_pb_row .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .pegasus-content12.pegasus-team-detail-content12 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus_person_3.pegasus_team_landing_person_3 .et_pb_column_1_4:last-child {
        margin-bottom: 0 !important;
    }

    .pegasus_person_3.pegasus_team_landing_person_3 .et_pb_column_1_4 {
        width: 100% !important;
        margin-bottom: 30px !important;
        margin-right: 0 !important;
    }

    .pegasus_person_3.pegasus_team_landing_person_3 .et_pb_column_1_4 .et_pb_text {
        padding: 28vw 0 !important;
    }

    .pegasus_portfolio_single_detail_text {
        padding-top: 38px !important;
    }

    .pegasus_portfolio_single_detail_header_bottom_image .et_pb_image {
        margin-top: -25vw !important;
    }

    .pegasus-cta3.pegasus_portfolio_single_detail_header {
        padding-bottom: 42vw !important;
    }

    .pegasus_portfolio_single_detail_text {
        padding-bottom: 30px !important;
    }

    .pegasus_portfolio_single_detail_text .et_pb_column_1_2 .et_pb_promo h2 {
        margin-bottom: 0 !important;
    }

    .pegasus_portfolio_single_detail_images .et_pb_column_1_2,
    .pegasus_portfolio_single_detail_text .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .pegasus_portfolio_single_fullwidth .et_pb_column_1_4:last-child{
        margin-bottom: 0 !important;
    }
    #page-container .pegasus_portfolio_single_fullwidth .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}.person_link{
    display: none !important;
}

.et_pb_team_member_image {
    max-width: 100% !important;
}


.pegasus_person_1 .et_pb_column_1_3 {
    width: 42.8% !important;
}

.pegasus_person_1 .et_pb_column_2_3 {
    width: 57.2% !important;
    z-index: 11;
}

.pegasus_person_1 .persons-slider-arrows {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -27px;
    margin-top: -22px;
    z-index: 99;
}

.pegasus_person_1 .persons-slider-arrows a.portfolio-arrow-next:hover{
    background-color: #fff;
}
.pegasus_person_1 .persons-slider-arrows a.portfolio-arrow-next {
    background-color: #ffdd33;
    margin-top: 11px;
}

.pegasus_person_1 .persons-slider-arrows a:hover{
    background-color: #ffdd33;
}
.pegasus_person_1 .persons-slider-arrows a {
    font-family: "ETmodules";
    font-size: 30px;
    color: #444444;
    background-color: #fff;
    border-radius: 50%;
    padding: 14px 2px 13px;
    display: block;
    width: 50px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 30px 70px 0 #e9edf2;
}

.pegasus_person_1 .person_slide_outer_container {
    overflow: hidden;
}

.pegasus_person_1 .person_slide_container {
    transition: 0.4s !important;
}

.pegasus_person_1 .et_pb_team_member {
    float: left;
    padding-right: 21px !important;
    overflow: hidden;
    position: relative;
    clear: none !important;
}

#page-container #main-content .pegasus_person_1 .et_pb_promo .et_pb_promo_button:before {
    position: static !important;
    vertical-align: middle !important;
    margin-right: 11px !important;
    margin-left: 0 !important;
    font-size: inherit !important;
}

/*Image*/

.pegasus_person_1 .et_pb_team_member:hover .et_pb_team_member_image img {
    opacity: 0.5;
}

.pegasus_person_1 .et_pb_team_member .et_pb_team_member_image img {
    display: block;
    width: 100%;
}

.pegasus_person_1 .et_pb_team_member .et_pb_team_member_image {
    max-height: 347px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

/*Hover*/
.pegasus_person_1 .et_pb_team_member .et_pb_team_member_image:before {
    display: block !important;
    content: "$";
    background-color: #ffffff;
    position: absolute;
    top: auto;
    z-index: 99;
    font-family: ETmodules;
    line-height: 100%;
    border-radius: 50%;
    padding: 10px 12px;
    font-size: 30px;
    right: 30px;
    transform: translate(90px, 0);
    opacity: 0;
    width: 26px;
    color: #444444 !important;
    bottom: 19px;
    transition: 0.4s;
}

.pegasus_person_1 .et_pb_team_member .et_pb_team_member_image:after {
    border: 2px solid;
    border-color: #fff;
    content: '';
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 5px;
}

.pegasus_person_1 .et_pb_team_member:hover .et_pb_team_member_image:before {
    transition: all .3s ease-out;
    transform: translate(0, 0);
    opacity: 1;
}

.pegasus_person_1 .et_pb_team_member:hover .et_pb_team_member_image:after {
    transition: 0.4s;
    left: 35px;
    right: 35px;
    top: 35px;
    bottom: 35px;
    opacity: 1;
}

.pegasus_person_1 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0.2s !important;
    transform: scale(1) translate(0, -50%);
    opacity: 1;
    z-index: 20;
}

/*Dots Control*/

.pegasus_person_1 .slide_dots {
    clear: both;
    padding-top: 23px;
    padding-right: 33px;
    text-align: right;
}

.pegasus_person_1 .slide_dots a {
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.pegasus_person_1 .slide_dots a:hover,
.pegasus_person_1 .slide_dots a.active_dot {
    background-color: #ffdd33;
}

/*Persons 2*/

.pegasus_person_2 .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.pegasus_person_2 .et_pb_team_member .et_pb_team_member_image img{
    display: block !important;
    width: 100% !important;
}
.pegasus_person_2 .et_pb_team_member .et_pb_team_member_image {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.pegasus_person_2 .et_pb_team_member:hover .et_pb_team_member_image:before {
    transform: translate(0, 0);
    opacity: 1;
}

.pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
    content: "" !important;
    display: block !important;
    font-size: 10vw;
    font-family: "ETmodules";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 100%;
    background-color: #000;
    mix-blend-mode: darken;

    top: 8%;
    transition: 0.4s;
    transform: scale(2) translate(0%, -29%);
    opacity: 0;
    box-shadow: 0 0 0 220px #000;
    transform-origin: center center;
    z-index: 9;
}

.pegasus_person_2 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0.3s;
    transform: scale(1) translate(0, -50%);
    opacity: 1;
}

.pegasus_person_2 .person2_slide_container {
    transition: 0.4s;
}

.pegasus_person_2 .person2_slide_outer_container {
    overflow: hidden;
}

.pegasus_person_2 .et_pb_team_member {
    float: left;
    padding-right: 21px !important;
    overflow: hidden;
    position: relative;
    clear: none !important;
}

.pegasus_person_2 .persons2-slider-arrows a.portfolio-arrow-next {
    left: auto;
    right: -6px;
}

.pegasus_person_2 .persons2-slider-arrows a {
    font-family: "ETmodules";
    font-size: 30px;
    color: #444444;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px 2px 12px;
    display: block;
    width: 50px;
    text-align: center;
    box-shadow: 0 0 70px 0px #e9edf2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -27px;
    margin-top: -22px;
    z-index: 99;
}


/*Hover For IE*/

body.edge .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before,
body.ie .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before{
    display: block !important;
    font-size: 150px;
    font-family: "ETmodules";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 100%;
    background-color: transparent;
    top: 9%;
    transition: 0.4s;
    transform: scale(0) translate(0%, 0);
    opacity: 0;
    box-shadow: 0 0 0 500px #000;
    transform-origin: center center;
    z-index: 9;
    content: "" !important;
    width: 8.32vw;
    height: 8.32vw;
    border-radius: 50%;
    max-width: 162px;
    max-height: 162px;
}

body.edge .pegasus_person_2 .et_pb_team_member:hover .et_pb_team_member_image::before,
body.ie .pegasus_person_2 .et_pb_team_member:hover .et_pb_team_member_image::before{
    transform: scale(1) translate(0%, 0);
    opacity: 1;
}



/*Persons 3*/

.pegasus_person_3 .et_pb_team_member_description h4:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #757a90;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -19px;
    transition: 0.3s;
}

.pegasus_person_3 .et_pb_team_member:hover .et_pb_team_member_description h4:after {
    transition-delay: 0.3s;
    width: 50px;
}

.pegasus_person_3 .et_pb_team_member {
    transition: 0.3s;
    transition-delay: 0.3s !important;
    overflow: hidden !important;
}

.pegasus_person_3 .et_pb_team_member:hover {
    transition-delay: 0s !important;
    box-shadow: 0 30px 70px 0 #e9edf2;
}

.pegasus_person_3 .et_pb_team_member .et_pb_team_member_description {
    transition-delay: 0.3s !important;
}

.pegasus_person_3 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0s !important;
    transform: translate(0, 0);
}

.pegasus_person_3 .et_pb_team_member .et_pb_team_member_image img {
    transition: 0.3s;
    display: block;
    width: 100%;
}

.pegasus_person_3 .et_pb_team_member:hover .et_pb_team_member_image img {
    transition-delay: 0.3s;
    transform: scale(1.1) rotate(3deg);
}

/*Persons 4*/

.pegasus_person_4 .et_pb_team_member_description h4:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #00c6fd;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
    transition: 0.3s;
}

.pegasus_person_4 .et_pb_team_member:hover .et_pb_team_member_description h4:after {
    transition-delay: 0.3s;
    width: 35px;
}

.pegasus_person_4 .et_pb_team_member {
    transition: 0.3s;
    transition-delay: 0.3s !important;
    width: 31% !important;
    margin-right: 3.5% !important;
    float: left;
    margin-bottom: 28px !important;
    clear: none !important;
    overflow: hidden !important;
}

.pegasus_person_4 .et_pb_team_member .et_pb_team_member_description {
    transition-delay: 0.3s !important;
}

.pegasus_person_4 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0s !important;
    transform: translate(0, 0);
}

body.et-fb .pegasus_person_4 .et_pb_team_member:nth-child(3n+5) ,
body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:nth-child(3n+3) {
    margin-right: 0 !important;
}


body.et-fb .pegasus_person_4 .et_pb_team_member:nth-child(7) ,
body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:nth-child(5) {
    margin-top: -40px;
}

body.et-fb .pegasus_person_4 .et_pb_team_member.et-first-child,
body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:first-child,
body.et-fb .pegasus_person_4 .et_pb_team_member:nth-child(5) ,
body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:nth-child(3) {
    margin-top: 40px;
}

.pegasus_person_4 .et_pb_team_member:hover {
    transition-delay: 0s !important;
    box-shadow: 0 0 20px 0 rgba(0, 198, 253, 0.27);
}

.pegasus_person_4 .et_pb_team_member_image img {
    display: block;
    width: 100%;
}

#page-container #main-content .pegasus_person_4 .et_pb_button_module_wrapper .et_pb_button:before {
    font-size: inherit !important;
}

/*Persons 5*/

.pegasus_person_5 .et_pb_team_member {
    width: 31% !important;
    margin-right: 3.5% !important;
    float: left;
    margin-bottom: 28px !important;
    clear: none !important;
    overflow: hidden !important;
}

.pegasus_person_5 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0.3s !important;
    transform: translate(0, 0);
}

body.et-fb .pegasus_person_5 .et_pb_team_member:nth-child(3n+5),
body:not(.et-fb) .pegasus_person_5 .et_pb_team_member:nth-child(3n+3){
    margin-right: 0 !important;
}

.pegasus_person_5 .et_pb_team_member:hover {
    transition-delay: 0s !important;
    box-shadow: 0 0 20px 0 rgba(0, 198, 253, 0.27);
}

.pegasus_person_5 .et_pb_team_member_image img {
    display: block;
    width: 100%;
}

.pegasus_person_5 .et_pb_team_member_image {
    position: relative;
}

.pegasus_person_5 .et_pb_team_member_image:before {
    display: block !important;
    font-size: 150px;
    font-family: "ETmodules";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 100%;
    background-color: transparent;
    top: 9%;
    transition: 0.4s;
    transform: scale(0) translate(0%, 0);
    opacity: 0;
    box-shadow: 0 0 0 500px #fff;
    transform-origin: center center;
    z-index: 9;
    content: "" !important;
    width: 7.32vw;
    height: 7.32vw;
    border-radius: 50%;
    max-width: 142px;
    max-height: 142px;
}

.pegasus_person_5 .et_pb_team_member:hover .et_pb_team_member_image:before {
    transform: scale(1) translate(0%, 0);
    opacity: 1;
}

#page-container #main-content .pegasus_person_5 .et_pb_button_module_wrapper .et_pb_button:before {
    font-size: inherit !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 200px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .pegasus_person_2 .et_pb_team_member:hover .et_pb_team_member_description {
        transform: scale(1) translate(0, 0);
    }
}

@media only screen and (max-width: 1390px) {
    .pegasus_person_1 .et_pb_column_1_3 {
        padding-right: 7.8vw !important;
    }

    .pegasus_person_1 .et_pb_team_member:hover .et_pb_team_member_image:after {
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
    }

    .pegasus_person_1 .et_pb_team_member .et_pb_team_member_image:before {
        right: 5px;
        bottom: 5px;
    }

    .pegasus_person_5 .et_pb_row,
    .pegasus_person_4 .et_pb_row,
    .pegasus_person_3 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_person_4 .et_pb_column_1_3 {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .pegasus_person_5 .et_pb_column_1_3 {
        padding: 0 !important;
    }

    .pegasus_person_5 .et_pb_team_member_image:before {
        width: 10vw;
        height: 10vw;
    }

    .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 8vw;
    }

    body.edge .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before,
    body.ie .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before{
        width: 11vw !important;
        height: 11vw !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus_person_1 .et_pb_column_2_3 {
        margin-left: 7.8vw;
        margin-bottom: 40px;
    }

    .pegasus_person_1 .et_pb_column_1_3 {
        padding-left: 7.8vw;
    }

    .pegasus_person_1 .persons-slider-arrows {
        left: -27px;
        right: auto;
    }

    .pegasus_person_1 .slide_dots {
        text-align: left;
    }

    .pegasus_person_2 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_person_2 .et_pb_column_1_2 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pegasus_person_3 .et_pb_column .et_pb_text {
        text-align: center !important;
    }

    .pegasus_person_3 .et_pb_row:last-child .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pegasus_person_3 .et_pb_row:last-child .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .pegasus_person_5 .et_pb_team_member_image:before {
        width: 15vw;
        height: 15vw;
        max-width: none;
        max-height: none;
    }

    .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 10vw;
        top: 13%;
    }

    body.edge .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before,
    body.ie .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before{
        width: 12vw !important;
        height: 12vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus_person_2 .et_pb_column_1_2 .et_pb_button_module_wrapper {
        text-align: left !important;
    }

    .pegasus_person_2 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus_person_3 .et_pb_row:last-child .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body.et-fb .pegasus_person_5 .et_pb_team_member:nth-child(3n+5),
    body:not(.et-fb) .pegasus_person_5 .et_pb_team_member:nth-child(3n+3),
    body.et-fb .pegasus_person_4 .et_pb_team_member:nth-child(3n+5) ,
    body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:nth-child(3n+3) {
        margin-right: 4% !important;
    }

    body.et-fb .pegasus_person_5 .et_pb_team_member:nth-child(2n+4),
    body:not(.et-fb) .pegasus_person_5 .et_pb_team_member:nth-child(2n+2),
    body.et-fb .pegasus_person_4 .et_pb_team_member:nth-child(2n+4) ,
    body:not(.et-fb) .pegasus_person_4 .et_pb_team_member:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .pegasus_person_5 .et_pb_team_member,
    .pegasus_person_4 .et_pb_team_member {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .pegasus_person_4 .et_pb_team_member .et_pb_team_member_image img {
        display: block;
        width: 100%;
    }

    .pegasus_person_4 .et_pb_team_member:first-child,
    .pegasus_person_4 .et_pb_team_member:nth-child(3) {
        margin-top: 0;
    }

    .pegasus_person_4 .et_pb_team_member:nth-child(5) {
        margin-top: 0;
    }

    .pegasus_person_5 .et_pb_team_member_image:before {
        width: 25vw;
        height: 25vw;
    }

    .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 14vw;
    }

    body.edge .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before,
    body.ie .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before{
        width: 35vw !important;
        height: 35vw !important;
    }
}

@media only screen and (max-width: 480px) {
    .pegasus_person_5 .et_pb_team_member,
    .pegasus_person_4 .et_pb_team_member {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus_person_5 .et_pb_team_member_image:before {
        width: 50vw;
        height: 50vw;
    }

    .pegasus_person_2 .et_pb_team_member {
        padding-right: 0 !important;
    }

    .pegasus_person_1 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 20px;
        width: auto;
        padding: 10px 10px;
    }

    .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image:before {
        font-size: 32vw;
    }

    .pegasus_person_2 .persons2-slider-arrows a.portfolio-arrow-next {
        right: -10px;
    }


    .pegasus_person_2 .persons2-slider-arrows a.portfolio-arrow-prev{
        left: -10px !important;
    }

    body.edge .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before,
    body.ie .pegasus_person_2 .et_pb_team_member .et_pb_team_member_image::before{
        width: 35vw !important;
        height: 35vw !important;
    }
}
.pegasus_portfolio_1 .et_portfolio_image img,.pegasus_portfolio_2 .et_portfolio_image img,.pegasus_portfolio_3 .et_portfolio_image img,.pegasus_portfolio_4 .et_portfolio_image img,.pegasus_portfolio_5 .et_portfolio_image img,.pegasus_portfolio_6 .et_portfolio_image img,.pegasus_portfolio_7 .et_portfolio_image img,.pegasus_portfolio_8 .et_portfolio_image img,.pegasus_portfolio_9 .et_portfolio_image img{transform:translate(0,100%);transition:all .6s ease}.pegasus_portfolio_1 .active_item .et_portfolio_image img,.pegasus_portfolio_2 .active_item .et_portfolio_image img,.pegasus_portfolio_3 .active_item .et_portfolio_image img,.pegasus_portfolio_4 .active_item .et_portfolio_image img,.pegasus_portfolio_5 .active_item .et_portfolio_image img,.pegasus_portfolio_6 .active_item .et_portfolio_image img,.pegasus_portfolio_7 .active_item .et_portfolio_image img,.pegasus_portfolio_8 .active_item .et_portfolio_image img,.pegasus_portfolio_9 .active_item .et_portfolio_image img{transform:translate(0,0)}.portfolio_auther,.portfolio_date{display:none}.pegasus_portfolio_1 .et_pb_portfolio .type-project:nth-child(2n+2){margin-right:0!important}.pegasus_portfolio_1 .et_pb_portfolio .type-project{width:48%;float:left;margin-right:4%;margin-bottom:5%;overflow:hidden;cursor:pointer;border-radius:2px}.pegasus_portfolio_1 .et_pb_portfolio .type-project .et_portfolio_image{border-radius:3px;overflow:hidden}.pegasus_portfolio_1 .et_pb_portfolio .type-project:nth-child(4){margin-top:-11%!important}.pegasus_portfolio_1 .et_pb_portfolio .type-project:first-child{margin-top:11%!important}.pegasus_portfolio_1 .et_pb_promo ul li{list-style:none!important;margin-bottom:10px}.pegasus_portfolio_1 .et_pb_promo ul{padding:0!important;margin-bottom:25px}.pegasus_portfolio_1 .et_pb_portfolio .type-project:hover{box-shadow:0 0 70px 0 #e9edf2}.pegasus_portfolio_1 .et_pb_portfolio .type-project:hover:before{transform:scale(1) translate(0,-50%);opacity:1}.pegasus_portfolio_1 .et_pb_portfolio .type-project:before{content:''!important;display:block!important;font-size:150px;font-family:ETmodules;position:absolute;left:0;right:0;margin:auto;text-align:center;color:#000;line-height:100%;background-color:#fff;mix-blend-mode:lighten;top:50%;transition:.4s;transform:scale(2) translate(0,-29%);opacity:0;box-shadow:0 0 0 500px #fff;transform-origin:center center;z-index:9}.pegasus_portfolio_1 .et_pb_portfolio .type-project:after{content:'View This project';display:block;text-transform:uppercase!important;color:#00c7cc!important;font-size:16px!important;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;position:absolute;width:100%;text-align:center;bottom:13%;transform:translate(0,70px);opacity:0;transition:.3s;z-index:11}.pegasus_portfolio_1 .et_pb_portfolio .type-project:hover:after{transform:translate(0,0);opacity:1}body.edge .pegasus_portfolio_1 .et_pb_portfolio .type-project:before,body.ie .pegasus_portfolio_1 .et_pb_portfolio .type-project:before{display:none!important}body.edge .pegasus_portfolio_1 .et_pb_portfolio .type-project::after,body.ie .pegasus_portfolio_1 .et_pb_portfolio .type-project::after{box-shadow:inset 0 0 0 100px #fff!important;padding:30px 8px!important;bottom:0!important;transform:translate(0,101%);opacity:1}body.edge .pegasus_portfolio_1 .et_pb_portfolio .type-project:hover::after,body.ie .pegasus_portfolio_1 .et_pb_portfolio .type-project:hover::after{transform:translate(0,1px)}body.edge .pegasus_portfolio_1 .et_pb_portfolio .type-project:hover .et_portfolio_image img,body.ie .pegasus_portfolio_1 .et_pb_portfolio .type-project:hover .et_portfolio_image img{transform:rotate(3deg) scale(1.1)}#page-container #main-content .pegasus_portfolio_1 .et_pb_button_wrapper .et_pb_promo_button:before{font-size:inherit!important}.pegasus_portfolio_2 .et_pb_column_2_3{width:57.2%!important}.pegasus_portfolio_2 .et_pb_column_1_3{width:42.8%!important}.pegasus_portfolio_2 .portfolio-slider-arrows{position:absolute;top:50%;transform:translate(0,-50%);left:-27px;margin-top:-22px;z-index:99}.pegasus_portfolio_2 .portfolio-slider-arrows a.portfolio-arrow-prev:hover{background-color:#fff}.pegasus_portfolio_2 .portfolio-slider-arrows a.portfolio-arrow-prev{background-color:#fd3;margin-top:11px}.pegasus_portfolio_2 .portfolio-slider-arrows a:hover{background-color:#fd3}.pegasus_portfolio_2 .portfolio-slider-arrows a{font-family:ETmodules;font-size:30px;color:#444;background-color:#fff;border-radius:50%;padding:14px 2px 13px;display:block;width:50px;text-align:center;transition:.3s;box-shadow:-42PX 0 97PX 0 #e9edf2}.pegasus_portfolio_2 .et_pb_portfolio{overflow:hidden!important;position:static!important}.pegasus_portfolio_2 .et_pb_portfolio .et_pb_ajax_pagination_container{transition:.4s!important}.pegasus_portfolio_2 .et_pb_portfolio .type-project{float:left;padding-right:21px!important;overflow:hidden}.pegasus_portfolio_2 .et_pb_promo .et_pb_promo_button:before{position:static!important;vertical-align:middle!important;margin-right:11px!important;margin-left:0!important}.pegasus_portfolio_2 .et_pb_portfolio .type-project:hover .et_portfolio_image img{opacity:.5}.pegasus_portfolio_2 .et_pb_portfolio .et_portfolio_image{max-height:347px;overflow:hidden;border-radius:3px;position:relative}.pegasus_portfolio_2 .et_pb_portfolio .type-project .et_portfolio_image:before{display:block!important;content:"$";background-color:#fff;position:absolute;top:auto;z-index:99;font-family:ETmodules;line-height:100%;border-radius:50%;padding:10px 12px;font-size:30px;right:30px;transform:translate(90px,0);opacity:0;width:26px;color:#444!important;bottom:19px;transition:.4s}.pegasus_portfolio_2 .et_pb_portfolio .type-project .et_portfolio_image:after{border:2px solid;border-color:#fff;content:'';display:block;position:absolute;z-index:20;opacity:0;margin:auto;left:0;right:0;top:0;bottom:0;transition:.4s;border-radius:5px}.pegasus_portfolio_2 .et_pb_portfolio .type-project:hover .et_portfolio_image:before{transition:all .3s ease-out;transform:translate(0,0);opacity:1}.pegasus_portfolio_2 .et_pb_portfolio .type-project:hover .et_portfolio_image:after{transition:.4s;left:35px;right:35px;top:35px;bottom:35px;opacity:1}.pegasus_portfolio_2 .et_pb_portfolio .type-project:hover h2.et_pb_module_header{transition-delay:.2s!important;transform:scale(1) translate(0,-50%);opacity:1}.pegasus_portfolio_2 .et_pb_portfolio .slide_dots{clear:both;padding-top:23px;padding-left:33px}.pegasus_portfolio_2 .et_pb_portfolio .slide_dots a{font-size:0!important;width:10px;height:10px;background-color:#000;display:inline-block;border-radius:50%;margin-right:8px;cursor:pointer}.pegasus_portfolio_2 .et_pb_portfolio .slide_dots a.active_dot,.pegasus_portfolio_2 .et_pb_portfolio .slide_dots a:hover{background-color:#fd3}.pegasus_portfolio_2 .et_pb_portfolio{display:none}#page-container #main-content .pegasus_portfolio_3 .et_pb_column .et_pb_button_module_wrapper .et_pb_button{position:absolute!important}.pegasus_portfolio_3 .et_pb_column .et_pb_button_module_wrapper{margin-bottom:0!important}.pegasus_portfolio_3 .et_pb_column .myexcerpt{color:#989bac;font-family:Lato,Helvetica,Arial,Lucida,sans-serif!important;font-size:16px}.pegasus_portfolio_3 .et_pb_column_1_2{width:37%!important;margin-right:5.5%!important}.pegasus_portfolio_3 .et_pb_column_1_4:last-of-type{margin-right:0!important}.pegasus_portfolio_3 .et_pb_column_1_4{width:24%!important;margin-right:7.6%!important}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:nth-child(3n+3){margin-right:0!important}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project{float:left;margin-bottom:2.9vw;width:29.666%}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:hover .et_portfolio_image{box-shadow:0 8px 15px 0 rgba(254,120,131,.3)}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project .et_portfolio_image{border-radius:6px;overflow:hidden;position:relative;display:block;transition:.3s}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:first-child .et_portfolio_image,.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:nth-child(3) .et_portfolio_image,.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:nth-child(6) .et_portfolio_image{max-height:230px}.pegasus_portfolio_3 .et_pb_portfolio_filters{margin-bottom:88px!important}.pegasus_portfolio_3 .et_pb_portfolio_filters .et_pb_portfolio_filter a{border:none!important;padding:0!important;font-size:16px!important;color:#989bac!important;font-family:Lato,Helvetica,Arial,Lucida,sans-serif!important;margin-right:35px;background:0 0!important;line-height:120%}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project .et_portfolio_image .image_hover:before{content:'Discover more';display:block;color:#fff;font-size:16px;text-transform:uppercase;position:absolute;top:50%;transform:translate(0,-50%);width:100%;text-align:center;z-index:10;transition:.3s}.pegasus_portfolio_3 .gutter_width{width:5.5%}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project .et_portfolio_image .image_hover{content:"";display:none;background-image:linear-gradient(90deg,#fe506c 0,#fc6a2a 100%)!important;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;border-radius:6px;transition:0s}.pegasus_portfolio_4 .et_pb_portfolio_items{transition:.4s}.pegasus_portfolio_4 .et_pb_portfolio_items_wrapper{overflow:hidden;padding-bottom:60px}.pegasus_portfolio_4 .et_pb_portfolio .type-project{float:left;padding-right:70px!important;overflow:visible}.pegasus_portfolio_4 .portfolio-slider-arrows{position:absolute;top:0;right:70px}.pegasus_portfolio_4 .portfolio-slider-arrows a.portfolio-arrow-prev{margin-right:10px;transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1)}.pegasus_portfolio_4 .portfolio-slider-arrows a{font-family:ETmodules!important;font-size:30px;color:#40dbaf;background-color:#fff;border-radius:50%;padding:3px 2px;display:inline-block;width:35px;text-align:center;border:1px solid #40dbaf;height:35px;width:35px}.pegasus_portfolio_4 .portfolio-slider-arrows a:hover{color:#333;border:1px solid #333}.pegasus_portfolio_4 .et_pb_portfolio_filters{margin-bottom:60px!important}.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter a.active,.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter a:hover{border-color:#35dbc5!important;color:#000!important}.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter a{border:none!important;padding:0!important;font-size:18px!important;font-weight:600!important;color:#989bac!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif;margin-right:35px;background:0 0!important;line-height:100%;border-radius:0!important;padding-bottom:10px!important;border-bottom:2px solid transparent!important}.pegasus_portfolio_4 .et_portfolio_image{border-radius:6px;overflow:hidden;height:400px}.pegasus_portfolio_4 h2.et_pb_module_header{margin-top:0!important}.pegasus_portfolio_4 .portfolio_content{position:absolute;bottom:0;background-color:#fff;width:66%;padding:40px 30px 17px;border-radius:0 6px 0 0;transform:translate(0,61px);transition:.3s}.pegasus_portfolio_4 .et_pb_portfolio_item.type-project:not(.has_image) .portfolio_content{position:static;width:100%;transform:none;border:1px solid #e4e4e4}.pegasus_portfolio_4 .type-project:hover .portfolio_content{transform:translate(0,1px)}.pegasus_portfolio_4 .portfolio_content .myexcerpt{font-size:16px;color:#989bac;max-width:160px;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;letter-spacing:.3px;line-height:180%}.pegasus_portfolio_4 .portfolio_content:after{content:'View Case Studies';display:block;text-transform:capitalize!important;color:#42daaa!important;font-size:16px!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif!important;font-weight:600;padding-top:13px;height:0;overflow:hidden;transition:.3s;letter-spacing:.3px}.pegasus_portfolio_4 .type-project:hover .portfolio_content:after{height:30px}.pegasus_portfolio_4 .type-project{cursor:pointer}#page-container #main-content .pegasus_portfolio_5 .et_pb_column .et_pb_button_module_wrapper .et_pb_button{position:absolute!important}.pegasus_portfolio_5 .et_pb_portfolio_items_wrapper{overflow:hidden;height:300px}.pegasus_portfolio_5 .et_pb_module_header{display:none!important}.pegasus_portfolio_5 .et_pb_button_module_wrapper{margin-bottom:0!important}.pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image{overflow:hidden;height:300px}.pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image:before{transform:scale(1) translate(0,-50%);opacity:1}.pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:before{content:""!important;display:block!important;font-size:150px;font-family:ETmodules;position:absolute;left:0;right:0;margin:auto;text-align:center;color:#fff;line-height:100%;background-color:#000;mix-blend-mode:darken;top:50%;transition:.4s;transform:scale(2) translate(0,-29%);opacity:0;box-shadow:0 0 0 220px #000;transform-origin:center center;z-index:9}.pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:after{content:'View Project';display:block;color:#fff!important;font-size:16px!important;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;position:absolute;width:100%;text-align:center;bottom:13%;transform:translate(0,70px);opacity:0;transition:.3s;z-index:11}.pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image:after{transform:translate(0,0);opacity:1}.pegasus_portfolio_5 .et_pb_portfolio_items{transition:.4s}.pegasus_portfolio_5 .et_pb_portfolio_items_wrapper{overflow:hidden}.pegasus_portfolio_5 .et_pb_portfolio .type-project{float:left;padding-right:21px!important;overflow:hidden}.pegasus_portfolio_5 .portfolio-slider-arrows a.portfolio-arrow-next{left:auto;right:-6px}.pegasus_portfolio_5 .portfolio-slider-arrows a{font-family:ETmodules;font-size:30px;color:#444;background-color:#fff;border-radius:50%;padding:15px 2px 12px;display:block;width:50px;text-align:center;box-shadow:0 0 70px 0 #e9edf2;position:absolute;top:66%;transform:translate(0,-50%);left:-27px;margin-top:-22px;z-index:99}.pegasus_portfolio_5 .et_pb_portfolio_filters{max-width:1170px;margin:0 auto 90px}.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter a.active,.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter a:hover{color:#000!important}.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter a{border:none!important;padding:0!important;font-size:18px!important;font-weight:400!important;color:#989bac!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif;margin-right:35px;background:0 0!important;line-height:120%;border-radius:0!important}body.edge .pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:before,body.ie .pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:before{display:none!important}body.edge .pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image::after,body.ie .pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image::after{box-shadow:inset 0 0 0 100px #000!important;padding:30px 8px!important;bottom:0!important;transform:translate(0,101%);opacity:1}body.edge .pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image::after,body.ie .pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image::after{transform:translate(0,1px)}body.edge .pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image img,body.ie .pegasus_portfolio_5 .et_pb_portfolio .type-project:hover .et_portfolio_image img{transform:rotate(3deg) scale(1.1)}.pegasus_portfolio_6 .portfolio_auther,.pegasus_portfolio_6 .portfolio_date{display:block}.pegasus_portfolio_6 .et_portfolio_image{max-height:780px}.pegasus_portfolio_6 .et_pb_portfolio_filters{display:none!important}.pegasus_portfolio_6 .et_pb_portfolio_items{transition:.4s}.pegasus_portfolio_6 .et_pb_portfolio_items_wrapper{overflow:hidden;padding-bottom:170px;z-index:9}.pegasus_portfolio_6 .et_pb_portfolio .type-project{float:left;padding-right:0!important;overflow:visible}.pegasus_portfolio_6 .et_pb_portfolio .type-project .et_portfolio_image img{display:block;width:100%}.pegasus_portfolio_6 .portfolio-slider-arrows a{position:absolute;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif;font-weight:600;font-size:20px;color:#090913;display:inline-block;top:42%;transform:translate(0,-50%) rotate(-90deg);left:-1.7vw;transform-origin:bottom left;transition:.3s}.pegasus_portfolio_6 .portfolio-slider-arrows a:after{display:block;content:"";background-color:#fff;top:-4px;left:0;right:0;bottom:-4px;position:absolute;z-index:-1}.pegasus_portfolio_6 .portfolio-slider-arrows a:before{display:block;content:"";background-color:#d9f644;height:200px;position:absolute;width:1px;left:0;right:0;margin:auto;top:0;bottom:0;z-index:-2}.pegasus_portfolio_6 .portfolio-slider-arrows a:hover{color:#d9f644!important}.pegasus_portfolio_6 .portfolio-slider-arrows a.portfolio-arrow-next{left:auto!important;right:-1.7vw!important;transform:translate(0,-50%) rotate(90deg);transform-origin:bottom right}.pegasus_portfolio_6 .portfolio_content{box-shadow:8px 19px 43px 0 rgba(217,246,68,.15);position:absolute;bottom:-142px;background-color:#fff;padding:2.3vw 3.3vw 2.8vw;left:15.8%;max-width:570px;border-radius:6px}.pegasus_portfolio_6 .portfolio_auther:before,.pegasus_portfolio_6 .portfolio_date:before,.pegasus_portfolio_6 .post-meta:before{display:block;color:#d9f644;font-weight:700;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:16px;margin-bottom:5px}.pegasus_portfolio_6 .portfolio_date:before{content:"Date:"}.pegasus_portfolio_6 .portfolio_auther:before{content:"Client:"}.pegasus_portfolio_6 .post-meta:before{content:"Category:"}.pegasus_portfolio_6 .portfolio_auther,.pegasus_portfolio_6 .portfolio_date,.pegasus_portfolio_6 .post-meta{display:inline-block;margin-right:5%}.pegasus_portfolio_6 .myexcerpt{margin-bottom:25px;line-height:180%;margin-top:9px}.pegasus_portfolio_6 .myexcerpt,.pegasus_portfolio_6 .portfolio_auther,.pegasus_portfolio_6 .portfolio_date,.pegasus_portfolio_6 .post-meta{color:#7b827b!important;font-size:16px!important;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-weight:400!important}.pegasus_portfolio_6 .et_pb_portfolio .type-project a{max-height:780px;display:block;width:100%;overflow:hidden}.pegasus_portfolio_7 .et_pb_portfolio .type-project:hover{box-shadow:0 0 70px 0 #e9edf2}.pegasus_portfolio_7 .et_pb_portfolio .type-project:hover .et_portfolio_image:before{transform:scale(1) translate(0,-50%);opacity:1}.pegasus_portfolio_7 .et_pb_portfolio .type-project .et_portfolio_image:before{display:block!important;font-size:150px;font-family:ETmodules;position:absolute;left:0;right:0;margin:auto;text-align:center;line-height:100%;background-color:transparent;top:37%;transition:.4s;transform:scale(2) translate(0,-29%);opacity:0;box-shadow:0 0 0 500px #fff;transform-origin:center center;z-index:9;content:""!important;width:7.3vw;height:7.3vw;border-radius:50%;max-width:142px;max-height:142px}.pegasus_portfolio_7 .et_pb_portfolio .type-project .et_pb_module_header{position:absolute;transform:translate(0,70px);width:100%;text-align:center;bottom:8%;opacity:0;transition:.3s;z-index:11}.pegasus_portfolio_7 .et_pb_portfolio .type-project .et_pb_module_header:after{content:'View Project';display:block;text-transform:capitalize!important;color:#989bac!important;font-size:16px!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif!important;margin-top:9px;font-weight:400}.pegasus_portfolio_7 .et_pb_portfolio .type-project:hover .et_pb_module_header{transform:translate(0,0);opacity:1}.pegasus_portfolio_7 .et_pb_portfolio .type-project:nth-child(3n+3){margin-right:0}.pegasus_portfolio_7 .et_pb_portfolio .type-project{float:left;width:31.5%;margin-right:2.7%;overflow:hidden;margin-bottom:31px}.pegasus_portfolio_7 .et_pb_portfolio_items_wrapper{clear:both}.pegasus_portfolio_7 .et_pb_portfolio_filters{margin-bottom:62px!important;float:right;margin-top:-3px}.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter a.active,.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter a:hover{color:#000!important}.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter a{border:none!important;padding:0!important;font-size:18px!important;font-weight:400!important;color:#989bac!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif;margin-right:0;background:0 0!important;line-height:120%;margin-left:35px}.pegasus_portfolio_8 .type-project{margin-bottom:56px}.pegasus_portfolio_8 .et_portfolio_image{border-radius:6px;overflow:hidden;max-height:320px}.pegasus_portfolio_8 .et_portfolio_image:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;opacity:.8;transform:translate(0,102%);transition:.3s;z-index:1}.pegasus_portfolio_8 .et_portfolio_image img{display:block;width:100%}.pegasus_portfolio_8 .type-project .et_pb_module_header a:after{content:'Explore';display:block;margin-top:12px}.pegasus_portfolio_8 .type-project .et_pb_module_header a{z-index:10;position:relative;display:block}body.et-fb .pegasus_portfolio_8 .type-project .et_pb_module_header{position:absolute!important;font-size:18px;background-color:#000;position:absolute;right:44px;bottom:-13px;padding:1.6vw 6.3vw 1.7vw 3vw;font-weight:400}.pegasus_portfolio_8 .type-project .et_pb_module_header a:before{content:'5';font-family:ETmodules;display:block;position:absolute;right:-4vw;bottom:-3px;font-size:24px}.pegasus_portfolio_8 .et_pb_portfolio_item h2{position:relative;overflow:hidden;z-index:3}.pegasus_portfolio_8 .et_pb_portfolio_item h2:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#00c7fe;transform:translate(0,102%);transition:.3s}.pegasus_portfolio_8 .type-project.et_pb_portfolio_item:hover .et_portfolio_image:before,.pegasus_portfolio_8 .type-project.et_pb_portfolio_item:hover h2:before{transform:translate(0,0)}.pegasus_portfolio_1 .et_pb_portfolio .type-project:after{color:#00c7fe!important}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:before{content:''!important;top:43%;font-size:200px}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:hover{box-shadow:0 0 21px 0 rgba(62,191,235,.33)}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project{box-shadow:0 0 21px 0 rgba(62,191,235,.3)}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_promo ul{margin-bottom:18px}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_promo .et_pb_promo_button:before{position:static!important;vertical-align:middle!important;margin-right:11px!important;margin-left:0!important}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:after{content:'View Case Study';text-transform:capitalize!important;bottom:14%;font-weight:700}@media only screen and (min-width:1930px){.pegasus_portfolio_6 .portfolio_content{padding:60px!important}}@media only screen and (max-width:1550px){.pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:before{font-size:100px!important}}@media only screen and (max-width:1390px){.pegasus_portfolio_2 .et_pb_column_1_3{padding-left:7.8vw!important}.pegasus_portfolio_4 .et_pb_row{width:90%!important}.pegasus_portfolio_4{padding-left:20px!important}.pegasus_portfolio_4 .portfolio-slider-arrows{right:20px}.pegasus_portfolio_4 .et_pb_portfolio .type-project{padding-right:20px!important}.pegasus_portfolio_4 .portfolio_content{width:80%}.pegasus_portfolio_5 .et_pb_button{right:0!important}.pegasus_portfolio_5 .et_pb_portfolio_filters{margin:0 auto 60px}.pegasus_portfolio_6 .portfolio-slider-arrows a{left:-6px}.pegasus_portfolio_6 .portfolio-slider-arrows a.portfolio-arrow-next{right:-6px!important}.pegasus_portfolio_5 .et_pb_portfolio .type-project .et_portfolio_image:before{font-size:60px!important}.pegasus_portfolio_2 .et_pb_portfolio .type-project:hover .et_portfolio_image:after{left:15px;right:15px;top:15px;bottom:15px}.pegasus_portfolio_2 .et_pb_portfolio .type-project .et_portfolio_image:before{right:5px;bottom:5px}.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:before{font-size:160px}}@media only screen and (max-width:980px){.pegasus_portfolio_1 .et_pb_column .et_pb_promo,.pegasus_portfolio_1 .et_pb_column .et_pb_text{text-align:center!important}.pegasus_portfolio_1 .et_pb_promo ul{margin-bottom:0!important}#page-container .pegasus_portfolio_2 .et_pb_column_2_3{margin-left:7.8vw!important;margin-top:40px}.pegasus_portfolio_2 .et_pb_column_2_3{width:100%!important}#page-container .pegasus_portfolio_2 .et_pb_column_1_3{width:100%!important;margin-bottom:30px!important}.pegasus_portfolio_3 .et_pb_column_1_2{width:100%!important;margin-right:0!important}#page-container .pegasus_portfolio_3 .et_pb_column_1_4:last-child{margin-right:0!important}#page-container .pegasus_portfolio_3 .et_pb_column_1_4{width:48%!important;margin-right:4%!important}.pegasus_portfolio_6 .portfolio_content{left:10%}.pegasus_portfolio_4 .portfolio_content{padding:30px 17px 15px}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project{width:32%}.pegasus_portfolio_3 .gutter_width{width:2%}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project{margin-bottom:30px}}@media only screen and (max-width:767px){.pegasus_portfolio_1 .et_pb_portfolio .type-project:before,.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:before{font-size:90px}#page-container .pegasus_portfolio_4 .et_pb_row{width:100%!important}.pegasus_portfolio_4 .portfolio-slider-arrows{position:static}.pegasus_portfolio_3 .et_pb_portfolio_filters .et_pb_portfolio_filter a,.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter a,.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter a{margin-right:25px!important}.pegasus_portfolio_3 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter{width:auto!important}.pegasus_portfolio_4 .et_pb_portfolio_filters,.pegasus_portfolio_5 .et_pb_portfolio_filters{margin-bottom:30px!important}.pegasus_portfolio_5 .portfolio-slider-arrows a{display:inline-block;position:static;transform:translate(0,0);margin-top:20px;margin-right:10px}#page-container .pegasus_portfolio_3 .et_pb_button,#page-container .pegasus_portfolio_5 .et_pb_button{position:static!important;margin-bottom:30px!important}.pegasus_portfolio_6 .portfolio_content{position:static;padding:30px;max-width:100%}.pegasus_portfolio_6 .portfolio_auther,.pegasus_portfolio_6 .portfolio_date,.pegasus_portfolio_6 .post-meta{display:block;margin-right:0;margin-bottom:10px}.pegasus_portfolio_6 .portfolio-slider-arrows a{transform:translate(0,0) rotate(0);top:-30px}.pegasus_portfolio_6 .portfolio-slider-arrows a:before{transform:rotate(-90deg)}.pegasus_portfolio_6 .portfolio-slider-arrows a.portfolio-arrow-next{transform:translate(0,0) rotate(0)}.pegasus_portfolio_6 .et_pb_portfolio_items_wrapper{padding-bottom:40px}.pegasus_portfolio_7 .et_pb_promo{position:static!important}.pegasus_portfolio_7 .et_pb_portfolio_filters,.pegasus_portfolio_8 .et_pb_portfolio_filters{margin-bottom:30px!important;float:none;margin-top:0}.pegasus_portfolio_7 .et_pb_row{width:90%!important}.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter a,.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter a{margin-left:0;margin-right:20px}.pegasus_portfolio_7 .et_pb_portfolio .type-project{width:48%;margin-right:4%;overflow:hidden;margin-bottom:25px}.pegasus_portfolio_7 .et_pb_portfolio .type-project:nth-child(3n+3){margin-right:4%}.pegasus_portfolio_7 .et_pb_portfolio .type-project:nth-child(2n+2){margin-right:0}.pegasus_portfolio_8 .et_pb_portfolio .et_pb_portfolio_item h2{padding:20px 55px 20px 20px!important;right:30px!important;bottom:-33px!important}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project{width:47%}.pegasus_portfolio_3 .gutter_width{width:6%}.pegasus_portfolio_3 .et_pb_portfolio_filters{margin-bottom:38px!important}}@media only screen and (max-width:480px){.pegasus_portfolio_5 .et_pb_portfolio .type-project{padding-right:0!important}.pegasus_portfolio_5 .portfolio-slider-arrows a{left:-10px}.pegasus_portfolio_5 .portfolio-slider-arrows a.portfolio-arrow-next{right:-10px}.pegasus_portfolio_1 .et_pb_portfolio .type-project:before,.pegasus_portfolio_1.pegasus_portfolio_9 .et_pb_portfolio .type-project:before{font-size:160px}.pegasus_portfolio_1 .et_pb_portfolio .type-project:first-child,.pegasus_portfolio_1 .et_pb_portfolio .type-project:last-child{margin-top:0!important}.pegasus_portfolio_1 .et_pb_portfolio .type-project{width:100%!important;margin-right:0!important}.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter:nth-child(3n+3){clear:both}.pegasus_portfolio_4 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_5 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_7 .et_pb_portfolio_filters .et_pb_portfolio_filter,.pegasus_portfolio_8 .et_pb_portfolio_filters .et_pb_portfolio_filter{width:50%!important;margin-bottom:20px}.pegasus_portfolio_6 .portfolio_content{padding:20px}.pegasus_portfolio_7 .et_pb_portfolio .type-project{width:100%;margin-right:0}.pegasus_portfolio_7 .et_pb_portfolio .type-project .et_portfolio_image:before{width:24vw;height:24vw}.pegasus_portfolio_8 .et_pb_portfolio .et_pb_portfolio_item h2{position:relative!important;margin-top:0!important;bottom:0!important;right:0!important;border-radius:0 0 6px 6px!important}.pegasus_portfolio_8 .et_portfolio_image{border-radius:6px 6px 0 0}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project{width:100%}.pegasus_portfolio_3 .gutter_width{width:0}.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:first-child .et_portfolio_image,.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:nth-child(3) .et_portfolio_image,.pegasus_portfolio_3 .et_pb_portfolio_items .type-project:nth-child(6) .et_portfolio_image{max-height:none!important}.pegasus_portfolio_2 .portfolio-slider-arrows{left:-18px}#page-container .pegasus_portfolio_3 .et_pb_column_1_4{width:100%!important;margin-right:0!important}}.pegasus_pricing_tables1 .et_pb_pricing_table:last-child {
    position: absolute;
    z-index: 9;
    right: 0;
    transform: scale(0.7);

}

.pegasus_pricing_tables1 .et_pb_pricing_table:first-child {
    position: relative;
    z-index: 10 !important;
}

#page-container .pegasus_pricing_tables1 .et_pb_pricing_table.noHover {
    transform: scale(0.7);
    z-index: 9 !important;
}

#page-container .pegasus_pricing_tables1 .et_pb_pricing_table.noHover.hover {
    transform: scale(1);
    z-index: 12 !important;
}

#page-container #main-content .pegasus_pricing_tables1 .et_pb_pricing_table.et_pb_featured_table .et_pb_button:hover{
    color: #fff !important;
}
#page-container #main-content .pegasus_pricing_tables1 .et_pb_pricing_table.et_pb_featured_table .et_pb_button{
    color: #00c7cc !important;
}

.pegasus_pricing_tables1 .et_pb_pricing_table_wrap {
    display: block !important;
}

.pegasus_pricing_tables1 .et_pb_pricing_table {
    border: none !important;
    padding: 88px 40px 100px;
    transition: 0.3s;
    width: 69% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.pegasus_pricing_tables1 .et_pb_pricing_table .et_pb_et_price .et_pb_sum {
    font-weight: 400 !important;
}

#page-container #main-content .pegasus_pricing_tables1 .et_pb_pricing_table .et_pb_pricing_table_button {
    padding: 10px 27px 7px !important;
}

#page-container .pegasus_pricing_tables1 .et_pb_button_module_wrapper {
    display: inline-block;
}

#page-container .pegasus_pricing_tables1 .et_pb_pricing.monthly {
    transform: scale(0);
}

#page-container .pegasus_pricing_tables1 .et_pb_pricing.et_pb_module{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    transition: 0.3s;
}

#page-container .pegasus_pricing_tables1 .et_pb_button_module_wrapper a.active_button {
    color: #ffffff !important;
    background: #00c7cc !important;
    border-color: #00c7cc !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    #page-container .pegasus_pricing_tables1 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pegasus_pricing_tables1 .et_pb_pricing {
        margin-left: 0 !important;
    }

    .pegasus_pricing_tables1 .et_pb_pricing_table {
        width: 77% !important;
        max-width: 325px;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus_pricing_tables1 .et_pb_promo:nth-child(2) .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
    }

    .pegasus_pricing_tables1 .et_pb_promo .et_pb_promo_description h2 {
        max-width: 100% !important;
    }

    .pegasus_pricing_tables1 .et_pb_pricing_table {
        padding: 40px 20px;
    }

    .pegasus_pricing_tables1 .et_pb_column_1_2 {
        text-align: center;
    }

    .pegasus_pricing_tables1 .et_pb_column_1_2:last-child {
        max-width: 497px;
        margin: 0 auto !important;
        float: none;
        clear: both;

    }

    .pegasus_pricing_tables1 .et_pb_promo .et_pb_promo_description p,
    .pegasus_pricing_tables1 .et_pb_promo .et_pb_promo_description h2 {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus_pricing_tables1 .et_pb_pricing_table {
        max-width: 315px;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pegasus_pricing_tables1 .et_pb_button_module_wrapper .et_pb_button {
        min-width: 120px !important;
    }

    .pegasus_pricing_tables1 .et_pb_pricing_table{
        margin-bottom: 0 !important;
    }
    .pegasus_pricing_tables1 .et_pb_pricing_table:last-child {
        position: relative;
        transform: scale(0.8);
        bottom: 80px;
    }

    .pegasus_pricing_tables1 .et_pb_pricing_table {
        width: 100% !important;
        max-width: 100%;
    }
}
#page-container #et-main-area .pegasus_project_planner_form .et_pb_contact_form > .et_pb_contact_right input {
    border: 1px solid #512da8;
    padding: 10px 5px !important;
    text-align: center;
    color: #000 !important;
}

.pegasus_project_planner_form .et_pb_contact_form > .et_pb_contact_right p:before {
    display: none !important;
}

.pegasus_project_planner_form .et_pb_contact_form > .et_pb_contact_right {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
}

.pegasus_project_planner_form form {
    margin-left: 0 !important
}

.pegasus_project_planner_form .et_pb_contact_field_options_title,
.pegasus_project_planner_form .et_pb_contact_field_radio_title {
    display: none !important
}

.pegasus_project_planner_form p[data-id=select_month] span.et_pb_contact_field_radio:last-child,
.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio:last-child,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio:last-child {
    margin-right: 0 !important
}

.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio {
    width: 30.5% !important;
    margin-right: 4.2% !important;
    float: left;
}

#page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=type_of_project],
#page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=price],
#page-container .pegasus_project_planner_form p[data-id=when_its_ready] .et_pb_contact_field_options_list,
#page-container .pegasus_project_planner_form p[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] .et_pb_contact_field_options_list,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] .et_pb_contact_field_options_list label,
.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_options_list,
.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_options_list label,
.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio_list,
.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio_list label,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_options_list,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_options_list label,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio_list,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio_list label {
    display: block;
    width: 100% !important;
    text-align: left;
}

.pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio label i,
.pegasus_project_planner_form p[data-id=when_its_ready] label i,
.pegasus_project_planner_form p[data-id=no_big_rush] label i,
.pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio label i {
    display: none !important
}

.pegasus_project_planner_form p.et_pb_contact_field:not([data-id=message]) {
    width: 30.5% !important;
    margin-right: 4.2% !important;
    float: left;
    padding: 0 !important;
    clear: none !important;
    margin-bottom: 56px !important
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready],
#page-container .pegasus_project_planner_form p[data-id=no_big_rush],
#page-container .pegasus_project_planner_form p[data-id=phone] {
    margin-right: 0 !important
}

#page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=message] {
    padding: 0 !important
}

#page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=message]:before {
    content: "Brief Description";
    padding-top: 0 !important
}

#page-container .pegasus_project_planner_form .details:before {
    content: "Your Details";
    margin-bottom: 18px !important
}

#page-container .pegasus_project_planner_form .start_date:before {
    content: "Ideal Start Date";
    margin-bottom: 17px !important
}

#page-container .pegasus_project_planner_form .end_date:before {
    content: "Ideal Launch Date";
    margin-bottom: 23px !important;
    padding-top: 10px !important;
    display: block;
}

#page-container .pegasus_project_planner_form .details,
#page-container .pegasus_project_planner_form .end_date,
#page-container .pegasus_project_planner_form .start_date {
    clear: both
}

#page-container .pegasus_project_planner_form p[data-id=price]:before {
    content: 'Likely Budget';
    padding-top: 4px !important
}

#page-container .pegasus_project_planner_form p[data-id=type_of_project]:before {
    content: 'Type Of Project'
}

#page-container .pegasus_project_planner_form .brief_descripion{
    clear: both;
    padding-top: 17px;
}
#page-container .pegasus_project_planner_form .brief_descripion:before{
    content: 'Brief Descripion'
}

#page-container .pegasus_project_planner_form .brief_descripion:before,
#page-container .pegasus_project_planner_form .details:before,
#page-container .pegasus_project_planner_form .end_date:before,
#page-container .pegasus_project_planner_form .start_date:before,
#page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=message]:before,
#page-container .pegasus_project_planner_form p[data-id=type_of_project]:before,
#page-container .pegasus_project_planner_form p[data-id=price]:before {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #090913;
    margin-bottom: 39px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready] > label:not(.et_pb_contact_form_label),
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] > label:not(.et_pb_contact_form_label) {
    display: block !important;
    text-align: center
}

#page-container .pegasus_project_planner_form p > label {
    display: none !important
}

.pegasus_project_planner_form .et_pb_contact p input[type=checkbox],
.pegasus_project_planner_form .et_pb_contact p input[type=radio] {
    max-width: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 0;
    height: 0
}

#page-container .pegasus_project_planner_form .et_pb_contact_field_options_list {
    display: flex;
    justify-content: space-between;
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] .et_pb_contact_field_options_list label,
.pegasus_project_planner_form .et_pb_contact_field_radio {
    box-shadow: 0 11px 32px 0 #e9edf2;
}

#page-container .pegasus_project_planner_form .et_pb_contact p input[type=checkbox]:checked + label,
#page-container .pegasus_project_planner_form .et_pb_contact_field_radio.clicked label {
    color: #fff !important;
    text-align: left !important
}

#page-container .pegasus_project_planner_form .et_pb_contact p input[type=checkbox] + label,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]),
#page-container .pegasus_project_planner_form .et_pb_contact_field_radio label {
    position: relative;
    z-index: 9;
}

#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).filled input,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).filled textarea,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).focus input,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).focus textarea {
    color: #fff !important
}

#page-container .pegasus_project_planner_form .et_pb_contact p input[type=checkbox]:checked + label:before,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).filled:before,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]).focus:before,
#page-container .pegasus_project_planner_form .et_pb_contact_field_radio.clicked label:before {
    width: 100%;
}

#page-container .pegasus_project_planner_form .et_pb_contact p input[type=checkbox] + label:before,
#page-container .pegasus_project_planner_form .et_pb_contact p:not([data-type=radio]):before,
#page-container .pegasus_project_planner_form .et_pb_contact_field_radio label:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    transform: translate(0, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s
}

.pegasus_project_planner_form .et_pb_contact p select {
    background-color: transparent !important;
    text-align: center;
    text-align-last: center;
    border-bottom: 1px solid #757a90
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready] label:not(.et_pb_contact_form_label):after,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] label:not(.et_pb_contact_form_label):after,
.pegasus_project_planner_form .et_pb_contact p .et_pb_contact_field_radio > label:after {
    content: "R";
    font-family: ETmodules !important;
    color: #512da8 !important;
    float: right;
    transform: translate(0, 0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s
}

#page-container #main-content .pegasus_project_planner_form .et_pb_contact p input[type=checkbox]:checked + label:after,
#page-container #main-content .pegasus_project_planner_form .et_pb_contact_field_radio.clicked label:after {
    transform: translate(0, 0);
    opacity: 1;
    color: #fff !important
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready] > label:not(.et_pb_contact_form_label),
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] > label:not(.et_pb_contact_form_label),
.pegasus_project_planner_form .et_pb_contact p .et_pb_contact_field_radio > label {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s
}

#page-container .pegasus_project_planner_form p[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] .et_pb_contact_field_options_list label,
.pegasus_project_planner_form .et_pb_contact p .et_pb_contact_field_radio > label,
.pegasus_project_planner_form .et_pb_contact p input,
.pegasus_project_planner_form .et_pb_contact p select{
    padding: 20px 0 !important;
    font-size: 16px !important;
    color: #757575 !important;
    line-height: 120%;
    transition: 0.3s;
}

#page-container .pegasus_project_planner_form p.filled[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p.filled[data-id=no_big_rush] .et_pb_contact_field_options_list label,
.pegasus_project_planner_form .et_pb_contact p.filled .et_pb_contact_field_radio > label,
.pegasus_project_planner_form .et_pb_contact p.filled input,
.pegasus_project_planner_form .et_pb_contact p.filled select,
#page-container .pegasus_project_planner_form p.focus[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p.focus[data-id=no_big_rush] .et_pb_contact_field_options_list label,
.pegasus_project_planner_form .et_pb_contact p.focus .et_pb_contact_field_radio > label,
.pegasus_project_planner_form .et_pb_contact p.focus input,
.pegasus_project_planner_form .et_pb_contact p.focus select{
    padding: 20px 10px !important;
}

.pegasus_project_planner_form .et_pb_contact p textarea {
    padding: 31px 39px !important;
}


#page-container .pegasus_project_planner_form p[data-id=when_its_ready] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form p[data-id=no_big_rush] .et_pb_contact_field_options_list label,
#page-container .pegasus_project_planner_form .et_pb_contact_field_radio label{
    padding: 20px 25px !important;
}

.pegasus_project_planner_form .et_pb_contact p textarea {
    height: 300px;
    resize: none
}

.pegasus_project_planner_form .et_contact_bottom_container {
    float: none !important;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-top: 2px !important;
}



.pegasus_project_planner_form .et_pb_contact_form_container .et-pb-contact-message {
    font-size: 18px
}

.pegasus_project_planner_form .et_pb_contact_form_container .et-pb-contact-message ul {
    padding-bottom: 10px !important
}



.pegasus-footer1.pegasus-project-planner-footer .et_pb_row:last-child .et_pb_text a:last-child{
    margin-right: 0 !important;
}
.pegasus-footer1.pegasus-project-planner-footer .et_pb_row:last-child .et_pb_text a {
    margin-right: 16% !important;
}



@media only screen and (max-width: 1390px) {
    .pegasus_project_planner_form .et_pb_row{
        width: 90% !important;
    }
    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description h2 {
        font-size: 80px !important
    }

    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description p {
        margin-top: -16px
    }

    .pegasus-footer1 .et_pb_column_3_4 .et_pb_text{
        padding-right: 0 !important;
    }

    .pegasus-footer1.pegasus-project-planner-footer .et_pb_row:last-child .et_pb_text a {
        margin-right: 9% !important;
    }

    .pegasus-footer1 .et_pb_column_1_4{
        padding-top: 0 !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 1230px) {
    #page-container .pegasus_project_planner_form .et_pb_contact p input[type=checkbox]:checked + label,
    #page-container .pegasus_project_planner_form .et_pb_contact_field_radio.clicked label {
        text-align: center !important;
    }

    .pegasus_project_planner_form .et_pb_contact p .et_pb_contact_field_radio > label:after {
        float: none;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description {
        padding-bottom: 0 !important
    }

    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description h2 {
        font-size: 60px !important
    }

    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description p {
        font-size: 24px !important
    }

    #page-container .pegasus_project_planner_form .et_pb_contact_field_options_list {
        display: block;
    }

    .pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio, .pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description h2 {
        font-size: 40px !important
    }

    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description p {
        margin-top: -10px
    }

    .pegasus_project_planner_form p.et_pb_contact_field:not([data-id=message]) {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important
    }

    .pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio,
    .pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio {
        width: 100% !important;
        margin-right: 0 !important;
        float: left;
        margin-bottom: 20px
    }

    .pegasus_project_planner_form p[data-id=type_of_project] span.et_pb_contact_field_radio:last-child,
    .pegasus_project_planner_form p[data-id=price] span.et_pb_contact_field_radio:last-child {
        margin-bottom: 0 !important
    }

    #page-container .pegasus_project_planner_form .details:before,
    #page-container .pegasus_project_planner_form .end_date:before,
    #page-container .pegasus_project_planner_form .start_date:before,
    #page-container .pegasus_project_planner_form p.et_pb_contact_field[data-id=message]:before,
    #page-container .pegasus_project_planner_form p[data-id=type_of_project]:before,
    #page-container .pegasus_project_planner_form p[data-id=price]:before {
        margin-bottom: 30px !important;
        padding-top: 30px !important;
        font-size: 20px !important
    }

    #page-container .pegasus_project_planner_form p[data-id=when_its_ready] > label:not(.et_pb_contact_form_label),
    #page-container .pegasus_project_planner_form p[data-id=no_big_rush] > label:not(.et_pb_contact_form_label) {
        margin-top: 10px !important
    }

    .pegasus_project_planner_form .et_pb_contact p textarea {
        height: 200px
    }
}

@media only screen and (max-width: 480px) {
    .pegasus_project_planner_form .et_pb_column_4_4 .et_pb_promo_description p {
        font-size: 16px !important
    }

    #page-container .pegasus_project_planner_form .et_contact_bottom_container button.et_pb_button {
        padding: 16px 30px !important;
        width: 100%
    }
}.pegasus_slider_1 .et_pb_slides .et_pb_slide .et_pb_container{height:auto!important;width:100%!important;max-width:100%!important}.pegasus_slider_1 .et_pb_slides .et_pb_slide.et-pb-active-slide{z-index:1!important;opacity:1!important}.pegasus_slider_1 .et_pb_slides .et_pb_slide .et_pb_slide_image img{max-height:none!important;display:block;width:100%}.pegasus_slider_1 .et_pb_slider .et-pb-controllers a.et-pb-active-control,.pegasus_slider_1 .et_pb_slider .et-pb-controllers a:hover{background-color:#fff}.pegasus_slider_1 .et_pb_slider .et-pb-controllers a:last-child{margin-right:0}.pegasus_slider_1 .et_pb_slider .et-pb-controllers a{background:0 0;box-shadow:inset 0 0 0 1px #fff;width:10px;height:10px;margin-right:14px}.pegasus_slider_1 .et_pb_slider .et-pb-controllers{bottom:24px}.pegasus_slider_1 .et_pb_slider .et-pb-slider-arrows a:hover{opacity:.5}.pegasus_slider_1 .et_pb_slider .et-pb-slider-arrows a{font-weight:100!important;font-size:34px}.pegasus_slider_1 .et_mobile_device .et-pb-arrow-pr,.pegasus_slider_1 .et_pb_slider:hover .et-pb-arrow-prev{left:58px}.pegasus_slider_1 .et_mobile_device .et-pb-arrow-next,.pegasus_slider_1 .et_pb_slider:hover .et-pb-arrow-next{right:58px}.pegasus_slider_1 .et_pb_slide{display:block!important;position:relative;padding:0!important;z-index:1!important;box-shadow:none!important;background-color:transparent!important;opacity:0!important}.pegasus_slider_1 .et_pb_slide .et_pb_slide_image{animation:none!important}.pegasus_slider_1 .et_pb_slide .et_pb_slide_image{-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%;position:relative;display:block;transform:scale(.7);animation:none!important}.pegasus_slider_1 .et_pb_slide.et-pb-moved-slide .et_pb_slide_image{transform:scale(.7)}.pegasus_slider_1 .et_pb_slide.et-pb-moved-slide{opacity:0!important;-webkit-transition-duration:.9s;-webkit-transition-delay:.9s;transition-duration:.9s;transition-delay:.9s;z-index:1!important}.pegasus_slider_1 .et_pb_slide.et-pb-active-slide .et_pb_slide_image{transform:scale(1);-webkit-transition-duration:.6s;-webkit-transition-delay:1.8s;transition-duration:.6s;transition-delay:1.8s}.pegasus_slider_1 .et_pb_slide.et-pb-active-slide{opacity:1!important;-webkit-transition-duration:.6s;-webkit-transition-delay:.9s;transition-duration:.6s;transition-delay:.9s;z-index:2!important}.pegasus_slider_1 .et_pb_slide.et-pb-active-slide .et_pb_container{transform:translate(0,0);opacity:1;-webkit-transition-duration:.6s;-webkit-transition-delay:2.4s;transition-duration:.6s;transition-delay:2.4s}.pegasus_slider_1 .et_slide_transition_to_previous .et_pb_slide.et-pb-moved-slide{transform:translate(0,100%);-webkit-transition-duration:.9s;-webkit-transition-delay:.9s;transition-duration:.9s;transition-delay:.9s;z-index:1!important}.pegasus_slider_1 .et_slide_transition_to_previous .et_pb_slide.et-pb-active-slide{transform:translate(0,0)}.pegasus_slider_1 .et_slide_transition_to_previous .et_pb_slide{transform:translate(0,-100%)}.pegasus_slider_2 .et_pb_slides .et_pb_slide .et_pb_container{height:auto!important;width:100%!important;max-width:100%!important}.pegasus_slider_2 .et_pb_slides .et_pb_slide{background-color:transparent!important;padding:0}.pegasus_slider_2 .et_pb_slides .et_pb_slide .et_pb_slide_image img{max-height:none!important;display:block;width:100%}body #page-container .pegasus_slider_2 .et_pb_slider .et_pb_slide .et_pb_button:after{position:static!important;vertical-align:middle!important;margin-left:66px!important}.pegasus_slider_2 .et-pb-slider-arrows{position:absolute;top:50%;transform:translate(0,-50%);right:-23px;margin-top:-22px;z-index:99}.pegasus_slider_2 .et_pb_slider{overflow:visible!important}.pegasus_slider_2 .et-pb-slider-arrows a.et-pb-arrow-next:before{content:"$"}.pegasus_slider_2 .et-pb-slider-arrows a.et-pb-arrow-prev:before{content:"#"}.pegasus_slider_2 .et-pb-slider-arrows a.et-pb-arrow-prev:hover{background-color:#fff}.pegasus_slider_2 .et-pb-slider-arrows a.et-pb-arrow-prev{background-color:#fd3}.pegasus_slider_2 .et-pb-slider-arrows a.et-pb-arrow-next{margin-bottom:33px}.pegasus_slider_2 .et-pb-slider-arrows a:hover{background-color:#fd3}.pegasus_slider_2 .et-pb-slider-arrows a{font-family:ETmodules;font-size:30px;color:#000!important;background-color:#fff;border-radius:50%;padding:10px 2px;display:block;width:50px;text-align:center;box-shadow:0 0 30px 0 #e9edf2;position:static;opacity:1;transition:.3s}#page-container .pegasus_slider_2 .et_pb_slide .et_pb_slide_description:hover .et_pb_more_button:after{transition:0s!important}#page-container #et-main-area .pegasus_slider_2 .et_pb_slide .et_pb_slide_description .et_pb_more_button{transition:.3s}#page-container #et-main-area .pegasus_slider_2 .et_pb_slide .et_pb_slide_description:hover .et_pb_more_button,#page-container .pegasus_slider_2 .et_pb_slide .et_pb_slide_description:hover h2{color:#fd3!important}#page-container .pegasus_slider_2 .et_pb_slide .et_pb_slide_description h2,.pegasus_slider_2 .et_pb_slide .et_pb_slide_description{transition:.3s!important}.pegasus_slider_2 .et_pb_slide .et_pb_slide_description:hover{background-color:#000!important}.pegasus_slider_3 .et_pb_portfolio .et_portfolio_image:before{content:"";background-color:rgba(0,0,0,.2);display:block;width:100%;height:100%;position:absolute;z-index:9}.pegasus_slider_3 .et_pb_portfolio .et_pb_portfolio_items{transition:.4s}.pegasus_slider_3 .et_pb_portfolio .et_pb_portfolio_items_wrapper{overflow:hidden}.pegasus_slider_3 .et_pb_portfolio .project .et_portfolio_image img{display:block!important;width:100%!important}.pegasus_slider_3 .et_pb_portfolio .project{float:left;padding-right:0!important;overflow:hidden;animation:none!important}.pegasus_slider_3 .et_pb_portfolio .portfolio_content{position:absolute;top:50%;width:100%;text-align:center;transform:translate(0,-50%);z-index:99}.pegasus_slider_3 .et_pb_portfolio .myexcerpt{font-family:Roboto,Helvetica,Arial,Lucida,sans-serif!important;font-size:20px;color:#fff}.pegasus_slider_3 .et_pb_filterable_portfolio .portfolio-slider-arrows{transition:.4s!important}.et_pb_section.pegasus_slider_3 .et_portfolio_image img{transform:translate(0,0)!important}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a:before{content:"";display:block;background-color:rgba(15,15,15,.2);position:absolute;top:0;left:0;width:100%;height:100%}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a.portfolio-arrow-next{right:-27%}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a.portfolio-arrow-prev{left:-27%}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a{position:absolute;top:0;width:26%;height:100%;background-size:cover;background-position:center;transition:0s}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a span{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;font-family:ETmodules!important;color:#fff;font-size:70px;z-index:15}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#fe506c;background:-moz-linear-gradient(left,#fe506c 0,#fc6a2a 100%);background:-webkit-linear-gradient(left,#fe506c 0,#fc6a2a 100%);background:linear-gradient(to right,#fe506c 0,#fc6a2a 100%);opacity:0;transition:.3s}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a:hover:before{opacity:0}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a:hover:after{opacity:.8}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a:hover{box-shadow:0 0 15px 0 rgba(254,120,131,.3)}.pegasus_slider_3 .et_pb_portfolio .slide_dots a.active_dot,.pegasus_slider_3 .et_pb_portfolio .slide_dots a:hover{border-color:#fd5e47}.pegasus_slider_3 .et_pb_portfolio .slide_dots a.active_dot:before,.pegasus_slider_3 .et_pb_portfolio .slide_dots a:hover:before{background-color:#fd5e47}.pegasus_slider_3 .et_pb_portfolio .slide_dots a:last-child{margin-right:0!important}.pegasus_slider_3 .et_pb_portfolio .slide_dots{text-align:center;margin-top:31px}.pegasus_slider_3 .et_pb_portfolio .slide_dots a{font-size:0;width:28px;height:28px;position:relative;display:inline-block;border-radius:50%;margin-right:10px;border:1px solid transparent;transition:.3s;cursor:pointer}.pegasus_slider_3 .et_pb_portfolio .slide_dots a:before{content:"";display:block;width:10px;height:10px;background-color:#d8dae1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;transition:.3s}.pegasus_slider_3 .et_pb_portfolio_filters{margin-top:-25px;display:inline-block}.pegasus_slider_3 .et_pb_portfolio_filters li{display:block;float:none;margin-bottom:16px;width:100%!important}.pegasus_slider_3 .et_pb_portfolio_filters li a.active,.pegasus_slider_3 .et_pb_portfolio_filters li a:hover{color:#fd5e47!important}.pegasus_slider_3 .et_pb_portfolio_filters li a{border:none!important;background-color:transparent!important;padding:0!important;font-size:16px;color:#989bac;font-family:Lato,Helvetica,Arial,Lucida,sans-serif!important;text-transform:uppercase}.pegasus_slider_4 .et_pb_slide .et_pb_container .et_pb_slider_container_inner{display:block!important}.pegasus_slider_4 .et_pb_slide .et_pb_container{max-width:100%!important;width:100%!important;height:auto!important}.pegasus_slider_4 .et_pb_slide{padding:0!important;display:block!important;opacity:0;z-index:1!important;transition:.3s!important;height:100%;position:absolute;width:100%;background-size:cover}.pegasus_slider_4 .et_pb_slide .et_pb_slide_image img{display:block!important;width:100%!important;max-height:none!important}.pegasus_slider_4 .et_pb_slide .et_pb_slide_image{margin-top:0!important;position:static!important;width:100%!important}.pegasus_slider_4 .et_pb_slide_content h3{font-size:20px!important;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif!important;font-weight:600!important;letter-spacing:.4px;padding-bottom:34px}.pegasus_slider_4 .et_pb_slide_content p{padding-bottom:8px}.pegasus_slider_4 .et_pb_slide_content h3:first-child{text-transform:uppercase;line-height:155%;max-width:230px;padding-bottom:8.5vw}.pegasus_slider_4 .et_pb_slide_content h3:first-child:after{content:"";display:block;height:1px;background-color:#7b827b;width:40px;margin-top:16px}.pegasus_slider_4 .slide_right_box{z-index:11;position:relative;float:right;height:100%;width:368px;padding:115px 59px 63px;background-color:rgba(0,0,0,.85)}#page-container .pegasus_slider_4 .slide_right_box .slide_navigation a.et_pb_button{padding:0!important;margin-top:9px!important}.pegasus_slider_4 .slide_right_box .slide_navigation{z-index:11;position:static;margin-top:14.4vw}.pegasus_slider_4 .slide_right_box .slide_descriptions{position:relative}.pegasus_slider_4 .slide_right_box .et_pb_slide_description{opacity:0;transition:.3s!important}#page-container #main-content .pegasus_slider_4 .slide_right_box .slide_navigation a.et_pb_button.active_nav,#page-container #main-content .pegasus_slider_4 .slide_right_box .slide_navigation a.et_pb_button:hover{color:#fff!important}.pegasus_slider_4 .et-pb-controllers{text-align:left;width:auto;left:13vw;bottom:5vw;height:auto}.pegasus_slider_4 .et-pb-controllers a{width:50px!important;height:50px!important;border-radius:50%!important;background-size:cover;opacity:1!important}@media only screen and (max-width:1930px){.pegasus_slider_4 .et_pb_slide_content h3:first-child{padding-bottom:4vw}.pegasus_slider_4 .slide_right_box .slide_navigation{margin-top:8vw}}@media only screen and (max-width:1390px){.pegasus_slider_4 .slide_right_box{padding:40px 40px}.pegasus_slider_4 .et_pb_slide_content h3:first-child{padding-bottom:20px!important}.pegasus_slider_4 .et-pb-controllers{left:40px;bottom:40px}.pegasus_slider_4 .slide_right_box .slide_navigation{margin-top:10vw}}@media only screen and (max-width:980px){.pegasus_slider_4 .et_pb_slide_content h3{font-size:18px!important}.pegasus_slider_4 .slide_right_box .slide_navigation{margin-top:40px}.pegasus_slider_4 .slide_right_box{width:300px}}@media only screen and (max-width:767px){.pegasus_slider_1 .et_mobile_device .et-pb-arrow-pr,.pegasus_slider_1 .et_pb_slider:hover .et-pb-arrow-prev{left:0}.pegasus_slider_1 .et_mobile_device .et-pb-arrow-next,.pegasus_slider_1 .et_pb_slider:hover .et-pb-arrow-next{right:0}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a span{font-size:50px!important}.pegasus_slider_3 .et_pb_portfolio .myexcerpt{font-size:18px!important}.pegasus_slider_3 .et_pb_portfolio .slide_dots a{width:16px;height:16px}.pegasus_slider_3 .et_pb_portfolio .slide_dots{text-align:center;margin-top:5px}.pegasus_slider_3 .et_pb_portfolio_filters{margin-top:10px;display:inline-block;margin-bottom:0}.pegasus_slider_4 .et-pb-controllers a{display:block;margin:0 0 10px!important}.pegasus_slider_4 .slide_right_box{width:260px}}@media only screen and (max-width:480px){#page-container .pegasus_slider_1 .et_pb_row{width:100%!important}#page-container .pegasus_slider_2 .et_pb_slider .et_pb_slide_description{margin-top:10px;width:100%;margin-right:0}body #page-container .pegasus_slider_2 .et_pb_slider .et_pb_slide .et_pb_button:after{margin-left:10px!important}#page-container .pegasus_slider_3 .et_pb_row{width:61%!important}.pegasus_slider_3 .et_pb_portfolio .portfolio-slider-arrows a span{font-size:40px!important}.pegasus_slider_3 .et_pb_portfolio .myexcerpt{font-size:16px!important}.pegasus_slider_2 .et-pb-slider-arrows{top:41%}.pegasus_slider_4 .et_pb_slide_content h3{font-size:16px!important}.pegasus_slider_4 .slide_right_box{width:200px;padding:30px}.pegasus_slider_4 .et-pb-controllers a{width:35px!important;height:35px!important}.pegasus_slider_4 .et-pb-controllers{left:20px;bottom:20px}}.pegasus_tabs .et_pb_all_tabs .et_pb_tab h3{font-size:50px;color:#000;font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif !important;font-weight:400;width:23.6%;margin-right:2%;float:left;letter-spacing:-1px}.pegasus_tabs .et_pb_all_tabs .et_pb_tab p{width:74.4%;float:left}.pegasus_tabs ul.et_pb_tabs_controls:after{display:none !important}.pegasus_tabs .et_pb_tabs_controls li.et_pb_tab_active,.pegasus_tabs .et_pb_tabs_controls li:hover{box-shadow:0 30px 70px 0 #c7c7c7 !important}.pegasus_tabs .et_pb_tabs_controls li:last-child{margin-right:0 !important}.pegasus_tabs .et_pb_tabs_controls li a{display:block;cursor:pointer !important;height:auto !important;text-align:center;padding:2.5vw 0 2vw !important}.pegasus_tabs .et_pb_tabs_controls li{transition:.3s;width:14.5%;margin-right:2.6%;float:left !important}.pegasus_tabs .et_pb_all_tabs{clear:both;padding-top:51px}.pegasus_tabs .et_pb_all_tabs:before{content:"";display:block;width:2px;height:100px;background-color:#333;margin-bottom:48px}.pegasus_tabs .et_pb_row{opacity:0}@media only screen and (min-width:1930px){.pegasus_tabs .et_pb_tabs_controls li a{padding:40px 0 !important}}@media only screen and (max-width:1390px){.pegasus_tabs .et_pb_row{width:90% !important}}@media only screen and (max-width:980px){.pegasus_tabs .et_pb_all_tabs .et_pb_tab p{width:100% !important}.pegasus_tabs .et_pb_all_tabs .et_pb_tab h3{font-size:40px !important;width:100% !important}.pegasus_tabs .et_pb_all_tabs:before{height:60px;margin-bottom:30px}.pegasus_tabs .et_pb_all_tabs{clear:both;padding-top:40px}}@media only screen and (max-width:767px){.pegasus_tabs .et_pb_tabs_controls li:nth-child(3n+3){margin-right:0 !important}.pegasus_tabs .et_pb_tabs_controls li{width:30% !important;margin-right:5% !important;margin-bottom:5%}.pegasus_tabs .et_pb_all_tabs{padding-top:20px}.pegasus_tabs .et_pb_all_tabs:before{height:40px;margin-bottom:20px}.pegasus_tabs .et_pb_all_tabs .et_pb_tab h3{font-size:30px !important}.pegasus_tabs .et_pb_tabs_controls li a{padding:30px 10px !important}}@media only screen and (max-width:480px){.pegasus_tabs .et_pb_tabs_controls li{width:45% !important;margin-right:10% !important}.pegasus_tabs .et_pb_tabs_controls li:nth-child(3n+3){margin-right:10% !important}.pegasus_tabs .et_pb_tabs_controls li:nth-child(2n+2){margin-right:0 !important}.pegasus_tabs .et_pb_tabs_controls li a{padding:20px 10px !important}}.pegasus-tstm1 .et_pb_testimonial .et_pb_testimonial_meta a {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    float: right;
    margin-right: -13px;
}

.pegasus-tstm1 .et_pb_column_1_3 {
    width: 33% !important;
}

.pegasus-tstm1 .et_pb_column_2_3 {
    width: 57.1% !important;
    margin-right: 9% !important;
}

.pegasus-tstm1 .et_pb_testimonial_description .et_pb_testimonial_author {
    margin-top: 36px !important;
}

.pegasus-tstm1 .et_pb_testimonial_description p:not(.et_pb_testimonial_meta) {
    padding-bottom: 0 !important;
}

/* Testimonial 2 */

.pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner > p:first-child{
    padding: 0 !important;
}
.pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner strong:not(.et_pb_testimonial_author):after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -9px;
    left: 90px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
    visibility: visible;
}

.pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner strong:not(.et_pb_testimonial_author){
    font-weight: 400 !important;
    box-shadow: 0 30px 70px 0 #e9edf2;
    padding: 42px 52px;
    margin-bottom: 46px;
    position: relative;
    display: block;
}

/* Testimonial 3 */
.pegasus-tstm3 strong {
    background: -webkit-linear-gradient(#fe506c, #fc6a2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    color: #fe506c;
}

.pegasus-tstm3 .et_pb_slide_content p {
    padding-bottom: 0 !important;
}

.pegasus-tstm3 .et_pb_slide_content {
    font-size: inherit !important;
    padding-left: 82px;
}

.pegasus-tstm3 .et_pb_slider .et_pb_slide .et_pb_container {
    height: auto !important;
    max-width: 100% !important;
}

.pegasus-tstm3 .et_pb_slider .et_pb_slide {
    padding: 0 !important;
}

/* Testimonial 4 */
.pegasus-tstm4 .et_pb_testimonial_meta {
    background: -webkit-linear-gradient(#4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #34dbc5;
}

.pegasus-tstm4 .et_pb_column_1_2:last-child {
    margin-right: 0 !important;
}

.pegasus-tstm4 .et_pb_column_1_2 {
    width: 45% !important;
    margin-right: 10% !important;
}

.pegasus-tstm4 .et_pb_testimonial_description .et_pb_testimonial_author {
    margin-top: 16px !important;
}

.pegasus-tstm4 .et_pb_testimonial_description p:not(.et_pb_testimonial_meta) {
    padding-bottom: 0 !important;
}

/* Testimonial 5 */

.pegasus-tstm5 .et_pb_slide_title:after {
    content: "";
    display: block;
    border-top: 2px solid #fff !important;
    height: 0;
    width: 55px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
}

.pegasus-tstm5 .et-pb-slider-arrows {
    text-align: center;
    position: absolute;
    bottom: 7%;
    width: 100%;
    z-index: 11;
}

.pegasus-tstm5 .et-pb-slider-arrows a:hover {
    opacity: 0.5 !important;
}

.pegasus-tstm5 .et-pb-slider-arrows a {
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
}

.pegasus-tstm5 .et-pb-slider-arrows a.et-pb-arrow-prev {
    margin-right: 35px !important;
}

.pegasus-tstm5 .et-pb-slider-arrows a.et-pb-arrow-prev:before {
    content: "#";
}

.pegasus-tstm5 .et-pb-slider-arrows a.et-pb-arrow-next:before {
    content: "$";
}

/*Testimonials 6*/

.pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_author:after {
    content: "    ";
    display: inline-block;
    float: right;
    font-family: ETmodules;
    font-size: 13px;
    margin-right: -49px;
}

.pegasus-tstm6 .et_pb_testimonial_description .et_pb_testimonial_author {
    margin-top: 20px !important;
}

.pegasus-tstm6 .et_pb_testimonial_description p:not(.et_pb_testimonial_meta) {
    padding-bottom: 0 !important;
}

.pegasus-tstm6 .et_pb_image {text-align: center;}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pegasus-tstm1 .et_pb_testimonial {
        padding: 60px !important;
    }

    .pegasus-tstm1 .et_pb_testimonial .et_pb_testimonial_portrait {
        left: 60px !important;
        bottom: 60px !important;
    }
}

@media only screen and (max-width: 1390px) {

    .pegasus-tstm6 .et_pb_row,
    .pegasus-tstm4 .et_pb_row,
    .pegasus-tstm2 .et_pb_row,
    .pegasus-tstm1 .et_pb_row {
        width: 90% !important;
    }

    .pegasus-tstm4 .et_pb_column_1_2 {
        width: 47.5% !important;
        margin-right: 5% !important;
    }

    .pegasus-tstm6 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus-tstm6 .et_pb_column_1_2 {
        width: 46.5% !important;
        margin-right: 7% !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 {
        display: block !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image:last-child {
        margin-right: 0 !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image {
        width: 15.4% !important;
        margin-right: 1.5% !important;
        float: left;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image .et_pb_image_wrap,
    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus-tstm2 .et_pb_row .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus-tstm2 .et_pb_row .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner strong:not(.et_pb_testimonial_author):after {
        left: 25px;
    }

    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_portrait {
        left: 0 !important;
    }

    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_meta,
    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_author {
        padding-left: 90px !important;
    }

    .pegasus-tstm3 .et_pb_slider .et_pb_slide_description .et_pb_slide_title {
        margin-bottom: 20px !important;
    }

    #page-container .pegasus-tstm4 .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 95px !important;
    }

    .pegasus-tstm5 .et_pb_row {
        width: 90% !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image {
        width: 32% !important;
        margin-right: 2% !important;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .pegasus-tstm1 .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-tstm1 .et_pb_column_1_3 {
        width: 100% !important;
    }

    .pegasus-tstm1 .et_pb_testimonial .et_pb_testimonial_portrait {
        bottom: 30px !important;
        left: 30px !important;
    }

    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner strong:not(.et_pb_testimonial_author) {
        padding: 40px !important;
    }

    .pegasus-tstm2 .et_pb_row .et_pb_column_1_2:first-child {
        margin-bottom: 50px !important;
    }

    .pegasus-tstm2 .et_pb_row .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pegasus-tstm4 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .pegasus-tstm4 .et_pb_testimonial .et_pb_testimonial_description {
        width: auto !important;
    }

    .pegasus-tstm5 .et-pb-slider-arrows {
        bottom: 1% !important;
    }

    .pegasus-tstm6 .et_pb_column_1_2:last-child {
        margin-bottom: 0 !important;
    }

    .pegasus-tstm6 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 60px;
    }

    .pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_portrait {
        top: -26px !important;
        left: -16px !important;
    }
}

@media only screen and (max-width: 480px) {
    .pegasus-tstm1 .et_pb_testimonial .et_pb_testimonial_portrait {
        bottom: 60px !important;
    }

    .pegasus-tstm1 .et_pb_testimonial .et_pb_testimonial_meta a {
        float: none;
        display: block;
    }

    .pegasus-tstm2 .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner strong:not(.et_pb_testimonial_author) {
        padding: 35px !important;
    }

    .pegasus-tstm5 .et_pb_slide_description {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .pegasus-tstm5 .et-pb-slider-arrows {
        bottom: 3% !important;
    }

    #page-container .pegasus-tstm6 .et_pb_testimonial {
        padding: 50px 30px 30px !important;
        margin-top: 36px;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image:nth-child(3n+3) {
        margin-right: 4% !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .pegasus-tstm6 .et_pb_column_4_4 .et_pb_image {
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 4%;
    }

    .pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_author:after {
        float: none;
        margin-right: 0;
        display: block;
    }

    .pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_portrait {
        top: -35px !important;
        left: 0 !important;
        right: 0;
        margin: auto !important;
    }

    .pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_description_inner,
    .pegasus-tstm6 .et_pb_testimonial .et_pb_testimonial_description_inner .et_pb_testimonial_author {
        text-align: center !important;
    }
}