/* Minification failed. Returning unminified contents.
(160,36): run-time error CSS1039: Token not allowed after unary operator: '-ft-main-theme'
(171,32): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(175,39): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(404,40): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(419,29): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(658,14): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(665,14): run-time error CSS1039: Token not allowed after unary operator: '-ft-main-theme'
(697,25): run-time error CSS1039: Token not allowed after unary operator: '-ft-main-theme'
(3088,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4245,15): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(4740,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4884,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(5648,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(5783,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(5955,14): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(12606,1): run-time error CSS1019: Unexpected token, found '@import'
(12606,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap)'
(13132,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13133,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13146,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13147,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13728,26): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(14185,1): run-time error CSS1019: Unexpected token, found '@import'
(14185,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap)'
(14711,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14712,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14725,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14726,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15307,26): run-time error CSS1039: Token not allowed after unary operator: '-ft-second-theme'
(16954,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16955,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '70%'
(16959,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16960,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '70%'
 */

.updated-services-section {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #f6f7f9;
}

    .updated-services-section .blocks-outer {
        padding-top: 50px;
    }

.updated-service-block {
    position: relative;
    margin-bottom: 30px;
}

    .updated-service-block .inner-box {
        position: relative;
        overflow: hidden;
        padding: 40px 30px 45px;
        background-color: #ffffff;
        border-top: 4px solid #fa4319;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

        .updated-service-block .inner-box .color-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            width: 30%;
            opacity: 0;
            background-color: #070c22;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .updated-service-block .inner-box:hover .color-layer {
            width: 100%;
            opacity: 1;
        }

        .updated-service-block .inner-box:hover {
            border-color: #070c22;
        }

        .updated-service-block .inner-box .icon {
            position: relative;
            color: #000000;
            font-size: 70px;
            line-height: 1em;
            padding-bottom: 20px;
            margin-bottom: 25px;
            display: block;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .updated-service-block .inner-box:hover .icon {
            color: #fa4319;
        }

        .updated-service-block .inner-box .big-icon {
            position: absolute;
            left: -40px;
            top: -40px;
            color: #000000;
            font-size: 210px;
            line-height: 1em;
            opacity: 0.05;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .updated-service-block .inner-box:hover .big-icon {
            color: #ffffff;
        }

        .updated-service-block .inner-box .icon:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 38px;
            height: 3px;
            background-color: #fa4319;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .updated-service-block .inner-box:hover .icon:after {
            background-color: #008dff;
        }

        .updated-service-block .inner-box h3 {
            position: relative;
            display: block;
            color: #121213;
            font-size: 22px;
            font-weight: 700;
            padding-bottom: 10px;
        }

            .updated-service-block .inner-box h3 a {
                position: relative;
                transition: all 600ms ease;
                -moz-transition: all 600ms ease;
                -webkit-transition: all 600ms ease;
                -ms-transition: all 600ms ease;
                -o-transition: all 600ms ease;
            }

        .updated-service-block .inner-box:hover h3 a {
            color: #ffffff;
        }

        .updated-service-block .inner-box .text {
            position: relative;
            color: #121213;
            line-height: 1.7em;
            margin-bottom: 10px;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .updated-service-block .inner-box:hover .text {
            color: #ffffff;
        }

    .updated-service-block .more-btn {
        right: 12px;
        bottom: -13px;
    }

        .updated-service-block .more-btn a {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            padding: 20px 26px;
            background-color: var(--ft-main-theme);
            text-transform: uppercase;
        }

            .updated-service-block .more-btn a i {
                margin-left: 8px;
                -webkit-transition: 500ms all ease;
                transition: 500ms all ease;
            }

    .updated-service-block:hover .more-btn a {
        background-color: var(--ft-second-theme);
    }

        .updated-service-block:hover .more-btn a:before {
            border-bottom-color: var(--ft-second-theme);
        }

        .updated-service-block:hover .more-btn a i {
            margin-left: 12px;
        }

.updated-services-section .lower-box {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

    .updated-services-section .lower-box .text {
        position: relative;
        color: #050b21;
        font-size: 16px;
    }

        .updated-services-section .lower-box .text a {
            position: relative;
            color: #ffffff;
            padding: 14px 35px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-left: 20px;
            background-color: #070c22;
            text-transform: uppercase;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

            .updated-services-section .lower-box .text a:hover {
                background-color: #fa4319;
            }









.ft-funfact-inner-items-wrapper.style-two::before {
    display: none;
}

.ft-funfact-inner-items.style-two {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}

    .ft-funfact-inner-items.style-two .circle-one {
        position: absolute;
        left: 50%;
        top: 0px;
        right: 15px;
        width: 210px;
        height: 210px;
        opacity: 0;
        border-radius: 50%;
        margin-left: -105px;
        margin-top: -200px;
        background-color: #fc401b;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

    .ft-funfact-inner-items.style-two:hover .circle-one {
        opacity: 0.30;
        margin-top: -150px;
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .ft-funfact-inner-items.style-two:hover .circle-two {
        opacity: 0.30;
        margin-top: -120px;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .ft-funfact-inner-items.style-two .circle-two {
        position: absolute;
        left: 50%;
        top: 0px;
        right: 15px;
        width: 210px;
        height: 210px;
        opacity: 0;
        border-radius: 50%;
        margin-left: -105px;
        margin-top: -200px;
        background-color: #fc401b;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

    .ft-funfact-inner-items.style-two .ft-funfact-inner-icon {
        margin-bottom: 20px;
    }

    .ft-funfact-inner-items.style-two:hover .ft-funfact-inner-icon {
        background-color: #fa4319;
    }

    .ft-funfact-inner-items.style-two .ft-funfact-inner-icon:after {
        display: none;
    }

    .ft-funfact-inner-items.style-two:hover {
        background-color: #070c22;
    }

    .ft-funfact-inner-items.style-two .ft-funfact-inner-text p {
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

    .ft-funfact-inner-items.style-two:hover .ft-funfact-inner-text p {
        color: #ffffff;
    }












.ft-why-choose-section-2.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.92;
    background-color: #ffffff;
}

.ft-why-choose-text-2,
.ft-why-choose-form {
    position: relative;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.opportunity-tabs {
    position: relative;
    margin-top: 50px;
}

    .opportunity-tabs .tab-btns {
        position: relative;
        padding: 0px;
        margin-bottom: 40px;
        border-bottom: 3px solid #ebebeb;
    }

        .opportunity-tabs .tab-btns .tab-btn {
            position: relative;
            display: block;
            margin-right: 10px;
            font-size: 17px;
            background: none;
            color: #1a1a1a;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 24px;
            cursor: pointer;
            display: inline-block;
            padding: 0px 20px 12px;
            transition: all 500ms ease;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

            .opportunity-tabs .tab-btns .tab-btn:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: -2px;
                height: 3px;
                right: 0px;
                opacity: 0;
                background-color: var(--ft-second-theme);
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

            .opportunity-tabs .tab-btns .tab-btn:hover::before,
            .opportunity-tabs .tab-btns .tab-btn.active-btn::before {
                opacity: 1;
            }

            .opportunity-tabs .tab-btns .tab-btn:hover,
            .opportunity-tabs .tab-btns .tab-btn.active-btn {
                color: var(--ft-second-theme);
            }

    .opportunity-tabs .tabs-content .content {
        position: relative;
        padding-left: 190px;
        margin-bottom: 20px;
        min-height: 161px;
    }

    .opportunity-tabs .tabs-content .tab {
        position: relative;
        display: none;
    }

    .opportunity-tabs .tabs-content .content .image {
        position: absolute;
        left: 0px;
        width: 28%;
    }

    .opportunity-tabs .tabs-content .tab.active-tab {
        display: block;
    }

    .opportunity-tabs .tabs-content .tab p {
        font-size: 16px;
        line-height: 1.9em;
        color: #404040;
    }

        .opportunity-tabs .tabs-content .tab p:last-child {
            margin-bottom: 0px;
        }












@media only screen and (max-width: 1140px) {

    .ft-funfact-inner-items.style-two {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1023px) {

    .updated-service-block {
        margin-bottom: 60px;
    }

    .updated-services-section .lower-box {
        margin-top: 0px;
    }

        .updated-services-section .lower-box .text a {
            margin-top: 15px;
            margin-left: 0px;
        }
}

@media only screen and (max-width: 767px) {

    .updated-service-block .inner-box {
        text-align: center;
    }

        .updated-service-block .inner-box .icon::after {
            left: 50%;
            margin-left: -16px;
        }

    .updated-services-section .lower-box .text a {
        display: block;
    }
}

@media only screen and (max-width: 599px) {

    .opportunity-tabs .tabs-content .content {
        padding-left: 0px;
        min-height: auto;
    }

        .opportunity-tabs .tabs-content .content .image {
            position: relative;
            margin-bottom: 30px;
            width: 100%;
            text-align: center;
        }
}

@media only screen and (max-width: 479px) {

    .opportunity-tabs .tab-btns .tab-btn:last-child {
        margin-bottom: 0px;
    }

    .opportunity-tabs .tab-btns .tab-btn {
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .updated-service-block .inner-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .ft-header-section{
	top:32px;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.redux-container .ui-state-active .ui-icon, .control-section-redux .ui-state-active .ui-icon, .control-panel-redux .ui-state-active .ui-icon, .redux-metabox .ui-state-active .ui-icon{
	display:none !important;	
}
.tutor-pagination-wrap{
	position:relative;
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.pagination li a, .pagination li span{
	position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin: 0px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #003440;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    background-color: #ea1e00;
}
.ft-blog-innerbox-2 .ft-blog-img-2 img{
	width:100%;	
}
.breadcrumb-item+.breadcrumb-item{
	padding-left:0px;	
}
.breadcrumb-item+.breadcrumb-item::before{
	display:none;	
}
.ft-breadcrumb-content .ft-breadcrumb-list li:after{
	right:0px;	
}
#ft-slider-section-3,
.ft-slider-section-3{
	background-color: #f6f7f9;	
}
.ft-booking-form-content .booking-form-input-wrapper label .booking-form-icon,
.ft-why-choose-form .wc-select:before{
	z-index:99;	
}
.ft-booking-form-content{
	padding:30px 30px;
	top: -54px;	
}
.filtr-item.mix{
	display:none;
}
.ft-project-item-filter-btn li.active{
	color: #fff;
    background-color: #ea1e00;
}
/******** Testimonials Style **************/

.ft-testimonial-section-3 {
	top: -110px;
	z-index: 1;
	margin-bottom: -110px;
}

.ft-testimonial-slider-wrapper-3 {
	background-color: #fff;
	-webkit-box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
	box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
}
.ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
	width: 388px;
}

.ft-testimonial-slider-area-3 {
	/*width: 780px; 
	padding: 35px 60px 30px 70px;*/
}

.ft-testimonial-slider-items-3 {
	/*padding-left: 70px; */
}
.ft-testimonial-slider-items-3 p {
	color: #0b0b0b;
	font-size: 24px;
	font-weight: 500;
	max-width: 515px;
	padding-bottom: 10px;
}
.ft-testimonial-slider-items-3 .ft-testimonial-slider-author span {
	display: block;
}
.ft-testimonial-slider-items-3 .ft-testimonial-slider-author .name {
	color: var(--ft-second-theme);
	font-weight: 700;
	font-style: italic;
}
.ft-testimonial-slider-items-3 .inner-box .content:before {
	top: -5px;
	left: 5px;
	color: var(--ft-main-theme);
	font-size: 40px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
}

.ft-testimonial-slider-3 .slick-dots {
	top: 50%;
	width: auto;
	right: 25px;
	bottom: auto;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ft-testimonial-slider-3 .slick-dots li {
	width: 40px;
	height: 40px;
	color: #c3c3c3;
	display: block;
	font-weight: 700;
	line-height: 32px;
	border-radius: 100%;
	border: 4px solid #fff;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.ft-testimonial-slider-3 .slick-dots li.slick-active {
	color: #0b0b0b;
	font-size: 18px;
	border: 4px solid var(--ft-main-theme);
}

.ft-testimonial-slider-items-3 .inner-box{
	position: relative;
	padding-left: 400px;
	min-height: 230px;
}
.ft-testimonial-slider-items-3 .inner-box .content-outer{
	position: relative;
	padding: 32px 0px;
}
.ft-testimonial-slider-items-3 .inner-box .content{
	position: relative;
	padding-left: 70px;
}
.ft-testimonial-slider-items-3 .inner-box .ft-testimonial-slider-img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 385px;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta i{
	margin-right: 5px;
	color: #ea1e00;
    position: relative;	
	font-weight:normal;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-img img{
	width:100%;	
}
.ft-side-bar-widget .search-widget input{
	border: 1px solid #ddd;
}

/********************* Blog WIdget Style **************/
.widget{
	position:relative;
}
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    padding: 0px 0px 12px 15px;
	margin-bottom: 12px;
    border-bottom: 1px solid #dddddd;	
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #dddddd;
}
.widget ul li:before{
	left: 0;
    top: 1px;
    font-size: 14px;
    content: "";
	color: #002a34;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}
.widget ul li a{
	position: relative;
    color: #002a34;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;	
}
.widget ul li a:hover{
	color: #ea1e00;	
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text{
	position:relative;
	margin-bottom:20px;	
	min-height:75px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img{
	position:absolute;
	left:0px;
	top:0px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:65px;
	height:65px;	
}
.recent-news-widget .recent-blog-img-text .recent-blog-text{
	position:relative;
	padding:0px 0px 10px 85px;
}
.recent-news-widget .recent-blog-img-text .recent-blog-text:last-child{
	padding-bottom:0px;
}
.gallery-post .gallery-widget{
	margin:0px;	
}
.ft-side-bar-widget .gallery-widget li:before{
	display:none !important;
}
.ft-side-bar-widget .gallery-widget li{
	position:relative;
	margin:0px 2px;
	width: 31.2%;
    height: 105px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:0px;
}
.ft-side-bar-widget .gallery-widget li a{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;	
}
.business-add a img,
.blog-details-img img{
	width:100%;	
}

.widget .tagcloud{
	position:relative;
}
.widget .tagcloud a{
	position:relative;
	color: #fff;
    font-size: 14px !important;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #003440;
}
.widget .tagcloud a:hover{
	background-color: #ea1e00;
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 i {
	position:relative;
    font-size: 18px;
    margin-right: 5px;
    color: #ea1e00;
	font-weight:normal;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text{
	padding-left:75px;	
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ft-blog-comment .ftd-blog-comment-form{
	margin-top: 80px;	
}
.ftd-blog-comment-form .title h3{
	margin-bottom:50px;		
}
.ftd-blog-comment-form .title h3 small a{
	position:relative;
	olor: #191919;
    font-size: 20px;
    display: block;
	margin:10px 0px;
    font-weight: 700;
}
.ftd-blog-comment-form .ftd-comment-form-input input[type="text"],
.ftd-blog-comment-form .ftd-comment-form-input input[type="email"]{
	width:100%;
	margin-bottom:15px;
}
.ftd-blog-comment-form .ftd-comment-form-input input, 
.ftd-blog-comment-form .ftd-comment-form-input textarea{
	margin:0px;	
}
.comment-box .fastrans-comment-item .ftd-blog-comment-form{
	margin:50px 0px;	
}
.fastrans-comment-item .fastrans-comment-item{
	margin-left:80px;	
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
	color:#000000;
}
.error-content .title {
    position: relative;
    display: block;
	color:#000000;
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 30px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 33px;
	color:#000000;
}
.error-content .link-btn .btns-box{
    line-height: 55px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    color: #fff;
}
.footer-widget .gallery-widget .zoom-gallery{
	list-style-type:none;
	padding-left:0px;	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.footer-widget .gallery-widget .zoom-gallery .image{
	position: relative;
    width: 31%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 5px 3px 0px;
	border-radius: 8px;
	padding-left:0px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul li,
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li{
	padding-left:0px;
}
.footer-widget .gallery-widget .zoom-gallery .image:before,
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul li:before,
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li:before{
	display:none;	
}
.footer-widget .gallery-widget .zoom-gallery .image a{
	margin:0px;	
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul{
	padding-top:0px;	
}
.ft-footer-content-wrap-3{
	padding-bottom:60px;	
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button{
	width:90px;
	height: 44px;	
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input{
	padding-right:95px;	
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo{
	margin-bottom:20px;	
}

/****** Footer Widget Style ************/

.footer-widget ul{
	position:relative;
	margin:0px;
	padding:0px	
}
.footer-widget ul li{
	position:relative;
	margin-bottom: 18px;
	list-style-type:none;
	-webkit-transition: 500ms all ease;
    transition: 500ms all ease;		
}
.footer-widget ul li:before{
	left: 0;
    top: 10px;
    width: 0px;
    height: 3px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #ea1e00;	
}
.footer-widget ul li a{
	color: #fff;
    position: relative;
	background:none;
	font-weight: 500;
}
.footer-widget ul li:hover{
	padding-left:12px;	
}
.footer-widget ul li:hover:before{
	width: 8px;
}

.ft-footer-section-2 .footer-widget ul li a{
	color:#003440;	
	font-weight: 500;
}
.ft-product-mesurment-checkbox .condition{
	display:block !important;	
}
.ft-product-mesurment-checkbox .condition label{
	margin-right:15px;	
}
.ft-product-mesurment-checkbox .condition label span{
	padding-left:30px;
	color: #002a34;
	font-size:16px;
}
.ft-product-mesurment-checkbox .condition label input[type="radio"]{
	position:absolute;
	left:0px;
	top:1px;
	border: 2px solid #ea1e00;
	color:#ea1e00;
	height: 20px;
    width: 20px;
    border-radius: 100%;
	background:#ea1e00;
}
.ft-about-section-2 .ft-about-feature-wrapper-2 .ft-about-feature-list-item:hover .ft-about-feature-icon i{ 
	color: #ea1e00;
}
.ft-testimonial-section-2 .ft-testimonial-slider-wrapper-2.swiper-container{
	overflow:visible;	
}
.ft-case-study-items .ft-case-study-img img{
	width:100%;
}
.ft-header-section.header-style-three .ft-brand-logo img,
.ft-header-section.header-style-one .ft-brand-logo img,
.ft-footer-section .logo-widget .site-logo img,
.ft-footer-section-2 .logo-widget .site-logo img{
	height:45px;
	max-width:none;
}
.ft-footer-section-3 .ft-footer-logo img{
	height:40px;
}
.ft-blog-comment .post-comments{
	margin-top:40px;
	padding-top:70px;
	border-top:1px solid #f4f4f4;
}
.blog-details-img-text-wrapper .ft-blog-next-prev{
	display:none !important;
}
.blog-details-img-text-wrapper,
.ft-blog-post-feed-section .ft-blog-post-feed-content{
	margin-right:20px;
}
.blog-details-img-text-wrapper .blog-details-text blockquote br{
	display:none;
}

/**********Updated Section************/
/* Services Section */

.services-section {
    position: relative;
    padding: 110px 0 80px;
}

.services-section .ft-section-title {
    margin: 0 auto;
    max-width: 470px;
	margin-bottom:35px;
}

.service-block-one .inner-box {
    position: relative;
    background-color: #293e9c;
    padding: 45px 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-block-one h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
	font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 20px;
}

.service-block-one .text {
    position: relative;
    color: #cfd7f8;
    font-size: 17px;
    margin-bottom: 20px;
}

.service-block-one .link {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.service-block-one .link:hover {
    color: #ea1e00;
}

.service-block-one .link i {
    margin-right: 7px;
    display: inline-block;
    transform: rotate(135deg);
    transition: .5s;
	color:#ea1e00;
}

.service-block-one .link:hover i {
    transform: rotate(0deg);
}

.service-block-one .image {
    position: relative;
    text-align: right;
    padding: 46px 0;
    min-height: 250px;
    right: -10px;
}

.service-block-one .count {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 80px;
    z-index: 9;
}

.service-block-one .count span {
    position: relative;
}

.service-block-one .count:before {
    position: absolute;
    content: '';
    left: -130px;
    bottom: -115px;
    width: 230px;
    height: 230px;
    background-color: #203282;  
    border-radius: 50%;  
}

.service-block-one .image:before {
    position: absolute;
    content: '';
    right: -90px;
    bottom: -60px;
    width: 320px;
    height: 320px;
    background-color: #203282;
    border-radius: 50%;
}

.service-block-one .image img {
    position: relative;
}

.service-block-one .image:after {
    position: absolute;
    content: '';
    right: -103px;
    bottom: -73px;
    width: 346px;
    height: 346px;
    border: 2px dashed #4a5fba;
    border-radius: 50%;
    transition: .5s;
}

.service-block-one .inner-box:hover .image:after {
    border-color: #ea1e00;
}

/* About Section */

.about-section {
    position: relative;
    padding: 100px 0 90px;
}

.about-section .ft-section-title h2{
	font-size:45px;
	padding-bottom:17px;
}

.about-section .readmore-link {
    margin-top: 25px;
	font-size: 15px;
	margin-bottom:25px;
    font-weight: 700;
    color: #2a2a2a;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    transition: .5s;
    display: inline-block;
}

.about-section .readmore-link i {
    margin-right: 7px;
	color:#ea1e00;
    display: inline-block;
    transform: rotate(135deg);
    transition: .5s;
}

.readmore-link:hover i {
    transform: rotate(0deg);
}

.about-section .text{
	color: #666666;
    font-size: 18px;
    line-height: 1.667;
}


.about-section .icon-box {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
}

.about-section .icon-box:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.about-section .icon-box:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transition: .5s;
    opacity: 0;
    right: 10px;
    top: 10px;
	background-color: #ea1e00;
}

.about-section .icon-box:hover:before {
    opacity: 1;
}

.about-section .icon-box .icon {
    font-size: 45px;
    color: #cecac4;
    margin-right: 20px;
    transition: .5s;
    line-height: 48px;
}

.about-section .icon-box:hover .icon {
    color: #ea1e00;
}

.about-section .icon-box h4 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #cecac4;
    transition: .5s;
	margin:0px;
	font-family: Poppins,sans-serif;
}

.about-section .icon-box:hover h4 {
    color: #2a2a2a;
}

.about-section .image {
    margin-bottom: 30px;
}
.widget .business-add{
	background-color: #ea1e00;
    border-radius: 6px;
    position: relative;
    display: flex;
	text-align:center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:60px 40px;
}

.widget .business-add h2{
	color: #ffffff;
    font-size: 24px;
	line-height:1.5;
    font-weight: 700;
    padding: 40px 0;
}

.widget .business-add a.ft-btn{
    height: 50px;
    width: 150px;
    color: #01054c;
    font-weight: 600;
    border-radius: 6px;
    font-family: "Poppins";
    background-color: #fff;
}

.widget .business-add a.ft-btn:hover{
	background-color: #0090ff;
	color:#ffffff;
}

.blog-details-img-text-wrapper .ft-blog-details-item.update{
	background:#ffffff;
	padding-left:0px;
	padding-right:0px;
}

/* Fastrans HTML Template*/
@media only screen and (max-width: 1150px){
	.ft-header-section.header-style-three .ft-header-cta-btn a:before{
		display:none;
	}
	.ft-header-section.header-style-three .ft-main-navigation li {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 1100px){
	.ft-header-section.header-style-three .ft-main-navigation li {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 1039px){
	.ft-testimonial-slider-area-3,
	.ft-testimonial-slider-items-3 p{
		width:100% !important;
		max-width:inherit;	
	}
	.ft-testimonial-slider-items-3 .inner-box{
		padding-left:0px;
		text-align:center;	
	}
	.ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img{
		display:inline-block !important;	
		position:relative !important;
	}
	.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget{
		padding-left:0px;
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a{
		display: inline-block;
    	margin-right: 20px;
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta{
		display:inline-block !important;
		margin-bottom:25px;	
	}
	.ft-why-choose-section-2{
		padding: 80px 0px 130px;	
	}
	.blog-slider-3 .slick-dots{
		margin-top:30px;	
	}
	.ft-case-study-items .ft-case-study-img img{
		width:100%;
		max-width:inherit;	
	}
}

@media only screen and (max-width: 1023px){
	.ft-testimonial-slider-area-3,
	.ft-testimonial-slider-items-3 p{
		width:100% !important;
		max-width:inherit;	
	}
	.ft-testimonial-slider-items-3 .inner-box{
		padding-left:0px;
		text-align:center;	
	}
	.ft-testimonial-section-3{
		top:0px;
		margin-bottom:0px;
	}
	.ft-testimonial-slider-3 .slick-dots{
		top:auto;	
		position:relative;
		margin-top:30px;
		right:0px;
	}
	.ft-testimonial-slider-3 .slick-dots li{
		display:inline-block !important;	
	}
	
	.ft-blog-innerbox-3,
	.ft-blog-innerbox-3 .ft-blog-text,
	.ft-blog-innerbox-3 .ft-blog-img img,
	.ft-case-study-items .ft-case-study-img img{
		width:100%;
		max-width:inherit;	
	}
	.ft-why-choose-form-wrapper{
		padding-left:0px;	
	}
	.ft-why-choose-form{
		max-width:570px;	
	}
	
	.ft-why-choose-section-2{
		padding: 80px 0px 80px;	
	}
}
@media only screen and (max-width: 999px){
	.ft-service-more-btn span{
		margin-bottom:25px;	
	}
	.ft-team-section{
		padding:25px 0px 75px	
	}
	.ft-portfolio-slider-innerbox{
		margin-bottom:30px;	
	}
}
@media only screen and (max-width: 991px){
	.blog-details-img-text-wrapper, .ft-blog-post-feed-section .ft-blog-post-feed-content{
		margin-right:0px;
	}
	
	.mobile_menu_overlay {
		top: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 100;
		right: 0%;
		height: 120vh;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.9);
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	.mobile_menu_overlay_on {
		overflow: hidden;
	}
	
	.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (max-width: 767px){
	
	
	.ft-testimonial-slider-items-3 .inner-box .content:before{
		display:none;	
	}
	.ft-testimonial-slider-items-3 .inner-box .content{
		padding:0px;	
	}
	.ft-testimonial-slider-area-3{
		padding:30px !important;	
	}
	.blog-slider-3 .slick-dots{
		margin-top:30px;	
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta,
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a{
		display:block !important;
	}
	
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a{
		margin-bottom:10px;	
		margin-right:0px;
	}
	.ft-blog-innerbox-3 .ft-blog-text h3{
		margin-top:25px;	
	}
	.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-text{
		width:100%;	
	}
	.ft-testimonial-slider-2 #btn_next1, .ft-testimonial-slider-2 #btn_prev1{
		top:30%;	
	}
	.ft-funfact-section .ft-funfact-content .ft-funfact-innerbox{
		margin-bottom:30px;	
	}
	.blog-details-img-text-wrapper .ft-blog-tag-share{
		display:block;	
	}
	.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag{
		margin-bottom:15px;
		float:none;
		display:block;	
	}
	.fastrans-comment-item .fastrans-comment-item{
		margin-left:0px;	
	}
	.recent-news-widget .recent-blog-img-text .recent-blog-text{
		padding:0px 0px 10px 75px;
		min-height:70px;	
	}
	.ft-blog-next-prev{
		flex-wrap:wrap;
	}
}

@media only screen and (max-width: 599px){
	.admin-bar .ft-header-section{
		top:46px;	
	}
	.ft-blog-innerbox-3{
		margin:0 auto;	
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta{
		display:inline-block !important;	
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a{
		margin-right:20px;
		display:inline-block !important;	
	}
	.ft-footer-section-2 .ft-footer-newslatter-form button,
	.coming-soon-newslatter-form button{
		position: relative;
    	margin-top: 15px;
	}
	.ft-project-overview-comment-wrapper{
		display:block !important;	
	}
	.ft-project-overview-comment-wrapper .ft-project-overview-comment-img{
		margin-bottom:30px;	
	}
	.ft-project-overview-comment-wrapper .ft-project-overview-comment-text{
		width:100%;	
	}
	.ft-blog-comment-block .ft-blog-comment-img{
		float:none;	
	}
	.ft-blog-comment-block .ft-blog-comment-text{
		padding:20px 25px 20px 0px;
	}
	
}

@media only screen and (max-width: 479px) {
	.ft-header-section.sticky-on.header-style-three .mobile_menu_button{
		top:-32px;	
	}
	.ft-about-text-3 .ft-about-btn-group{
		display:block !important;
	}
	.ft-about-text-3 .ft-about-btn-group a{
		margin-bottom:10px;	
		margin-right:0px;
	}
	ft-why-choose-form{
		max-width:inherit;	
	}
	.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta{
		display:block !important;	
	}
	.error-content .title{
		font-size:170px;	
	}
	
}


.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.pull-left{
	float:left;
}

.pull-right{
	float:right;
}


/* Sec Title Two */

.sec-title-two{
	position:relative;
	margin-bottom:40px;
}

.sec-title-two .title{
	position:relative;
	font-size:16px;
	color:#000000;
	line-height:1.5em;
	font-weight:500;
	display:block;
	letter-spacing:1px;
	text-transform:uppercase;
}

.sec-title-two h2{
    position: relative;
    font-size: 42px;
    color: #090909;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
	margin-top:15px;
}

.sec-title-two .text{
	position:relative;
	margin-top:20px;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
}

.sec-title-two.light .text,
.sec-title-two.light .title,
.sec-title-two.light h2{
	color:#ffffff;
}

.sec-title-two.centered{
	text-align:center;
}

.sec-title-two.style-two .title{
	color:#dd2602;
}
/********* Layout **************/
.nlhu-header-area {
	background: #ffffff;
	width: 100%;
	position: absolute;
	z-index: 2;
  }
  
  .nlhu-header-top {
	padding-bottom: 35px;
  }
  
  .nlhu-header-top-info ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 9px 0 11px;
	margin-right: 20px;
  }
  
  .nlhu-header-top-info ul li:last-child {
	margin-right: 0;
  }
  
  .nlhu-header-top-info ul li .nlhu-header-top-icon {
	display: inline-block;
	background: #ede9e2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
  }
  
  .nlhu-header-top-info ul li .nlhu-header-top-icon i {
	font-size: 25px;
	color: #a6906c;
  }
  
  .nlhu-header-top-info ul li span {
	display: inline-block;
	font-size: 16px;
	color: #002648;
	font-family: "DM Sans", sans-serif;
	line-height: 1;
	font-weight: 500;
	margin-left: 21px;
  }
  
  .nlhu-header-top-info ul li form {
	display: inline-block;
	margin-left: 21px;
  }
  
  .nlhu-header-top-info ul li form select {
	border: 0;
	color: #002648;
	font-size: 16px;
	font-weight: 700;
	font-weight: "DM Sans", sans-serif;
	line-height: 1;
  }
  
  .nlhu-header-top-info ul li form select option {
	border: 0;
	color: #002648;
	font-size: 16px;
	font-weight: 700;
	font-weight: "Crimson Text", serif;
	line-height: 1;
  }
  
  .nlhu-header-top-info-right {
	margin-left: 19px;
  }
  
  .nlhu-logo {
	position: absolute;
	top: 0;
	z-index: 2;
	margin-left: 5px;
	text-align: center;
  }
  
  .nlhu-main-navigation {
	background: #15395a;
	padding: 0 0 0 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	top: -35px;
	z-index: 1;
  }
  
  .nlhu-main-navigation ul {
	margin-right: 260px;
  }
  
  .nlhu-main-navigation ul li {
	display: inline-block;
	margin-right: 50px;
  }
  
  .nlhu-main-navigation ul li:last-child {
	margin-right: 0;
  }
  
  .nlhu-main-navigation ul li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	font-family: "DM Sans", sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 30px 0;
	position: relative;
  }
  
  .nlhu-main-navigation ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #a6906c;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-main-navigation ul li a:hover:before {
	width: 100%;
  }
  
  .nlhu-main-navigation ul:last-child {
	margin-right: 0;
  }
  
  .nlhu-hero-area {
	position: relative;
	z-index: 1;
  }
  
  .nlhu-hero-content {
	padding-top: 358px;
	padding-bottom: 290px;
  }
  
  .nlhu-hero-content h1 {
	font-size: 100px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	color: #ffffff;
	margin-bottom: 20px;
  }
  
  .nlhu-hero-content p {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.3;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
  }
  
  .nlhu-hero-shape {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 1;
  }
  
  .nlhu-hero-btn {
	width: 200px;
  }
  
  .nlhu-hero-btn.hvr-sweep-to-right:before {
	background: #15395a;
  }
  
  .nlhu-hero-img {
	bottom: 35px;
	right: 0;
  }
  
  .apldg2-mobile-menu {
	background-color: #15395a;
	width: 290px;
	height: 100vh;
	overflow-y: scroll;
	padding: 60px 0px 0px 0px;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .apldg2-mobile-menu a.apldg2-menu-close {
	color: #a6906c;
	position: absolute;
	right: 20px;
	top: 20px;
  }
  
  .apldg2-mobile-menu a.apldg2-logo-wrapper {
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
  }
  
  .apldg2-mobile-menu ul li {
	position: relative;
  }
  
  .apldg2-mobile-menu ul li + li {
	border-top: 1px solid #ffffff;
  }
  
  .apldg2-mobile-menu ul li a {
	display: block;
	padding: 8px 12px;
	color: #ffffff;
	font-weight: 500;
  }
  
  .apldg2-mobile-menu ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 8px;
	right: 10px;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .apldg2-mobile-menu ul li.has-submenu ul {
	display: none;
  }
  
  .apldg2-mobile-menu ul li.has-submenu ul li a {
	padding-left: 25px;
  }
  
  .apldg2-mobile-menu ul li.has-submenu ul li ul li a {
	padding-left: 35px;
  }
  
  .apldg2-mobile-menu ul li.apldg2-submenu-icon-rotate::after {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .apldg2-mobile-menu.apldg2-mobile-menu-on {
	left: 0;
  }
  
  .apldg2-footer-section {
	padding: 100px 0 0 0;
  }
  
  .apldg2-footer-section .apldg2-footer-copyright {
	padding: 8px 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#8089ff), color-stop(99%, #c961f7));
	background-image: linear-gradient(to right, #8089ff 0%, #c961f7 99%);
	text-align: center;
	margin-top: 100px;
  }
  
  .apldg2-footer-section .apldg2-footer-copyright p {
	color: #ffffff;
	margin-bottom: 0;
  }
  
  .apldg2-footer-section .apldg2-footer-copyright p a {
	font-weight: 500;
  }
  
  .apldg2-footer-widget .apldg2-footer-logo {
	width: 130px;
	display: inline-block;
	margin-bottom: 30px;
  }
  
  .apldg2-footer-widget .apldg2-pera-txt p {
	color: #ffffff;
  }
  
  .apldg2-footer-widget .apldg2-footer-socials {
	margin-top: 20px;
  }
  
  .apldg2-footer-widget .apldg2-footer-socials a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #002b56;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border-radius: 3px;
	z-index: 1;
  }
  
  .apldg2-footer-widget .apldg2-footer-socials a::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: linear-gradient(290deg, #5754f9 0%, #e23ff0 99%);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .apldg2-footer-widget .apldg2-footer-socials a:hover::before {
	opacity: 1;
  }
  
  .apldg2-footer-widget .apldg2-headline {
	margin-top: 6px;
  }
  
  .apldg2-footer-widget .apldg2-headline h6 {
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 18px;
  }
  footer#ft-footer-3.ft-footer-five {
    background: #000000;
}
.ft-footer-five .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
    background: #dd2602;
}

.ft-footer-five .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button {
    background: #dd2602;
}

.ft-footer-five .ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before {
    background: #dd2602;
}

.ft-footer-five .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
    color: #dd2602;
}
  .apldg2-footer-widget .apldg2-separate-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .apldg2-footer-widget .apldg2-footer-links ul li + li {
	margin-top: 10px;
  }
  
  .apldg2-footer-widget .apldg2-footer-links ul li a {
	color: #ffffff;
	position: relative;
	text-transform: capitalize;
  }
  
  .apldg2-footer-widget .apldg2-footer-links ul li a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #a6906c;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .apldg2-footer-widget .apldg2-footer-links ul li a:hover {
	color: #a6906c;
  }
  
  .apldg2-footer-widget .apldg2-footer-links ul li a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
  }
  
  .apldg2-footer-widget .apldg2-footer-address ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #ffffff;
  }
  
  .apldg2-footer-widget .apldg2-footer-address ul li i {
	margin-right: 10px;
  }
  
  .apldg2-footer-widget .apldg2-footer-address ul li + li {
	margin-top: 18px;
  }
  
  .apldg2-footer-widget .apldg2-footer-gallery {
	max-width: 300px;
  }
  
  .apldg2-footer-widget .apldg2-footer-gallery ul li {
	display: inline-block;
	border-radius: 4px;
	padding: 4px;
	overflow: hidden;
	position: relative;
  }
  
  .apldg2-footer-widget .apldg2-footer-gallery ul li img {
	border-radius: 6px;
  }
  
  .apldg2-footer-widget .apldg2-footer-gallery ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
  }
  
  .apldg2-footer-widget .apldg2-footer-gallery ul li:hover a {
	opacity: 1;
  }
  
  @media (max-width: 991.98px) {
	.apldg2-footer-widget {
	  margin-bottom: 40px;
	}
  }
  
  .nlhu-section-subtitle {
	font-size: 24px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #a6906c;
	line-height: 1;
	display: inline-block;
	margin-bottom: 17px;
  }
  
  .nlhu-section-title {
	font-size: 48px;
	color: #15395a;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	line-height: 1.25;
	margin-bottom: 6px;
  }
  
  .nlhu-section-text {
	font-size: 16px;
	line-height: 1.33;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	color: #666666;
	margin-bottom: 25px;
  }
  
  .nlhu-section-heading-white .nlhu-section-subtitle {
	color: #ffffff;
  }
  
  .nlhu-section-heading-white .nlhu-section-title {
	color: #ffffff;
  }
  
  .nlhu-section-heading-white .nlhu-section-text {
	color: #ffffff;
  }
  
  .nlhu-about-area {
	padding: 376px 0 0;
	margin-top: -270px;
	overflow: visible;
  }
  
  .nlhu-about-left {
	position: relative;
  }
  
  .nlhu-about-left img {
	border-radius: 5px;
	border: 12px solid #ffffff;
  }
  
  .nlhu-about-left .nlhu-about-overlay-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 198px;
	height: 181px;
	background: #ffffff;
  }
  
  .nlhu-about-left .nlhu-about-overlay-box-inner {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
			box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
	text-align: center;
	width: 180px;
	height: 159px;
	position: relative;
	top: 12px;
	left: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .nlhu-about-left .nlhu-about-overlay-box-inner h1 {
	font-size: 82px;
	font-weight: 700;
	color: #002648;
	font-family: "Crimson Text", serif;
	line-height: 1;
  }
  
  .nlhu-about-left .nlhu-about-overlay-box-inner h3 {
	font-size: 23px;
	line-height: 1;
	font-family: "Crimson Text", serif;
	color: #002648;
	font-weight: 700;
  }
  
  .nlhu-about-right {
	margin-right: -25px;
  }
  
  .nlhu-about-right ul .nav-item {
	margin-right: 30px;
  }
  
  .nlhu-about-right ul .nav-item:last-child {
	margin-right: 0;
  }
  
  .nlhu-about-right ul .nav-item .nav-link {
	font-size: 20px;
	color: #ffffff;
	background: #15395a;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	width: 170px;
	height: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 5px;
  }
  
  .nlhu-about-right ul .nav-item .nav-link.active {
	background: #a6906c;
  }
  
  .nlhu-about-right .tab-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	font-family: "DM Sans", sans-serif;
	color: #a6906c;
	margin-top: 46px;
  }
  
  .nlhu-about-right .tab-content h2 {
	font-size: 36px;
	line-height: 1.66;
	color: #15395a;
	font-family: "Crimson Text", serif;
	font-weight: 700;
	margin-top: 14px;
  }
  
  .nlhu-about-right .tab-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
  }
  
  .nlhu-about-right .nlhu-about-list li {
	margin-bottom: 21px;
  }
  
  .nlhu-about-right .nlhu-about-list li:last-child {
	margin-right: 0;
  }
  
  .nlhu-about-right .nlhu-about-list li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 10px;
	color: #666666;
	border-radius: 50%;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.3);
			box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.3);
	line-height: 20px;
	text-align: center;
	margin-right: 17px;
  }
  
  .nlhu-about-right .nlhu-about-list li span {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	color: #666666;
	display: inline-block;
  }
  
  .nlhu-about-right .nlhu-about-btn {
	font-size: 18px;
	color: #15395a;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #15395a;
	margin-bottom: 2px;
  }
  
  .nlhu-about-right .nlhu-about-btn i {
	margin-left: 3px;
  }
  
  .nlhu-about-counter {
	margin-top: 99px;
	padding: 38px 40px 37px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(103, 103, 103, 0.2);
			box-shadow: 0px 0px 50px 0px rgba(103, 103, 103, 0.2);
	margin-bottom: -90px;
  }
  
  .nlhu-single-counter {
	border-left: 1px solid #929292;
	padding-left: 22px;
  }
  
  .nlhu-single-counter h1 {
	font-size: 72px;
	color: #15395a;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	line-height: 1;
  }
  
  .nlhu-single-counter h3 {
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	color: #666666;
	line-height: 1;
	font-weight: 700;
  }
  
  .nlhu-single-counter-extra-style {
	padding-left: 0;
	border-left: 0;
  }
  
  .nlhu-service-area {
	padding: 186px 0 106px;
	overflow: visible;
  }
  
  .nlhu-single-service {
	padding: 0 15px 38px 15px;
	background: #15395a;
	border: 1px solid #3e5f7e;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-service .nlhu-counter-icon-box {
	width: 100px;
	height: 74px;
	text-align: center;
	display: inline-block;
	background: #072a49;
	line-height: 74px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-bottom: 30px;
	border: 2px solid transparent;
  }
  
  .nlhu-single-service .nlhu-counter-icon-box i {
	font-size: 34px;
	color: #ffffff;
  }
  
  .nlhu-single-service h3 {
	font-size: 24px;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 18px;
  }
  
  .nlhu-single-service p {
	font-size: 16px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 26px;
  }
  
  .nlhu-single-service a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
	background: #072a49;
	border-radius: 50%;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-service a i {
	font-size: 17px;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-service:hover {
	background: #072a49;
	border-color: transparent;
  }
  
  .nlhu-single-service:hover .nlhu-counter-icon-box {
	border: 2px dashed #a6906c;
	background: #15395a;
  }
  
  .nlhu-single-service:hover a {
	background: #a6906c;
  }
  
  .nlhu-single-service:hover a i {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  
  .nlhu-more-service-btn {
	height: 55px;
	line-height: 55px;
	margin-top: 65px;
  }
  
  .nlhu-more-service-btn i {
	font-size: 12px;
	line-height: 0;
  }
  
  .nlhu-more-service-btn.hvr-sweep-to-right:before {
	background: #072a49;
  }
  
  .nlhu-whychoose-and-team-area {
	position: relative;
  }
  
  .nlhu-whychoose-shape-1,
  .nlhu-whychoose-shape-2 {
	position: absolute;
	top: 41%;
	left: 0;
  }
  
  .nlhu-whychoose-shape-2 {
	left: auto;
	right: 0;
  }
  
  .nlhu-whychoose-area {
	padding: 110px 0;
  }
  
  .nlhu-whychoose-subtitle {
	font-size: 24px;
	color: #a6906c;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	line-height: 1;
	margin-bottom: 28px;
	display: inline-block;
  }
  
  .nlhu-whychoose-title {
	font-size: 48px;
	font-family: "Crimson Text", serif;
	color: #15395a;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 9px;
  }
  
  .nlhu-whychoose-text {
	font-size: 16px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	color: #666666;
	margin-bottom: 33px;
  }
  
  .nlhu-whychoose-list-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
  }
  
  .nlhu-whychoose-list-icon {
	width: 70px;
	height: 70px;
	background: #f6f4f0;
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
  }
  
  .nlhu-whychoose-list-icon i {
	font-size: 42px;
	color: #a6906c;
  }
  
  .nlhu-whychoose-list-text {
	margin-left: 30px;
  }
  
  .nlhu-whychoose-list-text h3 {
	font-size: 24px;
	color: #15395a;
	line-height: 1;
	font-weight: 700;
	font-family: "Crimson Text", serif;
  }
  
  .nlhu-whychoose-list-text p {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	line-height: 1.5;
	font-family: "DM Sans", sans-serif;
  }
  
  .nlhu-whychoose-right {
	position: relative;
  }
  
  .nlhu-whychoose-right-one {
	border: 8px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
			box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
	display: inline-block;
	margin-left: 82px;
  }
  
  .nlhu-whychoose-right-two {
	border: 9px solid #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
			box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
	display: inline-block;
	position: absolute;
	left: -8px;
	bottom: -138px;
  }
  
  .nlhu-whychoose-play-button {
	position: absolute;
	bottom: 35px;
	left: 33px;
	width: 109px;
	height: 109px;
	background: #ffffff;
	border-radius: 50%;
  }
  
  .nlhu-whychoose-play-button i {
	font-size: 17px;
	color: #ffffff;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #15395a;
	text-align: center;
	line-height: 60px;
	z-index: 1;
	left: 25px;
	position: relative;
	top: 23px;
  }
  
  .nlhu-whychoose-play-button:after {
	position: absolute;
	content: "";
	left: 12px;
	top: 10px;
	width: 86px;
	height: 86px;
	background: #e7ebee;
	border-radius: 50%;
  }
  
  .nlhu-team-area {
	padding: 0 0 110px;
  }
  
  .nlhu-single-team {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
			box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	z-index: 0;
  }
  
  .nlhu-single-team:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #15395a;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  }
  
  .nlhu-single-team:hover:before {
	height: 100%;
  }
  
  .nlhu-single-team:hover {
	-webkit-box-shadow: 0px 0px 55px 0px rgba(69, 69, 69, 0.3);
			box-shadow: 0px 0px 55px 0px rgba(69, 69, 69, 0.3);
  }
  
  .nlhu-single-team:hover .nlhu-team-btn i {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  
  .nlhu-single-team:hover .nlhu-team-text h3 {
	color: #ffffff;
  }
  
  .nlhu-single-team:hover .nlhu-team-text h4 {
	color: #ffffff;
  }
  
  .nlhu-team-btn {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #a6906c;
	line-height: 52px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	position: absolute;
	top: 48%;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-team-btn i {
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	line-height: 0;
  }
  
  .nlhu-team-text {
	padding: 20px 20px 40px 20px;
  }
  
  .nlhu-team-text h3 {
	font-size: 24px;
	line-height: 1;
	color: #002648;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-team-text h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-more-team-btn {
	height: 55px;
	line-height: 55px;
	margin-top: 65px;
  }
  
  .nlhu-more-team-btn i {
	font-size: 12px;
	line-height: 0;
  }
  
  .nlhu-more-team-btn.hvr-sweep-to-right:before {
	background: #072a49;
  }
  
  .nlhu-getintouch-area {
	padding: 80px 0;
	overflow: visible;
  }
  
  .nlhu-getintouch-subtitle {
	font-size: 24px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
  }
  
  .nlhu-getintouch-title {
	font-size: 48px;
	line-height: 1.18;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	color: #ffffff;
	margin-bottom: 31px;
  }
  
  .nlhu-getintouch-contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .nlhu-getintouch-contact-icon {
	width: 55px;
	height: 55px;
	border-radius: 5px;
	background: #a6906c;
	line-height: 55px;
	text-align: center;
  }
  
  .nlhu-getintouch-contact-icon i {
	font-size: 34px;
	color: #ffffff;
  }
  
  .nlhu-getintouch-contact-text {
	margin-left: 23px;
  }
  
  .nlhu-getintouch-contact-text span {
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	color: #ffffff;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
  }
  
  .nlhu-getintouch-contact-text h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0;
  }
  
  .nlhu-getintouch-right {
	margin-bottom: -181px;
  }
  
  .nlhu-getintouch-right img {
	border-radius: 5px;
  }
  
  .nlhu-portfolio-area {
	padding-top: 213px;
	padding-bottom: 110px;
	overflow: hidden;
  }
  
  .nlhu-portfolio-navigation {
	text-align: center;
	margin-bottom: 50px;
  }
  
  .nlhu-portfolio-navigation ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	color: #15395a;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	width: 140px;
	text-align: center;
	margin: 0 10px;
	padding: 13px 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
			box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.2);
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-portfolio-navigation ul li.active {
	background: #a6906c;
	color: #ffffff;
  }
  
  .nlhu-portfolio-navigation ul li:hover {
	background: #a6906c;
	color: #ffffff;
  }
  
  .nlhu-single-portfolio {
	position: relative;
	overflow: hidden;
  }
  
  .nlhu-single-portfolio:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  }
  
  .nlhu-single-portfolio .nlhu-portfolio-img-overlay {
	position: absolute;
	left: 23px;
	bottom: 23px;
	background: #15395a;
	padding: 20px 20px 20px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-radius: 5px;
	-webkit-transform: translateX(-110%);
			transform: translateX(-110%);
	visibility: hidden;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
  }
  
  .nlhu-single-portfolio:hover:before {
	height: 100%;
  }
  
  .nlhu-single-portfolio:hover .nlhu-portfolio-img-overlay {
	visibility: visible;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
  }
  
  .nlhu-port-overlay-left {
	display: inline-block;
	padding-right: 84px;
  }
  
  .nlhu-port-overlay-left span {
	font-size: 14px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
  }
  
  .nlhu-port-overlay-left span:after {
	position: absolute;
	right: -35px;
	bottom: 4px;
	width: 30px;
	height: 2px;
	background: #a6906c;
	content: "";
  }
  
  .nlhu-port-overlay-left h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
	font-family: "Crimson Text", serif;
	font-weight: 700;
  }
  
  .nlhu-port-overlay-right {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #a6906c;
	line-height: 33px;
	text-align: center;
  }
  
  .nlhu-port-overlay-right i {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-port-overlay-right:hover i {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  
  .nlhu-more-portfolio-btn {
	height: 55px;
	line-height: 55px;
	margin-top: 65px;
  }
  
  .nlhu-more-portfolio-btn i {
	font-size: 12px;
	line-height: 0;
  }
  
  .nlhu-more-portfolio-btn.hvr-sweep-to-right:before {
	background: #072a49;
  }
  
  .nlhu-testimonial-area {
	padding: 110px 0;
  }
  
  .nlhu-testimonial-area .nlhu-section-text {
	line-height: 30px;
  }
  
  .nlhu-testimonial-area .owl-carousel .owl-stage-outer {
	padding: 84px 0;
  }
  
  .nlhu-testimonial-area .owl-dots {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
  }
  
  .nlhu-testimonial-area .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #15395a;
	border-radius: 50%;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-testimonial-area .owl-dots .owl-dot.active {
	width: 40px;
	border-radius: 5px;
	background: #a6906c;
  }
  
  .nlhu-single-testimonial {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
			box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.1);
	border-radius: 5px;
	padding: 75px 20px 40px 20px;
  }
  
  .nlhu-single-testimonial p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
  }
  
  .nlhu-single-testimonial h3 {
	font-size: 24px;
	line-height: 1;
	color: #15395a;
	font-weight: 700;
	font-family: "Crimson Text", serif;
	position: relative;
	padding-left: 56px;
	margin-bottom: 0;
	margin-top: 27px;
  }
  
  .nlhu-single-testimonial h3:before {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 39px;
	height: 4px;
	background: #15395a;
  }
  
  .nlhu-single-testimonial h3:after {
	content: "\f10a";
	font-family: "flaticon-v2"
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 50px;
	color: #d8dfe5;
  }
  
  .nlhu-testimonial-pro-img {
	display: inline-block;
	position: absolute;
	top: -50px;
  }
  
  .nlhu-testimonial-pro-img img {
	border-radius: 50%;
	width: 78px;
	border: 4px solid #ffffff;
	-webkit-box-shadow: -4px 13px 50px 0px rgba(69, 69, 69, 0.15);
			box-shadow: -4px 13px 50px 0px rgba(69, 69, 69, 0.15);
  }
  
  .nlhu-blog-area {
	padding-bottom: 110px;
  }
  
  .nlhu-blog-area .owl-carousel .owl-stage-outer {
	padding: 84px 0;
  }
  
  .nlhu-blog-area .owl-dots {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
  }
  
  .nlhu-blog-area .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #15395a;
	border-radius: 50%;
	margin: 0 10px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-blog-area .owl-dots .owl-dot.active {
	width: 40px;
	border-radius: 5px;
	background: #a6906c;
  }
  
  .nlhu-single-blog {
	padding: 20px 20px 30px 20px;
	-webkit-box-shadow: -4px 13px 50px 0px rgba(69, 69, 69, 0.1);
			box-shadow: -4px 13px 50px 0px rgba(69, 69, 69, 0.1);
	border-radius: 5px;
  }
  
  .nlhu-single-blog .nlhu-single-blog-title h3 {
	font-size: 24px;
	line-height: 1.4;
	color: #15395a;
	font-family: "Crimson Text", serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 17px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-blog .nlhu-single-blog-title:hover h3 {
	color: #a6906c;
  }
  
  .nlhu-single-blog .nlhu-single-blog-btn {
	font-size: 16px;
	color: #a6906c;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
	line-height: 1;
	position: relative;
  }
  
  .nlhu-single-blog .nlhu-single-blog-btn i {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-left: 4px;
  }
  
  .nlhu-single-blog .nlhu-single-blog-btn::before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: #a6906c;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-blog .nlhu-single-blog-btn:hover i {
	padding-left: 5px;
  }
  
  .nlhu-single-blog .nlhu-single-blog-btn:hover::before {
	width: 100%;
  }
  
  .nlhu-single-blog:hover .nlhu-single-blog-img img {
	-webkit-transform: scale(1.2) rotate(10deg);
			transform: scale(1.2) rotate(10deg);
  }
  
  .nlhu-single-blog-meta {
	margin-top: 30px;
  }
  
  .nlhu-single-blog-meta ul li {
	display: inline-block;
	margin-right: 30px;
  }
  
  .nlhu-single-blog-meta ul li:last-child {
	margin-right: 0;
  }
  
  .nlhu-single-blog-meta ul li a {
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	color: #666666;
	line-height: 1;
	display: inline-block;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-single-blog-meta ul li a i {
	margin-right: 9px;
  }
  
  .nlhu-single-blog-meta ul li a:hover {
	color: #a6906c;
  }
  
  .nlhu-single-blog-img {
	overflow: hidden;
	border-radius: 2px;
  }
  
  .nlhu-single-blog-img img {
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-footer-top {
	padding-top: 118px;
	padding-bottom: 134px;
  }
  
  .nlhu-footer-logo {
	position: relative;
	top: -69px;
  }
  
  .nlhu-footer-widget-title {
	font-size: 24px;
	color: #ffffff;
	font-family: "Crimson Text", serif;
	font-weight: 700;
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
  }
  
  .nlhu-footer-widget-title:before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #a6906c;
  }
  
  .nlhu-footer-about-widget-text {
	font-size: 16px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 35px;
  }
  
  .nlhu-footer-widget-social li {
	display: inline-block;
	margin-right: 10px;
  }
  
  .nlhu-footer-widget-social li:last-child {
	margin-right: 0;
  }
  
  .nlhu-footer-widget-social li a {
	font-size: 18px;
	width: 36px;
	display: block;
	height: 36px;
	border-radius: 50%;
	background: #e3edf7;
	text-align: center;
	line-height: 40px;
	color: #15395a;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-footer-widget-social li a:hover {
	background: #a6906c;
	color: #ffffff;
  }
  
  .nlhu-footer-widget-address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 28px;
  }
  
  .nlhu-footer-widget-address li i {
	font-size: 16px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: #072a49;
  }
  
  .nlhu-footer-widget-address li span {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	margin-left: 10px;
  }
  
  .nlhu-footer-widget-useful-link li {
	margin-bottom: 5px;
  }
  
  .nlhu-footer-widget-useful-link li a {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	position: relative;
  }
  
  .nlhu-footer-widget-useful-link li a:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-footer-widget-useful-link li a:hover::before {
	width: 100%;
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  
  .nlhu-footer-insta-feed {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
		grid-template-columns: auto auto auto;
	grid-gap: 10px 15px;
  }
  
  .nlhu-footer-insta-feed .nlhu-single-insta-feed {
	overflow: hidden;
	border-radius: 5px;
  }
  
  .nlhu-footer-insta-feed .nlhu-single-insta-feed img {
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
  }
  
  .nlhu-footer-insta-feed .nlhu-single-insta-feed:hover img {
	-webkit-transform: scale(1.2) rotate(15deg);
			transform: scale(1.2) rotate(15deg);
  }
  
  .nlhu-footer-copyright {
	background: #072a49;
	padding: 15px 0;
  }
  
  .nlhu-footer-copyright p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	margin: 0;
  }
  
  /* # sourceMappingURL=style.css.map */
  
  .pull-left{
	  float:left;
  }
  
  .pull-right{
	  float:right;
  }
  
  /* Btn Style One */
  
  .btn-style-one{
	  position:relative;
	  color:#ffffff !important;
	  font-size:15px;
	  font-weight:700;
	  border-radius:7px;
	  display:inline-block;
	  background-color:#ec0000;
	  padding:12px 20px 12px 25px;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  font-family: 'Poppins', sans-serif;
  }
  
  .btn-style-one .icon{
	  position:relative;
	  width:34px;
	  height:34px;
	  color:#ffffff;
	  line-height:34px;
	  margin-left:10px;
	  text-align:center;
	  border-radius:50px;
	  background-color:#a20000;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
  }
  
  .btn-style-one:hover{
	  color:#ffffff;
	  background-color:#002a34;
  }
  
  .btn-style-one:hover .icon{
	  color:#ffffff;
	  background-color:#ec0000;
  }
  
  /* Btn Stule Two */
  
  .btn-style-two{
	  position:relative;
	  color:#002a34 !important;
	  font-size:15px;
	  font-weight:700;
	  border-radius:7px;
	  display:inline-block;
	  background-color:#ffffff;
	  padding:11px 20px 11px 25px;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  font-family: 'Poppins', sans-serif;
  }
  
  .btn-style-two .icon{
	  position:relative;
	  width:34px;
	  height:34px;
	  color:#002a34;
	  line-height:34px;
	  margin-left:10px;
	  text-align:center;
	  border-radius:50px;
	  background-color:#e1e1e1;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
  }
  
  .btn-style-two:hover{
	  color:#ffffff !important;
	  background-color:#ec0000;
  }
  
  .btn-style-two:hover .icon{
	  color:#ec0000;
	  background-color:#ffffff;
  }
  
  /* Btn Stule Three */
  
  .btn-style-three{
	  position:relative;
	  color:#ffffff !important;
	  font-size:15px;
	  font-weight:700;
	  border-radius:7px;
	  display:inline-block;
	  background-color:#002a34;
	  padding:13px 20px 13px 25px;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  font-family: 'Poppins', sans-serif;
  }
  
  .btn-style-three .icon{
	  position:relative;
	  width:34px;
	  height:34px;
	  color:#ffffff;
	  line-height:34px;
	  margin-left:10px;
	  text-align:center;
	  border-radius:50px;
	  background-color:#004758;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
  }
  
  .btn-style-three:hover{
	  color:#ffffff !important;
	  background-color:#ec0000;
  }
  
  .btn-style-three:hover .icon{
	  color:#ec0000;
	  background-color:#ffffff;
  }
  
  /*** 
  
  ====================================================================
	  Main Header style
  ====================================================================
  
  ***/
  
  .main-header{
	  position:absolute;
	  z-index:99;
	  width:100%;
  }
  
  .main-header:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  height:100px;
	  background-color:#002a34;
  }
  
  /* Header Top */
  
  .main-header .header-top{
	  position:relative;
  }
  
  .main-header .header-top .inner-container{
	  position:relative;
  }
  
  .main-header .header-top .top-left{
	  position: relative;
	  padding:18px 0px;
  }
  
  .header-top .top-left .top-list{
	  position:relative;
  }
  
  .header-top .top-left .top-list li{
	  position:relative;
	  font-size:16px;
	  color:#ffffff;
	  font-weight:500;
	  margin-right:20px;
	  padding-left:30px;
	  display:inline-block;
	  padding-right:15px;
	  margin-right:15px;
	  border-right:1px solid #021d30;
  }
  
  .header-top .top-left .top-list li a{
	  position:relative;
	  color:#ffffff;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .header-top .top-left .top-list li .icon{
	  position:absolute;
	  left:0px;
	  top:-1px;
	  color:#ffffff;
	  font-size:18px;
	  font-family: "flaticon-v2"
  }
  
  .header-top .top-left .top-list li a:hover{
	  color:#ec0000;
  }
  
  .main-header .header-top .top-right{
	  position: relative;
  }
  
  .main-header .header-top .language{
	  position:relative;
	  line-height:1em;
	  padding:10px 0px;
  }
  
  .main-header .header-top .language button{
	  position:relative;
	  background:none;
	  padding:0px 0px;
	  border:0px;
  }
  
  .main-header .header-top .language button:focus{
	  outline:none;
	  box-shadow:inherit;
  }
  
  .main-header .header-top .language button:after{
	  display:none;
  }
  
  .main-header .header-top .language .flag-icon{
	  margin-right:12px;
  }
  
  .main-header .header-top .language .dropdown-menu{
	  top:100%;
	  right:0px !important;
	  left:auto !important;
	  width:170px;	
	  border-radius:0px;
	  margin-top:8px !important;
	  background-color:#222222;
	  border:none;
	  padding:0px;
	  border-top:3px solid #ec0000;
  }
  
  .main-header .header-top .language > a{
	  color:rgba(255,255,255,1);
	  padding:10px 0px;
	  text-transform:uppercase;
	  display:inline-block;
	  border:0px;
	  top: 0px;
	  font-weight:500;
	  font-size:16px;
	  line-height:1em;
	  border-radius: 0px;
  }
  
  .main-header .header-top .language > a:focus{
	  box-shadow:inherit;
  }
  
  .main-menu .navigation > li.menu-item-has-children > a{
	  padding-right:15px !important;
  }
  
  .main-header .header-top .language > a:after{
	  display:none;
  }
  
  .main-header .header-top language a:hover{
	  background:none;
  }
  
  .main-header .header-top .language .dropdown-menu > li{
	  padding-right:0px !important;
	  margin:0px !important;
	  float:none;
	  display:block !important;
	  border-bottom: 1px solid rgba(255,255,255,0.20);
  }
  
  .main-header .header-top .language .dropdown-menu > li:last-child{
	  border-bottom:none;	
  }
  
  .main-header .header-top .language .dropdown-menu > li > a{
	  padding:12px 20px !important;
	  color:#ffffff;
	  display: block;
	  text-align:left;
	  font-size: 14px;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-header .header-top .language .dropdown-menu > li > a:hover{
	  color:#ffffff !important;
	  background-color:#ec0000;
  }
  
  .main-header .main-box{
	  position:relative;
	  padding:0px 0px;
	  left:0px;
	  top:0px;
	  width:100%;
	  background:none;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-header .main-box .outer-container{
	  position:relative;
	  padding:0px 40px;
  }
  
  .main-header .main-box .logo-box{
	  position:relative;
	  float:left;
	  left:0px;
	  z-index:10;
	  padding:30px 0px;
  }
  
  .main-header .main-box .logo-box .logo img{
	  display:inline-block;
	  max-width:100%;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;	
  }
  
  .main-header .header-upper{
	  position:relative;
  }
  
  .main-header .header-upper .upper-right{
	  position:relative;
	  padding-top:22px;
  }
  
  .main-header .nav-outer{
	  position:relative;
	  float:right;
  }
  
  .main-header .header-upper .inner-container{
	  position:relative;
	  padding-left:25px;
	  background-color:#ffffff;
  }
  
  .main-header .header-upper .logo-box{
	  position: relative;
	  padding:0px 0px;
  }
  
  .main-header .header-upper .logo-box .logo{
	  position:relative;
  }
  
  .main-header .outer-box{
	  position: relative;
	  float:right;
	  margin-left:30px;
  }
  
  .main-header .btn-box{
	  position:relative;
	  float:left;
	  padding:10px 10px;
  }
  
  .main-header .sticky-header .btn-box{
	  padding:8px 0px;
  }
  
  .main-header.header-style-two .sticky-nav-toggler{
	  padding:0px !important;
	  display:none;
	  margin:12px 0px 12px 20px !important;
	  background:none !important;
  }
  
  /* Main Menu */
  
  .main-menu{
	  position:static;
	  float:left;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-menu .navbar-collapse{
	  padding:0px;
	  float: left;
	  display:block !important;
  }
  
  .main-menu .navigation{
	  position:static;
	  margin:0px;
  }
  
  .main-menu .navigation > li{
	  position:relative;
	  float:left;
	  margin-right:28px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .main-menu .navigation > li:last-child{
	  margin-right:0px;
  }
  
  .sticky-header .main-menu .navigation > li > a{
	  color:#444444;
  }
  
  .sticky-header .main-menu .navigation > li:hover > a,
  .sticky-header .main-menu .navigation > li.current > a{
	  
  }
  
  .sticky-header .nav-outer .options-box{
	  margin-top:45px;
  }
  
  /*Sticky Header*/
  
  .sticky-header{
	  position:fixed;
	  opacity:0;
	  visibility:hidden;
	  left:0px;
	  top:0px;
	  width:100%;
	  padding:0px 0px;
	  background:#ffffff;
	  z-index:0;
	  border-bottom:1px solid #e8f1f7;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .sticky-header .mobile-nav-toggler{
	  position:relative;
	  float:right;
	  display:none !important;
	  cursor:pointer;
	  padding:20px 0px;
  }
  
  .sticky-header .logo{
	  padding:7px 0px;
  }
  
  .fixed-header .sticky-header{
	  z-index:999;
	  opacity:1;
	  visibility:visible;
	  -ms-animation-name: fadeInDown;
	  -moz-animation-name: fadeInDown;
	  -op-animation-name: fadeInDown;
	  -webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	  -ms-animation-duration: 500ms;
	  -moz-animation-duration: 500ms;
	  -op-animation-duration: 500ms;
	  -webkit-animation-duration: 500ms;
	  animation-duration: 500ms;
	  -ms-animation-timing-function: linear;
	  -moz-animation-timing-function: linear;
	  -op-animation-timing-function: linear;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -ms-animation-iteration-count: 1;
	  -moz-animation-iteration-count: 1;
	  -op-animation-iteration-count: 1;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;	
  }
  
  .main-menu .navigation > li > a{
	  position:relative;
	  display:block;
	  color:#002a34;
	  text-align:center;
	  line-height:30px;
	  text-transform: capitalize;
	  letter-spacing:0px;
	  opacity:1;
	  font-weight:500;
	  padding:24px 0px;
	  font-size:16px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  font-family: 'Roboto', sans-serif;
  }
  
  .main-header .main-menu .navigation > li.menu-item-has-children > a{
	  padding-right:15px !important;
  }
  
  .main-header .main-menu .navigation > li.menu-item-has-children > a:before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight:800;
	  content: "\f067";
	  position: absolute;
	  right: 0px;
	  font-size: 10px;
	  transition:all 100ms ease;
	  -moz-transition:all 100ms ease;
	  -webkit-transition:all 100ms ease;
	  -ms-transition:all 100ms ease;
	  -o-transition:all 100ms ease;
  }
  
  .main-menu .navigation > li:hover > a,
  .main-menu .navigation > li.current > a{
	  opacity:1;
  }
  
  .main-menu .navigation > li > ul{
	  position:absolute;
	  left:-30px;
	  top:100%;
	  width:230px;
	  z-index:100;
	  display:none;
	  opacity: 0;
	  visibility: hidden;
	  transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  padding:20px 15px;
	  border-radius:10px;
	  background-color: #ffffff;
	  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  }
  
  .main-menu .navigation > li > ul.from-right{
	  left:auto;
	  right:0px;	
  }
  
  .main-menu .navigation > li > ul > li{
	  position:relative;
	  width:100%;
	  border-bottom:1px solid #f9f9f9;
  }
  
  .main-menu .navigation > li > ul > li:last-child{
	  border-bottom:none;
  }
  
  .main-menu .navigation > li > ul > li > a{
	  position:relative;
	  display:block;
	  padding:10px 18px;
	  line-height:24px;
	  font-weight:500;
	  font-size:16px;
	  color:#111111;
	  text-transform:capitalize;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  font-family: 'Roboto', sans-serif;
  }
  
  .main-menu .navigation > li > ul > li > a:before{
	  position:absolute;
	  content:'//';
	  left:10px;
	  top:10px;
	  opacity:0;
	  color:#ec0000;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li:hover > a::before{
	  opacity:1;
  }
  
  .sticky-header .main-menu .navigation > li > a:before{
	  
  }
  
  .main-menu .navigation > li > ul > li:hover > a{
	  color:#ec0000;
	  padding-left:30px;
  }
  
  .main-menu .navigation > li > ul > li.menu-item-has-children > a:after{
	  font-family: 'Font Awesome 5 Pro';
	  content: "\f105";
	  position:absolute;
	  right:15px;
	  top:13px;
	  width:10px;
	  height:20px;
	  display:block;
	  color:#253d4a;
	  line-height:20px;
	  font-size:16px;
	  font-weight:normal;
	  text-align:center;
	  z-index:5;	
  }
  
  .main-menu .navigation > li > ul > li.menu-item-has-children:hover > a:after{
	  color:#222222;
  }
  
  .main-menu .navigation > li > ul > li > ul{
	  position:absolute;
	  left:120%;
	  top:0%;
	  width:230px;
	  z-index:100;
	  display:none;
	  transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  padding:20px 15px;
	  border-radius:10px;
	  background-color: #ffffff;
	  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  }
  
  .main-menu .navigation > li > ul > li > ul.from-right{
	  left:auto;
	  right:0px;	
  }
  
  .main-menu .navigation > li > ul > li > ul > li{
	  position:relative;
	  width:100%;
	  border-bottom:1px solid #f9f9f9;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:last-child{
	  border-bottom:none;	
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a{
	  position:relative;
	  display:block;
	  padding:10px 18px;
	  line-height:24px;
	  font-weight:500;
	  font-size:16px;
	  text-transform:capitalize;
	  color:#111111;
	  padding-left:10px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  text-transform:capitalize;
	  font-family: 'Roboto', sans-serif;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:hover > a{
	  color:#ec0000;
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a:before{
	  position:absolute;
	  content:'//';
	  left:10px;
	  top:8px;
	  opacity:0;
	  color:#ec0000;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	  opacity:1;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:hover > a{
	  color:#ec0000;
	  padding-left:30px;
  }
  
  .main-menu .navigation > li.menu-item-has-children:hover > ul{
	  visibility:visible;
	  opacity:1;
	  left:0px;
	  -moz-transform: rotateX(0deg);
	  -webkit-transform: rotateX(0deg);
	  -ms-transform: rotateX(0deg);
	  -o-transform: rotateX(0deg);
	  transform: rotateX(0deg);
  }
  
  .main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
	  visibility:visible;
	  opacity:1;
	  top:0;
	  left:100%;
	  -moz-transform: rotateX(0deg);
	  -webkit-transform: rotateX(0deg);
	  -ms-transform: rotateX(0deg);
	  -o-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	  transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;	
  }
  
  .main-menu .navbar-collapse > ul li.menu-item-has-children .dropdown-btn{
	  position:absolute;
	  right:10px;
	  top:6px;
	  width:30px;
	  height:30px;
	  text-align:center;
	  color:#ffffff;
	  line-height:28px;
	  border:1px solid #ffffff;
	  background-size:20px;
	  cursor:pointer;
	  z-index:5;
	  display:none;
  }
  
  /* Header Style Two */
  
  .header-style-two{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
  }
  
  .header-style-two:before{
	  display:none;
  }
  
  .header-style-two .header-upper .inner-container{
	  padding:0px 0px;
	  background:none;
  }
  
  .main-header.header-style-two .header-upper .mobile-nav-toggler{
	  position:relative;
	  right:0px;
	  top:0px;
	  font-size:14px !important;
	  display:block;
	  padding:15px 30px;
	  background-color:#0009c4;
	  text-transform:uppercase;
  }
  
  .main-header.header-style-two .mobile-nav-toggler .icon{
	  position:relative;
	  width:50px;
	  height:50px;
	  line-height:46px;
	  text-align:center;
	  border-radius:50px;
	  margin-left:10px;
	  color:var(--white-color);
	  display:inline-block;
	  border:2px solid #ffde00;
  }
  
  .main-header.header-style-two .navbar-collapse{
	  display:block;
  }
  
  .main-header.header-style-two .header-upper .main-menu{
	  opacity:0;
	  visibility:hidden;
  }
  
  .main-header.header-style-two .header-upper .logo-box{
	  padding:20px 0px 10px;
  }
  
  /* Header Style Two */
  
  .header-style-three{
	  position:relative;
  }
  
  .header-style-three:before{
	  display:none;
  }
  
  .header-top-three{
	  position:relative;
	  overflow:hidden;
	  background-color:#2b2b2b;
  }
  
  .header-top-three:before{
	  position:absolute;
	  content:'';
	  right:0px;
	  top:0px;
	  bottom:0px;
	  width:50%;
	  background-color:#000000;
  }
  
  .header-top-three .top-left{
	  position: relative;
	  padding:12px 0px;
  }
  
  .header-top-three .top-left .top-list{
	  position:relative;
  }
  
  .header-top-three .top-left .top-list li{
	  position:relative;
	  font-size:14px;
	  color:#ffffff;
	  float:left;
	  font-weight:400;
	  padding-left:50px;
	  padding-right:25px;
	  z-index:1;
  }
  
  .header-top-three .top-left .top-list li:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:-15px;
	  right:0px;
	  bottom:-15px;
	  z-index:-1;
	  background-color:#dd2602;
	  transform: skewX(35deg);
  }
  
  .header-top-three .top-left .top-list li:first-child .icon{
	  color:#ffffff;
  }
  
  .header-top-three .top-left .top-list li:nth-child(2):before{
	  background-color:#302e2e;
  }
  
  .header-top-three .top-left .top-list li:nth-child(3):before{
	  background-color:#202020;
  }
  
  .header-top-three .top-left .top-list li a{
	  position:relative;
	  color:#d7d7d7;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .header-top-three .top-left .top-list li .icon{
	  position:absolute;
	  left:25px;
	  top:0px;
	  color:#dd2602;
	  font-size:16px;
	  font-family: 'FontAwesome';
  }
  
  .header-top-three .top-left .top-list li a:hover{
	  color:#ec0000;
  }
  
  .header-top-three .top-right{
	  position: relative;
	  z-index:1;
	  padding:10.5px 0px;
  }
  
  .header-top-three .social-box{
	  position:relative;
  }
  
  .header-top-three .social-box li{
	  position:relative;
	  margin-left:16px;
	  display:inline-block;
  }
  
  .header-top-three .social-box span{
	  position:relative;
	  color:#ffffff;
  }
  
  .header-top-three .social-box li a{
	  position:relative;
	  color:#ffffff;
	  font-size:14px;
  }
  
  .header-top-three .social-box li a:hover{
	  color:#089bff;
  }
  
  .header-style-three .main-menu .navigation > li > a{
	  color:#000000;
  }
  .header-style-three ul{
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  /*** 
  
  ====================================================================
	  Mobile Menu
  ====================================================================
  
  ***/
  
  .main-header .nav-outer .mobile-nav-toggler{
	  position: relative;
	  float: right;
	  font-size: 36px;
	  line-height: 50px;
	  cursor: pointer;
	  color:#ffffff;
	  display: none;
  }
  
  .mobile-menu{
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 300px;
	  padding-right:30px;
	  max-width:100%;
	  height: 100%;
	  visibility: hidden;
	  z-index: 999999;
  }
  
  .mobile-menu .nav-logo{
	  position:relative;
	  padding:20px 20px;
	  text-align:left;	
  }
  
  .mobile-menu .nav-logo img{
	  max-width:200px;
  }
  
  .mobile-menu-visible{
	  overflow: hidden;
  }
  
  .mobile-menu-visible .mobile-menu{
	  visibility: visible;
  }
  
  .mobile-menu .menu-backdrop{
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 0%;
	  height: 100%;
	  z-index: 1;
	  background: rgba(0,0,0,0.90);
	  -webkit-transform: translateX(101%);
	  -ms-transform: translateX(101%);
	  transform: translateX(101%);
	  transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  
	  -webkit-transition-delay: 300ms;
	  -moz-transition-delay: 300ms;
	  -ms-transition-delay: 300ms;
	  -o-transition-delay: 300ms;
	  transition-delay: 300ms;
  }
  
  .mobile-menu-visible .mobile-menu .menu-backdrop{
	  opacity: 1;
	  width:100%;
	  visibility: visible;
	  transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  -webkit-transform: translateX(0%);
	  -ms-transform: translateX(0%);
	  transform: translateX(0%);
	  
  
  }
  
  .mobile-menu .menu-box{
	  position: absolute;
	  right: -400px;
	  top: 0px;
	  width: 100%;
	  height: 100%;
	  max-height: 100%;
	  overflow-y: auto;
	  background: #ffffff;
	  padding: 0px 0px;
	  z-index: 5;
	  border-radius: 0px;
	  
	  transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
  }
  
  .mobile-menu-visible .mobile-menu .menu-box{
	  right:0px;
	  -webkit-transition-delay: 600ms;
	  -moz-transition-delay: 600ms;
	  -ms-transition-delay: 600ms;
	  -o-transition-delay: 600ms;
	  transition-delay: 600ms;
  }
  
  .mobile-menu .close-btn{
	  position: absolute;
	  right: 15px;
	  top: 15px;
	  line-height: 30px;
	  width: 30px;
	  text-align: center;
	  font-size: 14px;
	  color: #202020;
	  cursor: pointer;
	  z-index: 10;
	  -webkit-transition:all 0.5s ease;
	  -moz-transition:all 0.5s ease;
	  -ms-transition:all 0.5s ease;
	  -o-transition:all 0.5s ease;
	  transition:all 0.5s ease;
	  -webkit-transform: translateY(-50px);
	  -ms-transform: translateY(-50px);
	  transform: translateY(-50px);
  }
  
  .mobile-menu-visible .mobile-menu .close-btn{
	  -webkit-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  transform: translateY(0px);
	  -webkit-transition-delay: 900ms;
	  -moz-transition-delay: 900ms;
	  -ms-transition-delay: 900ms;
	  -o-transition-delay: 900ms;
	  transition-delay: 900ms;
  }
  
  .mobile-menu .close-btn:hover{
	  opacity: 0.50;
  }
  
  .mobile-menu .navigation{
	  position: relative;
	  display: block;
	  width:100%;
	  border-top: 1px solid rgba(0,0,0,0.10);
  }
  
  .mobile-menu .navigation li{
	  position: relative;
	  display: block;
	  border-bottom: 1px solid rgba(0,0,0,0.10);
  }
  
  .mobile-menu .navigation li > ul > li:last-child{
	  border-bottom: none;
  }
  
  .mobile-menu .navigation li > ul > li:first-child{
	  border-top: 1px solid rgba(0,0,0,0.10);
  }
  
  .mobile-menu .navigation li > a{
	  position: relative;
	  display: block;
	  line-height: 24px;
	  padding: 10px 20px;
	  font-size: 15px;
	  color: #404040;
	  text-transform: capitalize;
  }
  
  .mobile-menu .navigation li:hover > a,
  .mobile-menu .navigation li.current > a{
	  color:#111111;
  }
  
  .mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
	  position:absolute;
	  right:0px;
	  top:0px;
	  width:44px;
	  height:44px;
	  text-align:center;
	  font-size:16px;
	  line-height:44px;
	  color:#404040;
	  cursor:pointer;
	  z-index:5;
  }
  
  .mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after{
	  content:'';
	  position:absolute;
	  left:0px;
	  top:10px;
	  width:1px;
	  height:24px;
	  border-left:1px solid rgba(0,0,0,0.10);
  }
  
  .mobile-menu .navigation li > ul,
  .mobile-menu .navigation li > ul > li > ul{
	  display: none;
  }
  
  .mobile-menu .navigation li > ul > li > a{
	  padding-left:30px;
  }
  
  .mobile-menu .navigation li > ul > li > ul{
	  padding-left:0px;
  }
  
  .mobile-menu .navigation li > ul > li > ul > li > a{
	  padding-left:40px;
  }
  
  .sticky-header .navbar-header{
	  display:none;
  }
  
  /*** 
  
  ====================================================================
	  Main Slider
  ====================================================================
  
  ***/
  
  .main-slider{
	  position:relative;
  }
  
  .main-slider .left-pattern-layer{
	  position:absolute;
	  left:0px;
	  bottom:0px;
	  z-index:10;
	  border-bottom: 50px solid #ffffff;
	  border-right: 100px solid transparent;
  }
  
  .main-slider .right-pattern-layer{
	  position:absolute;
	  right:0px;
	  bottom:0px;
	  z-index:10;
	  border-bottom: 50px solid #ffffff;
	  border-left: 100px solid transparent;
  }
  
  .main-slider .color-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  opacity:0.80;
	  background-color:#001b22;
  }
  
  .main-slider .tp-caption{
	  z-index:5 !important;
  }
  
  .main-slider .tp-dottedoverlay{
	  background:none !important;	
  }
  
  .main-slider h1{
	  color:#ffffff;
  }
  
  .main-slider h1 span{
	  font-size:60px;
  }
  
  .main-slider .text{
	  position:relative;
	  font-size:20px;
	  font-weight:400;
	  color:#ffffff;
	  line-height:1.6em;
  }
  
  .main-slider .phone-box{
	  position:absolute;
	  left:0px;
	  bottom:0px;
	  width:40%;
	  z-index:1;
	  text-align:right;
  }
  
  .main-slider .phone-box .box-inner:before{
	  position:absolute;
	  content:'';
	  left:-85px;
	  top:-85px;
	  width:173px;
	  height:174px;
	  z-index:-1;
  }
	  
  .main-slider .phone-box .box-inner{
	  position:relative;
	  padding:40px 40px;
	  display:inline-block;
	  background-color:#ec0000;
  }
  
  .main-slider .phone-box .box-inner .content{
	  position:relative;
	  padding-left:95px;
	  text-align:left;
	  color:#f1dddd;
	  font-size:16px;
  }
  
  .main-slider .phone-box .box-inner .icon{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:75px;
	  height:75px;
	  color:#ffffff;
	  font-size:30px;
	  line-height:75px;
	  text-align:center;
	  border-radius:50px;
	  display:inline-block;
	  font-family: "flaticon-v2"
	  background-color:rgba(255,255,255,0.23)
  }
  
  .main-slider .phone-box .box-inner a{
	  position:relative;
	  color:#ffffff;
	  font-size:30px;
	  font-weight:700;
	  margin-top:4px;
	  display:inline-block;
	  font-family: "CrimsonText-Regular";
	  -webkit-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-slider .phone-box .box-inner a:hover{
	  color:#dda749;
  }
  
  .main-slider .tp-bannertimer,
  .main-slider .tp-bullets{
	  display:none !important;	
  }
  
  /*** 
  
  ====================================================================
	  Tracking Section
  ====================================================================
  
  ***/
  
  .tracking-section{
	  position:relative;
  }
  
  .tracking-section .inner-container{
	  position:relative;
	  padding:0px 30px;
	  overflow:hidden;
	  background-color:#002a34;
  }
  
  .tracking-section .tracking-column{
	  position:relative;
  }
  
  .tracking-section .tracking-column .inner-column{
	  position:relative;
	  padding:61px 0px;
  }
  
  /* Tracking Form */
  
  .tracking-form{
	  position:relative;
  }
  
  .tracking-form .form-group{
	  position:relative;
	  margin:0px;
	  width:100%;
	  padding-right:220px;
  }
  
  .tracking-form .form-group input[type="text"],
  .tracking-form .form-group input[type="search"]{
	  position:relative;
	  line-height:43px;
	  padding:10px 20px 10px 30px;
	  background:none;
	  display:block;
	  font-size:14px;
	  height:56px;
	  width:100%;
	  color:#f6f6f6;
	  border-radius:5px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  border:2px solid rgba(255,255,255,0.30);
	  font-family: 'Roboto', sans-serif;
  }
  
  .tracking-form .form-group input::-webkit-input-placeholder{
	  color:#f6f6f6;
  }
  
  .tracking-form .form-group button{
	  position:absolute;
	  right:0px;
	  top:0px;
  }
  
  .tracking-section .featured-column{
	  position:relative;
  }
  
  .tracking-section .featured-column .inner-column{
	  position:relative;
	  padding:30px 0px 30px 30px;
  }
  
  .tracking-section .featured-column .inner-column:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  bottom:0px;
	  width:150%;
	  background-color:#ec0000;
  }
  
  .tracking-section .featured-column .feature-block:first-child .inner-box::before{
	  position:absolute;
	  content:'';
	  right:0px;
	  top:0px;
	  bottom:0px;
	  width:2px;
	  border-right:2px solid #b00000;
  }
  
  .feature-block{
	  position:relative;
  }
  
  .feature-block .inner-box{
	  position:relative;
  }
  
  .feature-block .inner-box .icon{
	  position:relative;
	  color:#ffffff;
	  line-height:1em;
	  font-size:44px;
	  margin-bottom:20px;
	  display:inline-block;
	  font-family: "flaticon-v2"
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .feature-block .inner-box h6{
	  color:#ffffff;
	  font-weight:500;
	  font-family: 'Roboto', sans-serif;
  }
  
  .feature-block .inner-box:hover .icon{
	  transform:rotateY(180deg);
  }
  
  /*** 
  
  ====================================================================
	  Welcome Section
  ====================================================================
  
  ***/
  
  .welcome-section{
	  position:relative;
	  padding:100px 0px 60px;
  }
  
  .welcome-section .pattern-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:960px;
	  height:960px;
	  margin-left:-470px;
	  margin-top:-470px;
	  background-repeat:no-repeat;
  }
  
  .welcome-section .image-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .welcome-section .image-column .inner-column{
	  position:relative;
	  padding-left:20px;
	  padding-right:70px;
  }
  
  .welcome-section .image-column .image{
	  position:relative;
  }
  
  .welcome-section .image-column .image:before{
	  position:absolute;
	  content:'';
	  left:-20px;
	  top:20px;
	  bottom:20px;
	  width:60px;
	  border-radius:4px;
	  background-color:#ec0000;
  }
  
  .welcome-section .image-column .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  border-radius:5px;
	  overflow:hidden;
  }
  
  .welcome-section .image-column .year-box{
	  position:absolute;
	  right:-65px;
	  bottom:35px;
	  border-radius:5px;
	  background-color:#ffffff;
	  padding:30px 30px 30px 25px;
	  border-right:5px solid #ec0000;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .welcome-section .image-column .year-box .box-inner{
	  position:relative;
	  padding-left:60px;
	  color:#666666;
	  font-size:18px;
  }
  
  .welcome-section .image-column .year-box .box-inner strong{
	  position:relative;
	  display:block;
	  font-size:24px;
	  font-weight:700;
	  color:#002a34;
	  font-family: 'Poppins', sans-serif;
  }
  
  .welcome-section .image-column .year-box .box-inner .icon{
	  position:absolute;
	  left:0px;
	  top:5px;
	  line-height:1em;
	  color:#ec0000;
	  font-size:50px;
	  font-family: "flaticon-v2"
  }
  
  .welcome-section .content-column{
	  position:relative;
  }
  
  .welcome-section .content-column .inner-column{
	  position:relative;
	  padding-top:50px;
  }
  
  .welcome-section .content-column .list{
	  position:relative;
  }
  
  .welcome-section .content-column .list li{
	  position:relative;
	  padding-left:30px;
	  color:#002a34;
	  font-size:18px;
	  font-weight:500;
	  margin-bottom:15px;
  }
  
  .welcome-section .content-column .list li:before{
	  position:absolute;
	  content: "\f135";
	  left:0px;
	  top:3px;
	  line-height:1em;
	  color:#ec0000;
	  font-family: "flaticon-v2"
  }
  
  .welcome-section .content-column .list li:last-child{
	  margin-bottom:0px;
  }
  
  .welcome-section .content-column .button-box{
	  position:relative;
	  margin-top:35px;
  }
  
  /*** 
  
  ====================================================================
	  Welcome Section
  ====================================================================
  
  ***/
  
  .services-section{
	  position:relative;
	  padding:0px 0px 0px;
  }
  
  .services-section .sec-title .btn-box{
	  margin-top:50px;
  }
  
  .services-section .owl-nav{
	  display:none;
  }
  
  .services-section .owl-dots{
	  position:relative;
	  margin-top:15px;
	  text-align:center;
  }
  
  .services-section .owl-dots .owl-dot{
	  position:relative;
	  width:40px;
	  height:6px;
	  margin:0px 7px;
	  border-radius:5px;
	  display:inline-block;
	  background-color:#ffffff;
	  transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
  }
  
  .services-section .owl-dots .owl-dot:hover,
  .services-section .owl-dots .owl-dot.active{
	  background-color:#ec0000;
  }
  
  .services-section .owl-carousel .owl-stage-outer{
	  position:static;
	  padding:20px 0px;
  }
  
  .services-section .owl-theme .service-block{
	  margin:0px 15px;
  }
  
  .services-section .owl-carousel{
	  margin:0px -15px;
	  width:auto;
  }
  
  .service-block{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .service-block .inner-box{
	  position:relative;
	  padding:40px 25px;
	  border-radius:6px;
	  overflow:hidden;
	  background-color:#ffffff;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .service-block .inner-box .side-icon{
	  position:absolute;
	  right:0px;
	  top:0px;
	  z-index:1;
  }
  
  .service-block .inner-box .color-layer{
	  position:absolute;
	  right:-145px;
	  top:-100px;
	  width:380px;
	  height:380px;
	  border-radius:50%;
	  background-color:#ffdddd;
  }
  
  .service-block .inner-box .color-layer:before{
	  position:absolute;
	  content:'';
	  left:-15px;
	  top:-15px;
	  right:-15px;
	  bottom:-15px;
	  border-radius:50%;
	  border:2px dashed #ec0000;
  }
  
  .service-block .inner-box .content{
	  position:relative;
	  max-width:320px;
	  z-index:1;
  }
  
  .service-block .inner-box h4{
	  text-transform:uppercase;
  }
  
  .service-block .inner-box h4 a{
	  position:relative;
	  color:#002a34;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .service-block .inner-box h4 a:hover{
	  color:#ec0000;
  }
  
  .service-block .inner-box .text{
	  position:relative;
	  color:#666666;
	  font-size:16px;
	  margin-top:22px;
	  margin-bottom:28px;
  }
  
  .service-block.style-two .inner-box .color-layer{
	  background-color:#b2c8ce;
  }
  
  .service-block.style-two .inner-box .color-layer:before{
	  border-color:#b2c8ce;
  }
  
  /*** 
  
  ====================================================================
	  Clients Section
  ====================================================================
  
  ***/
  
  .clients-section{
	  position:relative;
	  margin-top:-190px;
	  padding:290px 0px 100px;
	  background-position:right top;
	  background-repeat:no-repeat;
	  background-color:#002a34;
  }
  
  .clients-section .sponsors-outer .owl-dots,
  .clients-section .sponsors-outer .owl-nav{
	  position:relative;
	  display:none;
  }
  
  .clients-section .sponsors-outer .image-box{
	  position:relative;
	  text-align:center;
	  margin:0px;
	  border-radius:5px;
	  border:1px solid #aec2c9;
	  background-color:rgba(255,255,255,0.06);
  }
  
  .clients-section .sponsors-outer .image-box:hover{
	  border-color:#ffffff;
  }
  
  .clients-section .sponsors-outer .image-box img{
	  max-width:100%;
	  width:auto;
	  opacity:0.7;
	  display:inline-block;
	  -webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .clients-section .sponsors-outer .image-box img:hover{
	  opacity:1;
	  -webkit-filter: grayscale(0%);
	  filter: grayscale(0%);
  }
  
  /*** 
  
  ====================================================================
	  Steps Section
  ====================================================================
  
  ***/
  
  .steps-section{
	  position:relative;
	  padding:100px 0px 70px;
	  background-position:center center;
	  background-repeat:no-repeat;
  }
  
  .steps-section .inner-container{
	  position:relative;
	  padding:0px 70px;
  }
  
  .step-block{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .step-block .inner-box{
	  position:relative;
	  text-align:center;
  }
  
  .step-block .inner-box:before{
	  position:absolute;
	  content:'';
	  right:-70px;
	  top:60px;
	  width:127px;
	  height:59px;
  }
  
  .step-block:last-child .inner-box:before{
	  display:none;
  }
  
  .step-block .inner-box .icon-outer{
	  position:relative;
	  display:inline-block;
  }
  
  .step-block .inner-box .icon-outer .icon-box{
	  position:relative;
	  width:172px;
	  height:180px;
	  color:#ec0000;
	  font-size:50px;
	  line-height:180px;
	  z-index:1;
	  text-align:center;
	  font-family: "flaticon-v2"
  }
  
  .step-block .inner-box .icon-outer .icon{
	  position:relative;
  }
  
  .step-block .inner-box h5{
	  margin-top:0px;
  }
  
  /*** 
  
  ====================================================================
	  Tracking Section
  ====================================================================
  
  ***/
  
  .tracking-section-two{
	  position:relative;
	  padding-top:20px;
	  z-index:1;
  }
  
  .tracking-section-two .inner-container{
	  position:relative;
	  border-radius:8px;
	  overflow:hidden;
	  margin-right:3px;
	  background-color:#ffffff;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .track-tabs{
	  position:relative;
  }
  
  .track-tabs .tab-btns{
	  position:relative;
	  margin-bottom:15px;
	  background:#002a34;
	  text-align:center;
  }
  
  .track-tabs .tab-btns .tab-btn{
	  position:relative;
	  width:49.83%;
	  display:block;
	  font-size:18px;
	  color:#ffffff;
	  font-weight:700;
	  line-height:24px;
	  cursor:pointer;
	  text-align:center;
	  letter-spacing:1px;
	  display:inline-block;
	  padding:18px 10px;
	  transition:all 500ms ease;
	  text-transform:capitalize;
	  font-family: 'Poppins', sans-serif;
  }
  
  .track-tabs .tab-btns .tab-btn:hover,
  .track-tabs .tab-btns .tab-btn.active-btn{
	  background-color:#ec0000;
  }
  
  .track-tabs .tabs-content{
	  position:relative;
	  padding:40px 50px;
  }
  
  .track-tabs .tabs-content .tab{
	  position:relative;
	  display:none;
  }
  
  .track-tabs .tabs-content .tab.active-tab{
	  display:block;	
  }
  
  /*Default Form*/
  
  .default-form{
	  position:relative;
  }
  
  .default-form fieldset{
	  position:relative;
	  margin-bottom:20px;
  }
  
  .default-form fieldset label{
	  position:relative;
	  display:block;
	  color:#002a34;
	  font-size:16px;
	  font-weight:700;
	  margin-bottom:15px;
	  font-family: 'Poppins', sans-serif;
  }
  
  .default-form .form-group{
	  position:relative;
	  margin-bottom:10px;
  }
  
  .default-form input[type="text"],
  .default-form input[type="email"],
  .default-form input[type="password"],
  .default-form select,
  .default-form textarea{
	  display:block;
	  width:100%;
	  line-height:28px;
	  height:50px;
	  font-size:15px;
	  padding:8px 22px;
	  color:#002a34;
	  border-radius:3px;
	  border:1px solid #e7e7e7;
	  transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .default-form .form-group textarea::-webkit-input-placeholder,
  .default-form .form-group input::-webkit-input-placeholder{
	  color:#666666;
  }
  
  .default-form textarea{
	  height:170px;
	  resize:none;
	  font-size:15px;
	  padding-top:18px;
  }
  
  .default-form input[type="text"]:focus,
  .default-form input[type="email"]:focus,
  .default-form input[type="password"]:focus,
  .default-form select:focus,
  .default-form textarea:focus{
	  border-color:#ec0000;
  }
  
  .default-form .submit-btn{
	  cursor:pointer;
	  width:100%;
	  color:#ffffff;
	  font-size:16px;
	  font-weight:600;
	  border-radius:3px;
	  padding:16px 15px;
	  margin-top:20px;
	  background-color:#002a34;
	  font-family: 'Poppins', sans-serif;
	  transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .default-form .submit-btn:hover{
	  background-color:#ec0000;
  }
  
  /* CheckBox */
  
  .default-form .check-box{
	  position:relative;
	  margin-right:30px;
	  display:inline-block;
  }
  
  .default-form .check-box label{
	  color:#2b2b2b;
  }
  
  .default-form .check-box label{
	  position: relative;
	  display: block;
	  width: 100%;
	  line-height: 22px;
	  padding: 7px 0px 0px 35px;
	  background: #ffffff;
	  font-size: 16px;
	  font-weight: 400;
	  color: #002a34;
	  cursor: pointer;
	  margin-bottom: 0;
	  -webkit-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  transition: all 300ms ease;
  }
  
  .default-form .check-box input[type="checkbox"]:checked + label{
	  border-color: #25a9e0;
  }
  
  .default-form .form-group .check-box label {
	  padding-left: 30px;
	  padding-top: 1px;
	  cursor: pointer;
  }
  
  .default-form .check-box label:before{
	  position: absolute;
	  left: 0;
	  top: 6px;
	  height:22px;
	  width: 22px;
	  background: #ffffff;
	  content: "";
	  border-radius: 50px;
	  -webkit-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  transition: all 300ms ease;
	  border:2px solid #09325b;
  }
  
  .default-form .check-box label:after {
	  position: absolute;
	  left: 0px;
	  top: 0;
	  height: 15px;
	  line-height: 15px;
	  max-width: 0;
	  font-size: 14px;
	  color: #ffffff;
	  font-weight: 800;
	  overflow: hidden;
	  background: transparent;
	  text-align: center;
	  font-family: 'FontAwesome';
	  -webkit-transition: max-width 500ms ease;
	  -moz-transition: max-width 500ms ease;
	  -ms-transition: max-width 500ms ease;
	  -o-transition: max-width 500ms ease;
	  transition: max-width 500ms ease;
  }
  
  .default-form .check-box input[type="checkbox"] {
	  display: none;
  }
  
  .default-form .check-box input[type="checkbox"]:checked + label:before{
	  border: 8px solid #ec0000;
	  background: #ffffff;
  }
  
  .default-form .check-box input[type="checkbox"]:checked + label:after {
	  max-width: 20px;
	  opacity: 1;	
  }
  
  .tracking-section-two .career-column{
	  position:relative;
  }
  
  .tracking-section-two .career-column .inner-column{
	  position:relative;
	  padding:35px 20px;
	  border-radius:6px;
	  overflow:hidden;
	  margin-top:38px;
	  margin-left:30px;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .tracking-section-two .career-column .inner-column:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.70;
	  background-color:#ec0000;
  }
  
  .tracking-section-two .career-column h4{
	  color:#ffffff;
	  margin-bottom:50px;
  }
  
  .tracking-section-two .career-column .text{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  line-height:1.7em;
  }
  
  .tracking-section-two .career-column .btn-box{
	  margin-top:60px;
  }
  
  /*** 
  
  ====================================================================
	  Tracking Section
  ====================================================================
  
  ***/
  
  .feature-section{
	  position:relative;
	  padding:220px 0px 80px;
	  margin-top:-100px;
	  background-attachment:fixed;
	  background-size:cover;
  }
  
  .feature-section:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.90;
	  background-color:#002a34;
  }
  
  .feature-block-two{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .feature-block-two .inner-box{
	  position:relative;
	  padding:28px 20px;
	  border-radius:6px;
	  text-align:center;
	  background-color:#022b35;
	  border:1px solid #5a6a70;
  }
  
  .feature-block-two .inner-box .icon{
	  position:relative;
	  width:48px;
	  height:48px;
	  color:#ffffff;
	  line-height:48px;
	  font-size:26px;
	  margin:0 auto;
	  border-radius:50px;
	  margin-bottom:18px;
	  font-family: "flaticon-v2"
	  background-color:#084e62;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .feature-block-two .inner-box:hover .icon{
	  -webkit-transform: scale(-1) rotate(180deg);
	  -moz-transform: scale(-1) rotate(180deg);
	  -ms-transform: scale(-1) rotate(180deg);
	  -o-transform: scale(-1) rotate(180deg);
	  transform: scale(-1) rotate(180deg);
	  background-color:#ec0000;
  }
  
  .feature-block-two .inner-box h6{
	  color:#ffffff;
	  font-weight:700;
  }
  
  .feature-block-two .inner-box .text{
	  color:#ffffff;
	  font-weight:400;
	  font-size:16px;
	  margin-top:14px;
  }
  
  /*** 
  
  ====================================================================
	  Projects Section
  ====================================================================
  
  ***/
  
  .projects-section{
	  position:relative;
	  padding:100px 0px 110px;
  }
  
  .projects-section .button-box{
	  position:relative;
	  margin-top:-80px;
	  text-align:center;
  }
  
  .projects-section .button-box .theme-btn{
	  position:relative;
	  z-index:1;
  }
  
  .projects-section .owl-stage-outer .owl-item.center .project-block{
	  transform:translateY(-100px);
  }
  
  .projects-section .owl-dots,
  .projects-section .owl-nav{
	  display:none;
  }
  
  .projects-section .owl-carousel .owl-stage-outer{
	  position:static;
	  padding:120px 0px 20px;
  }
  
  .projects-section .owl-theme .project-block{
	  margin:0px 15px;
  }
  
  .projects-section .owl-carousel{
	  margin:0px -15px;
	  width:auto;
  }
  
  .project-block{
	  position:relative;
	  margin-bottom:30px;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .project-block .inner-box:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0;
	  background-color:#ec0000;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
	  transform:scale(0.5,1);
  }
  
  .projects-section .owl-stage-outer .owl-item.center .project-block .inner-box::before,
  .project-block .inner-box:hover::before{
	  opacity:1;
	  transform:scale(1,1);
  }
  
  .project-block .inner-box{
	  position:relative;
	  border-radius:6px;
	  overflow:hidden;
	  padding:20px 20px 30px;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .project-block .inner-box .image{
	  position:relative;
	  background-color:#002a34;
  }
  
  .project-block .inner-box .image .icon{
	  position:absolute;
	  left:20px;
	  bottom:-25px;
	  width:50px;
	  height:50px;
	  color:#ffffff;
	  line-height:50px;
	  border-radius:3px;
	  text-align:center;
	  font-size:24px;
	  background-color:#002a34;
	  font-family: "flaticon-v2"
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .projects-section .owl-stage-outer .owl-item.center .project-block .inner-box .image .icon,
  .project-block .inner-box:hover .image .icon{
	  background-color:#ffffff;
	  color:#002a34;
  }
  
  .project-block .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .projects-section .owl-stage-outer .owl-item.center .project-block .inner-box .image img,
  .project-block .inner-box:hover .image img{
	  opacity:0.50;
  }
  
  .project-block .inner-box .lower-content{
	  position:relative;
	  padding-top:50px;
  }
  
  .project-block .inner-box .lower-content h4{
	  line-height:1.4em;
	  margin-bottom:20px;
  }
  
  .project-block .inner-box .lower-content h4 a{
	  position:relative;
	  color:#002a34;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .project-block .inner-box .detail{
	  position:relative;
	  color:#002a34;
	  font-weight:600;
	  padding-right:20px;
	  display:inline-block;
	  font-family: 'Poppins', sans-serif;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .project-block .inner-box .detail:before{
	  position:absolute;
	  right:0px;
	  top:0px;
	  content:'\f101';
	  font-family: 'FontAwesome';
  }
  
  .projects-section .owl-stage-outer .owl-item.center .project-block .inner-box .detail,
  .projects-section .owl-stage-outer .owl-item.center .project-block .inner-box .lower-content h4 a,
  .project-block .inner-box:hover .detail,
  .project-block .inner-box:hover .lower-content h4 a{
	  color:#ffffff;
  }
  
  /*** 
  
  ====================================================================
	  Testimonial Section
  ====================================================================
  
  ***/
  
  .testimonial-section{
	  position:relative;
	  padding:100px 0px 100px;
	  background-color:#fff3f3;
  }
  
  .testimonial-section .sec-title .text{
	  margin-top:45px;
  }
  
  .testimonial-section .owl-nav{
	  display:none;
  }
  
  .testimonial-section .owl-dots{
	  position:relative;
	  margin-top:5px;
	  text-align:center;
  }
  
  .testimonial-section .owl-dots .owl-dot{
	  position:relative;
	  width:40px;
	  height:7px;
	  margin:0px 7px;
	  display:inline-block;
	  background-color:#002a34;
	  transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
  }
  
  .testimonial-section .owl-dots .owl-dot:hover,
  .testimonial-section .owl-dots .owl-dot.active{
	  background-color:#ec0000;
  }
  
  .testimonial-block{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .testimonial-block .inner-box{
	  position:relative;
	  padding:40px 25px;
	  text-align:center;
	  border-radius:6px;
	  background-color:#ffffff;
  }
  
  .testimonial-block .inner-box:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0;
	  background-color:#ec0000;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
	  transform:scale(0.5,1);
  }
  
  .testimonial-block .inner-box:hover::before{
	  opacity:1;
	  transform:scale(1,1);
  }
  
  .testimonial-block .inner-box .quote-icon{
	  position:relative;
	  color:#ed0f0f;
	  width:50px;
	  height:50px;
	  font-size:24px;
	  line-height:50px;
	  border-radius:50px;
	  margin:0 auto;
	  margin-bottom:25px;
	  background-color:#fff4f4;
	  font-family: "flaticon-v2"
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .testimonial-block .inner-box:hover .quote-icon{
	  color:#ffffff;
	  background-color:rgba(255,255,255,0.30);
  }
  
  .testimonial-block .inner-box:hover .text{
	  color:#ffffff;
  }
  
  .testimonial-block .inner-box .text{
	  position:relative;
	  color:#666666;
	  font-size:16px;
	  line-height:1.8em;
	  margin-top:15px;
	  margin-bottom:30px;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .testimonial-block .inner-box .author-info{
	  position:relative;
  }
  
  .testimonial-block .inner-box .author-info .author-inner{
	  position:relative;
	  padding-left:90px;
	  text-align:left;
	  padding-top:10px;
	  min-height:70px;
  }
  
  .testimonial-block .inner-box .author-info .author-image{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:70px;
	  height:70px;
	  border-radius:50px;
	  overflow:hidden;
	  border:2px solid #fff3f3;
  }
  
  .testimonial-block .inner-box .author-info h6{
	  color:#002a34;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .testimonial-block .inner-box .author-info .designation{
	  font-size:16px;
	  color:#666666;
	  font-weight:500;
	  margin-top:5px;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .testimonial-block .inner-box:hover .author-info h6,
  .testimonial-block .inner-box:hover .author-info .designation{
	  color:#ffffff;
  }
  
  /*** 
  
  ====================================================================
	  News Section
  ====================================================================
  
  ***/
  
  .news-section{
	  position:relative;
	  padding:100px 0px 100px;
  }
  
  .news-section .btn-box{
	  margin-top:20px;
  }
  
  .news-block{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .news-block .inner-box{
	  position:relative;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .news-block .inner-box .image{
	  position:relative;
	  overflow:hidden;
	  background-color:#ec0000;
  }
  
  .news-block .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .news-block .inner-box:hover .image img{
	  opacity:0.60;
	  transform:scale(1.05,1.05);
  }
  
  .news-block .inner-box .image .post-info{
	  position:absolute;
	  left:0px;
	  bottom:0px;
	  right:0px;
	  padding:15px 30px;
	  background-color:#002a34;
  }
  
  .news-block .inner-box .image .post-info li{
	  position:relative;
	  margin-right:34px;
	  color:#ffffff;
	  min-height:35px;
	  padding-top:7px;
	  padding-left:50px;
	  display:inline-block;
  }
  
  .news-block .inner-box .image .post-info li .icon{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:35px;
	  height:35px;
	  color:#ffffff;
	  text-align:center;
	  line-height:35px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#4d696f;
	  font-family: "flaticon-v2"
  }
  
  .news-block .inner-box .image .post-info li:last-child{
	  margin-right:0px;
  }
  
  .news-block .inner-box .lower-content{
	  position:relative;
	  padding:35px 35px 40px;
  }
  
  .news-block .inner-box .lower-content .title{
	  position:relative;
	  color:#ec0000;
	  font-size:18px;
	  font-weight:700;
	  margin-bottom:18px;
  }
  
  .news-block .inner-box .lower-content h4{
	  line-height:1.5em;
	  margin-bottom:30px;
  }
  
  .news-block .inner-box .lower-content h4 a{
	  position:relative;
	  color:#0f0f0f;
  }
  
  .news-block .inner-box .lower-content h4 a:hover{
	  color:#ec0000;
  }
  
  /*** 
  
  ====================================================================
	  Location Section
  ====================================================================
  
  ***/
  
  .location-section{
	  position:relative;
	  z-index:1;
  }
  
  .location-section .inner-container{
	  position:relative;
	  border-radius:7px;
	  padding:40px 30px 20px;
	  background-color:#ec0000;
  }
  
  .location-section .title-box{
	  position:relative;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  .location-section .title-box h4{
	  color:#f9f9f9;
  }
  
  .location-section .column{
	  position:relative;
	  margin-bottom:20px;
  }
  
  .location-section .column:before{
	  position:absolute;
	  content:'';
	  right:20px;
	  top:0px;
	  bottom:0px;
	  width:2px;
	  background-color:#bd0000;
  }
  
  .location-section .column:last-child::before{
	  display:none;
  }
  
  .location-section h6{
	  color:#f9f9f9;
	  margin-bottom:22px;
  }
  
  .location-section .post-info{
	  position:relative;
  }
  
  .location-section .post-info li{
	  position:relative;
	  color:#f9f9f9;
	  min-height:35px;
	  font-size:16px;
	  padding-left:50px;
	  display:inline-block;
	  margin-bottom:15px;
  }
  
  .location-section .post-info li .icon{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:35px;
	  height:35px;
	  color:#f9f9f9;
	  text-align:center;
	  line-height:35px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#bd0000;
	  font-family: "flaticon-v2"
  }
  
  .location-section .post-info li:last-child{
	  margin-bottom:0px;
  }
  
  /*** 
  
  ====================================================================
	  Main Footer
  ====================================================================
  
  ***/
  
  .main-footer{
	  position:relative;
	  margin-top:-150px;
	  padding:240px 0px 0px;
	  background-color:#002a34;
  }
  
  .main-footer .footer-widget{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .main-footer .widgets-section{
	  position:relative;
	  padding-bottom:50px;
  }
  
  .main-footer .logo-widget{
	  position:relative;
  }
  
  .main-footer .logo-widget .logo{
	  position:relative;
	  margin-bottom:25px;
  }
  
  .main-footer .logo-widget .text{
	  position:relative;
	  color:#ffffff;
	  font-weight:400;
	  line-height:1.7em;
	  font-size:16px;
	  margin-bottom:30px;
  }
  
  .main-footer .logo-widget .social-box{
	  position:relative;
  }
  
  .main-footer .logo-widget .social-box li{
	  position:relative;
	  margin-right:15px;
	  display:inline-block;
  }
  
  .main-footer .logo-widget .social-box li a{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-footer .logo-widget .social-box li a:hover{
	  color:#ec0000;
  }
  
  .main-footer .footer-widget h5{
	  font-weight:700;
	  color:#ffffff;
	  font-size:22px;
	  margin-top:10px;
	  line-height:1.2em;
	  margin-bottom:30px;
	  padding-bottom:15px;
	  text-transform:capitalize;
  }
  
  .main-footer .footer-widget h5:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  width:35px;
	  height:2px;
	  background: #ffffff;
  }
  
  /* List Link Two */
  
  .list-link{
	  position:relative;
  }
  
  .list-link li{
	  position:relative;
	  margin-bottom:10px;
  }
  
  .list-link li a{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  font-weight:500;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .list-link li a:hover{
	  color:#ec0000;
	  margin-left:10px;
	  text-decoration:underline;
  }
  
  .main-footer .hours-widget .text{
	  position:relative;
	  color:#ffffff;
	  font-weight:400;
	  line-height:1.7em;
	  font-size:16px;
	  margin-bottom:30px;
  }
  
  .main-footer .hours-widget .time-list{
	  position:relative;
  }
  
  .main-footer .hours-widget .time-list li{
	  position:relative;
	  color:#ffffff;
	  margin-bottom:10px;
  }
  
  .main-footer .hours-widget .time-list li span{
	  position:absolute;
	  right:0px;
  }
  
  .main-footer .hours-widget .time-list li:last-child{
	  margin-bottom:0px;
  }
  
  .main-footer .newsletter-widget .text{
	  position:relative;
	  color:#ffffff;
	  font-weight:400;
	  line-height:1.7em;
	  font-size:16px;
	  margin-bottom:20px;
  }
  
  /* Email Box */
  
  .main-footer .email-box{
	  position:relative;
	  margin-bottom:22px;
  }
  
  .main-footer .email-box .form-group{
	  position:relative;
	  margin:0px;
	  width:100%;
	  max-width:100%;
  }
  
  .main-footer .email-box .form-group input[type="text"],
  .main-footer .email-box .form-group input[type="email"]{
	  position:relative;
	  line-height:43px;
	  padding:10px 55px 10px 25px;
	  background-color:#003c4a;
	  display:block;
	  font-size:15px;
	  height:50px;
	  width:100%;
	  color:#ffffff;
	  box-shadow:inherit;
	  border-radius:0px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .main-footer .email-box .form-group input::placeholder,
  .main-footer .email-box .form-group textarea::placeholder{
	  color:#ffffff;
  }
  
  .main-footer .email-box .form-group button{
	  position:absolute;
	  right:0px;
	  top:0px;
	  height:50px;
	  width:64px;
	  display:block;
	  font-size:16px;
	  color:#ffffff;
	  cursor:pointer;
	  line-height:100%;
	  font-weight:normal;
	  text-align:center;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  background-color: #ec0000;
  }
  
  .main-footer .email-box .form-group button:hover{
	  background-color:#ffffff;
	  color:#ec0000;
  }
  
  .main-footer .footer-bottom{
	  position:relative;
	  padding:18px 0px;
	  text-align:center;
	  border-top:1px solid rgba(255,255,255,0.10);
  }
  
  .main-footer .footer-bottom .copyright{
	  position:relative;
	  color:#c5c5c5;
	  font-size:16px;
  }
  
  .main-footer .footer-bottom .copyright .icon{
	  color:#ec0000;
  }
  
  .main-footer .footer-bottom .copyright a{
	  position:relative;
	  color:#ffffff;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .main-footer .footer-bottom .copyright a:hover{
	  color:#ffffff;
  }
  
  .main-footer.style-two{
	  margin-top:0px;
	  padding-top:100px;
	  background-color:#000000;
  }
  
  .main-footer .logo-widget .about-btn{
	  position: relative;
	  padding: 15px 32px;
	  color: #ffffff;
	  font-weight: 700;
	  margin-top:0px;
	  display:inline-block;
	  background-color: #dd2602;
  }
  
  .main-footer.style-two .footer-widget h5:before{
	  background-color:#dd2602;
  }
  
  .newsletter-widget .social-box{
	  position:relative;
  }
  
  .newsletter-widget .social-box li{
	  position:relative;
	  margin-right:15px;
	  display:inline-block;
  }
  
  .newsletter-widget .social-box li a{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .newsletter-widget .social-box li a:hover{
	  color:#ec0000;
  }
  
  
  
  .main-footer .contact-widget .contact-list{
	  position:relative;
  }
  
  .main-footer .contact-widget .contact-list li{
	  position:relative;
	  color:#ffffff;
	  font-size:15px;
	  margin-bottom:15px;
	  padding-left:30px;
	  line-height:1.8em;
  }
  
  .main-footer .contact-widget .contact-list li .icon{
	  position:absolute;
	  left:0px;
	  top:5px;
  }
  
  .main-footer .contact-widget .contact-list li:last-child{
	  margin-bottom:0px;
  }
  
  .main-footer .contact-widget .timing{
	  position:relative;
	  color:#ffffff;
	  font-size:15px;
	  line-height:1.8em;
	  margin-top:20px;
  }
  
  .main-footer .contact-widget .timing strong{
	  position:relative;
	  color:#ffffff;
	  font-weight:700;
	  display:block;
	  margin-bottom:10px;
	  text-decoration:underline;
  }
  
  
  
  /* Instagram Widget */
  
  .main-footer .instagram-widget{
	  position:relative;
  }
  
  .main-footer .instagram-widget .images-outer{
	  position:relative;
	  margin:0px -3px;
  }
  
  .main-footer .instagram-widget .image-box{
	  position:relative;
	  float:left;
	  width:33.333%;
	  padding:0px 3px;
	  margin-bottom:6px;
  }
  
  .main-footer .instagram-widget .image-box img{
	  position:relative;
	  display:block;
	  width:100%;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .main-footer .instagram-widget .image-box img:hover{
	  opacity:0.70;	
  }
  
  /*** 
  
  ====================================================================
	  Banner Section
  ====================================================================
  
  ***/
  
  .banner-section{
	  position:relative;
	  padding:260px 0px 150px;
	  background-size:cover;
  }
  
  .banner-section .pattern-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  background-position:center bottom;
	  background-repeat:no-repeat;
  }
  
  .banner-section .upper-content{
	  position:relative;
	  padding-bottom:150;
	  text-align:center;
  }
  
  .banner-section .upper-content .title{
	  position:relative;
	  letter-spacing:2px;
	  color:#ffdf00;
	  font-size:18px;
	  font-weight:500;
	  text-transform:uppercase;
  }
  
  .banner-section .upper-content h1{
	  color:#ffffff;
	  margin-top:50px;
  }
  
  .banner-section .lower-content{
	  position:relative;
	  padding-top:160px;
  }
  
  .banner-section .lower-content .text{
	  position:relative;
	  color:#ffffff;
	  line-height:1.7em;
	  font-size:16px;
	  max-width:320px;
  }
  
  .banner-section .lower-content .social-box{
	  position:relative;
	  text-align:right;
  }
  
  .banner-section .lower-content .social-box li{
	  position:relative;
	  padding:0px 6px;
	  margin:0px 6px;
	  display:inline-block;
  }
  
  .banner-section .lower-content .social-box li a{
	  position:relative;
	  color:#969696;
	  font-size:16px;
  }
  
  .banner-section .lower-content .social-box li:before{
	  position:absolute;
	  content:'/';
	  right:-10px;
	  top:0px;
	  color:#969696;
  }
  
  .banner-section .lower-content .social-box li:last-child{
	  margin-right:0px;
	  padding-right:0px;
  }
  
  .banner-section .lower-content .social-box li:last-child::before{
	  display:none;
  }
  
  .banner-section .lower-content .social-box li a:hover{
	  color:#ffffff;
  }
  
  .banner-section .lower-content .down-arrow{
	  position:absolute;
	  left:50%;
	  width:160px;
	  height:160px;
	  bottom:0px;
	  color:#ffffff;
	  font-size:60px;
	  text-align:center;
	  border-radius:50%;
	  line-height:160px;
	  cursor:pointer;
	  margin-left:-60px;
	  border:2px solid #ffde00;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .banner-section .lower-content .down-arrow:hover{
	  color:#111111;
	  background-color:#ffde00;
  }
  
  /*** 
  
  ====================================================================
	  Investment Section
  ====================================================================
  
  ***/
  
  .investment-section{
	  position:relative;
	  padding:100px 0px 70px;
  }
  
  .feature-block-three{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .feature-block-three .inner-box{
	  position:relative;
	  padding:45px 25px;
  }
  
  .feature-block-three .inner-box .hover-layer:before{
	  position:absolute;
	  content:'';
	  right:0px;
	  top:0px;
	  width:39px;
	  height:44px;
	  z-index:1;
  }
  
  .feature-block-three .inner-box .hover-layer{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  bottom:0px;
	  right:0px;
	  background-color:#000000;
	  transition: -webkit-transform 0.4s ease;
	  transition: transform 0.4s ease;
	  transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	  -webkit-transform: scale(0, 1);
	  -ms-transform: scale(0, 1);
	  transform: scale(0, 1);
	  -webkit-transform-origin: left center;
	  -ms-transform-origin: left center;
	  transform-origin: left center;
  }
  
  .feature-block-three .inner-box:hover .hover-layer{
	  -webkit-transform: scale(1, 1);
	  -ms-transform: scale(1, 1);
	  transform: scale(1, 1);
	  -webkit-transform-origin: right center;
	  -ms-transform-origin: right center;
	  transform-origin: right center;
  }
  
  .feature-block-three .inner-box h5{
	  position:relative;
	  padding-bottom:12px;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .feature-block-three .inner-box h5:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  height:3px;
	  width:55px;
	  background-color:#0009c4;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .feature-block-three .inner-box .text{
	  position:relative;
	  margin-top:25px;
	  line-height:1.7em;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .feature-block-three .inner-box:hover .text,
  .feature-block-three .inner-box:hover h5{
	  color:#ffffff;
  }
  
  .feature-block-three .inner-box:hover h5:before{
	  background-color:#ffde00;
  }
  
  /*** 
  
  ====================================================================
	  Contact CTA Section
  ====================================================================
  
  ***/
  
  .contact-cta-section{
	  position:relative;
  }
  
  .contact-cta-section .outer-container{
	  position:relative;
	  background-color:#0009c4;
  }
  
  .contact-cta-section .left-column{
	  position:relative;
	  width:50%;
	  float:left;
  }
  
  .contact-cta-section .left-column .inner-column{
	  position:relative;
	  padding:80px 15px;
	  text-align:center;
	  background-size:cover;
  }
  
  .contact-cta-section .left-column .inner-column:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.70;
	  background-color:#000000;
  }
  
  .contact-cta-section .left-column h2{
	  color:#ffffff;
  }
  
  .contact-cta-section .left-column .text{
	  position:relative;
	  margin-top:20px;
	  color:#dadada;
	  font-size:16px;
	  line-height:1.8em;
	  margin-bottom:20px;
  }
  
  .contact-cta-section .left-column .contact-btn{
	  position:relative;
	  color:#000000;
	  font-weight:700;
	  padding:12px 40px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#ffde00;
  }
  
  .contact-cta-section .right-column{
	  position:relative;
	  width:50%;
	  float:left;
  }
  
  .contact-cta-section .right-column .inner-column{
	  position:relative;
	  padding:80px 15px;
	  text-align:center;
  }
  
  .contact-cta-section .right-column h2{
	  color:#ffffff;
  }
  
  .contact-cta-section .right-column .text{
	  position:relative;
	  margin-top:20px;
	  color:#dadada;
	  font-size:16px;
	  line-height:1.8em;
	  margin-bottom:20px;
  }
  
  .contact-cta-section .right-column .contact-btn{
	  position:relative;
	  color:#000000;
	  font-weight:700;
	  padding:12px 40px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#ffde00;
  }
  
  /*** 
  
  ====================================================================
	  Opportunity Section
  ====================================================================
  
  ***/
  
  .opportunity-section{
	  position:relative;
	  padding:110px 0px 80px;
  }
  
  .opportunity-section .skill-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .opportunity-section .skill-column .inner-column{
	  position:relative;
  }
  
  .opportunity-section .skill-column .skills{
	  padding-right:70px;
  }
  
  /* Skills Section */
  
  .skills .skill-item{
	  position:relative;
	  margin-bottom:35px;
  }
  
  .skills .skill-item:last-child{
	  
  }
  
  .skills .skill-item .skill-bar{
	  position:relative;
	  width:100%;
	  height:2px;
	  background-color:#eae8e3;
  }
  
  .skills .skill-item .skill-bar .bar-inner{
	  position:relative;
	  width:100%;
	  height:4px;
  }
  
  .skills .skill-item .skill-bar .bar-inner .bar{
	  position:absolute;
	  left:0px;
	  top:0px;
	  height:2px;
	  width:0px;
	  border-bottom:2px solid #010101;
	  -webkit-transition:all 2000ms ease;
	  -ms-transition:all 2000ms ease;
	  -o-transition:all 2000ms ease;
	  -moz-transition:all 2000ms ease;
	  transition:all 2000ms ease;
  }
  
  .skills .skill-item .skill-header{
	  position:relative;
	  margin-bottom:12px;
  }
  
  .skills .skill-item .skill-header .skill-title{
	  float:left;
	  color:#000000;
	  font-size:15px;
	  font-weight:500;
	  line-height:1.4em;
	  text-transform:capitalize;
  }
  
  .skills .skill-item .skill-percentage{
	  position:absolute;
	  right:0px;
	  top:-28px;
	  font-weight:500;
	  display:inline-block;
	  font-size:15px;
	  color:#000000;
  }
  
  .opportunity-section .counter-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .opportunity-section .counter-column .inner-column{
	  position:relative;
	  margin-left:-50px;
  }
  
  .opportunity-section .counter-column .image{
	  position:relative;
  }
  
  .opportunity-section .counter-column .image img{
	  position:relative;
	  width:100%;
	  display:block;
  }
  
  .opportunity-section .counter-column .fact-counter{
	  position:absolute;
	  right:0px;
	  top:0px;
	  width:50%;
	  bottom:0px;
	  border:2px solid #e7e7e7;
  }
  
  .opportunity-section .counter-column .fact-counter .column{
	  border-bottom:2px solid #e7e7e7;
  }
  
  .opportunity-section .counter-column .fact-counter .column:last-child{
	  border-bottom:0px;
  }
  
  /* Fact Counter */
  
  .fact-counter{
	  position:relative;
	  z-index:1;
  }
  
  .fact-counter .column{
	  position:relative;
  }
  
  .fact-counter .column .inner{
	  position:relative;
	  padding:17.4px 20px;
	  text-align:center;
	  background-color:rgba(255,255,255,1);
  }
  
  .fact-counter .column .inner .content{
	  position:relative;
  }
  
  .fact-counter .count-outer .percentage{
	  position:relative;
	  font-weight:600;
	  color:#ffde00;
	  font-size:30px;
	  line-height:1em;
  }
  
  .fact-counter .column .sub-title{
	  position:relative;
	  font-weight:700;
	  color:#010101;
	  font-size:18px;
	  margin-top:8px;
	  display:block;
  }
  
  .fact-counter .column .inner .count-outer{
	  position:relative;
	  font-weight:800;
	  color:#ffde00;
	  font-size:60px;
	  line-height:1em;
  }
  
  .fact-counter .column .inner .counter-title{
	  position:relative;
	  color:#454545;
	  font-size:14px;
	  font-weight:400;
	  margin-top:7px;
  }
  
  .fact-counter.style-two .column .inner{
	  padding:0px;
	  background:none;
  }
  
  .fact-counter .column .inner .icon{
	  position:relative;
	  font-size:50px;
	  color:#ffffff;
	  line-height:1em;
	  margin-bottom:20px;
	  font-family: "flaticon-v2"
  }
  
  .fact-counter.style-two .column{
	  margin-bottom:30px;
  }
  
  .fact-counter.style-two .column .inner .count-outer{
	  font-family: 'Inter', sans-serif;
	  color:#ffffff;
	  font-size:46px;
	  font-weight:700;
  }
  
  .fact-counter.style-two .column .inner .counter-title{
	  font-size:18px;
	  color:#dd2602;
	  margin-top:15px;
  }
  
  .opportunity-section .counter-column .fact-counter .column:nth-child(2) .inner .count-outer{
	  color:#0009c4;
  }
  
  /*** 
  
  ====================================================================
	  Welcome Section
  ====================================================================
  
  ***/
  
  .services-section-two{
	  position:relative;
	  padding:0px 0px 100px;
  }
  
  .services-section-two .service-down-arrow{
	  position:relative;
	  width:135px;
	  height:135px;
	  margin:0 auto;
	  text-align:center;
	  line-height:135px;
	  border-radius:50%;
	  cursor:pointer;
	  color:#111111;
	  font-size:40px;
	  margin-top:100px;
	  background-color:#ffde00;
  }
  
  .services-section-two .owl-nav{
	  display:none;
  }
  
  .services-section-two .owl-dots{
	  position:relative;
	  text-align:center;
	  margin-top:20px;
  }
  
  .services-section-two .owl-dots .owl-dot{
	  position:relative;
	  width:6px;
	  height:6px;
	  margin:0px 12px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#0009c4;
  }
  
  .services-section-two .owl-dots .owl-dot:before{
	  position:absolute;
	  content:'';
	  left:-10px;
	  top:-10px;
	  right:-10px;
	  bottom:-10px;
	  opacity:0;
	  border-radius:50px;
	  border:1px solid #0009c4;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .services-section-two .owl-dots .owl-dot.active::before,
  .services-section-two .owl-dots .owl-dot:hover::before{
	  opacity:1;
  }
  
  .services-section-two .owl-carousel .owl-stage-outer{
	  overflow:visible;
  }
  
  .services-section-two .services-carousel{
	  max-width: 800px;
	  margin: 0 auto;
  }
  
  .services-section-two .owl-carousel .owl-item.center .service-block-two .inner-box .gradient-layer{
	  top:0%;
	  bottom:0px;
  }
  
  .services-section-two .owl-carousel .owl-item.center .service-block-two .inner-box .lower-content{
	  bottom:0px;
  }
  
  .services-section-two .owl-carousel .owl-item.center .service-block-two .inner-box .image img{
	  filter: grayscale(0%);
  }
  
  .service-block-two{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .service-block-two .inner-box{
	  position:relative;
	  overflow:hidden;
  }
  
  .service-block-two .inner-box .image{
	  position:relative;
  }
  
  .service-block-two .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  filter: grayscale(100%);
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .service-block-two .inner-box:hover .image img{
	  filter: grayscale(0%);
  }
  
  .service-block-two .inner-box .gradient-layer{
	  position:absolute;
	  left:0px;
	  top:100%;
	  right:0px;
	  z-index:1;
	  bottom:0px;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .service-block-two .inner-box .lower-content{
	  position:absolute;
	  left:60px;
	  bottom:-150px;
	  right:60px;
	  z-index:2;
	  text-align:center;
	  padding:35px 30px 15px;
	  background-color:#ffffff;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .service-block-two .inner-box:hover .lower-content{
	  bottom:0px;
  }
  
  .service-block-two .inner-box .lower-content .title{
	  position:relative;
	  color:#0009c4;
	  letter-spacing:2px;
	  text-transform:uppercase;
  }
  
  .service-block-two .inner-box .lower-content h4{
	  position:relative;
	  margin-top:10px;
  }
  
  .service-block-two .inner-box .lower-content h4 a{
	  position:relative;
	  color:#010101;
	  transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -webkit-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
  }
  
  .service-block-two .inner-box .lower-content h4 a:hover{
	  color:#0009c4;
  }
  
  /*** 
  
  ====================================================================
	  Team Section
  ====================================================================
  
  ***/
  
  .team-section{
	  position:relative;
	  padding:100px 0px 100px;
	  background-color:#ffde00;
  }
  
  .team-section .owl-nav{
	  display:none;
  }
  
  .team-section .owl-dots{
	  position:relative;
	  text-align:center;
	  margin-top:40px;
  }
  
  .team-section .owl-dots .owl-dot{
	  position:relative;
	  width:6px;
	  height:6px;
	  margin:0px 12px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#000000;
  }
  
  .team-section .owl-dots .owl-dot:before{
	  position:absolute;
	  content:'';
	  left:-10px;
	  top:-10px;
	  right:-10px;
	  bottom:-10px;
	  opacity:0;
	  border-radius:50px;
	  border:1px solid #000000;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-section .owl-dots .owl-dot.active::before,
  .team-section .owl-dots .owl-dot:hover::before{
	  opacity:1;
  }
  
  .team-section .sec-title-two h2{
	  font-size:70px;
	  line-height:1.1em;
  }
  
  .team-section .sec-title-two .text{
	  color:#454545;
	  margin-top:40px;
  }
  
  .team-section .team-block.translate-top{
	  transform:translateY(80px);
  }
  
  .team-section .owl-carousel .owl-stage-outer{
	  padding-bottom:85px;
  }
  
  .team-block{
	  position:relative;
  }
  
  .team-block .inner-box{
	  position:relative;
  }
  
  .team-block .inner-box .image{
	  position:relative;
	  overflow:hidden;
	  background-color:#000000;
  }
  
  .team-block .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block .inner-box:hover .image img{
	  opacity:0.60;
	  transform:scale(1.05,1.05);
  }
  
  .team-block .inner-box .lower-content{
	  position:relative;
	  padding:20px 0px 25px;
	  border-bottom:1px solid #000000;
  }
  
  .team-block .inner-box .number{
	  position:relative;
	  color:#000000;
	  font-size:16px;
  }
  
  .team-block .inner-box h4{
	  position:relative;
	  margin-top:6px;
  }
  
  .team-block .inner-box h4 a{
	  position:relative;
	  color:#000000;
  }
  
  .team-block .inner-box .designation{
	  position:relative;
	  font-style:italic;
	  color:#3b3b3b;
	  margin-top:6px;
	  margin-bottom:10px;
  }
  
  .team-block .inner-box .phone{
	  position:relative;
	  color:#000000;
	  margin-top:6px;
	  font-size:15px;
	  margin-bottom:10px;
	  padding-left:30px;
  }
  
  .team-block .inner-box .phone:before{
	  position:absolute;
	  content:'\f095';
	  left:0px;
	  top:0px;
	  font-size:16px;
	  line-height:1em;
	  font-family: 'FontAwesome';
  }
  
  /*** 
  
  ====================================================================
	  Services Section Three
  ====================================================================
  
  ***/
  
  .services-section-three{
	  position:relative;
	  overflow:hidden;
	  padding:100px 0px 70px;
  }
  
  .services-section-three .shadow-pattern-layer{
	  position:absolute;
	  left:0px;
	  bottom:-400px;
	  width:853px;
	  height:869px;
	  background-repeat:no-repeat;
  }
  
  .services-section-three .inner-container{
	  position:relative;
  }
  
  .services-section-three .content-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .services-section-three .content-column .inner-column{
	  position:relative;
  }
  
  .services-section-three .content-column h5{
	  margin-bottom:20px;
  }
  
  .service-list{
	  position:relative;
  }
  
  .service-list li{
	  position:relative;
	  padding-left:25px;
	  color:#454545;
	  font-size:16px;
	  margin-bottom:12px;
  }
  
  .service-list li:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:6px;
	  width:7px;
	  height:7px;
	  border-radius:0px;
	  background-color:#0009c4;
  }
  
  .services-section-three .carousel-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .services-section-three .carousel-column .inner-column{
	  position:relative;
	  margin-top:-150px;
  }
  
  .services-section-three .carousel-column .pattern-layer{
	  position:absolute;
	  right:-50px;
	  top:-50px;
	  width:500px;
	  height:543px;
	  background-repeat:no-repeat;
  }
  
  .services-section-three .carousel-column .owl-dots{
	  display:none;
  }
  
  .services-section-three .carousel-column .owl-nav{
	  position:absolute;
	  right:0px;
	  bottom:0px;
	  z-index:1;
  }
  
  .services-section-three .carousel-column .owl-nav .owl-prev,
  .services-section-three .carousel-column .owl-nav .owl-next{
	  position:relative;
	  width:74px;
	  height:74px;
	  color:#000000;
	  font-size:24px;
	  line-height:74px;
	  text-align:center;
	  display:inline-block;
	  background-color:#ffffff;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .services-section-three .carousel-column .owl-nav .owl-prev:hover,
  .services-section-three .carousel-column .owl-nav .owl-next:hover{
	  color:#ffffff;
	  background-color:#0009c4;
  }
  
  /*** 
  
  ====================================================================
	  Testimonial Section Two
  ====================================================================
  
  ***/
  
  .testimonial-section-two{
	  position:relative;
	  padding:120px 0px 120px;
	  background-attachment:fixed;
	  background-size:cover;
  }
  
  .testimonial-section-two:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.70;
	  background-color:#000000;
  }
  
  .testimonial-section-two .owl-nav{
	  display:none;
  }
  
  .testimonial-section-two .owl-dots{
	  position:relative;
	  text-align:center;
	  margin-top:40px;
  }
  
  .testimonial-section-two .owl-dots .owl-dot{
	  position:relative;
	  width:6px;
	  height:6px;
	  margin:0px 12px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#ffde00;
  }
  
  .testimonial-section-two .owl-dots .owl-dot:before{
	  position:absolute;
	  content:'';
	  left:-10px;
	  top:-10px;
	  right:-10px;
	  bottom:-10px;
	  opacity:0;
	  border-radius:50px;
	  border:1px solid #ffde00;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .testimonial-section-two .owl-dots .owl-dot.active::before,
  .testimonial-section-two .owl-dots .owl-dot:hover::before{
	  opacity:1;
  }
  
  .testimonial-block-two{
	  position:relative;
  }
  
  .testimonial-block-two .inner-box{
	  position:relative;
	  text-align:center;
  }
  
  .testimonial-block-two .inner-box .text{
	  position:relative;
	  color:#ffffff;
	  font-size:30px;
	  font-weight:700;
	  line-height:1.5em;
	  max-width:880px;
	  margin:0 auto;
	  font-family: 'Inter', sans-serif;
  }
  
  .testimonial-block-two .inner-box .author-info{
	  position:relative;
	  margin-top:40px;
  }
  
  .testimonial-block-two .inner-box .author-image{
	  position:relative;
	  width:75px;
	  height:75px;
	  border-radius:50%;
	  overflow:hidden;
	  margin:0 auto;
	  overflow:hidden;
	  display:inline-block;
	  border:2px solid #ffde00;
  }
  
  .testimonial-block-two .inner-box h5{
	  position:relative;
	  color:#ffffff;
	  margin-top:15px;
	  font-weight:700;
	  font-family: 'Inter', sans-serif;
  }
  
  .testimonial-block-two .inner-box .designation{
	  position:relative;
	  color:#bfbfbf;
	  margin-top:5px;
	  font-weight:400;
	  font-style:italic;
  }
  
  /*** 
  
  ====================================================================
	  News Section Two
  ====================================================================
  
  ***/
  
  .news-section-two{
	  position:relative;
	  padding:100px 0px 70px;
  }
  
  .news-block-two{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .news-block-two .inner-box{
	  position:relative;
  }
  
  .news-block-two .inner-box .image{
	  position:relative;
	  overflow:hidden;
	  background-color:#ffde00;
  }
  
  .news-block-two .inner-box .post-date{
	  position:absolute;
	  right:20px;
	  top:20px;
	  z-index:1;
	  color:#ffffff;
	  font-size:15px;
	  font-weight:700;
	  padding:8px 20px;
	  display:inline-block;
	  background-color:#020ab2;
  }
  
  .news-block-two .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  transition: all 600ms ease;
	  -moz-transition: all 600ms ease;
	  -webkit-transition: all 600ms ease;
	  -ms-transition: all 600ms ease;
	  -o-transition: all 600ms ease;
  }
  
  .news-block-two .inner-box:hover .image img{
	  opacity:0.60;
	  transform:scale(1.05,1.05);
  }
  
  .news-block-two .inner-box .lower-content{
	  position:relative;
	  padding:30px 0px 0px;
  }
  
  .news-block-two .inner-box .lower-content h4{
	  position:relative;
  }
  
  .news-block-two .inner-box .lower-content h4 a{
	  position:relative;
	  color:#010101;
  }
  
  .news-block-two .inner-box .lower-content .text{
	  position:relative;
	  color:#454545;
	  font-size:16px;
	  margin-top:15px;
	  margin-bottom:22px;
	  line-height:1.7em;
  }
  
  .news-block-two .inner-box .read-more{
	  position:relative;
	  color:#000000;
	  font-size:15px;
	  font-weight:600;
	  padding:13px 32px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#ffde01;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .news-block-two .inner-box .read-more:hover{
	  color:#ffffff;
	  background-color:#0009c1;
  }
  
  .news-block-three{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .news-block-three .inner-box{
	  position:relative;
  }
  
  .news-block-three .inner-box .image{
	  position:relative;
	  overflow:hidden;
  }
  
  .news-block-three .inner-box .image:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  background-color:rgba(0,0,0,0.35);
  }
  
  .news-block-three .inner-box .border-layer{
	  position:absolute;
	  left:25px;
	  top:25px;
	  right:25px;
	  bottom:25px;
	  border:8px solid #ffde00;
  }
  
  .news-block-three .inner-box .gradient-layer{
	  position:absolute;
	  left:0px;
	  right:0px;
	  bottom:0px;
	  height:60%;
	  z-index:1;
	  background: rgba(255,255,255,0);
	  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0109C1 80%);
	  background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0109C1 80%);
	  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0109C1 80%);
  }
  
  .news-block-three .inner-box .overlay-box{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  z-index:2;
	  text-align:center;
	  transition: -webkit-transform 0.4s ease;
	  transition: transform 0.4s ease;
	  transition: transform 0.4s ease,-webkit-transform 0.4s ease;
  }
  
  .news-block-three .inner-box .overlay-inner{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  display:table;
	  vertical-align:middle;
	  padding:10px 0px;
  }
  
  .news-block-three .inner-box .overlay-inner .content{
	  position:relative;
	  display:table-cell;
	  vertical-align:middle;
  }
  
  .news-block-three .inner-box h3{
	  
  }
  
  .news-block-three .inner-box h3 a{
	  position:relative;
	  color:#ffffff;
  }
  
  .news-block-three .inner-box .text{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  margin-top:20px;
	  margin-bottom:40px;
  }
  
  .news-block-three .inner-box .read-more{
	  position:relative;
	  color:#000000;
	  font-size:16px;
	  font-weight:700;
	  padding:14px 36px;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#ffde01;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  -moz-transition:all 300ms ease;
	  transition:all 300ms ease;
  }
  
  .news-block-three .inner-box .read-more:hover{
	  color:#111111;
	  background-color:#ffffff;
  }
  
  .footer-style-two{
	  position:relative;
	  background-color:#000795;
  }
  
  .footer-style-two .widget-content{
	  position:relative;
  }
  
  .footer-style-two .contact-widget{
	  position:relative;
  }
  
  .footer-style-two .contact-widget .widget-content{
	  position:relative;
	  background-color:#ffde00;
	  padding:100px 120px 100px 200px;
	  background-position:center center;
	  background-repeat:no-repeat;
  }
  
  .footer-style-two .contact-widget .title{
	  position:relative;
	  color:#000000;
	  font-size:24px;
	  margin-bottom:10px;
  }
  
  .footer-style-two .contact-widget h2{
	  position:relative;
	  color:#000000;
	  font-size:50px;
	  font-weight:700;
  }
  
  .footer-style-two .contact-widget h2 span{
	  position:relative;
	  margin-left:10px;
	  font-size:50px;
	  top:10px;
	  font-family: "flaticon-v2"
  }
  
  .footer-style-two .contact-widget .post-meta{
	  position:relative;
	  padding-top:30px;
	  margin-top:30px;
	  border-top:1px solid rgba(0,0,0,0.10);
  }
  
  .footer-style-two .contact-widget .post-meta li{
	  position:relative;
	  display:inline-block;
	  margin-right:20px;
	  padding-left:25px;
	  font-size:16px;
  }
  
  .footer-style-two .contact-widget .post-meta li:last-child{
	  margin-right:0px;
  }
  
  .footer-style-two .contact-widget .post-meta li .icon{
	  position:absolute;
	  left:0px;
	  top:2px;
	  line-height:1em;
  }
  
  .footer-style-two .footer-widget h5{
	  font-weight:700;
	  color:#ffffff;
	  font-size:22px;
	  margin-top:10px;
	  line-height:1.2em;
	  margin-bottom:20px;
	  padding-bottom:15px;
	  text-transform:capitalize;
  }
  
  .footer-style-two .footer-widget h5:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  width:35px;
	  height:2px;
	  background: #ffde00;
  }
  
  .footer-style-two .newsletter-widget .text{
	  position:relative;
	  color:#ffffff;
	  font-weight:400;
	  line-height:1.7em;
	  font-size:16px;
	  margin-bottom:30px;
  }
  
  /* Email Box */
  
  .footer-style-two .email-box{
	  position:relative;
  }
  
  .footer-style-two .email-box .form-group{
	  position:relative;
	  margin:0px;
	  width:100%;
	  max-width:100%;
  }
  
  .footer-style-two .email-box .form-group input[type="text"],
  .footer-style-two .email-box .form-group input[type="email"]{
	  position:relative;
	  line-height:43px;
	  padding:10px 55px 10px 25px;
	  background-color:rgba(255,255,255,0.15);
	  display:block;
	  font-size:15px;
	  height:50px;
	  width:100%;
	  color:#ffffff;
	  box-shadow:inherit;
	  border-radius:0px;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
  }
  
  .footer-style-two .email-box .form-group input::placeholder,
  .footer-style-two .email-box .form-group textarea::placeholder{
	  color:#ffffff;
  }
  
  .footer-style-two .email-box .form-group button{
	  position:absolute;
	  right:0px;
	  top:0px;
	  height:50px;
	  width:64px;
	  display:block;
	  font-size:16px;
	  color:#000000;
	  cursor:pointer;
	  line-height:100%;
	  font-weight:normal;
	  text-align:center;
	  transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  background-color: #ffde00;
  }
  
  .footer-style-two .email-box .form-group button:hover{
	  background-color:#ffffff;
	  color:#ffde00;
  }
  
  .footer-style-two .newsletter-widget .widget-content{
	  padding-top:205px;
	  padding-left:50px;
  }
  
  .footer-style-two .logo-box{
	  position:absolute;
	  left:0px;
	  top:0px;
	  z-index:1;
	  background-color:#ffffff;
  }
  
  .footer-style-two .footer-bottom{
	  position:relative;
	  padding:50px 0px;
  }
  
  .footer-style-two .footer-bottom .copyright{
	  position:relative;
	  color:#ffffff;
	  display:inline-block;
	  padding-right:30px;
	  border-right:1px solid rgba(255,255,255,0.50);
  }
  
  .footer-style-two .footer-bottom .social-box{
	  position:relative;
	  margin-left:30px;
	  display:inline-block;
  }
  
  .footer-style-two .footer-bottom .social-box li{
	  position:relative;
	  margin-right:15px;
	  display:inline-block;
  }
  
  .footer-style-two .footer-bottom .social-box li a{
	  position:relative;
	  color:#ffffff;
  }
  
  /* Main Slider Two */
  
  .main-slider-two{
	  position:relative;
	  border-bottom:1px solid #e3e3e3;
  }
  
  .main-slider-two .product-details .image-column .image-carousel{
	  position:relative;
  }
  
  .main-slider-two .product-details .image-column,
  .main-slider-two .product-details .info-column{
	  margin-bottom:0px;
  }
  
  .main-slider-two .product-details .image-column .carousel-outer{
	  position:relative;
  }
  
  .main-slider-two .product-details .image-column .image-box img{
	  position:relative;
	  display:block;
	  width:100%;
  }
  
  .main-slider-two .product-details .image-column .thumbs-carousel{
	  position:relative;
	  background-color:#ffffff;
  }
  
  .main-slider-two .product-details .image-column .thumbs-carousel li:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  background:url(../images/main-slider/pattern-1.png) center center no-repeat;
  }
  
  .main-slider-two .product-details .image-column .thumbs-carousel li{
	  cursor:pointer;
	  color:#000000;
	  font-size:24px;
	  text-align:center;
	  padding:20px 25px;
	  font-weight:700;
	  transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -webkit-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  text-transform:capitalize;
	  font-family: 'Inter', sans-serif;
	  border-right:1px solid #e3e3e3;
  }
  
  .main-slider-two .product-details .image-column .thumbs-carousel li:hover{
	  color:#ffffff;
	  background-color:#dd2602;
  }
  
  .main-slider-two .product-details .image-column .owl-nav,
  .main-slider-two .product-details .image-column .owl-dots{
	  display:none;	
  }
  
  .slide-two-content .pattern-layer{
	  position:absolute;
	  left:80px;
	  bottom:-20px;
	  width:801px;
	  height:344px;
	  z-index:1;
	  background-repeat:no-repeat;
	  background:url(../images/main-slider/pattern-2.png) left center no-repeat;
  }
  
  /*News Block Six*/
  section.main-slider-two ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
  .slide-two-content{
	  position:relative;
	  z-index:20;
  }
  
  .slide-two-content .inner-box{
	  position:relative;
  }
  
  .slide-two-content .inner-box .image-box{
	  position:relative;
  }
  
  .slide-two-content .inner-box .image-box .image{
	  position:relative;
  }
  
  .slide-two-content .inner-box .image-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
  }
  
  .slide-two-content .inner-box .image-box .image .overlay-box{
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  opacity: 1;
	  width: 100%;
	  height: 100%;
	  z-index:2;
  }
  
  .slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner{
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 100%;
	  height: 100%;
	  display: table;
	  padding: 10px 30px;
	  vertical-align: middle;
  }
  
  .slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner .content{
	  position: relative;
	  display: table-cell;
	  vertical-align: middle;
  }
  
  .slide-two-content .inner-box .image-box .content-inner{
	  position:relative;
	  width:100%;
	  max-width:450px;
	  padding:40px 40px;
	  display:inline-block;
  }
  
  .slide-two-content .inner-box .image-box .content-inner:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  background-color:#ffffff;
	  clip-path: polygon(50% 0%, 100% 0, 100% 76%, 80% 100%, 0 100%, 0% 60%, 0 0);
  }
  
  .slide-two-content .inner-box .image-box .content-inner h2{
	  position: relative;
	  font-weight: 700;
	  font-size: 42px;
	  line-height: 1.3em;
	  margin-bottom: 18px;
	  text-transform: capitalize;
  }
  
  .slide-two-content .inner-box .image-box .content-inner h2 a:hover{
	  color:#dd2602;
  }
  
  .slide-two-content .inner-box .image-box .content-inner h2 a{
	  color:#000000;
  }
  
  .slide-two-content .inner-box .image-box .content-inner .text{
	  position:relative;
	  line-height:1.7em;
	  margin-bottom:30px;
  }
  
  .slide-two-content .inner-box .image-box .content-inner .read-more{
	  position:relative;
	  font-size:14px;
	  font-weight:400;
	  padding:12px 24px;
	  color:rgba(255,255,255,1);
	  text-transform:capitalize;
	  background-color:#dd2602;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  transition:all 500ms ease;
  }
  
  .slide-two-content .inner-box .image-box .content-inner .read-more:hover{
	  background-color:#111111;
  }
  
  /* Main Slider Two */
  
  .contact-info-section{
	  position:relative;
	  padding:100px 0px 70px;
  }
  
  .contact-info-section .contact-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .contact-info-section .contact-column .inner-column{
	  position:relative;
	  border:1px solid #eaeaea;
	  background-color:#ffffff;
  }
  
  .contact-info-section .contact-column .upper-box{
	  position:relative;
	  padding:22px 30px;
	  border-bottom:1px solid #eaeaea;
  }
  
  .contact-info-section .contact-column .upper-box h5{
	  position:relative;
	  color:#010101;
	  font-size:22px;
	  font-weight:700;
	  font-family: 'Inter', sans-serif;
  }
  
  .contact-info-section .contact-column .upper-box .text{
	  position:relative;
	  color:#666666;
	  font-size:15px;
	  margin-top:5px;
  }
  
  .contact-info-section .contact-column .lower-box{
	  position:relative;
	  padding:22px 30px 20px;
	  background-color:#f8f8f8;
  }
  
  .contact-info-section .contact-column .lower-box a{
	  position:relative;
	  padding-left:50px;
	  color:#010101;
	  font-size:18px;
	  font-weight:700;
	  padding-top:8px;
	  line-height:1em;
	  font-family: 'Inter', sans-serif;
  }
  
  .contact-info-section .contact-column .lower-box a .icon{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:38px;
	  height:38px;
	  color:#ffffff;
	  font-size:14px;
	  line-height:38px;
	  text-align:center;
	  border-radius:50px;
	  display:inline-block;
	  background-color:#dd2602;
  }
  
  /* Main Slider Two */
  
  .about-section{
	  position:relative;
	  padding:20px 0px 110px;
  }
  
  .about-section .title-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .about-section .title-column .inner-column{
	  position:relative;
	  text-align:center;
	  padding-top:130px;
  }
  
  .about-section .title-column .sec-title-two{
	  margin-bottom:20px;
  }
  
  .about-section .title-column .text{
	  position:relative;
	  color:#000000;
	  font-size:20px;
	  line-height:1.6em;
	  padding:0px 20px;
	  padding-bottom:25px;
  }
  
  .about-section .title-column .text:before{
	  position:absolute;
	  content:'';
	  left:50%;
	  bottom:0px;
	  height:3px;
	  width:40px;
	  margin-left:-20px;
	  background-color:#dd2602;
  }
  
  .about-section .image-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .about-section .title-column .inner-column{
	  position:relative;
  }
  
  .about-section .image-column .image{
	  position:relative;
	  border-radius:3px;
	  overflow:hidden;
  }
  
  .about-section .image-column .image img{
	  position:relative;
	  width:100%;
	  display:block;
  }
  
  .about-section .image-column .client-box{
	  position:absolute;
	  right:25px;
	  bottom:25px;
	  width:100%;
	  text-align:center;
	  max-width:190px;
	  padding:30px 30px;
	  border-radius:6px;
	  background-color:#dd2602;
	  font-family: 'Inter', sans-serif;
  }
  
  .about-section .image-column .client-box .icon{
	  position:relative;
	  color:#ffffff;
	  font-size:66px;
	  line-height:1em;
	  margin-bottom:25px;
	  font-family: "flaticon-v2"
  }
  
  .about-section .image-column .client-box .count-box{
	  position:relative;
	  color:#ffffff;
	  font-size:36px;
	  font-weight:700;
	  font-family: 'Inter', sans-serif;
  }
  
  .about-section .image-column .client-box .counter-title{
	  color:#ffffff;
	  font-size:16px;
  }
  
  .about-section .content-column{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .about-section .content-column .inner-column{
	  position:relative;
	  padding-top:140px;
  }
  
  .about-section .content-column .text{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .about-section .content-column .text p{
	  position:relative;
	  color:#606060;
	  line-height:1.7em;
	  font-size:16px;
	  margin-bottom:20px;
  }
  
  .about-section .content-column .text p:last-child{
	  margin-bottom:0px;
  }
  
  .about-section .content-column .learn-more{
	  position:relative;
	  color:#000000;
	  font-weight:700;
	  font-size:16px;
	  padding-right:15px;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  transition:all 500ms ease;
  }
  
  .about-section .content-column .learn-more:before{
	  position:absolute;
	  right:0px;
	  top:1px;
	  content:'\f105';
	  color:#dd2602;
	  line-height:1em;
	  font-family: 'Font Awesome 5 Pro';
  }
  
  .about-section .content-column .learn-more:hover{
	  color:#dd2602;
  }
  
  .about-section .lower-box{
	  position:relative;
	  margin-top:30px;
  }
  
  .about-section .lower-box h4{
		position: relative;
		color: #0f0f0f;
		margin: 0px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2em;
		font-family: 'Poppins', sans-serif;
  }
  
  .about-section .lower-box h4{
	  color:#000000;
	  font-weight:700;
	  line-height:1.6em;
	  padding:30px 100px;
	  display:inline-block;
	  border-top:1px solid #dd2602;
	  border-bottom:1px solid #dd2602;
  }
  
  /*** 
  
  ====================================================================
	  Counter Section
  ====================================================================
  
  ***/
  
  .counter-section{
	  position:relative;
	  padding:100px 0px 240px;
	  background-color:#111111;
	  background-repeat:repeat;
  }
  
  /*** 
  
  ====================================================================
	  Services Section Four
  ====================================================================
  
  ***/
  
  .services-section-four{
	  position:relative;
	  overflow:visible;
	  z-index:10;
	  padding:0px 0px 70px;
  }
  
  .services-section-four .inner-container{
	  position:relative;
	  margin-top:-210px;
  }
  
  .services-section-four .service-block-three{
	  padding:0px 0px;
	  float:left;
  }
  
  .service-block-three{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .service-block-three .inner-box{
	  position:relative;
	  padding:80px 50px;
  }
  
  .service-block-three .inner-box .image-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  background-size:cover;
  }
  
  .service-block-three .inner-box .image-layer:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.95;
	  background-color:#ffffff;
  }
  
  .service-block-three .inner-box h5{
	  position:relative;
	  padding-bottom:15px;
  }
  
  .service-block-three .inner-box h5 a{
	  position:relative;
	  color:#000000;
  }
  
  .service-block-three .inner-box h5:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  height:3px;
	  width:40px;
	  background-color:#dd2602;
  }
  
  .service-block-three .inner-box .text{
	  position:relative;
	  color:#454545;
	  font-size:16px;
	  line-height:1.6em;
	  margin-top:30px;
  }
  
  .service-block-three .inner-box .read-more{
	  position:relative;
	  color:#000000;
	  font-weight:700;
	  font-size:16px;
	  margin-top:30px;
	  padding-right:15px;
	  display:inline-block;
  }
  
  .service-block-three .inner-box .read-more:before{
	  position:absolute;
	  right:0px;
	  top:3px;
	  content:'\f105';
	  color:#dd2602;
	  line-height:1em;
	  font-family: 'Font Awesome 5 Pro';
  }
  
  .service-block-three .inner-box h5 a:hover,
  .service-block-three .inner-box .read-more:hover{
	  color:#dd2602;
  }
  
  .service-block-three .inner-box .overlay-box .shape-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  height:180px;
	  background-color:#050404;
	  clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
  }
  
  .service-block-three .inner-box .overlay-box{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  text-align:center;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  transition: all 900ms ease;
	  -webkit-transform: perspective(400px) rotateX(-90deg);
	  -moz-transform: perspective(400px) rotateX(-90deg);
	  -ms-transform: perspective(400px) rotateX(-90deg);
	  -o-transform: perspective(400px) rotateX(-90deg);
	  transform: perspective(400px) rotateX(-90deg);
	  -webkit-transform-origin: top;
	  -moz-transform-origin: top;
	  -ms-transform-origin: top;
	  -o-transform-origin: top;
	  transform-origin: top;
	  -ms-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
  }
  
  .service-block-three .overlay-box .overlay-image-layer{
	  position:absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
  }
  
  .service-block-three .overlay-box .overlay-image-layer:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.93;
	  background-color:#dd2602;
  }
  
  .service-block-three.active .inner-box .overlay-box,
  .service-block-three .inner-box:hover .overlay-box{
	   -webkit-transform: perspective(400px) rotateX(0deg);
	  -moz-transform: perspective(400px) rotateX(0deg);
	  -ms-transform: perspective(400px) rotateX(0deg);
	  -o-transform: perspective(400px) rotateX(0deg);
	  transform: perspective(400px) rotateX(0deg);
  }
  
  .service-block-three .overlay-inner{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  display:table;
	  vertical-align:middle;
	  padding:10px 30px;
  }
  
  .service-block-three .overlay-inner .content{
	  position:relative;
	  display:table-cell;
	  vertical-align:middle;
  }
  
  .service-block-three .overlay-inner .icon-box{
	  position:relative;
	  width:120px;
	  height:120px;
	  font-size:60px;
	  color:#ffffff;
	  line-height:120px;
	  font-weight:400;
	  margin:0 auto;
	  text-align:center;
	  margin-bottom:50px;
	  transition:all 300ms ease;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
	  border:2px dotted #de3414;
	  border-radius:50%;
	  font-family: "flaticon-v2"
  }
  
  .service-block-three .overlay-inner h5{
	  position:relative;
	  padding-bottom:15px;
  }
  
  .service-block-three .overlay-inner h5 a{
	  position:relative;
	  color:#ffffff;
  }
  
  .service-block-three .overlay-inner h5:before{
	  position:absolute;
	  content:'';
	  left:50%;
	  bottom:0px;
	  height:3px;
	  width:34px;
	  margin-left:-17px;
	  background-color:#ffffff;
  }
  
  .service-block-three .overlay-inner .lower-text{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  line-height:1.6em;
	  margin-top:20px;
  }
  
  .service-block-three .overlay-inner h5 a:hover{
	  color:#050404;
  }
  
  .service-block-three .overlay-inner .text{
	  position:relative;
	  color:#ffffff;
	  font-size:16px;
	  line-height:1.8em;
	  margin-top:30px;
  }
  
  .service-block-three .overlay-inner .more{
	  position:relative;
	  color:#222222;
	  font-size:16px;
	  line-height:1.8em;
	  margin-top:20px;
	  font-weight:700;
	  padding:10px 25px 8px;
	  display:inline-block;
	  background-color:#ffffff;
	  transition:all 300ms ease;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
  }
  
  .service-block-three .overlay-inner .more .fa{
	  position:relative;
	  margin-left:5px;
	  top:1px;
  }
  
  .service-block-three .overlay-inner .more:hover{
	  background-color:#222222;
	  color:#ffffff;
  }
  
  /*** 
  
  ====================================================================
	  Portfolio Section
  ====================================================================
  
  ***/
  
  .portfolio-section{
	  position:relative;
	  padding:100px 0px 100px;
  }
  
  .portfolio-section .owl-dots{
	  position:relative;
  }
  
  .portfolio-section .owl-nav{
	  position:absolute;
	  right:60px;
	  bottom:0px;
  }
  
  .portfolio-section .owl-nav button.owl-prev, .portfolio-section .owl-nav button.owl-next{
	  position:relative;
	  width:90px;
	  height:90px;
	  color:#000000;
	  line-height:88px;
	  margin-left:22px;
	  border-radius:50px;
	  display:inline-block;
	  font-size:36px !important;
	  border:1px solid #dd2602 !important;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  transition:all 500ms ease;
  }
  
  .portfolio-section .owl-nav .owl-prev:hover,
  .portfolio-section .owl-nav .owl-next:hover{
	  background-color:#dd2602;
	  color:#ffffff;
  }
  
  .portfolio-block{
	  position:relative;
  }
  
  .portfolio-block .inner-box{
	  position:relative;
  }
  
  .portfolio-block .inner-box .image{
	  position:relative;
  }
  
  .portfolio-block .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
  }
  
  .portfolio-block .inner-box .image:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  right:0px;
	  height:40%;
	  z-index:1;
	  background: rgba(255,255,255,0);
	  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #DD2602 100%);
	  background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #DD2602 100%);
	  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #DD2602 100%);
  }
  
  .portfolio-block .inner-box .image .number{
	  position:absolute;
	  right:30px;
	  bottom:30px;
	  z-index:2;
	  line-height:1em;
	  font-size:150px;
	  color:#ffffff;
	  opacity:0.90;
	  font-weight:700;
	  font-family: 'Inter', sans-serif;
  }
  
  .portfolio-block .inner-box .content-box{
	  position:relative;
	  max-width:580px;
	  width:100%;
	  z-index:3;
	  margin-top:-70px;
	  padding:40px 40px 0px 45px;
	  background-color:#eaeaea;
  }
  
  .portfolio-block .inner-box .content-box h4{
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-transform: capitalize;
  }
  
  .portfolio-block .inner-box .content-box h4:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  bottom:0px;
	  width:44px;
	  height:4px;
	  background-color:#dd2602;
  }
  
  .portfolio-block .inner-box .content-box h4 a{
	  color:#0f0f0f;
  }
  
  .portfolio-block .inner-box .content-box .text{
	  padding-bottom:20px;
	  margin-top:25px;
	  color: #000;
  }
  
  .portfolio-block .inner-box .read-more{
	  position:relative;
	  color:#000000;
	  font-weight:700;
	  font-size:16px;
	  padding-right:15px;
	  -webkit-transition:all 500ms ease;
	  -ms-transition:all 500ms ease;
	  -o-transition:all 500ms ease;
	  -moz-transition:all 500ms ease;
	  transition:all 500ms ease;
  }
  
  .portfolio-block .inner-box .read-more:before{
	  position:absolute;
	  right:0px;
	  top:1px;
	  content:'\f105';
	  color:#dd2602;
	  line-height:1em;
	  font-family: 'Font Awesome 5 Pro';
  }
  
  .portfolio-block .inner-box .read-more:hover{
	  color:#dd2602;
  }
  
  /*** 
  
  ====================================================================
	  Team Section Two
  ====================================================================
  
  ***/
  
  .team-section-two{
	  position:relative;
	  padding:100px 0px 70px;
  }
  
  .team-section-two .owl-carousel .owl-stage-outer{
	  padding:10px 0px 30px;
  }
  
  .team-section-two .owl-theme .team-block-two{
	  margin:0px 15px;
  }
  
  .team-section-two .owl-carousel{
	  margin:0px -15px;
	  width:auto;
  }
  
  .team-section-two .owl-nav{
	  display: none;
  }
  
  .team-section-two .owl-dots{
	  position: absolute;
	  display: block;
	  right: 15px;
	  top: -65px;
	  counter-reset:slides-num;
  }
  
  .team-section-two .owl-dots .owl-dot{
	  position:relative;
	  display: inline-block;
	  vertical-align: top;
	  margin-left:20px;
	  counter-increment: slides-num;
  }
  
  .team-section-two .owl-dots .owl-dot span{
	  position: relative;
	  content:"0" counter(slides-num) "";
	  display: block;
	  font-size: 14px;
	  font-weight: 700;
	  color: #000000;
	  padding-bottom:5px;
	  -webkit-transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  transition:all 0.3s ease;
  }
  
  .team-section-two .owl-dots .owl-dot span:after{
	  position:absolute;
	  content:'/';
	  right:-12px;
	  top:0px;
	  color:#000000;
	  -webkit-transition:all 0.3s ease;
	  -moz-transition:all 0.3s ease;
	  -ms-transition:all 0.3s ease;
	  -o-transition:all 0.3s ease;
	  transition:all 0.3s ease;
  }
  
  .team-section-two .owl-dots .owl-dot:last-child span::after{
	  display:none;
  }
  
  .team-section-two .owl-dots .owl-dot:hover span:after,
  .team-section-two .owl-dots .owl-dot.active span:after{
	  opacity:1;
  }
  
  .team-section-two .owl-dots .owl-dot span:before{
	  position: relative;
	  content:"0" counter(slides-num) "";
  }
  
  .team-section-two .owl-dots .owl-dot:hover span,
  .team-section-two .owl-dots .owl-dot.active span{
	  color: #dd2602;
	  opacity:1;
  }
  
  .team-block-two{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .team-block-two .inner-box{
	  position:relative;
	  text-align:center;
  }
  
  .team-block-two .inner-box:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:45px;
	  background-color:#ffffff;
	  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .team-block-two .inner-box .image{
	  position:relative;
	  overflow:hidden;
	  background-color:#000000;
  }
  
  .team-block-two .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block-two .inner-box:hover .image img{
	  opacity:0.60;
	  transform:scale(1.05,1.05);
  }
  
  .team-block-two .inner-box .image:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  right:0px;
	  bottom:0px;
	  z-index:1;
	  height:50%;
	  background: rgba(255,255,255,0);
	  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	  background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
  }
  
  .team-block-two .inner-box .image .overlay-box{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  z-index:2;
	  color:#ffffff;
	  text-align:center;
	   transition: all 900ms ease;
	  -moz-transition: all 900ms ease;
	  -webkit-transition: all 900ms ease;
	  -ms-transition: all 900ms ease;
	  -o-transition: all 900ms ease;
	  
	  transition: -webkit-transform 0.4s ease;
	  transition: transform 0.4s ease;
	  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	  -webkit-transform: scale(0, 1);
	  -ms-transform: scale(0, 1);
	  transform: scale(0, 1);
	  -webkit-transform-origin: right center;
	  -ms-transform-origin: right center;
	  transform-origin: right center;
  }
  
  .team-block-two .inner-box .image .overlay-box:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.96;
	  background-color:rgba(0,0,0,0.80);
  }
  
  .team-block-two .inner-box:hover .overlay-box{
	  -webkit-transform: scale(1, 1);
	  -ms-transform: scale(1, 1);
	  transform: scale(1, 1);
	  -webkit-transform-origin: left center;
	  -ms-transform-origin: left center;
	  transform-origin: left center;
  }
  
  .team-block-two .inner-box .overlay-inner{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:100%;
	  height:100%;
	  display:table;
	  vertical-align:middle;
	  padding:10px 30px;
  }
  
  .team-block-two .inner-box .overlay-inner .content{
	  position:relative;
	  display:table-cell;
	  vertical-align:middle;
  }
  
  .team-block-two .inner-box .author-image{
	  position:relative;
	  width:129px;
	  height:129px;
	  border-radius:50%;
	  overflow:hidden;
	  margin:0 auto;
	  border:2px solid #dd2602;
	  margin-bottom:20px;
  }
  
  .team-block-two .inner-box .overlay-inner .text{
	  position:relative;
	  color:#ffffff;
	  font-size:15px;
	  line-height:1.6em;
	  margin-bottom:15px;
  }
  
  .team-block-two .inner-box .overlay-inner .social-box{
	  position:relative;
  }
  
  .team-block-two .inner-box .overlay-inner .social-box li{
	  position:relative;
	  margin:0px 7px;
	  display:inline-block;
  }
  
  .team-block-two .inner-box .overlay-inner .social-box li a{
	  position:relative;
	  color:#ffffff;
  }
  
  .team-block-two .inner-box .overlay-inner .social-box li a:hover{
	  color:#dd2602;
  }
  
  .team-block-two .inner-box h5 a{
	  position:relative;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block-two .inner-box h5 a:hover{
	  color:#dd2602;
  }
  
  .team-block-two .inner-box .lower-content{
	  position:relative;
	  padding:25px 25px 22px;
  }
  
  .team-block-two .inner-box .lower-content .content{
	  position:relative;
	  overflow:hidden;
  }
  
  .team-block-two .inner-box .lower-content .content h5 a{
	  color:#0f0f0f;
  }
  
  .team-block-two .inner-box .lower-content .designation{
	  position:relative;
	  color:#666666;
	  margin-top:4px;
	  font-family: 'Inter', sans-serif;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block-two .inner-box:hover .lower-content .designation{
	  opacity:0;
  }
  
  .team-block-two .inner-box:hover .lower-content .phone-number{
	  opacity:1;
  }
  
  .team-block-two .inner-box .lower-content .phone-number{
	  position:absolute;
	  left:0px;
	  right:0px;
	  bottom:-3px;
	  opacity:0;
	  text-align:center;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block-two .inner-box .lower-content .phone{
	  position:relative;
	  color:#666666;
	  padding-left:25px;
	  display:inline-block;
	  font-family: 'Inter', sans-serif;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
  }
  
  .team-block-two .inner-box .lower-content .phone:before{
	  position:absolute;
	  content:'\f095';
	  left:0px;
	  top:0px;
	  color:#dd2602;
	  font-family: 'Font Awesome 5 Pro';
  }
  
  .team-block-two .inner-box .lower-content .more{
	  position:relative;
	  color:#ffffff;
	  font-size:14px;
	  line-height:1.8em;
	  margin-top:20px;
	  font-weight:700;
	  padding:12px 30px 12px;
	  display:inline-block;
	  background-color:#dd2602;
	  transition:all 300ms ease;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
  }
  
  .team-block-two .inner-box .lower-content .more .fa{
	  position:relative;
	  margin-left:5px;
	  top:1px;
  }
  
  .team-block-two .inner-box .lower-content .more:hover{
	  background-color:#222222;
	  color:#ffffff;
  }
  
  /*** 
  
  ====================================================================
	  Testimonial Section Two
  ====================================================================
  
  ***/
  
  .testimonial-section-three{
	  position:relative;
	  padding:120px 0px 120px;
	  background-size:cover;
	  background-attachment:fixed;
  }
  
  .testimonial-section-three:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.95;
	  background-color:#eaeaea;
  }
  
  .testimonial-section-three .owl-dots{
	  display:none;
  }
  
  .testimonial-section-three .owl-nav{
	  position:relative;
	  text-align:center;
	  margin-left:130px;
	  margin-top:-66px;
  }
  
  .testimonial-section-three .owl-nav .owl-prev,
  .testimonial-section-three .owl-nav .owl-next{
	  position:relative;
	  width:72px;
	  height:66px;
	  line-height:66px;
	  text-align:center;
	  display:inline-block;
	  color:#ffffff !important;
	  font-size:24px !important;
	  background-color:#000000 !important;
	  transition:all 300ms ease;
	  -webkit-transition:all 300ms ease;
	  -ms-transition:all 300ms ease;
	  -o-transition:all 300ms ease;
  }
  
  .testimonial-section-three .owl-nav .owl-prev:hover,
  .testimonial-section-three .owl-nav .owl-next:hover{
	  background-color:#dd2602 !important;
  }
  
  .testimonial-block-three{
	  position:relative;
  }
  
  .testimonial-block-three .inner-box{
	  position:relative;
  }
  
  .testimonial-block-three .content-column{
	  position:relative;
	  padding:0px;
	  float:left;
	  z-index:1;
  }
  
  .testimonial-block-three .content-column .inner-column{
	  position:relative;
	  margin-right:-70px;
	  padding:0px 130px 80px 80px;
  }
  
  .testimonial-block-three .content-column .pattern-layer{
	  position:absolute;
	  left:0px;
	  top:70px;
	  right:0px;
	  bottom:0px;
	  background-size:cover;
  }
  
  .testimonial-block-three .content-column .quote{
	  position:relative;
	  color:#dd2602;
	  line-height:1em;
	  font-size:140px;
	  font-family: "flaticon-v2"
  }
  
  .testimonial-block-three .content-column .title{
	  position:relative;
	  color:#dd2602;
	  font-weight:500;
	  letter-spacing:3px;
	  margin-top:20px;
	  margin-bottom:35px;
	  text-transform:uppercase;
  }
  
  .testimonial-block-three .content-column .rating{
	  position:relative;
  }
  
  .testimonial-block-three .content-column .rating .fa{
	  position:relative;
	  color:#ffc000;
	  font-size:16px;
  }
  
  .testimonial-block-three .content-column .text{
	  position:relative;
	  color:#000000;
	  font-size:18px;
	  line-height:1.7em;
	  margin-top:25px;
	  margin-bottom:40px;
	  font-family: 'Inter', sans-serif;
  }
  
  .testimonial-block-three .content-column .author{
	  position:relative;
	  color:#dd2602;
	  font-size:18px;
	  font-weight:700;
	  font-family: 'Inter', sans-serif;
  }
  
  .testimonial-block-three .content-column .author span{
	  position:relative;
	  font-weight:400;
	  font-style:italic;
	  color:#7a7a7a;
	  display:block;
	  font-size:14px;
	  margin-top:5px;
  }
  
  .testimonial-block-three .image-column{
	  position:relative;
	  padding:0px;
	  float:left;
  }
  
  .testimonial-block-three .image-column .inner-column{
	  position:relative;
	  margin-left:-27px;
  }
  
  /*** 
  
  ====================================================================
	  News Section Three
  ====================================================================
  
  ***/
  
  .news-section-three{
	  position:relative;
	  padding:100px 0px 100px;
  }
  
  .news-block-four{
	  position:relative;
	  margin-bottom:30px;
  }
  
  .news-block-four .inner-box{
	  position:relative;
  }
  
  .news-block-four .inner-box .image{
	  position:relative;
	  overflow:hidden;
  }
  
  .news-block-four .inner-box .image img{
	  position:relative;
	  width:100%;
	  display:block;
	  -o-object-fit: cover;
       object-fit: cover;
  }
  
  .news-block-four .inner-box .image .main img{
	  -o-object-fit: cover;
       object-fit: cover;
  }
  
  .news-block-four .inner-box .gradient-layer{
	  position:absolute;
	  left:0px;
	  right:0px;
	  bottom:0px;
	  height:60%;
	  z-index:1;
	  background: rgba(255,255,255,0);
	  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 80%);
	  background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 80%);
	  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 80%);
  }
  
  .news-block-four .inner-box .overlay-box{
	  position:absolute;
	  left:30px;
	  bottom:30px;
	  right:30px;
	  z-index:1;
  }
  
  .news-block-four .inner-box .overlay-box .title{
	  position:relative;
	  color:#ffffff;
	  font-size:15px;
	  padding:5px 15px;
	  font-style:italic;
	  display:inline-block;
	  background-color:#dd2602;
  }
  
  .news-block-four .inner-box .overlay-box h3{
	  font-weight:600;
	  font-size:30px;
	  margin-top:15px;
  }
  
  .news-block-four .inner-box .overlay-box h3 a{
	  position:relative;
	  color:#ffffff;
  }
  
  .news-block-four .inner-box .overlay-box h3 a:hover{
	  color:#dd2602;
  }
  
  .news-block-four .inner-box .post-meta{
	  position:relative;
	  margin-top:25px;
	  padding: 0;
  }
  
  .news-block-four .inner-box .post-meta li{
	  position:relative;
	  color:#ffffff;
	  font-size:14px;
	  padding-right:15px;
	  margin-right:15px;
	  padding-left:25px;
	  display:inline-block;
	  border-right:1px solid #ffffff;
  }
  
  .news-block-four .inner-box .post-meta li:last-child{
	  border:none;
	  margin-right:0px;
	  padding-right:0px;
  }
  
  .news-block-four .inner-box .post-meta li .icon{
	  position:absolute;
	  left:0px;
	  top:2px;
	  color:#dd2602;
  }
  
  .news-block-four .inner-box .post-meta li .icon img{
	  width:auto;
	  padding-top:8px;
	  margin:0 auto;
  }
  
  .news-block-four .inner-box .post-meta li:first-child{
	  padding-left:50px;
  }
  
  .news-block-four .inner-box .post-meta li:first-child .icon{
	  top:-9px;
	  width:38px;
	  height:38px;
	  border-radius:50px;
	  text-align:center;
	  line-height:38px;
	  background-color:#dd2602;
  }
  
  .news-block-four.style-two .inner-box .overlay-box h3{
	  font-size:20px;
  }
  
  .news-block-four.style-two .inner-box .overlay-box{
	  left:20px;
	  bottom:25px;
  }
  
  .news-section-three .button-box{
	  position:relative;
	  margin-top:30px;
  }
  
  .news-section-three .button-box .read-more{
	  position:relative;
	  padding:16px 30px;
	  color:#ffffff;
	  font-weight:700;
	  background-color:#dd2602;
  }
  
  .news-section-three .button-box .read-more:hover{
	  background-color:#111111;
  }
  
  /*** 
  
  ====================================================================
	  CTA Section Two
  ====================================================================
  
  ***/
  
  .cta-section-two{
	  position:relative;
	  padding:120px 0px 120px;
	  background-attachment:fixed;
	  background-size:cover;
	  background-position:center center;
  }
  
  .cta-section-two:before{
	  position:absolute;
	  content:'';
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  opacity:0.60;
	  background-color:#000000;
  }
  
  .cta-section-two .content{
	  position:relative;
	  text-align:center;
  }
  .cta-section-two h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
  .cta-section-two h3{
	  color:#ffffff;
	  line-height:1.4em;
	  margin-bottom:40px;
  }
  
  .cta-section-two .read-more{
	  position:relative;
	  padding:18px 32px;
	  color:#ffffff;
	  font-weight:700;
	  background-color:#dd2602;
  }
  .header-top-three ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
  .cta-section-two .read-more:hover{
	  background-color:#ffffff;
	  color:#111111;
  }

  /* Sec Title */

.sec-title{
    position:relative;
    margin-bottom:40px;
}

.sec-title .title{
    position:relative;
    font-size:20px;
    color:#ec0000;
    line-height:1.5em;
    font-weight:700;
    display:block;
}

.sec-title h2{
    margin-top:15px;
}

.sec-title .text{
    position:relative;
    margin-top:20px;
    color:#666666;
    font-size:16px;
    line-height:1.8em;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
    color:#ffffff;
}

.sec-title.centered{
    text-align:center;
}
.welcome-section ul{
    padding: 0;
}
.welcome-section ul li, .clients-section .sponsors-outer ul li{
    list-style: none;
}
.tracking-section-two .track-tabs ul{
    padding: 0;
}
.tracking-section-two .career-column h4{
    position: relative;
}
.tracking-section-two .default-form .submit-btn{
    border: 0;
}
.feature-section .feature-block-two .inner-box .icon {
    background-color: #084e62;
}
.feature-section .feature-block-two .inner-box .icon i {
     line-height: 55px;
 }
.feature-block-two .inner-box:hover .icon {
    background-color: #ec0000;
}
.projects-section .project-block .inner-box .detail:before {
    font-family: 'Font Awesome 5 Pro';
}
.projects-section .project-block .inner-box .image .icon i{
    line-height: 55px;
}
.testimonial-block .inner-box .quote-icon i{
    line-height: 55px;
}
.news-section .news-block .inner-box .image .post-info li:last-child .icon{
    font-family: 'Font Awesome 5 Pro';
}
.news-section .news-block .inner-box .image ul{
    margin-bottom: 0;
}
.location-section ul{
    padding: 0;
}
.footer-v6 .footer-widget h5{
    position: relative;
}
.footer-v6 .footer-widget ul li a:hover {
    color: #ec0000;
    margin-left: 10px;
    text-decoration: underline;
}
.footer-v6 .footer-widget ul li:before{
    display: none;
}
.footer-v6 .footer-widget ul li:hover{
    padding-left: 0;
}
.elementor-icon-list-v7 i{
    line-height: 0;
}
#elementor-header-section-padding-v7{
    padding: 18px 15px 40px 15px !important;
}

.language{
    position:relative;
    line-height:1em;
    padding:10px 0px;
}

.language button{
    position:relative;
    background:none;
    padding:0px 0px;
    border:0px;
    background-color: transparent;
    color: #ffffff;
}
.language button:hover{
    color: #ffffff;
}
.language button:focus{
    outline:none;
    box-shadow:inherit;
}

.language button:after{
    display:none;
}

.language .flag-icon{
    margin-right:12px;
}

.language .dropdown-menu{
    top:100%;
    right:0px !important;
    left:auto !important;
    width:170px;
    border-radius:0px;
    margin-top:8px !important;
    background-color:#222222;
    border:none;
    padding:0px;
    border-top:3px solid #ec0000;
}

.language > a{
    color:rgba(255,255,255,1);
    padding:10px 0px;
    text-transform:uppercase;
    display:inline-block;
    border:0px;
    top: 0px;
    font-weight:500;
    font-size:16px;
    line-height:1em;
    border-radius: 0px;
}

.language > a:focus{
    box-shadow:inherit;
}

.main-menu .navigation > li.dropdown > a{
    padding-right:15px !important;
}
.main-menu .navigation > li{
    list-style: none;
}

.language > a:after{
    display:none;
}

.language a:hover{
    background:none;
}

.language .dropdown-menu > li{
    padding-right:0px !important;
    margin:0px !important;
    float:none;
    display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.language .dropdown-menu > li:last-child{
    border-bottom:none;
}

.language .dropdown-menu > li > a{
    padding:12px 20px !important;
    color:#ffffff;
    display: block;
    text-align:left;
    font-size: 14px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.language .dropdown-menu > li > a:hover{
    color:#ffffff !important;
    background-color:#ec0000;
}
.btn-secondary:hover{
    background-color: transparent;
    border-color: transparent;
}
.btn-secondary:focus{
    background-color: transparent;
    border-color: transparent;
}
#footer-quick-link-v7 ul li a span{
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
#footer-quick-link-v7 ul li a span:hover{
    margin-left: 10px;
    text-decoration: underline;
}
#footer-column-padding-v7{
    padding-left: 35px !important;
}
/* Email Box */

.email-box{
    position:relative;
    margin-bottom:22px;
}

.email-box .form-group{
    position:relative;
    margin:0px;
    width:100%;
    max-width:100%;
}
.email-box .form-group input{
    border-color: transparent;
}

.email-box .form-group input[type="text"],
.email-box .form-group input[type="email"]{
    position:relative;
    line-height:43px;
    padding:10px 55px 10px 25px;
    background-color:#003c4a;
    display:block;
    font-size:15px;
    height:50px;
    width:100%;
    color:#ffffff;
    box-shadow:inherit;
    border-radius:0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.email-box .form-group input::placeholder,
.email-box .form-group textarea::placeholder{
    color:#ffffff;
}

.email-box .form-group button{
    position:absolute;
    right:0px;
    top:0px;
    height:50px;
    width:64px;
    display:block;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:100%;
    font-weight:normal;
    text-align:center;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background-color: #ec0000;
    border-color: transparent;
}

.email-box .form-group button:hover{
    background-color:#ffffff;
    color:#ec0000;
}
/* Btn Style One */
.slider-button .icon{
    line-height: 34px !important;
    text-align: center !important;
    font-size: 18px;
}
/*.main-header .main-menu .home-v6-menu-icon > li.dropdown > a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}*/
.header-v6 .main-menu .navigation > li.menu-item-has-children > a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}
.header-v6 .main-menu .navigation > li > ul > li,  .header-v6 .main-menu .navigation > li > ul > li > ul > li{
    list-style: none;
}
.header-top .top-left .top-list{
    margin-bottom: 0;
}
.tracking-btn button{
    border: none;
}
.step-block .step-section-v7:before{
    background: url(../images/shape/step-icon-1.png) center center no-repeat;
}
.step-block:nth-child(2) .step-section-v7:before {
    background: url(../images/shape/step-icon-2.png) center center no-repeat;
}
.header-v6 .mobile-menu ul{
    padding-left: 0;
}
.ft-footer-widget-4 p {
    margin-bottom: 1rem;
}
.header-v6 .header-top .top-left .top-list {
    padding-left: 0;
}
.home8-footer .email-box .form-group button:hover {
    color: #4aaa4e;
    background-color: #fff;
}

.home8-footer .email-box .form-group button {
    background: #4aaa4e;
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  
  .tl-thx-section-title {
    margin: 0 auto;
    max-width: 570px;
  }
  .tl-thx-section-title h2 {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 45px;
    position: relative;
  }
  .tl-thx-section-title h2:before, .tl-thx-section-title h2:after,
  .tl-thx-section-title h2 i {
    left: -15px;
    right: 0;
    content: "";
    height: 7px;
    bottom: 20px;
    width: 105px;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
    background-color: #0682eb;
  }
  .tl-thx-section-title h2:after {
    left: 0;
    width: 10px;
    right: -110px;
  }
  .tl-thx-section-title h2 i {
    left: 0;
    right: -140px;
    width: 10px;
  }
  .tl-thx-section-title p {
    font-size: 18px;
  }
  .tl-thx-section-title.text-left h2:before {
    left: 0;
    right: auto;
  }
  .tl-thx-section-title.text-left h2:after {
    left: 110px;
    right: auto;
  }
  .tl-thx-section-title.text-left i {
    left: 125px;
    right: auto;
  }
  
  @-webkit-keyframes btn_shine {
    100% {
      left: 200%;
    }
  }
  @keyframes btn_shine {
    100% {
      left: 200%;
    }
  }
  .tl-thx-btn a {
    z-index: 1;
    height: 45px;
    width: 145px;
    color: #191818;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    background-color: #ffd100;
  }
  .tl-thx-btn a i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
  }
  .tl-thx-btn a:hover {
    background-color: #ffd100;
  }
  .tl-thx-btn a:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .tl-thx-btn a:hover i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }


/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.tl-thx-header-section {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 35px;
    position: absolute;
  }
  .tl-thx-header-section .dropdown {
    position: relative;
  }
  .tl-thx-header-section .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .tl-thx-header-section .dropdown:after {
    top: 2px;
    color: #e3002a;
    right: -14px;
    content: "+";
    font-size: 14px;
    font-weight: 700;
    color: #0682eb;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .tl-thx-header-section .dropdown li:after {
    top: 8px;
    right: 15px;
  }
  .tl-thx-header-section .dropdown-menu {
    left: 0;
    top: 59px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-width: 250px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu {
    top: 20px;
    opacity: 0;
    left: 250px;
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu a {
    font-size: 12px;
    font-weight: 600;
    color: #1a2428;
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu a:before {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu li {
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid rgba(228, 228, 228, 0.95);
  }
  .tl-thx-header-section .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .tl-thx-header-section .dropdown-menu li:after {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu li:hover .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  .tl-thx-header-section .dropdown-menu a {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px 10px !important;
    color: #1a2428 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
  }
  .tl-thx-header-section .dropdown-menu a:before {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu a:after {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu a:hover {
    margin-left: 10px;
  }
  .tl-thx-header-section .dropdown-menu a:hover:before {
    width: 10px;
  }
  .tl-thx-header-section .navbar-nav {
    display: inherit;
  }
  .tl-thx-header-section .tl-thx-brand-logo {
    margin-right: 50px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li {
    margin: 0px 30px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    text-transform: uppercase;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a span {
    right: 0px;
    color: #8381a1;
    display: block;
    line-height: 1;
    text-align: right;
    position: relative;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a:before, .tl-thx-header-section .tl-thx-header-main-menu li a:after {
    top: -3px;
    opacity: 0;
    content: "]";
    right: -10px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a:after {
    top: -3px;
    content: "[";
    right: auto;
    left: -10px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li:hover a:before, .tl-thx-header-section .tl-thx-header-main-menu li:hover a:after {
    opacity: 1;
  }
  .tl-thx-header-section .tl-thx-header-main-menu .dropdown a:before {
    right: -22px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu .dropdown a span {
    right: -20px;
  }
  .tl-thx-header-section .tl-thx-header-cta-btn {
    margin-left: 30px;
  }
  .tl-thx-header-section .tl-thx-header-cta-btn button {
    color: #fff;
    width: 52px;
    border: none;
    height: 52px;
    font-size: 24px;
    border-radius: 8px;
    background-color: #0682eb;
  }


/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #0682eb;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: #ffd100;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../img/cross-out.png), pointer;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.sidebar-info-contents .gallery-box li {
  margin-bottom: 5px;
}

.tl-thx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding-top: 0;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.tl-thx-mobile .mobile_menu_content {display: none;}

.tl-thx-mobile .mobile_menu_overlay.open_mobile_menu {display: none;}
/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@-webkit-keyframes flying {
    0% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px);
    }
    100% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  @keyframes flying {
    0% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px);
    }
    100% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  @-webkit-keyframes floatX {
    0% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
  }
  @keyframes floatX {
    0% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
  }
  @-webkit-keyframes floatX2 {
    0% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
  @keyframes floatX2 {
    0% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
  .tl-thx-banner-section {
    z-index: 1;
    padding: 215px 0px 100px;
  }
  .tl-thx-banner-section .tl-thx-banner-img3 {
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation: floatX2 80s ease-in-out infinite;
            animation: floatX2 80s ease-in-out infinite;
  }
  .tl-thx-banner-section .tl-thx-banner-img2 {
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: floatX 10s ease-in-out infinite;
            animation: floatX 10s ease-in-out infinite;
  }
  .tl-thx-banner-section .tl-thx-banner-img {
    left: 0;
    bottom: -130px;
    -webkit-animation: flying 1.5s linear infinite;
            animation: flying 1.5s linear infinite;
  }
  
  .tl-thx-banner-text {
    margin: 0 auto;
    max-width: 890px;
    padding-left: 330px;
  }
  .tl-thx-banner-text h1 {
    color: #000;
    font-size: 68px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
  }
  .tl-thx-banner-text h1:before, .tl-thx-banner-text h1:after {
    top: 70%;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #0682eb;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .tl-thx-banner-text h1:before {
    left: 0;
  }
  .tl-thx-banner-text h1:after {
    right: 0;
  }
  .tl-thx-banner-text p {
    margin: 0 auto;
    font-size: 20px;
    max-width: 470px;
    line-height: 1.7;
    padding-bottom: 28px;
  }

  
/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.tl-thx-service-section {
    padding: 105px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4f5fb), color-stop(44%, #f2fafd), to(white));
    background: linear-gradient(-180deg, #e4f5fb 0%, #f2fafd 44%, white 100%);
  }
  
  .tl-thx-service-content {
    padding-top: 60px;
  }
  
  .tl-thx-service-inner-item {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e4e6e6;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item:before {
    top: 0;
    left: 0;
    width: 90%;
    opacity: 0;
    height: 90%;
    content: "";
    border-radius: 8px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1px solid #ffd100;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper {
    z-index: 1;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper:before, .tl-thx-service-inner-item .tl-thx-service-img-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.651;
    position: absolute;
    background: #020202;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper:after {
    opacity: 0;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#e5d008), to(black));
    background: linear-gradient(-360deg, #e5d008 0%, black 100%);
  }
  .tl-thx-service-inner-item .tl-thx-service-text-icon {
    left: 22px;
    z-index: 1;
    bottom: -70px;
    max-width: 215px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item .tl-thx-service-icon {
    margin-bottom: 8px;
  }
  .tl-thx-service-inner-item .tl-thx-service-icon i {
    font-size: 35px;
    color: #ffd100;
  }
  .tl-thx-service-inner-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .tl-thx-service-inner-item p {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item .tl-thx-service-btn a {
    width: 40px;
    opacity: 0;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .tl-thx-service-inner-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border: 1px solid transparent;
  }
  .tl-thx-service-inner-item:hover:before {
    top: 32px;
    left: 27px;
    opacity: 1;
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-text-icon {
    bottom: 15px;
  }
  .tl-thx-service-inner-item:hover p {
    opacity: 1;
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-img-wrapper:after {
    opacity: 0.67;
  }
  
  .tl-thx-service-more {
    margin-top: 80px;
  }
  .tl-thx-service-more a {
    color: #0682eb;
    font-weight: 600;
    position: relative;
  }
  .tl-thx-service-more a:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #0682eb;
  }
  .tl-thx-service-more a:hover:before {
    width: 100%;
  }


/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.tl-thx-video-section {
    padding: 130px 0px;
  }
  .tl-thx-video-section .background_overlay {
    opacity: 0.749;
    background-color: #090900;
  }
  
  .tl-thx-video-play-btn {
    margin-bottom: 45px;
  }
  .tl-thx-video-play-btn a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffd100;
    position: relative;
    border-radius: 100%;
    background-color: #2f4850;
  }
  .tl-thx-video-play-btn a:before {
    top: -15px;
    left: -15px;
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #2f4850;
  }
  
  .tl-thx-video-content .tl-thx-section-title {
    max-width: 670px;
  }
  .tl-thx-video-content .tl-thx-section-title h2 {
    color: #fff;
  }
  .tl-thx-video-content .tl-thx-section-title p {
    color: #dcdcdc;
  }
  .tl-thx-video-content .tl-thx-section-title h2:before,
  .tl-thx-video-content .tl-thx-section-title h2:after,
  .tl-thx-video-content .tl-thx-section-title h2 i {
    background-color: #ffd100;
  }
  .tl-thx-video-content .tl-thx-btn {
    margin-top: 45px;
  }

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.tl-thx-team-section {
    padding: 125px 0px 85px;
  }
  
  .tl-thx-team-top-text-btn {
    max-width: 590px;
  }
  .tl-thx-team-top-text-btn .tl-thx-btn {
    margin-top: 35px;
  }
  
  .tl-thx-team-content {
    padding-top: 40px;
  }
  
  .tl-thx-team-inner-item {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-team-inner-item:before {
    top: 0;
    left: 0;
    width: 90%;
    opacity: 0;
    height: 75%;
    content: "";
    border-radius: 8px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1px solid #ffd100;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper {
    z-index: 1;
    height: 320px;
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e4e6e6;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-img {
    overflow: hidden;
    border-radius: 8px;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#e5d008), to(black));
    background: linear-gradient(-360deg, #e5d008 0%, black 100%);
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social {
    left: 0;
    right: 0;
    top: 40%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social a {
    color: #fff;
    margin: 0px 8px;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social a:hover {
    color: #0682eb;
  }
  .tl-thx-team-inner-item .tl-thx-team-text h3 {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
  }
  .tl-thx-team-inner-item .tl-thx-team-text p {
    font-size: 14px;
    color: #8a8a8a;
  }
  .tl-thx-team-inner-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tl-thx-team-inner-item:hover:before {
    top: 32px;
    left: 27px;
    opacity: 1;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper {
    border: 1px solid transparent;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper .tl-thx-team-social {
    top: 50%;
    opacity: 1;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper .tl-thx-team-img:before {
    opacity: 0.67;
  }

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.tl-thx-testimonial-section {
    padding: 135px 0px 245px;
  }
  .tl-thx-testimonial-section .tl-thx-section-title {
    max-width: 590px;
  }
  
  .tl-thx-testimonial-content {
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
    padding: 55px 15px;
    background-color: #fff;
  }
  .tl-thx-testimonial-content .testimonial-shape1 {
    z-index: -1;
    right: -70px;
    opacity: 0.15;
    bottom: -170px;
  }
  .tl-thx-testimonial-content .carousel_nav button {
    width: 45px;
    border: none;
    height: 45px;
    color: #010101;
    background-color: #ffd100;
  }
  .tl-thx-testimonial-content .carousel_nav button i {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-testimonial-content .carousel_nav button:hover {
    background-color: #f2f1eb;
  }
  .tl-thx-testimonial-content .carousel_nav button:hover i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .tl-thx-testimonial-content .testi-left_arrow,
  .tl-thx-testimonial-content .testi-right_arrow {
    top: 50%;
    z-index: 2;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tl-thx-testimonial-content .testi-left_arrow {
    left: 30px;
  }
  .tl-thx-testimonial-content .testi-right_arrow {
    right: 30px;
  }
  
  .tl-thx-testimonial-item-wrap {
    margin: 0 auto;
    max-width: 650px;
    padding-top: 15px;
  }
  .tl-thx-testimonial-item-wrap p {
    padding-bottom: 30px;
  }
  .tl-thx-testimonial-item-wrap .tl-thx-testimonial-author h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 600;
  }
  .tl-thx-testimonial-item-wrap .tl-thx-testimonial-author span {
    color: #a3a3a3;
    font-size: 14px;
  }

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.tl-thx-contact-section {
  padding-bottom: 115px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4f5fb), color-stop(44%, #f2fafd), to(white));
  background: linear-gradient(0deg, #e4f5fb 0%, #f2fafd 44%, white 100%);
}

.tl-thx-contact-content {
  z-index: 1;
}
.tl-thx-contact-content .tl-thx-contact-img {
  top: 0;
  right: 0;
  z-index: -1;
}
.tl-thx-contact-content .tl-thx-contact-img2 {
  top: 100px;
  right: -220px;
}

.tl-thx-contact-text-area .tl-thx-section-title {
  margin: 0;
}
.tl-thx-contact-text-area .tl-thx-section-title p {
  max-width: 440px;
  padding-bottom: 30px;
}

.tl-thx-contact-info li {
  color: #002813;
  font-weight: 600;
  margin-bottom: 10px;
}
.tl-thx-contact-info li i {
  margin-right: 5px;
}

.tl-thx-contact-form {
  padding: 30px;
  max-width: 715px;
  margin-top: 35px;
  background-color: #fff;
  -webkit-box-shadow: 2.837px -0.977px 29px 0px rgba(26, 97, 120, 0.09);
          box-shadow: 2.837px -0.977px 29px 0px rgba(26, 97, 120, 0.09);
}
.tl-thx-contact-form .tl-thx-contact-input {
  margin-bottom: 20px;
}
.tl-thx-contact-form .tl-thx-contact-input select {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.tl-thx-contact-form textarea {
  width: 100%;
  height: 105px;
  border: none;
  padding: 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.tl-thx-contact-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.tl-thx-contact-method p {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0px 10px;
}

.tl-thx-method-option .method-input {
  display: none;
}
.tl-thx-method-option label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
  padding-right: 30px;
}
.tl-thx-method-option label span {
  position: relative;
}
.tl-thx-method-option label span:before {
  top: 0px;
  left: 10px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #e1e1e1;
}
.tl-thx-method-option label span:after {
  top: 4px;
  left: 14px;
  content: "";
  height: 12px;
  width: 12px;
  display: none;
  position: absolute;
  background-color: #ffd100;
}
.tl-thx-method-option .method-input:checked ~ span:after {
  display: block;
}

.tl-thx-method-input input {
  width: 90%;
  height: 50px;
  border: none;
  margin-left: 20px;
  border-radius: 8px;
  padding-left: 20px;
  background-color: #f5f5f5;
}
.tl-thx-method-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.tl-thx-contact-form button {
  width: 100%;
  color: #fff;
  height: 45px;
  border: none;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #0682eb;
}
  .tl-thx-googlemap {
    height: 710px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }


/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.tl-thx-blog-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.tl-thx-blog-top-content {
  padding-bottom: 38px;
}
.tl-thx-blog-top-content .tl-thx-btn a {
  width: 190px;
}

.tl-thx-blog-top-text h3 {
  color: #010101;
  font-size: 48px;
  font-weight: 600;
}

.tl-thx-blog-img-wrapper:after {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #e8ecea;
}
.tl-thx-blog-img-wrapper .tl-thx-blog-img {
  overflow: hidden;
  border-radius: 8px;
}

.tl-thx-blog-feed-wrapper {
  padding-left: 70px;
}

.tl-thx-blog-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ecea;
}
.tl-thx-blog-item .tl-thx-blog-date {
  width: 70px;
  color: #979797;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
.tl-thx-blog-item .tl-thx-blog-date span {
  color: #010101;
  font-size: 42px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta {
  width: 380px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta h3 {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  padding-bottom: 10px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:before {
  top: 0;
  width: 1px;
  content: "";
  right: -15px;
  height: 20px;
  position: absolute;
  background-color: #bbbbbb;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:nth-child(1) {
  color: #0190ff;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:last-child {
  margin-right: 0;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:last-child:before {
  display: none;
}

/* Footer */
footer#ft-footer-3.ft-footer-seven {
  background: #141000;
}
.sidebar-info-contents .content-inner .logo {
  max-width: 220px;
}
.ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn, .ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button, .ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before,
.ft-footer-seven .ft-footer-widget .gallery-widget li a:before{
  background: #ffd100;
}

.ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
  color: #ffd100;
}
.sidebar-nav figure.gallery-item {
  display: inline-block;
  width: 77px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-nav p {color: #fff;}



/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
    .tl-thx-banner-section {
      overflow: hidden;
    }
  
    .tl-thx-contact-section {
      overflow: hidden;
    }
  
    .tl-thx-banner-section .tl-thx-banner-img {
      left: -260px;
      bottom: -40px;
    }
  }
  @media screen and (max-width: 1100px) {
    .tl-thx-banner-section .tl-thx-banner-img {
      display: none;
    }
  
    .tl-thx-banner-text {
      padding-left: 0;
    }
  
    .tl-thx-header-section .tl-thx-header-main-menu li {
      margin: 0px 20px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-img-wrapper {
      height: 100%;
    }
  
    .tl-thx-service-inner-item h3 {
      font-size: 16px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-btn a {
      width: 30px;
      height: 30px;
    }
  
    .tl-thx-service-inner-item:hover:before {
      top: 26px;
      left: 22px;
    }
  
    .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
  
    .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper {
      height: auto;
    }
  
    .tl-thx-team-inner-item:hover:before {
      top: 20px;
      left: 22px;
    }
  
    .tl-thx-contact-content .tl-thx-contact-img {
      display: none;
    }
  
    .tl-thx-footer-widget .gallery-widget li a {
      height: 65px;
      width: 65px;
    }
  }
  @media screen and (max-width: 991px) {
    .tl-thx-service-inner-item {
      margin: 0 auto;
      max-width: 270px;
      margin-bottom: 30px;
    }
  
    .tl-thx-service-inner-item h3 {
      font-size: 20px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-btn a {
      height: 40px;
      width: 40px;
    }
  
    .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  
    .tl-thx-service-inner-item:hover:before {
      top: 32px;
      left: 27px;
    }
  
    .tl-thx-section-title h2 {
      font-size: 36px;
    }
  
    .tl-thx-team-inner-item {
      margin: 0 auto;
      max-width: 270px;
      margin-bottom: 40px;
    }
  
    .tl-thx-team-inner-item:hover:before {
      top: 32px;
      left: 27px;
    }
  
    .tl-thx-blog-img-wrapper,
  .tl-thx-blog-feed-wrapper {
      margin: 0 auto;
      max-width: 570px;
    }
    .tl-thx-blog-img-wrapper:after,
  .tl-thx-blog-feed-wrapper:after {
      display: none;
    }
  
    .tl-thx-blog-feed-wrapper {
      padding-left: 0;
      margin-top: 40px;
    }
  
    .tl-thx-main-navigation {
      display: none;
    }
  
    .xs-sidebar-widget {
      display: none;
    }
    
    
    .sidebar-info-contents .logo img {width: 210px;}
    .tl-thx-header-section .tl-thx-header-cta-btn {
      margin-left: 0;
    }
  
    .tl-thx-mobile .mobile_menu_content {
      display: block;
    }
  
    .tl-thx-mobile .mobile_menu_overlay.open_mobile_menu {
      display: block;
    }
  
    .xs-sidebar-group .xs-overlay {
      display: none;
    }
  }
  @media screen and (max-width: 680px) {
    .tl-thx-team-top-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .tl-thx-testimonial-content .testi-left_arrow, .tl-thx-testimonial-content .testi-right_arrow {
      float: left;
      position: static;
      display: inline-block;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  
    .tl-thx-testimonial-content .carousel_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .tl-thx-contact-content .tl-thx-contact-img2 {
      display: none;
    }
  
    .tl-thx-footer-widget .menu-widget {
      padding-left: 0;
    }
  
    .tl-thx-footer-widget .widget-title {
      padding-bottom: 10px;
    }
  
    .tl-thx-footer-widget {
      margin-bottom: 30px;
    }
  
    .tl-thx-footer-section .tl-thx-footer-copyright {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
  
    .tl-thx-footer-section .copyright-text {
      width: 100%;
      text-align: center;
    }
  
    .tl-thx-footer-section .copyright-logo {
      padding: 15px 0px;
    }
  
    .tl-thx-blog-top-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 500px) {
    .tl-thx-header-main-content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  
    .tl-thx-header-section .tl-thx-header-cta-btn button {
      width: 35px;
      height: 35px;
    }
  
    .tl-thx-header-section .tl-thx-header-main-menu {
      padding: 10px;
    }
  
    .tl-thx-banner-text h1 {
      font-size: 40px;
    }
  
    .tl-thx-banner-text p {
      font-size: 18px;
    }
  
    .tl-thx-banner-section {
      z-index: 1;
      padding: 180px 0px 70px;
    }
  
    .tl-thx-section-title h2 {
      font-size: 30px;
    }
  
    .tl-thx-section-title p {
      font-size: 16px;
    }
  
    .tl-thx-service-section {
      padding: 50px 0px;
    }
  
    .tl-thx-service-content {
      padding-top: 30px;
    }
  
    .tl-thx-service-more {
      margin-top: 30px;
    }
  
    .tl-thx-video-section {
      padding: 60px 0px;
    }
  
    .tl-thx-video-play-btn a {
      width: 60px;
      height: 60px;
    }
  
    .tl-thx-video-play-btn a:before {
      width: 75px;
      height: 75px;
    }
  
    .tl-thx-video-play-btn a:before {
      top: -8px;
      left: -8px;
    }
  
    .tl-thx-video-play-btn {
      margin-bottom: 30px;
    }
  
    .tl-thx-team-section {
      padding: 60px 0px 30px;
    }
  
    .tl-thx-testimonial-section {
      padding: 60px 0px;
    }
  
    .tl-thx-blog-section {
      padding: 20px 0px 60px;
    }
  
    .tl-thx-blog-top-text h3 {
      font-size: 30px;
      margin-bottom: 0;
      padding-bottom: 20px;
    }
  
    .tl-thx-method-option-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .tl-thx-method-input input {
      margin-left: 0;
      margin-top: 15px;
    }
  
    .tl-thx-contact-section {
      padding-bottom: 60px;
    }
  
    .tl-thx-googlemap {
      height: 280px;
      overflow: hidden;
    }
    .tl-thx-googlemap iframe {
      height: 280px;
    }
  
    .tl-thx-footer-content {
      padding: 60px 0px 20px;
    }
  
    .tl-thx-footer-widget .gallery-widget li a {
      width: 85px;
      height: 90px;
    }
  
    .tl-thx-footer-widget .widget-title {
      font-size: 20px;
    }
  
    .tl-thx-header-section {
      padding-top: 15px;
    }
  
    .tl-thx-header-section .tl-thx-brand-logo {
      width: 130px;
    }
  }
  /*---------------------------------------------------- */

  /* Fastrans HTML-5 Template */

@media only screen and (max-width: 1340px){

	.page-wrapper{
		overflow:hidden;	
	}
	
}

@media only screen and (max-width: 1140px){
	
	h1{
		font-size:68px;
	}
	
	.main-slider h1 span{
		font-size:50px;
	}
	
	.header-top-three .social-box span,
	.main-header .btn-box{
		display:none;
	}
	
	.main-header .search-box-btn{
		margin-right:20px;
	}
	
	.welcome-section .content-column .inner-column{
		padding-top:0px;
	}
	
	.track-tabs .tab-btns .tab-btn{
		width:49.5%;
	}
	
	.testimonial-section .sec-title .text{
		max-width:450px;
	}
	
	.testimonial-section .sec-title .text br{
		display:none;
	}
	
	.news-block .inner-box .image .post-info{
		padding:15px 20px;
	}
	
	.news-block .inner-box .image .post-info li{
		margin-right:15px;
		font-size:14px;
	}
	
	.footer-style-two .newsletter-widget .widget-content{
		padding-left:0px;
	}
	
	.services-section-three .carousel-column .pattern-layer,
	.opportunity-section .skill-column .inner-column .sec-title-two .text br,
	.contact-cta-section .right-column .text br,
	.contact-cta-section .left-column .text br{
		display:none;
	}
	
	.opportunity-section .counter-column .inner-column{
		margin-left:0px;
	}
	
	.team-section .sec-title-two h2{
		font-size:50px;
	}
	
	.main-menu .navigation > li.menu-item-has-children:hover > ul,
	.header-style-three .main-menu .navigation > li > ul{
		right:0px;
		left:auto;
	}
	
	.contact-info-section .contact-column .lower-box a{
		font-size:15px;
	}
	
	.about-section .title-column .text{
		font-size:18px;
	}
	
	.service-block-three .inner-box{
		padding:80px 30px;
	}
	
	.testimonial-block-three .content-column .inner-column{
		padding:0px 130px 40px 40px;
	}
	
}

@media only screen and (min-width: 768px){
	
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-menu{
		display:none;
	}
	div#navbar-collapse-1 {
		display: block;
	}
	.main-header .nav-outer .mobile-nav-toggler{
		display:block;
	}
	
	.nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0;
		padding: 10px 0px 0px;
		margin-left: 20px;
	}
	
	#navbarSupportedContent{
		display:block;
	}
	
	.mCSB_inside > .mCSB_container{
		margin-right:0px;
	}
	
	.main-header .outer-box{
		float:left;
	}
	
	.main-header .btn-box{
		display:block;
	}
	
	.main-header .nav-outer{
		padding-right:20px;
	}
	
	.sticky-header .mobile-nav-toggler{
		display:block;
		margin-left:20px;
	}
	
	h1{
		font-size:54px;
	}
	
	.tracking-section .featured-column .inner-column::before{
		left:-30px;
	}
	
	.feature-block .inner-box h6{
		padding-right:15px;
	}
	
	.welcome-section .content-column{
		order:1;
		padding-bottom:40px;
	}
	
	.welcome-section .image-column{
		order:2;
	}
	
	.services-section .sec-title .pull-right{
		width:100%;
	}
	
	.services-section .sec-title .btn-box{
		margin-top:30px;
	}
	
	.steps-section .inner-container{
		padding:0px 0px;
	}
	
	.step-block .inner-box::before{
		display:none;
	}
	
	.tracking-section-two .career-column .inner-column{
		margin-left:0px;
	}
	
	.testimonial-section .sec-title .pull-right{
		width:100%;
	}
	
	.testimonial-section .sec-title .text{
		max-width:100%;
	}
	
	.news-block .inner-box .image .post-info{
		padding-bottom:5px;
	}
	
	.news-block .inner-box .image .post-info li{
		margin-bottom:10px;
	}
	
	.news-block .inner-box .lower-content{
		padding:20px 20px;
	}
	
	.banner-section .lower-content .social-box{
		text-align:center;
		margin-top:20px;
	}
	
	.banner-section .lower-content .text{
		max-width:100%;
		text-align:center;
	}
	
	.banner-section .lower-content .down-arrow{
		position:relative;
		left:0px;
		margin-left:0px;
		margin:0 auto;
		margin-top:40px;
	}
	
	.banner-section .lower-content{
		padding-top:40px;
	}
	
	.banner-section{
		padding-top:200px;
	}
	
	.contact-cta-section .left-column{
		width:100%;
	}
	
	.contact-cta-section .right-column{
		width:100%;
	}
	
	.opportunity-section .skill-column .skills{
		padding-right:0px;
	}
	
	.opportunity-section .counter-column .fact-counter{
		top:auto;
		bottom:0px;
	}
	
	.team-section .sec-title-two .pull-right{
		width:100%;
	}
	
	.team-section .sec-title-two .text br{
		display:none;
	}
	
	.services-section-three .carousel-column .inner-column{
		margin-top:0px;
	}
	
	.testimonial-block-two .inner-box .text{
		font-size:24px;
	}
	
	.footer-style-two .newsletter-widget .widget-content{
		padding-top:40px;
	}
	
	.main-header.header-style-two .sticky-header .sticky-nav-toggler{
		position:relative;
		margin-left:0px;
		display:block !important;
	}
	
		.team-section .team-block.translate-top{
		transform:translateY(0px);
	}
	
	.team-section .owl-carousel .owl-stage-outer{
		padding-bottom:0px;
	}
	
	.header-style-three .nav-outer{
		padding-right:0px;
	}
	
	.header-style-three .header-upper .inner-container{
		padding-left:0px;
	}
	
	.header-top-three .top-left .top-list li:last-child{
		margin-bottom:0px;
		display:none;
	}
	
	.slide-two-content .inner-box .image-box .content-inner{
		padding:15px 20px 20px;
	}
	
	.about-section .content-column{
		order:2;
	}
	
	.about-section .image-column{
		order:3;
	}
	
	.about-section .content-column .inner-column,
	.about-section .title-column .inner-column{
		padding-top:0px;
	}
	
	.about-section .lower-box h4 br{
		display:none;
	}
	
	.portfolio-section .owl-nav{
		right:0px;
	}
	
	.portfolio-block .inner-box .content-box{
		margin-top:0px;
		max-width:100%;
	}
	
	.portfolio-section .owl-nav{
		position:relative;
		margin-top:30px;
	}
	
	.portfolio-block .inner-box .content-box{
		padding:30px 0px 0px;
	}
	
	.portfolio-section .owl-nav .owl-prev,
	.portfolio-section .owl-nav .owl-next{
		margin-left:0px;
		margin-right:20px;
	}
	
	.team-section-two .owl-dots{
		position:relative;
		top:0px;
		right:0px;
		text-align:center;
	}
	
	.testimonial-section-three .owl-nav{
		margin-top:0px;
		margin-left:0px;
	}
	
	.cta-section-two h3 br{
		display:none;
	}
	
	.header-style-three .sticky-header .mobile-nav-toggler{
		display:block !important;
	}
	
}

@media only screen and (max-width: 767px){
	
	.main-header .header-top .top-right{
		display:none;
	}
	
	.sec-title .title{
		font-size:17px;
	}
	
	.testimonial-block-three .content-column .inner-column{
		margin-right:0px;
		padding:0px 30px 30px 30px;
	}
	
	.testimonial-section-three{
		padding-top:80px;
	}
	
	.slide-two-content .inner-box .image-box .content-inner h2,
	h2{
		font-size:32px;
	}
	
	h1,
	.main-slider h1 span{
		font-size:42px;
	}
	
	.news-block-four .inner-box .overlay-box h3,
	h3{
		font-size:28px;
	}
	
	.main-slider .text{
		font-size:16px;
	}
	
	.tracking-section .featured-column .inner-column{
		text-align:center;
		padding-left:0px;
		padding-bottom:0px;
	}
	
	.header-top-three .top-left,
	.location-section .column::before,
	.feature-block .inner-box:before{
		display:none;
	}
	
	.feature-block{
		margin-bottom:30px;
	}
	
	.track-tabs .tab-btns{
		margin-bottom:0px;
	}
	
	.track-tabs .tabs-content{
		padding:30px 30px;
	}
	
	.location-section .post-info li{
		display:block;
	}
	
	.main-footer .footer-bottom .pull-left,
	.main-footer .footer-bottom .pull-right{
		width:100%;
		text-align:center;
	}
	
	.main-footer .footer-bottom .copyright{
		margin-bottom:10px;
	}
	
	.header-top .top-left .top-list li{
		font-size:15px;
	}
	
	.sticky-header .mobile-nav-toggler{
		display:block;
	}
	
	.main-header .sticky-header .btn-box{
		display:none;
	}
	
	.main-header{
		position:relative;
	}
	
	.banner-section{
		padding-top:120px;
	}
	
	.main-header.header-style-two{
		background-color:#111111;
	}
	
	.main-header.header-style-two .header-upper .logo-box{
		padding:10px 0px;
	}
	
	.team-section .sec-title-two h2{
		font-size:40px;
	}
	
	.footer-style-two .footer-bottom .copyright{
		padding-right:0px;
		border:0px;
	}
	
	.footer-style-two .contact-widget .widget-content{
		padding:50px 50px 40px;
	}
	
	.footer-style-two .logo-box{
		position:relative;
		margin-bottom:40px;
		display:inline-block;
	}
	
	.main-header.header-style-two .nav-outer{
		padding-right:0px;
	}
	
	.slide-two-content .inner-box .image-box .content-inner{
		padding:0px 0px;
		max-width:100%;
	}
	
	.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner,
	.slide-two-content .inner-box .image-box .image .overlay-box{
		position:relative;
	}
	
	.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner{
		padding:30px 15px 50px;
	}
	
	.main-slider-two .product-details .image-column .thumbs-carousel li{
		font-size:18px;
	}
	
	.main-slider-two .product-details .image-column .thumbs-carousel{
		border-top:1px solid #e3e3e3;
	}
	
	.about-section .lower-box h4{
		padding:30px 0px;
	}
	
	.header-top-three .top-right{
		width:100%;
		text-align:center;
	}
	
}

@media only screen and (max-width: 599px){
	
	h1{
		font-size:34px;
	}
	
	.sec-title-two h2,
	.team-section .sec-title-two h2,
	h2{
		font-size:30px;
	}
	
	.main-slider .text{
		font-size:16px;
	}
	
	.sec-title-two h2 br,
	.sec-title-two .text br,
	.location-section .post-info li br,
	.sec-title .text br,
	.main-header .btn-box,
	.main-slider .text br,
	.sec-title h2 br{
		display:none;
	}
	
	.header-top .top-left .top-list{
		text-align:center;
	}
	
	.header-top .top-left .top-list li:last-child{
		border:0px;
		margin-right:0px;
		padding-right:0px;
	}
	
	.tracking-form .form-group{
		padding-right:0px;
	}
	
	.tracking-form .form-group button{
		position:relative;
		width:100%;
		margin-top:20px;
	}
	
	.track-tabs .tab-btns .tab-btn{
		width:100%;
	}
	
	.opportunity-section .counter-column .fact-counter{
		position:relative;
		display:block;
		width:100%;
	}
	
	.service-block-two .inner-box .lower-content{
		left:20px;
		right:20px;
	}
	
	.testimonial-block-two .inner-box .text{
		font-size:20px;
	}
	
	.footer-style-two .contact-widget .widget-content{
		padding:30px 30px;
	}
	
	.footer-style-two .footer-bottom .social-box{
		margin-left:0px;
		margin-top:20px;
	}
	
	.banner-section .upper-content h1{
		margin-top:30px;
	}
	
	.banner-section .lower-content{
		padding-top:30px;
	}
	
	.portfolio-block .inner-box .image .number{
		font-size:100px !important;
	}
	
	.about-section .title-column .text{
		padding-left:0px;
		padding-right:0px;
	}
	
}

@media only screen and (max-width: 479px) {
	
	h1,
	.main-slider h1,
	.main-slider h1 span{
		font-size:22px;
	}
	
	.sec-title-two h2, .team-section .sec-title-two h2, h2{
		font-size:24px !important;
	}
	
	.footer-style-two .contact-widget h2{
		font-size:32px;
	}
	
	h3{
		font-size:28px;
	}
	
	h4{
		font-size:22px;
	}
	
	.contact-info-section .contact-column .upper-box h5{
		font-size:20px;
	}
	
	.main-slider .text{
		font-size:13px;
	}
	
	.testimonial-block-three .content-column .text{
		font-size:16px;
	}
	
	.service-block-three .overlay-inner .lower-text br{
		display:none;
	}
	
	.sec-title .title{
		letter-spacing:1px;
	}
	
	.main-header .header-upper{
		background-color:#ffffff;
	}
	
	.main-header .nav-outer{
		padding-right:0px;
	}
	
	.main-header .header-upper .inner-container{
		padding-left:0px;
	}
	
	.main-header .header-upper .logo-box{
		padding:5px 0px;
	}
	
	.sticky-header .logo img,
	.main-header .header-upper .logo-box .logo img{
		width:180px;
	}
	
	.header-top .top-left .top-list li{
		font-size:14px;
	}
	
	.welcome-section .image-column .inner-column{
		padding-right:0px;
	}
	
	.welcome-section .image-column .year-box{
		right:0px;
		bottom:0px;
	}
	
	.welcome-section .image-column .year-box{
		padding:20px 20px;
	}
	
	.service-block .inner-box .side-icon{
		position:relative;
	}
	
	.service-block .inner-box .color-layer{
		top:auto;
		bottom:-150px;
	}
	
	.tracking-section-two .career-column .inner-column{
		padding:20px 20px;
	}
	
	.tracking-section-two .career-column h4{
		margin-bottom:20px;
	}
	
	.tracking-section-two .career-column .btn-box{
		margin-top:30px;
	}
	
	.news-block .inner-box .image .post-info,
	.project-block .inner-box .lower-content h4 br{
		display:none;
	}
	
	.main-header.header-style-two .header-upper{
		background-color:#111111;
	}
	
	.main-header.header-style-two .header-upper .mobile-nav-toggler{
		font-size:0px !important;
		padding:15px 10px 15px 3px;
	}
	
	.banner-section .upper-content .title{
		letter-spacing:0px;
	}
	
	.contact-info-section .contact-column .lower-box a{
		font-size:14px;
	}
	
	.contact-info-section .contact-column .lower-box{
		padding:15px 20px 20px;
	}
	
	.news-block-four .inner-box .overlay-box h3 br{
		display:none;
	}
	
	.news-block-four .inner-box .overlay-box h3, h3{
		font-size:20px !important;
	}
	
	.news-block-four .inner-box .overlay-box{
		left:20px;
		bottom:20px;
		right:20px;
	}
	
	.news-block-four .inner-box .post-meta li{
		font-size:11px;
	}
	
	.news-block-four .inner-box .post-meta li:first-child .icon{
		top:-12px;
	}
	
}


/*----------------------------------------------------




=====================================================================*/
/*=========
Font load
===========*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap);
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #646464;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Inter";
}

.container {
  max-width: 1200px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.ftn-section-title {
  padding-bottom: 25px;
}
.ftn-section-title .sub-title {
  color: #d97500;
  display: inline-block;
  padding-bottom: 18px;
}
.ftn-section-title h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
}
.ftn-section-title h2 span {
  color: #d97500;
  position: relative;
  display: inline-block;
}
.ftn-section-title h2 span:after {
  right: 0;
  height: 35px;
  content: "";
  bottom: -35px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.ftn-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: #fff;
}
.ftn-header-section .dropdown {
  position: relative;
}
.ftn-header-section .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ftn-header-section .dropdown:after {
  top: 2px;
  color: #000;
  right: -14px;
  content: "+";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ftn-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}
.ftn-header-section .dropdown-menu {
  left: 0;
  top: 59px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.ftn-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}
.ftn-header-section .dropdown-menu .dropdown-menu a {
  font-weight: 600;
  color: #1a2428;
}
.ftn-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.ftn-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.ftn-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ftn-header-section .dropdown-menu li:after {
  display: none;
}
.ftn-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.ftn-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  font-size: 14px;
  position: relative;
  padding: 12px 20px 12px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
}
.ftn-header-section .dropdown-menu a:before {
  display: none;
}
.ftn-header-section .dropdown-menu a:after {
  display: none;
}
.ftn-header-section .dropdown-menu a:hover {
  margin-left: 10px;
}
.ftn-header-section .dropdown-menu a:hover:before {
  width: 10px;
}

.ftn-header-content-area {
  z-index: 1;
}
.admin-bar .ftn-header-section {
	margin-top: 32px;
}
.ftn-header-content-area:before {
  top: 0;
  right: 0;
  width: 65.5%;
  z-index: -1;
  content: "";
  height: 50px;
  position: absolute;
  background-color: #d97500;
}

.ftn-header-content-wrap .brand-logo {
  padding: 35px;
  background-color: #d97500;
}
.ftn-header-content-wrap .header-top-cta {
  padding-top: 13px;
  padding-left: 30px;
}
.ftn-header-content-wrap .header-top-cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ftn-header-content-wrap .header-top-cta li {
  color: #fff;
  font-size: 15px;
  margin-left: 50px;
  position: relative;
}
.ftn-header-content-wrap .header-top-cta li:after {
  top: 0;
  width: 1px;
  content: "";
  left: -25px;
  height: 20px;
  position: absolute;
  background-color: #e19133;
}
.ftn-header-content-wrap .header-top-cta li:first-child {
  margin-left: 0;
}
.ftn-header-content-wrap .header-top-cta li:first-child:after {
  display: none;
}
.ftn-header-content-wrap .header-top-cta li i {
  margin-right: 5px;
}

.ftn-header-main-menu-cta-btn {
  padding: 37px 0px 23px;
}
.ftn-header-main-menu-cta-btn .header-cta-btn {
  margin-left: 25px;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 18px 30px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  background-color: #d97500;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a:after {
  left: -15px;
  width: 100%;
  content: "";
  height: 28px;
  bottom: -15px;
  position: absolute;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a:hover {
  background-color: #ba6502;
}

.ftn-main-navigation .navbar-nav {
  display: inherit;
}
.ftn-main-navigation li {
  margin-right: 60px;
}
.ftn-main-navigation li a {
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.ftn-main-navigation li a span {
  right: 0px;
  color: #8381a1;
  display: block;
  line-height: 1;
  text-align: right;
  position: relative;
}
.ftn-main-navigation li a:before, .ftn-main-navigation li a:after {
  top: -3px;
  opacity: 0;
  content: "]";
  right: -10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-main-navigation li a:after {
  content: "[";
  right: auto;
  left: -10px;
}
.ftn-main-navigation li:hover a:before, .ftn-main-navigation li:hover a:after {
  opacity: 1;
}
.ftn-main-navigation .dropdown a:before {
  right: -22px;
}
.ftn-main-navigation .dropdown a span {
  right: -20px;
}

.ftn-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo {
  padding: 15px 20px;
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo a {
  width: 95px;
  display: block;
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .header-top-cta {
  display: none;
}
.ftn-header-section.sticky-on .ftn-header-content-area:before {
  display: none;
}
.ftn-header-section.sticky-on .ftn-header-main-menu-cta-btn {
  padding: 20px 0px 15px;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

/*---------------------------------------------------- */
/*Cost Calculate area*/
/*----------------------------------------------------*/
.ftn-cost-calculate-content {
	top: -75px;
	z-index: 2;
	padding: 50px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 895px;
	position: relative;
	border-radius: 5px;
	margin-bottom: -75px;
	background: #d97500;
}

.ftn-cost-calculate-option-form select, .ftn-cost-calculate-option-form input {
  width: 100%;
  height: 45px;
  border: none;
  font-size: 13px;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #fff;
  -webkit-appearance: none;
}
.ftn-cost-calculate-option-form .option-calculate:after {
  top: 14px;
  right: 15px;
  font-size: 14px;
  content: "\f078";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ftn-cost-calculate-option-form .button-calculate button {
  color: #fff;
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  background-color: #000000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-cost-calculate-option-form .button-calculate button:hover {
  color: #000;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.ftn-feature-section {
  z-index: 1;
  overflow: hidden;
  padding: 100px 0px 110px;
}
.ftn-feature-section .ftn-feature-map {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.ftn-feature-content {
  padding-top: 80px;
}

.ftn-feature-inner-item {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.ftn-feature-inner-item .ftn-featurei-icon {
  font-size: 40px;
  color: #d97500;
  margin-bottom: 15px;
}
.ftn-feature-inner-item .ftn-feature-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 18px;
}
.ftn-feature-inner-item.middle-item {
  position: relative;
  padding: 70px 30px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.ftn-feature-inner-item:hover .ftn-featurei-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ftn-about-section {
  background-color: #f0f0f0;
}

.ftn-about-img-wrapper {
  width: 50%;
}
.ftn-about-img-wrapper .ftn-about-img1 {
  width: 50%;
}
.ftn-about-img-wrapper .ftn-about-img1 img {
  height: 100%;
  object-fit: cover;
}
.ftn-about-img-wrapper .ftn-about-img-wrap {
  width: 50%;
  margin-left: 10px;
}
.ftn-about-img-wrapper .ftn-about-img2 {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom-left-radius: 70px;
}
.ftn-about-img-wrapper .ftn-about-img3 {
  overflow: hidden;
  border-top-left-radius: 70px;
}

.ftn-about-text-wrapper {
  width: 50%;
  padding-left: 70px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.ftn-about-text-area {
  max-width: 550px;
}
.ftn-about-text-area .ftn-section-title h2 span:after {
}
.ftn-about-text-area .ftn-about-text-desc {
  margin-bottom: 48px;
  padding: 15px 0px 48px;
  border-bottom: 1px solid #d8d8d8;
}
.ftn-about-text-area .fta-about-cta {
  margin-right: 65px;
}
.ftn-about-text-area .fta-about-cta .inner-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #d97500;
}
.ftn-about-text-area .fta-about-cta .inner-text span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 3px;
}
.ftn-about-text-area .fta-about-cta .inner-text .ftn-title {
  font-size: 16px;
  font-weight: 400;
}
.ftn-about-text-area .fta-about-cta:last-child {
  margin-right: 0;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ftn-service-section {
  padding: 125px 0px 90px;
}
.ftn-service-section .ftn-section-title h2 span:after {
}

.ftn-service-content {
  padding-top: 55px;
}
.ftn-service-content .ftn-service-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: #d97500;
}
.ftn-service-content .ftn-service-btn a:after {
  left: -15px;
  width: 100%;
  content: "";
  height: 28px;
  bottom: -15px;
  position: absolute;
  background-repeat: no-repeat;
}
.ftn-service-content .ftn-service-btn a:hover {
  background-color: #ba6502;
}

.ftn-service-inner-item {
  z-index: 1;
  max-width: 370px;
  margin-bottom: 45px;
  padding: 40px 0px 35px 30px;
}
.ftn-service-inner-item:after {
  top: 0;
  left: 0;
  width: 88%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
}
.ftn-service-inner-item .ftn-service-text {
  max-width: 275px;
  margin-bottom: 30px;
}
.ftn-service-inner-item .ftn-service-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ftn-service-inner-item .ftn-service-text h3:hover {
  color: #d97500;
}
.ftn-service-inner-item .ftn-service-img-icon {
  padding-left: 35px;
}
.ftn-service-inner-item .ftn-service-img-icon .ftn-service-icon {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d97500;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ftn-service-inner-item .ftn-service-img {
  overflow: hidden;
}
.ftn-service-inner-item .ftn-service-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-service-inner-item:hover .ftn-service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ftn-service-inner-item:hover .ftn-service-icon {
  -webkit-transform: translateY(-50%) rotateY(360deg);
          transform: translateY(-50%) rotateY(360deg);
}

/*---------------------------------------------------- */
/*Track area*/
/*----------------------------------------------------*/
.ftn-track-order-section .ftn-track-shape1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.ftn-track-order-section .ftn-track-shape2 {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ftn-track-order-section .background_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.ftn-track-order-section .ftn-section-title h2 span:after {
}

.ftn-track-order-img {
  left: -110px;
  bottom: -7px;
}

.ftn-track-order-text-area {
  padding-right: 90px;
}
.ftn-track-order-text-area .ewd-otp-field-label,
.ftn-track-order-text-area .ewd-otp-tracking-form-instructions,
.ftn-track-order-text-area .ewd-otp-order-tracking-form-div h3 {
  display: none;
}

.ftn-track-order-text-area .ewd-otp-tracking-results-label,
.ftn-track-order-text-area .ewd-otp-statuses-header,
.ftn-track-order-text-area .ewd-otp-status-label .ewd-otp-statuses, 
.ftn-track-order-text-area .ewd-otp-update-status-and-location div {
  width: 30%;
}
.ftn-track-order-text-area .ewd-otp-tracking-results {
  margin-bottom: 15px;
}
.ftn-track-order-text-area .ftn-track-order-form {
  background-size: cover !important;
  background-repeat: no-repeat;
}


.ftn-track-order-text-area .ewd-otp-tracking-form {
  display: flex;
  align-items: center;
}
.ftn-track-order-text-area .ftn-track-order-form input {
  width: 180px;
}
.ftn-track-order-text-area .ewd-otp-tracking-results {
	color: #fff;
}
.ftn-track-order-text-area .ewd-otp-submit {
  width: 100px;
  background-color: #000;
  color: #fff;
  transition: .3s;
}
.ftn-track-order-text-area .ewd-otp-submit:hover {
  background-color: #fff;
  color: #000;
}
.ftn-track-order-text-area .ewd-otp-form-submit label {
  display: none;
}

.ftn-track-order-text-wrap {
  max-width: 500px;
  padding: 125px 0px 130px;
}
.ftn-track-order-text-wrap .ftn-section-title h2 {
  color: #fff;
}

.ftn-track-order-desc {
  color: #fff;
  padding: 35px 0px 55px;
}

.ftn-track-order-form {
	padding: 30px;
	max-width: 450px;
	border-radius: 5px;
	background: #d97500;
}
.ftn-track-order-form input {
  width: 180px;
  height: 45px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  margin-right: 25px;
  background-color: #fff;
}
.ftn-track-order-form input::-webkit-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::-moz-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input:-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form button {
  color: #fff;
  width: 180px;
  height: 45px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-track-order-form button:hover {
  color: #000;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ftn-testimonial-section {
  overflow: hidden;
  padding: 125px 0px 70px;
}
.ftn-testimonial-section .ftn-section-title h2 span:after {
}

.ftn-testimonial-slider-area {
  max-width: 620px;
}
.ftn-testimonial-slider-area .carousel_nav {
  top: -65px;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ftn-testimonial-slider-area .carousel_nav button {
  width: 70px;
  color: #fff;
  height: 65px;
  border: none;
  font-size: 18px;
  background-color: #000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-testimonial-slider-area .carousel_nav button:hover {
  background-color: #d97500;
}

.ftn-testimonial-content {
  padding-top: 120px;
}
.ftn-testimonial-content .ftn-testimonial-img {
  right: 0;
  top: 63px;
}

.ftn-testimonial-area {
  padding: 130px 110px 90px 90px;
  -webkit-box-shadow: -1.706px 13.896px 21px 0px rgba(0, 0, 0, 0.13);
          box-shadow: -1.706px 13.896px 21px 0px rgba(0, 0, 0, 0.13);
}
.ftn-testimonial-area .ftn-qt-icon {
  top: -50px;
  left: 90px;
}
.ftn-testimonial-area .testimonial-rate li {
  color: #ffc000;
}
.ftn-testimonial-area .testimonial-text {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.667;
  padding: 30px 0px 65px;
}
.ftn-testimonial-area .testimonial-author span {
  display: block;
}
.ftn-testimonial-area .testimonial-author .tst-name {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}
.ftn-testimonial-area .testimonial-author .tst-designation {
  color: #7a7a7a;
}

.ftn-testimonial-slider .slick-list {
  overflow: visible;
}
.ftn-testimonial-slider .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ftn-testimonial-slider .slick-slide.slick-active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ftn-blog-section {
  padding: 125px 0px 100px;
}
.ftn-blog-section .ftn-section-title h2 span:after {
}

.ftn-blog-content {
  padding-top: 55px;
}

.ftn-blog-item {
  padding-bottom: 70px;
}
.ftn-blog-item .blog-img {
  max-width: 335px;
  overflow: hidden;
}
.ftn-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-blog-item .blog-text {
  right: 0;
  bottom: 0;
  width: 90%;
  padding: 30px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
}
.ftn-blog-item .blog-text .blog-meta {
  margin-bottom: 8px;
}
.ftn-blog-item .blog-text .blog-meta a {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.ftn-blog-item .blog-text .blog-meta a:last-child {
  margin-right: 0;
}
.ftn-blog-item .blog-text h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
}
.ftn-blog-item .blog-text h3:hover {
  color: #d97500;
}
.ftn-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_style_nine {
  padding-top: 80px;
  background-color: #000;
}


.footer_style_nine .ft-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}
.footer_style_nine .ft-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: 22px;
  position: absolute;
  background-color: #d97500;
}
.footer_style_nine .footer-widget ul li::before {
  display: none;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
  padding-bottom: 18px;
  max-width: 185px;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget p {
  color: #9d9d9d;
  font-size: 15px;
  padding-bottom: 35px;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
  color: #fff;
  height: 35px;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  background-color: #d97500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_style_nine .footer-widget ul li:hover {
	padding-left: 0;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:after {
  background-color: #fff;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:hover {
  background-color: var(--ft-second-theme);
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget p {
  color: #9d9d9d;
  font-size: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input {
	height: 45px;
	width: 100%;
	padding-left: 20px;
	border: 2px solid #313131;
	background-color: #313131;
	color: #fff;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget button {
	top: 0;
	right: 0;
	padding: 0;
	color: #fff;
	height: 45px;
	border: none;
	position: absolute;
	background-color: #d97500;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	padding: 10px 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget button:hover {
  background-color: #fff;
  color: #000;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
  margin-top: 22px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
  margin-right: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
  color: #494949;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a:hover {
  color: #d97500;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget {
  padding-left: 20px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget ul {
  padding-top: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #d97500;
  margin-right: 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget a {
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour {
  margin-top: 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}
.footer_style_nine .ft-footer-widget .gallery-widget {
  margin: 0px -5px;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a {
  float: left;
  width: 85px;
  height: 90px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.7;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #d97500;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:after {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  font-size: 20px;
  content: "\f326";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-family: "Font Awesome 5 Pro";
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:hover:after {
  opacity: 1;
}
.footer_style_nine .ftn-footer-copyright {
  color: #fff;
  margin-top: 80px;
  padding: 25px 0px;
  border-top: 1px solid #15152e;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .ftn-header-content-area:before {
    width: 71.5%;
  }

  .ftn-about-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ftn-about-text-area .ftn-about-text-desc {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .ftn-about-text-wrapper {
    padding-left: 50px;
  }

  .ftn-about-img-wrapper .ftn-about-img-wrap {
    width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .ftn-header-content-area:before {
    width: 74%;
  }
}
@media screen and (max-width: 1024px) {
  .ftn-header-content-wrap .header-top-cta {
    display: none;
  }

  .ftn-header-content-area:before {
    display: none;
  }

  .ftn-main-navigation li {
    margin-right: 35px;
  }

  .ftn-header-content-wrap .brand-logo {
    padding: 20px;
  }
  .ftn-header-content-wrap .brand-logo a {
    width: 95px;
    display: inline-block;
  }

  .ftn-header-main-menu-cta-btn {
    padding: 20px 0px 20px;
  }

  .ftn-about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftn-about-img-wrapper {
    width: 100%;
  }

  .ftn-about-text-wrapper {
    width: 100%;
  }

  .ftn-service-inner-item p {
    max-width: 200px;
  }

  .ftn-track-order-img {
    z-index: 2;
    left: -275px;
  }

  .footer_style_nine .ft-footer-widget .gallery-widget li a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .footer_style_nine .ft-footer-widget .ft-footer-info-widget {
    padding-left: 0;
  }

  .ft-footer-widget {
    margin-bottom: 30px;
  }

  .ftn-cost-calculate-option-form select,
.ftn-cost-calculate-option-form input {
    margin-bottom: 20px;
  }

  .no-padding {
    padding: 0px 15px;
  }

  .ftn-feature-inner-item {
    margin-bottom: 30px;
  }

  .ftn-feature-inner-item.middle-item {
    padding: 50px 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .ftn-service-inner-item p {
    max-width: 255px;
  }

  .ftn-track-order-img {
    left: -335px;
  }

  .ftn-blog-item {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .ftn-cost-calculate-content {
    top: 0;
    margin-bottom: 0;
    margin-top: 70px;
  }

  .ftn-header-main-menu-cta-btn .header-cta-btn a {
    padding: 10px 15px;
    white-space: nowrap;
  }

  .ftn-header-main-menu-cta-btn .header-cta-btn {
    margin-right: 40px;
  }

  .ftn-main-navigation {
    display: none;
  }

  .ftn-header-content-wrap .brand-logo a {
    width: 70px;
  }

  .ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo a {
    width: 70px;
  }

  .ftn-header-main-menu-cta-btn {
    padding: 20px 0px 15px;
  }

  .ftn-header-section .mobile_menu_button {
    top: -60px;
    display: block !important;
    color: #d97500;
  }
}
@media screen and (max-width: 850px) {
  .ftn-testimonial-content .ftn-testimonial-img {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .ftn-service-inner-item {
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .ftn-track-order-img {
    display: none;
  }

  .ftn-about-cta-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftn-about-text-area .fta-about-cta {
    margin-bottom: 30px;
  }

  .ftn-section-title h2 span:after {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .ftn-testimonial-content .ftn-testimonial-img {
    display: none;
  }

  .ftn-testimonial-slider-area .carousel_nav {
    position: static;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ftn-header-section {
    position: relative;
  }

  .ftn-about-text-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .ftn-feature-section {
    padding: 60px 0px;
  }

  .ftn-section-title h2 {
    font-size: 28px;
  }

  .ftn-feature-content {
    padding-top: 30px;
  }

  .ftn-about-text-area .ftn-about-text-desc {
    padding-top: 0;
  }

  .ftn-about-text-wrapper {
    padding-bottom: 30px;
  }

  .ftn-service-section {
    padding: 60px 0px;
  }

  .ftn-service-content {
    padding-top: 20px;
  }

  .ftn-track-order-section .ftn-track-shape1,
.ftn-track-order-section .ftn-track-shape2 {
    display: none;
  }

  .ftn-track-order-text-area {
    padding-right: 0;
  }

  .ftn-track-order-form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .ftn-track-order-desc {
    padding: 15px 0px 30px;
  }

  .ftn-track-order-text-wrap,
.ftn-testimonial-section,
.ftn-blog-section {
    padding: 60px 0px;
  }

  .ftn-track-order-form button {
    width: 100%;
  }

  .ftn-testimonial-area {
    padding: 85px 15px 50px 15px;
  }

  .ftn-blog-content {
    padding-top: 20px;
  }

  .ftn-section-title .sub-title {
    padding-bottom: 10px;
  }
}
/*---------------------------------------------------- */
.ftn-cost-calculate-option-form #shipping-estimate {
  color: #fff;
  margin-top: 10px;
}

/*----------------------------------------------------




=====================================================================*/
/*=========
Font load
===========*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap);
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #646464;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Inter";
}

.container {
  max-width: 1200px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.ftn-section-title {
  padding-bottom: 25px;
}
.ftn-section-title .sub-title {
  color: #d97500;
  display: inline-block;
  padding-bottom: 18px;
}
.ftn-section-title h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
}
.ftn-section-title h2 span {
  color: #d97500;
  position: relative;
  display: inline-block;
}
.ftn-section-title h2 span:after {
  right: 0;
  height: 35px;
  content: "";
  bottom: -35px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.ftn-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: #fff;
}
.ftn-header-section .dropdown {
  position: relative;
}
.ftn-header-section .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ftn-header-section .dropdown:after {
  top: 2px;
  color: #000;
  right: -14px;
  content: "+";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ftn-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}
.ftn-header-section .dropdown-menu {
  left: 0;
  top: 59px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.ftn-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}
.ftn-header-section .dropdown-menu .dropdown-menu a {
  font-weight: 600;
  color: #1a2428;
}
.ftn-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.ftn-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.ftn-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ftn-header-section .dropdown-menu li:after {
  display: none;
}
.ftn-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.ftn-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  font-size: 14px;
  position: relative;
  padding: 12px 20px 12px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
}
.ftn-header-section .dropdown-menu a:before {
  display: none;
}
.ftn-header-section .dropdown-menu a:after {
  display: none;
}
.ftn-header-section .dropdown-menu a:hover {
  margin-left: 10px;
}
.ftn-header-section .dropdown-menu a:hover:before {
  width: 10px;
}

.ftn-header-content-area {
  z-index: 1;
}
.admin-bar .ftn-header-section {
	margin-top: 32px;
}
.ftn-header-content-area:before {
  top: 0;
  right: 0;
  width: 65.5%;
  z-index: -1;
  content: "";
  height: 50px;
  position: absolute;
  background-color: #d97500;
}

.ftn-header-content-wrap .brand-logo {
  padding: 35px;
  background-color: #d97500;
}
.ftn-header-content-wrap .header-top-cta {
  padding-top: 13px;
  padding-left: 30px;
}
.ftn-header-content-wrap .header-top-cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ftn-header-content-wrap .header-top-cta li {
  color: #fff;
  font-size: 15px;
  margin-left: 50px;
  position: relative;
}
.ftn-header-content-wrap .header-top-cta li:after {
  top: 0;
  width: 1px;
  content: "";
  left: -25px;
  height: 20px;
  position: absolute;
  background-color: #e19133;
}
.ftn-header-content-wrap .header-top-cta li:first-child {
  margin-left: 0;
}
.ftn-header-content-wrap .header-top-cta li:first-child:after {
  display: none;
}
.ftn-header-content-wrap .header-top-cta li i {
  margin-right: 5px;
}

.ftn-header-main-menu-cta-btn {
  padding: 37px 0px 23px;
}
.ftn-header-main-menu-cta-btn .header-cta-btn {
  margin-left: 25px;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 18px 30px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  background-color: #d97500;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a:after {
  left: -15px;
  width: 100%;
  content: "";
  height: 28px;
  bottom: -15px;
  position: absolute;
}
.ftn-header-main-menu-cta-btn .header-cta-btn a:hover {
  background-color: #ba6502;
}

.ftn-main-navigation .navbar-nav {
  display: inherit;
}
.ftn-main-navigation li {
  margin-right: 60px;
}
.ftn-main-navigation li a {
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.ftn-main-navigation li a span {
  right: 0px;
  color: #8381a1;
  display: block;
  line-height: 1;
  text-align: right;
  position: relative;
}
.ftn-main-navigation li a:before, .ftn-main-navigation li a:after {
  top: -3px;
  opacity: 0;
  content: "]";
  right: -10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-main-navigation li a:after {
  content: "[";
  right: auto;
  left: -10px;
}
.ftn-main-navigation li:hover a:before, .ftn-main-navigation li:hover a:after {
  opacity: 1;
}
.ftn-main-navigation .dropdown a:before {
  right: -22px;
}
.ftn-main-navigation .dropdown a span {
  right: -20px;
}

.ftn-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo {
  padding: 15px 20px;
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo a {
  width: 95px;
  display: block;
}
.ftn-header-section.sticky-on .ftn-header-content-wrap .header-top-cta {
  display: none;
}
.ftn-header-section.sticky-on .ftn-header-content-area:before {
  display: none;
}
.ftn-header-section.sticky-on .ftn-header-main-menu-cta-btn {
  padding: 20px 0px 15px;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

/*---------------------------------------------------- */
/*Cost Calculate area*/
/*----------------------------------------------------*/
.ftn-cost-calculate-content {
	top: -75px;
	z-index: 2;
	padding: 50px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 895px;
	position: relative;
	border-radius: 5px;
	margin-bottom: -75px;
	background: #d97500;
}

.ftn-cost-calculate-option-form select, .ftn-cost-calculate-option-form input {
  width: 100%;
  height: 45px;
  border: none;
  font-size: 13px;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #fff;
  -webkit-appearance: none;
}
.ftn-cost-calculate-option-form .option-calculate:after {
  top: 14px;
  right: 15px;
  font-size: 14px;
  content: "\f078";
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ftn-cost-calculate-option-form .button-calculate button {
  color: #fff;
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  background-color: #000000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-cost-calculate-option-form .button-calculate button:hover {
  color: #000;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.ftn-feature-section {
  z-index: 1;
  overflow: hidden;
  padding: 100px 0px 110px;
}
.ftn-feature-section .ftn-feature-map {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.ftn-feature-content {
  padding-top: 80px;
}

.ftn-feature-inner-item {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.ftn-feature-inner-item .ftn-featurei-icon {
  font-size: 40px;
  color: #d97500;
  margin-bottom: 15px;
}
.ftn-feature-inner-item .ftn-feature-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 18px;
}
.ftn-feature-inner-item.middle-item {
  position: relative;
  padding: 70px 30px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.ftn-feature-inner-item:hover .ftn-featurei-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ftn-about-section {
  background-color: #f0f0f0;
}

.ftn-about-img-wrapper {
  width: 50%;
}
.ftn-about-img-wrapper .ftn-about-img1 {
  width: 50%;
}
.ftn-about-img-wrapper .ftn-about-img1 img {
  height: 100%;
  object-fit: cover;
}
.ftn-about-img-wrapper .ftn-about-img-wrap {
  width: 50%;
  margin-left: 10px;
}
.ftn-about-img-wrapper .ftn-about-img2 {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom-left-radius: 70px;
}
.ftn-about-img-wrapper .ftn-about-img3 {
  overflow: hidden;
  border-top-left-radius: 70px;
}

.ftn-about-text-wrapper {
  width: 50%;
  padding-left: 70px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.ftn-about-text-area {
  max-width: 550px;
}
.ftn-about-text-area .ftn-section-title h2 span:after {
}
.ftn-about-text-area .ftn-about-text-desc {
  margin-bottom: 48px;
  padding: 15px 0px 48px;
  border-bottom: 1px solid #d8d8d8;
}
.ftn-about-text-area .fta-about-cta {
  margin-right: 65px;
}
.ftn-about-text-area .fta-about-cta .inner-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin-right: 15px;
  background-color: #d97500;
}
.ftn-about-text-area .fta-about-cta .inner-text span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 3px;
}
.ftn-about-text-area .fta-about-cta .inner-text .ftn-title {
  font-size: 16px;
  font-weight: 400;
}
.ftn-about-text-area .fta-about-cta:last-child {
  margin-right: 0;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ftn-service-section {
  padding: 125px 0px 90px;
}
.ftn-service-section .ftn-section-title h2 span:after {
}

.ftn-service-content {
  padding-top: 55px;
}
.ftn-service-content .ftn-service-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: #d97500;
}
.ftn-service-content .ftn-service-btn a:after {
  left: -15px;
  width: 100%;
  content: "";
  height: 28px;
  bottom: -15px;
  position: absolute;
  background-repeat: no-repeat;
}
.ftn-service-content .ftn-service-btn a:hover {
  background-color: #ba6502;
}

.ftn-service-inner-item {
  z-index: 1;
  max-width: 370px;
  margin-bottom: 45px;
  padding: 40px 0px 35px 30px;
}
.ftn-service-inner-item:after {
  top: 0;
  left: 0;
  width: 88%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
}
.ftn-service-inner-item .ftn-service-text {
  max-width: 275px;
  margin-bottom: 30px;
}
.ftn-service-inner-item .ftn-service-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ftn-service-inner-item .ftn-service-text h3:hover {
  color: #d97500;
}
.ftn-service-inner-item .ftn-service-img-icon {
  padding-left: 35px;
}
.ftn-service-inner-item .ftn-service-img-icon .ftn-service-icon {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d97500;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ftn-service-inner-item .ftn-service-img {
  overflow: hidden;
}
.ftn-service-inner-item .ftn-service-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-service-inner-item:hover .ftn-service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ftn-service-inner-item:hover .ftn-service-icon {
  -webkit-transform: translateY(-50%) rotateY(360deg);
          transform: translateY(-50%) rotateY(360deg);
}

/*---------------------------------------------------- */
/*Track area*/
/*----------------------------------------------------*/
.ftn-track-order-section .ftn-track-shape1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.ftn-track-order-section .ftn-track-shape2 {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ftn-track-order-section .background_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.ftn-track-order-section .ftn-section-title h2 span:after {
}

.ftn-track-order-img {
  left: -110px;
  bottom: -7px;
}

.ftn-track-order-text-area {
  padding-right: 90px;
}
.ftn-track-order-text-area .ewd-otp-field-label,
.ftn-track-order-text-area .ewd-otp-tracking-form-instructions,
.ftn-track-order-text-area .ewd-otp-order-tracking-form-div h3 {
  display: none;
}

.ftn-track-order-text-area .ewd-otp-tracking-results-label,
.ftn-track-order-text-area .ewd-otp-statuses-header,
.ftn-track-order-text-area .ewd-otp-status-label .ewd-otp-statuses, 
.ftn-track-order-text-area .ewd-otp-update-status-and-location div {
  width: 30%;
}
.ftn-track-order-text-area .ewd-otp-tracking-results {
  margin-bottom: 15px;
}
.ftn-track-order-text-area .ftn-track-order-form {
  background-size: cover !important;
  background-repeat: no-repeat;
}


.ftn-track-order-text-area .ewd-otp-tracking-form {
  display: flex;
  align-items: center;
}
.ftn-track-order-text-area .ftn-track-order-form input {
  width: 180px;
}
.ftn-track-order-text-area .ewd-otp-tracking-results {
	color: #fff;
}
.ftn-track-order-text-area .ewd-otp-submit {
  width: 100px;
  background-color: #000;
  color: #fff;
  transition: .3s;
}
.ftn-track-order-text-area .ewd-otp-submit:hover {
  background-color: #fff;
  color: #000;
}
.ftn-track-order-text-area .ewd-otp-form-submit label {
  display: none;
}

.ftn-track-order-text-wrap {
  max-width: 500px;
  padding: 125px 0px 130px;
}
.ftn-track-order-text-wrap .ftn-section-title h2 {
  color: #fff;
}

.ftn-track-order-desc {
  color: #fff;
  padding: 35px 0px 55px;
}

.ftn-track-order-form {
	padding: 30px;
	max-width: 450px;
	border-radius: 5px;
	background: #d97500;
}
.ftn-track-order-form input {
  width: 180px;
  height: 45px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  margin-right: 25px;
  background-color: #fff;
}
.ftn-track-order-form input::-webkit-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::-moz-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input:-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form input::placeholder {
  color: #666666;
  font-size: 13px;
}
.ftn-track-order-form button {
  color: #fff;
  width: 180px;
  height: 45px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-track-order-form button:hover {
  color: #000;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ftn-testimonial-section {
  overflow: hidden;
  padding: 125px 0px 70px;
}
.ftn-testimonial-section .ftn-section-title h2 span:after {
}

.ftn-testimonial-slider-area {
  max-width: 620px;
}
.ftn-testimonial-slider-area .carousel_nav {
  top: -65px;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ftn-testimonial-slider-area .carousel_nav button {
  width: 70px;
  color: #fff;
  height: 65px;
  border: none;
  font-size: 18px;
  background-color: #000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-testimonial-slider-area .carousel_nav button:hover {
  background-color: #d97500;
}

.ftn-testimonial-content {
  padding-top: 120px;
}
.ftn-testimonial-content .ftn-testimonial-img {
  right: 0;
  top: 63px;
}

.ftn-testimonial-area {
  padding: 130px 110px 90px 90px;
  -webkit-box-shadow: -1.706px 13.896px 21px 0px rgba(0, 0, 0, 0.13);
          box-shadow: -1.706px 13.896px 21px 0px rgba(0, 0, 0, 0.13);
}
.ftn-testimonial-area .ftn-qt-icon {
  top: -50px;
  left: 90px;
}
.ftn-testimonial-area .testimonial-rate li {
  color: #ffc000;
}
.ftn-testimonial-area .testimonial-text {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.667;
  padding: 30px 0px 65px;
}
.ftn-testimonial-area .testimonial-author span {
  display: block;
}
.ftn-testimonial-area .testimonial-author .tst-name {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}
.ftn-testimonial-area .testimonial-author .tst-designation {
  color: #7a7a7a;
}

.ftn-testimonial-slider .slick-list {
  overflow: visible;
}
.ftn-testimonial-slider .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ftn-testimonial-slider .slick-slide.slick-active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ftn-blog-section {
  padding: 125px 0px 100px;
}
.ftn-blog-section .ftn-section-title h2 span:after {
}

.ftn-blog-content {
  padding-top: 55px;
}

.ftn-blog-item {
  padding-bottom: 70px;
}
.ftn-blog-item .blog-img {
  max-width: 335px;
  overflow: hidden;
}
.ftn-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ftn-blog-item .blog-text {
  right: 0;
  bottom: 0;
  width: 90%;
  padding: 30px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
}
.ftn-blog-item .blog-text .blog-meta {
  margin-bottom: 8px;
}
.ftn-blog-item .blog-text .blog-meta a {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.ftn-blog-item .blog-text .blog-meta a:last-child {
  margin-right: 0;
}
.ftn-blog-item .blog-text h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
}
.ftn-blog-item .blog-text h3:hover {
  color: #d97500;
}
.ftn-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_style_nine {
  padding-top: 80px;
  background-color: #000;
}


.footer_style_nine .ft-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}
.footer_style_nine .ft-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: 22px;
  position: absolute;
  background-color: #d97500;
}
.footer_style_nine .footer-widget ul li::before {
  display: none;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
  padding-bottom: 18px;
  max-width: 185px;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget p {
  color: #9d9d9d;
  font-size: 15px;
  padding-bottom: 35px;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
  color: #fff;
  height: 35px;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  background-color: #d97500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_style_nine .footer-widget ul li:hover {
	padding-left: 0;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:after {
  background-color: #fff;
}
.footer_style_nine .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:hover {
  background-color: var(--ft-second-theme);
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget p {
  color: #9d9d9d;
  font-size: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input {
	height: 45px;
	width: 100%;
	padding-left: 20px;
	border: 2px solid #313131;
	background-color: #313131;
	color: #fff;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget button {
	top: 0;
	right: 0;
	padding: 0;
	color: #fff;
	height: 45px;
	border: none;
	position: absolute;
	background-color: #d97500;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	padding: 10px 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget button:hover {
  background-color: #fff;
  color: #000;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
  margin-top: 22px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
  margin-right: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
  color: #494949;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_style_nine .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a:hover {
  color: #d97500;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget {
  padding-left: 20px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget ul {
  padding-top: 15px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #d97500;
  margin-right: 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget a {
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour {
  margin-top: 10px;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.footer_style_nine .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}
.footer_style_nine .ft-footer-widget .gallery-widget {
  margin: 0px -5px;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a {
  float: left;
  width: 85px;
  height: 90px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.7;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #d97500;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:after {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  font-size: 20px;
  content: "\f326";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-family: "Font Awesome 5 Pro";
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer_style_nine .ft-footer-widget .gallery-widget li a:hover:after {
  opacity: 1;
}
.footer_style_nine .ftn-footer-copyright {
  color: #fff;
  margin-top: 80px;
  padding: 25px 0px;
  border-top: 1px solid #15152e;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .ftn-header-content-area:before {
    width: 71.5%;
  }

  .ftn-about-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ftn-about-text-area .ftn-about-text-desc {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .ftn-about-text-wrapper {
    padding-left: 50px;
  }

  .ftn-about-img-wrapper .ftn-about-img-wrap {
    width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .ftn-header-content-area:before {
    width: 74%;
  }
}
@media screen and (max-width: 1024px) {
  .ftn-header-content-wrap .header-top-cta {
    display: none;
  }

  .ftn-header-content-area:before {
    display: none;
  }

  .ftn-main-navigation li {
    margin-right: 35px;
  }

  .ftn-header-content-wrap .brand-logo {
    padding: 20px;
  }
  .ftn-header-content-wrap .brand-logo a {
    width: 95px;
    display: inline-block;
  }

  .ftn-header-main-menu-cta-btn {
    padding: 20px 0px 20px;
  }

  .ftn-about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftn-about-img-wrapper {
    width: 100%;
  }

  .ftn-about-text-wrapper {
    width: 100%;
  }

  .ftn-service-inner-item p {
    max-width: 200px;
  }

  .ftn-track-order-img {
    z-index: 2;
    left: -275px;
  }

  .footer_style_nine .ft-footer-widget .gallery-widget li a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .footer_style_nine .ft-footer-widget .ft-footer-info-widget {
    padding-left: 0;
  }

  .ft-footer-widget {
    margin-bottom: 30px;
  }

  .ftn-cost-calculate-option-form select,
.ftn-cost-calculate-option-form input {
    margin-bottom: 20px;
  }

  .no-padding {
    padding: 0px 15px;
  }

  .ftn-feature-inner-item {
    margin-bottom: 30px;
  }

  .ftn-feature-inner-item.middle-item {
    padding: 50px 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .ftn-service-inner-item p {
    max-width: 255px;
  }

  .ftn-track-order-img {
    left: -335px;
  }

  .ftn-blog-item {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .ftn-cost-calculate-content {
    top: 0;
    margin-bottom: 0;
    margin-top: 70px;
  }

  .ftn-header-main-menu-cta-btn .header-cta-btn a {
    padding: 10px 15px;
    white-space: nowrap;
  }

  .ftn-header-main-menu-cta-btn .header-cta-btn {
    margin-right: 40px;
  }

  .ftn-main-navigation {
    display: none;
  }

  .ftn-header-content-wrap .brand-logo a {
    width: 70px;
  }

  .ftn-header-section.sticky-on .ftn-header-content-wrap .brand-logo a {
    width: 70px;
  }

  .ftn-header-main-menu-cta-btn {
    padding: 20px 0px 15px;
  }

  .ftn-header-section .mobile_menu_button {
    top: -60px;
    display: block !important;
    color: #d97500;
  }
}
@media screen and (max-width: 850px) {
  .ftn-testimonial-content .ftn-testimonial-img {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .ftn-service-inner-item {
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .ftn-track-order-img {
    display: none;
  }

  .ftn-about-cta-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftn-about-text-area .fta-about-cta {
    margin-bottom: 30px;
  }

  .ftn-section-title h2 span:after {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .ftn-testimonial-content .ftn-testimonial-img {
    display: none;
  }

  .ftn-testimonial-slider-area .carousel_nav {
    position: static;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ftn-header-section {
    position: relative;
  }

  .ftn-about-text-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .ftn-feature-section {
    padding: 60px 0px;
  }

  .ftn-section-title h2 {
    font-size: 28px;
  }

  .ftn-feature-content {
    padding-top: 30px;
  }

  .ftn-about-text-area .ftn-about-text-desc {
    padding-top: 0;
  }

  .ftn-about-text-wrapper {
    padding-bottom: 30px;
  }

  .ftn-service-section {
    padding: 60px 0px;
  }

  .ftn-service-content {
    padding-top: 20px;
  }

  .ftn-track-order-section .ftn-track-shape1,
.ftn-track-order-section .ftn-track-shape2 {
    display: none;
  }

  .ftn-track-order-text-area {
    padding-right: 0;
  }

  .ftn-track-order-form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .ftn-track-order-desc {
    padding: 15px 0px 30px;
  }

  .ftn-track-order-text-wrap,
.ftn-testimonial-section,
.ftn-blog-section {
    padding: 60px 0px;
  }

  .ftn-track-order-form button {
    width: 100%;
  }

  .ftn-testimonial-area {
    padding: 85px 15px 50px 15px;
  }

  .ftn-blog-content {
    padding-top: 20px;
  }

  .ftn-section-title .sub-title {
    padding-bottom: 10px;
  }
}
/*---------------------------------------------------- */
.ftn-cost-calculate-option-form #shipping-estimate {
  color: #fff;
  margin-top: 10px;
}

ul li {
    list-style: none;
  }
  
  /***
  
  ====================================================================
      Main Header style
  ====================================================================
  
  ***/
  .ft11-main-header {
    position: relative;
    z-index: 99;
    width: 100%;
  }
  
  .ft11-main-header:before,
  .ft11-main-header .mobile-nav-toggler{
    display:none;
  }
  
  /* Header Top */
  .ft11-main-header .ft11-header-top {
    position: relative;
    background-color:#d9262a;
  }
  
  .ft11-main-header .ft11-header-top .inner-container {
    position: relative;
  }
  
  .ft11-main-header .ft11-header-top .ft11-top-left {
    position: relative;
    padding: 14px 0px;
  }
  
  .ft11-header-top .ft11-top-left .top-list {
    position: relative;
    margin-bottom:0px;
  }
  
  .ft11-header-top .ft11-top-left .top-list li{
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 20px;
    padding-left: 30px;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    font-family: 'Inter', sans-serif;
    border-right: 1px solid rgba(255,255,255,0.30);
  }
  
  .ft11-header-top .ft11-top-left .top-list li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-header-top .ft11-top-left .top-list li .icon {
    position: absolute;
    left: 0px;
    top: -1px;
    color: #ffffff;
    font-size: 18px;
    font-family: "flaticon";
  }
  
  .ft11-header-top .ft11-top-left .top-list li a:hover {
    color: #ec0000;
  }
  
  .ft11-header-top .ft11-top-left .top-list li:last-child{
    border:none;
    margin-right:0px;
    padding-right:0px;
  }
  
  .ft11-main-header .ft11-header-top .ft11-top-right {
    position: relative;
  }
  
  .ft11-main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
  }
  
  .ft11-main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
  }
  
  .ft11-main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-main-header .header-upper {
    position: relative;
  }
  
  .ft11-main-header .header-upper .upper-right {
    position: relative;
    padding-top: 22px;
  }
  
  .ft11-main-header .nav-outer {
    position: relative;
    float: right;
  }
  
  .ft11-main-header .header-upper .inner-container {
    position: relative;
    background-color: #ffffff;
  }
  
  .ft11-main-header .main-menu .navigation > li > a{
    font-weight:600;
    color:#000000;
    padding:35px 0px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft11-main-header .header-upper .logo-box{
    position: relative;
    padding: 0px 0px;
    margin-top: -25px;
  }
  
  .ft11-main-header .header-upper .logo-box:before{
    position:absolute;
    content:'';
    right:-60px;
    top:-50px;
    width:1000%;
    bottom:-25px;
    background-color:#14212a;
  }
  
  .ft11-main-header .header-upper .logo-box .logo {
    position: relative;
  }
  
  
  
  
  .ft11-main-header .main-menu .navigation > li.dropdown:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    content: "\f067";
    position: absolute;
    right: 0px;
    top:50%;
    font-size: 10px;
    color:#000000;
    margin-top:-7px;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
  }
  
  .ft11-main-header .main-menu .navigation > li > ul > li > a:after{
    display:none;
  }
  
  .ft11-main-header li a:before, .ft11-main-header li > a:after {
    top: 34px;
    opacity: 0;
    content: "]";
    right: -10px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .ft11-main-header .main-menu .navigation > li > a:after {
    content: "[";
    right: auto;
    left: -10px;
  }
  .ft11-main-header li:hover a:before, .ft11-main-header li:hover a:after {
    opacity: 1;
  }
  .ft11-main-header .main-menu .navigation > li > a:before {
    right: -10px;
  }
  
  
  
  
  .ft11-main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 30px;
  }
  
  .ft11-main-header .btn-box {
    position: relative;
    float: left;
    padding: 21px 0px;
  }
  
  .ft11-main-header .sticky-header .btn-box {
    padding: 8px 0px;
  }
  
  .ft11-main-header.ft2-header-style-two .sticky-nav-toggler {
    padding: 0px !important;
    display: none;
    margin: 12px 0px 12px 20px !important;
    background: none !important;
  }
  
  .ft11-main-header .sticky-header .main-menu .navigation > li > a{
    padding:22px 0px;
  }
  
  /***
  
  ====================================================================
      Main Slider Six
  ====================================================================
  
  ***/
  
  .main-slider-six{
    position:relative;
    padding-left:155px;
    background-color:#14212a;
  }
  
  .main-slider-six .owl-dots{
    display:none;
  }
  
  .main-slider-six .owl-nav{
    position:absolute;
    left:32px;
    bottom:30px;
  }
  
  .main-slider-six .owl-nav .owl-prev,
  .main-slider-six .owl-nav .owl-next{
    position:relative;
    width:45px;
    height:45px;
    float:left;
    color:#ffffff !important;
    line-height:45px;
    text-align:center;
    margin-right:10px;
    display:inline-block;
    background-color:#14212a !important;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
  }
  
  .main-slider-six .owl-nav .owl-prev:hover,
  .main-slider-six .owl-nav .owl-next:hover{
    background-color:#d9262a !important;
  }
  
  .main-slider-six .slide{
    position:relative;
    padding:180px 0px 180px;
    background-size:cover;
  }
  
  .main-slider-six .title-column{
    position:relative;
  }
  
  .main-slider-six .title-column .inner-column{
    position:relative;
  }
  
  .main-slider-six .content-column{
    position:relative;
  }
  
  .main-slider-six .content-column .inner-column{
    position:relative;
  }
  
  .main-slider-six .title{
    position:relative;
    opacity: 0;
    display:block;
    transform-origin: top;
    font-weight:500;
    color:#d9262a;
    font-size:16px;
    margin-bottom:20px;
    text-transform:uppercase;
  
    transform: translateX(300px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Inter', sans-serif;
  }
  
  .main-slider-six .active .title{
    opacity:1;
    transform: translateX(0px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  
  .main-slider-six h1{
    opacity: 0;
    transform-origin: top;
    font-weight:700;
    color:#14212a;
    font-size:60px;
    line-height:70px;
    margin-bottom:30px;
    margin-right:-10px;
    transform: translateX(300px);
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .main-slider-six .active h1{
    opacity:1;
    transform: translateX(0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  
  .main-slider-six h1 span{
    position:relative;
    font-weight:400;
    display:block;
  }
  
  .main-slider-six .check-list{
    position:relative;
    padding:0px;
  
    opacity: 0;
    transform: translateX(300px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .main-slider-six .active .check-list{
    opacity:1;
    transform: translateX(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  
  .main-slider-six .check-list li{
    position:relative;
    margin-bottom:15px;
    padding-left:30px;
    color:#000000;
    font-weight:500;
    font-size:17px;
  }
  
  .main-slider-six .check-list li:before{
    position:absolute;
    content:'';
    left:0px;
    top:3px;
    width:20px;
    height:20px;
    background:url(../images/icons/check.png) no-repeat;
  }
  
  .main-slider-six .button-box{
    position:relative;
    margin-top:40px;
  
    opacity: 0;
    transform: translateX(300px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .main-slider-six .button-box .contact-btn{
    position:relative;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    display:inline-block;
    padding:16px 46px 18px;
    background-color:#d9262a;
    text-transform:capitalize;
    font-family: 'Inter', sans-serif;
  }
  
  .main-slider-six .button-box .contact-btn:hover{
    color:#d9262a;
    background-color:#ffffff;
  }
  
  .main-slider-six .active .button-box{
    opacity:1;
    transform: translateX(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  
  /***
  
  ====================================================================
      Featured Section
  ====================================================================
  
  ***/
  
  .ft12-featured-section{
    position:relative;
  }
  
  .ft12-featured-section .inner-container{
    position:relative;
    padding:90px 0px 60px;
    border-bottom:1px solid rgba(0,0,0,0.10);
  }
  
  .ft12-feature-block{
    position:relative;
  }
  
  .ft12-feature-block .inner-box{
    position:relative;
  }
  
  .ft12-feature-block .icon{
    position:relative;
    display:inline-block;
  }
  
  .ft12-feature-block .inner-box:hover .icon{
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
  }
  
  .ft12-feature-block h5{
    color:#000000;
    font-weight:600;
    font-size:20px;
    margin-top:30px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-feature-block h5 span{
    position:relative;
    color:#ffffff;
    width:30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    text-align:center;
    margin-right:8px;
    display:inline-block;
    background-color:#d9262a;
    transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -webkit-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
  }
  
  .ft12-feature-block .text{
    position:relative;
    font-size:16px;
    color:#646464;
    line-height:28px;
    margin-top:20px;
  }
  
  .ft12-feature-block .inner-box:hover h5 span{
    color:#ffffff;
    background-color:#000000;
  }
  
  /***
  
  ====================================================================
      About Section
  ====================================================================
  
  ***/
  
  .ft12-about-section{
    position:relative;
    padding-top:70px;
    z-index:1;
  }
  
  .ft12-about-section .ft12-sec-title .text{
    max-width:520px;
  }
  
  .ft12-about-section .ft12-sec-title .bold-text{
    max-width:540px;
    font-weight:600;
    font-size:17px;
    color:#14212a;
    margin-top:45px;
    line-height:28px;
    margin-bottom:20px;
  }
  
  .ft12-about-section .image-column{
    position:relative;
  }
  
  .ft12-about-section .image-column .inner-column{
    position:relative;
  }
  
  .ft12-about-section .image-column .image{
    position:relative;
    margin-top:-60px;
  }
  
  .ft12-about-section .image-column .image img{
    position:relative;
    width:100%;
    display:block;
  }
  
  .ft12-about-section .content-column{
    position:relative;
  }
  
  .ft12-about-section .content-column .inner-column{
    position:relative;
    padding-left: 35px;
  }
  
  .ft12-about-section .check{
    position:relative;
    padding-left:0px;
  }
  
  .ft12-about-section .check li{
    position:relative;
    margin-bottom:20px;
    color:#000000;
    font-size:17px;
    font-weight:500;
    padding-top:3px;
    padding-left:45px;
  }
  
  .ft12-about-section .check li:before{
    position:absolute;
    content: "\f140";
    left:0px;
    top:0px;
    width:32px;
    height:32px;
    color:#ffffff;
    line-height:32px;
    text-align:center;
    background-color:#d9262a;
    font-family: "Flaticon-V7";
  }
  
  .ft12-about-section .signature-box{
    position:relative;
    margin-top:110px;
  }
  
  .ft12-about-section .signature-box .box-inner{
    position:relative;
    color:#acb3b7;
    display:inline-block;
    padding-right:200px;
  }
  
  .ft12-about-section .signature-box strong{
    position:relative;
    color:#ffffff;
    margin-bottom:5px;
    display:inline-block;
  }
  
  .ft12-about-section .signature-box .signature{
    position:absolute;
    right:0px;
    top:0px;
  }
  
  .ft12-experiance-box{
    position:relative;
  }
  
  .ft12-experiance-box .box-inner{
    position:relative;
    padding:20px 30px 25px;
    border-radius:3px;
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    background-color:#d9262a;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-experiance-box .count-box{
    position:relative;
    color:#ffffff;
    font-size:50px;
    font-weight:600;
    margin-bottom:15px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-experiance-box .icon{
    position:absolute;
    right:5px;
    top:5px;
  }
  
  /***
  
  ====================================================================
      Services Section
  ====================================================================
  
  ***/
  
  .ft12-services-section{
    position:relative;
    margin-top:-120px;
    padding:230px 0px 110px;
    background-color:#14212a;
    background-position:center center;
    background-repeat:no-repeat;
  }
  
  .ft12-services-section .ft12-sec-title .text{
    margin-top:40px;
  }
  
  .ft12-service-block{
    position:relative;
  }
  
  .ft12-service-block .inner-box{
    position:relative;
    text-align:center;
    padding:40px 25px 0px;
    transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -webkit-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
  }
  
  .ft12-service-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:22px;
    border:1px solid rgba(255,255,255,0.10);
    transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -webkit-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
  }
  
  .ft12-service-block .inner-box:hover::before{
    border-color:#d9262a;
    background-color:#d9262a;
  }
  
  .ft12-service-block .icon{
    position:relative;
    margin-bottom:25px;
    padding-bottom:30px;
    display:inline-block;
  }
  
  .ft12-service-block .icon:before{
    position:absolute;
    content:'';
    left:50%;
    bottom:0px;
    height:2px;
    width:70px;
    margin-left:-35px;
    background-color:#d9262a;
    transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -webkit-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
  }
  
  .ft12-service-block .inner-box:hover .icon:before{
    background-color:#ffffff;
  }
  
  .ft12-service-block h5{
    position:relative;
    color:#ffffff;
    font-weight:600;
    margin-bottom:15px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-service-block h5 a{
    position:relative;
    color:#ffffff;
  }
  
  .ft12-service-block h5 a:hover{
    color:#000000;
  }
  
  .ft12-service-block .text{
    position:relative;
    color:#bcc3c7;
    font-size:16px;
    line-height:28px;
  }
  
  .ft12-service-block .arrow{
    position:relative;
    color:#ffffff;
    width:50px;
    height:44px;
    margin-top:40px;
    line-height:44px;
    text-align:center;
    font-size:20px;
    display:inline-block;
    font-family: "flaticon";
    background-color:#d9262a;
    transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -webkit-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
  }
  
  .ft12-service-block .arrow:before{
    position:relative;
    display:inline-block;
    transform:rotate(-45deg);
  }
  
  .ft12-service-block .inner-box:hover .arrow{
    color:#d9262a;
    background-color:#ffffff;
  }
  
  /***
  
  ====================================================================
      Portfolio Section
  ====================================================================
  
  ***/
  
  .ft12-portfolio-section{
    position:relative;
    padding:100px 0px 70px;
  }
  
  .ft12-portfolio-section .ft12-sec-title .text{
    margin-top:40px;
  }
  
  .ft12-portfolio-block{
    position:relative;
    margin-bottom:30px;
  }
  
  .ft12-portfolio-block .inner-box{
    position:relative;
  }
  
  .ft12-portfolio-block .image{
    position:relative;
  }
  
  .ft12-portfolio-block .image img{
    position:relative;
    width:100%;
    display:block;
  }
  
  .ft12-portfolio-block .inner-box:hover .overlay-box{
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  
  .ft12-portfolio-block .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
  
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .ft12-portfolio-block .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0.80;
    background-color:#14212a;
  }
  
  .ft12-portfolio-block .arrow{
    position:absolute;
    right:20px;
    top:20px;
    width:46px;
    height:46px;
    color:#ffffff;
    line-height:46px;
    text-align:center;
    display:inline-block;
    font-family: "flaticon";
    background-color:#d9262a;
  }
  
  .ft12-portfolio-block .arrow:hover{
    color:#d9262a;
    background-color:#ffffff;
  }
  
  .ft12-portfolio-block .content{
    position:absolute;
    left:35px;
    right:35px;
    bottom:35px;
  }
  
  .ft12-portfolio-block .category{
    position:relative;
    color:#ffffff;
  }
  
  .ft12-portfolio-block h5{
    position:relative;
    font-size:22px;
    margin-top:10px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-portfolio-block h5 a{
    position:relative;
    color:#ffffff;
  }
  
  .ft12-portfolio-block h5 a:hover{
    color:#d9262a;
  }
  
  /***
  
  ====================================================================
      Request Section
  ====================================================================
  
  ***/
  
  .ft12-request-section{
    position:relative;
    padding-bottom:230px;
  }
  
  .ft12-request-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:205px;
    bottom:0px;
    width:35%;
    background-color:#14212a;
  }
  
  .ft12-request-section .image-layer{
    position:absolute;
    right:0px;
    top:205px;
    bottom:0px;
    width:65%;
    background-size:cover;
  }
  
  .ft12-request-section .form-column{
    position:relative;
    margin-bottom:30px;
  }
  
  .ft12-request-section .form-column .inner-column{
    position:relative;
    padding:35px 35px;
    border-radius:3px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.07);
  }
  
  .ft12-request-section .form-column .title-box{
    position:relative;
    text-align:center;
    margin-bottom:25px;
  }
  
  .ft12-request-section .form-column .title-box h5{
    position:relative;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-request-section .form-column .title-box .text{
    position:relative;
    margin-top:10px;
  }
  
  .ft12-default-form .form-group{
    position: relative;
    margin-bottom: 20px;
  }
  
  .ft12-default-form .form-group:last-child{
    margin-bottom:0px;
  }
  
  .ft12-default-form input[type=text],
  .ft12-default-form input[type=email],
  .ft12-default-form input[type=password],
  .ft12-default-form select,
  .ft12-default-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 15px;
    padding: 8px 22px;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #fcf7f7;
    background-color:#fcf7f7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .ft12-default-form .form-group textarea::-webkit-input-placeholder,
  .ft12-default-form .form-group input::-webkit-input-placeholder {
    color: #666666;
  }
  
  .ft12-default-form textarea {
    height: 170px;
    resize: none;
    font-size: 15px;
    padding-top: 18px;
  }
  
  .ft12-default-form input[type=text]:focus,
  .ft12-default-form input[type=email]:focus,
  .ft12-default-form input[type=password]:focus,
  .ft12-default-form select:focus,
  .ft12-default-form textarea:focus {
    border-color: #d9262a;
  }
  
  .ft12-default-form .submit-btn {
    position:relative;
    cursor: pointer;
    width: 100%;
    border:none;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    border-radius: 3px;
    display:inline-block;
    padding:14px 46px 16px;
    background-color:#d9262a;
    text-transform:capitalize;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-default-form .submit-btn:hover {
    color: #ffffff;
    background-color: #000000;
  }
  
  .ft12-request-section .counter-column{
    position:relative;
    margin-bottom:30px;
  }
  
  .ft12-request-section .counter-column .inner-column{
    position:relative;
    padding-left:100px;
  }
  
  .ft12-request-section .counter-column .counter-inner{
    position:relative;
    padding-left:100px;
    padding-bottom:30px;
    border-bottom:1px solid rgba(0,0,0,0.10);
  }
  
  .ft12-request-section .counter-column .icon{
    position:absolute;
    left:0px;
    top:0px;
  }
  
  .ft12-request-section .counter-column .count-box{
    position:relative;
    font-size:36px;
    color:#14212a;
    font-weight:700;
    line-height:1em;
    margin-bottom:10px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-request-section .counter-column .counter-title{
    position:relative;
    color:#14212a;
    font-size:18px;
  }
  
  .ft12-request-section .phone-box{
    position:relative;
    padding:37px 35px;
    margin-top:70px;
    display:inline-block;
    background-color:#d9262a;
  }
  
  .ft12-request-section .phone-box .box-inner{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:500;
    padding-left:110px;
  }
  
  .ft12-request-section .phone-box a{
    position:relative;
    font-weight:700;
    font-size:32px;
  }
  
  .ft12-request-section .phone-box .icon{
    position:absolute;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
    color:#d9262a;
    font-size:36px;
    line-height:80px;
    text-align:center;
    border-radius:50px;
    display:inline-block;
    font-family: "flaticon";
    background-color:#ffffff;
  }
  
  .ft12-request-section .phone-box a:hover{
    color:#000000;
  }
  
  .ft12-request-section .play-box{
    position:relative;
    margin-top:130px;
  }
  
  .ft12-request-section .play-box .video_box{
    position:relative;
    color:#ffffff;
    width:70px;
    height:70px;
    display:block;
    margin:0 auto;
    line-height:70px;
    text-align:center;
    border-radius:50px;
    background-color:#d9262a;
  }
  
  .ft12-request-section .play-box .video_box .ripple,
  .ft12-request-section .play-box .video_box .ripple:before,
  .ft12-request-section .play-box .video_box .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width:70px;
    height:70px;
    border-radius:50%;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    -webkit-box-shadow: 0 0 0 0 rgba(217, 38, 42, .6);
    -moz-box-shadow: 0 0 0 0 rgba(217, 38, 42, .6);
    -ms-box-shadow: 0 0 0 0 rgba(217, 38, 42, .6);
    -o-box-shadow: 0 0 0 0 rgba(217, 38, 42, .6);
    box-shadow: 0 0 0 0 rgba(217, 38, 42, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
  }
  
  .ft12-request-section .play-box .video_box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
  }
  
  .ft12-request-section .play-box .video_box .ripple:after{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
  }
  
  @-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
  }
  
  @keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
  }
  
  /***
  
  ====================================================================
      Testimonial Section
  ====================================================================
  
  ***/
  
  .ft12-testimonial-section{
    position:relative;
    margin-top:-145px;
    z-index:1;
  }
  
  .ft12-testimonial-section .owl-nav{
    display:none;
  }
  
  .ft12-testimonial-section .owl-dots{
    position:relative;
    margin-top:25px;
    text-align:center;
  }
  
  .ft12-testimonial-section .owl-dots .owl-dot{
    position:relative;
    width:20px;
    height:20px;
    margin:0px 5px;
    border-radius:50px;
    display:inline-block;
    border:3px solid #db3034;
    transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
  }
  
  .ft12-testimonial-section .owl-dots .owl-dot.active,
  .ft12-testimonial-section .owl-dots .owl-dot:hover{
    background-color:#db3034;
  }
  
  .ft12-testimonial-section .owl-carousel .owl-stage-outer{
    position:static;
    padding:20px 0px;
  }
  
  .ft12-testimonial-section .owl-theme .ft12-testimonial-block{
    margin:0px 15px;
  }
  
  .ft12-testimonial-section .owl-carousel{
    margin:0px -15px;
    width:auto;
  }
  
  .ft12-testimonial-block{
    position:relative;
    margin-bottom:30px;
  }
  
  .ft12-testimonial-block .inner-box{
    position:relative;
    padding:40px 40px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .ft12-testimonial-block .upper-box{
    position:relative;
  }
  
  .ft12-testimonial-block .author-box{
    position:relative;
  }
  
  .ft12-testimonial-block .author-box .box-inner{
    position:relative;
    padding-left:95px;
    color:#7f8288;
    font-size:16px;
    padding-top:3px;
    min-height:65px;
  }
  
  .ft12-testimonial-block .author-image{
    position:absolute;
    left:0px;
    top:0px;
    width:65px;
    height:65px;
    overflow:hidden;
    border-radius:50%;
    border:3px solid #ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.20);
  }
  
  .ft12-testimonial-block strong{
    position:relative;
    display:block;
    font-size:21px;
    font-weight:600;
    color:#232323;
    margin-bottom:3px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-testimonial-block .text{
    margin-top:25px;
    font-size:18px;
    color:#7f8288;
    line-height:28px;
  }
  
  .ft12-testimonial-block .rating{
    position:absolute;
    right:0px;
    top:0px;
    color:#fda700;
  }
  
  .ft12-testimonial-block .support{
    position:absolute;
    right:0px;
    top:18px;
    font-size:30px;
    line-height:1em;
    text-transform:uppercase;
    font-family: 'Inter', sans-serif;
    font-weight:800;
  
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.20);
  }
  
  /***
  
  ====================================================================
      News Section
  ====================================================================
  
  ***/
  
  .ft12-news-section{
    position:relative;
    padding:100px 0px 70px;
  }
  
  .ft12-news-section .ft12-sec-title .text{
    margin-top:40px;
  }
  
  .ft12-news-block{
    position:relative;
    margin-bottom:30px;
  }
  
  .ft12-news-block .inner-box{
    position:relative;
  }
  
  .ft12-news-block .image{
    position:relative;
    overflow:hidden;
    background-color:#d9262a;
  }
  
  .ft12-news-block .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .ft12-news-block .inner-box:hover .image img{
    opacity:0.70;
    transform:scale(1.05,1.05);
  }
  
  .ft12-news-block .lower-content{
    position:relative;
    padding:30px 30px;
    margin-left:30px;
    margin-right:30px;
    margin-top:-40px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .ft12-news-block .post-info{
    position:relative;
    padding-left:0px;
    margin-bottom:0px;
  }
  
  .ft12-news-block .post-info li{
    position:relative;
    color:#888888;
    font-size:14px;
    padding-left:25px;
    margin-right:20px;
    display:inline-block;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-news-block .post-info li:last-child{
    position:relative;
    margin-right:0px;
  }
  
  .ft12-news-block .post-info li .icon{
    position:absolute;
    left:0px;
    font-family: "flaticon";
  }
  
  .ft12-news-block h5{
    line-height:32px;
    font-size:22px;
    font-weight:600;
    margin-top:12px;
  }
  
  .ft12-news-block h5 a{
    position:relative;
    color:#14212a;
  }
  
  .ft12-news-block h5 a:hover{
    color:#d9262a;
  }
  
  /* News Block Two */
  
  .ft12-news-block-two{
    position:relative;
    margin-bottom:35px;
  }
  
  .ft12-news-block-two .inner-box{
    position:relative;
    min-height:220px;
    border-radius:3px;
    overflow:hidden;
    padding-right:260px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .ft12-news-block-two .image{
    position:absolute;
    right:0px;
    top:0px;
    width:260px;
    height:220px;
    overflow:hidden;
    background-color:#d9262a;
  }
  
  .ft12-news-block-two .image img{
    position:relative;
    width:100%;
    display:block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .ft12-news-block-two .inner-box:hover .image img{
    opacity:0.70;
    transform:scale(1.05,1.05);
  }
  
  .ft12-news-block-two .lower-content{
    position:relative;
    padding:30px 30px;
    margin-left:30px;
    margin-right:30px;
    margin-top:-40px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
  }
  
  .ft12-news-block-two .post-info{
    position:relative;
    padding-left:0px;
    margin-bottom:0px;
  }
  
  .ft12-news-block-two .post-info li{
    position:relative;
    color:#888888;
    font-size:14px;
    padding-left:25px;
    margin-right:20px;
    display:inline-block;
    font-family: 'Inter', sans-serif;
  }
  
  .ft12-news-block-two .post-info li:last-child{
    position:relative;
    margin-right:0px;
  }
  
  .ft12-news-block-two .post-info li .icon{
    position:absolute;
    left:0px;
    font-family: "flaticon";
  }
  
  .ft12-news-block-two span.icon.flaticonv7.flaticonv7-calendar {
    font-family: Flaticon-V7;
  }
  
  .ft12-news-block-two h5{
    line-height:32px;
    font-size:20px;
    font-weight:600;
    margin-top:12px;
  }
  
  .ft12-news-block-two h5 a{
    position:relative;
    color:#14212a;
  }
  
  .ft12-news-block-two h5 a:hover{
    color:#d9262a;
  }
  
  .ft12-news-block-two .content-box{
    position:relative;
    padding:40px 25px;
  }
  
  /***
  
  ====================================================================
      Clients Section
  ====================================================================
  
  ***/
  
  .ft12-clients-section{
    position:relative;
    padding:60px 0px 60px;
    background-color:#d9262a;
  }
  
  .ft12-clients-section .owl-carousel,
  .ft12-clients-section .image-box{
    margin-bottom:0px;
  }
  
  .ft12-clients-section .owl-nav,
  .ft12-clients-section .owl-dots{
    display:none;
  }
  
  .ft12-clients-section img{
    position:relative;
    width:inherit !important;
    margin:0 auto;
  }
  
  /*---------------------------------------------------- */
  /*Footer area*/
  /*----------------------------------------------------*/
  .footer_style_eleven {
    padding-top: 80px;
    background-color: #000;
  }
  
  
  .footer_style_eleven .ft-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
  }
  .footer_style_eleven .ft-footer-widget .widget-title:before {
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: 22px;
    position: absolute;
    background-color: #d97500;
  }
  .footer_style_eleven .footer-widget ul li::before {
    display: none;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
    padding-bottom: 18px;
    max-width: 185px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-logo-widget p {
    color: #9d9d9d;
    font-size: 15px;
    padding-bottom: 35px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
    color: #fff;
    height: 35px;
    width: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    overflow: hidden;
    display: inline-block;
    background-color: #d97500;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .footer_style_eleven .footer-widget ul li:hover {
    padding-left: 0;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:after {
    background-color: #fff;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget p {
    color: #9d9d9d;
    font-size: 15px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget form {
    margin-top: 30px;
    position: relative;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input {
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #313131;
    background-color: #313131;
    color: #fff;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget input::placeholder {
    color: #fff;
    font-size: 14px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget button {
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    height: 45px;
    border: none;
    position: absolute;
    background-color: #d97500;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 10px 10px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget button:hover {
    background-color: #fff;
    color: #000;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
    margin-top: 22px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
    margin-right: 15px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
    color: #494949;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a:hover {
    color: #d97500;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget {
    padding-left: 20px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget ul {
    padding-top: 15px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget i {
    float: left;
    font-size: 14px;
    margin-top: 5px;
    color: #d97500;
    margin-right: 10px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget a {
    color: #9d9d9d;
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-width: 170px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget .office-open-hour {
    margin-top: 10px;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget .office-open-hour span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline;
  }
  .footer_style_eleven .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
    font-size: 14px;
    color: #9d9d9d;
    max-width: 180px;
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget {
    margin: 0px -5px;
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget li a {
    float: left;
    width: 85px;
    height: 90px;
    margin: 5px;
    overflow: hidden;
    position: relative;
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget li a:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.7;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #d9262a;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget li a:after {
    left: 0;
    top: 50%;
    right: 0;
    color: #fff;
    opacity: 0;
    margin: 0 auto;
    font-size: 20px;
    content: "\f326";
    font-weight: 900;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    font-family: "Font Awesome 5 Pro";
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .footer_style_eleven .ft-footer-widget .gallery-widget li a:hover:after {
    opacity: 1;
  }
  .footer_style_eleven .ftn-footer-copyright {
    color: #fff;
    margin-top: 80px;
    padding: 25px 0px;
    border-top: 1px solid #15152e;
  }
  
  
  /***
  
  ====================================================================
      Main Header style
  ====================================================================
  
  ***/
  .ft11-main-header {
    position: relative;
    z-index: 99;
    width: 100%;
  }
  
  .ft11-main-header:before,
  .ft11-main-header .mobile-nav-toggler{
    display:none;
  }
  
  /* Header Top */
  .ft11-main-header .ft11-header-top {
    position: relative;
    background-color:#d9262a;
  }
  
  .ft11-main-header .ft11-header-top .inner-container {
    position: relative;
  }
  
  .ft11-main-header .ft11-header-top .ft11-top-left {
    position: relative;
    padding: 14px 0px;
  }
  
  .ft11-header-top .ft11-top-left .top-list {
    position: relative;
    margin-bottom:0px;
  }
  
  .ft11-header-top .ft11-top-left .top-list li{
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 20px;
    padding-left: 30px;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    font-family: 'Inter', sans-serif;
    border-right: 1px solid rgba(255,255,255,0.30);
  }
  
  .ft11-header-top .ft11-top-left .top-list li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-header-top .ft11-top-left .top-list li .icon {
    position: absolute;
    left: 0px;
    top: -1px;
    color: #ffffff;
    font-size: 18px;
    font-family: "flaticon";
  }
  
  .ft11-header-top .ft11-top-left .top-list li a:hover {
    color: #ec0000;
  }
  
  .ft11-header-top .ft11-top-left .top-list li:last-child{
    border:none;
    margin-right:0px;
    padding-right:0px;
  }
  
  .ft11-main-header .ft11-header-top .ft11-top-right {
    position: relative;
  }
  
  .ft11-main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
  }
  
  .ft11-main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
  }
  
  .ft11-main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ft11-main-header .header-upper {
    position: relative;
  }
  
  .ft11-main-header .header-upper .upper-right {
    position: relative;
    padding-top: 22px;
  }
  
  .ft11-main-header .nav-outer {
    position: relative;
    float: right;
  }
  
  .ft11-main-header .header-upper .inner-container {
    position: relative;
    background-color: #ffffff;
  }
  
  .ft11-main-header .main-menu .navigation > li > a{
    font-weight:600;
    color:#000000;
    padding:35px 0px;
    font-family: 'Inter', sans-serif;
  }
  
  .ft11-main-header .header-upper .logo-box{
    position: relative;
    padding: 0px 0px;
    margin-top: -25px;
  }
  
  .ft11-main-header .header-upper .logo-box:before{
    position:absolute;
    content:'';
    right:-60px;
    top:-50px;
    width:1000%;
    bottom:-25px;
    background-color:#14212a;
  }
  
  .ft11-main-header .header-upper .logo-box .logo {
    position: relative;
  }
  
  
  
  
  .ft11-main-header .main-menu .navigation > li.dropdown:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    content: "\f067";
    position: absolute;
    right: 0px;
    top:50%;
    font-size: 10px;
    color:#000000;
    margin-top:-7px;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
  }
  
  .ft11-main-header .main-menu .navigation > li > ul > li > a:after{
    display:none;
  }
  
  .ft11-main-header li a:before, .ft11-main-header li > a:after {
    top: 34px;
    opacity: 0;
    content: "]";
    right: -10px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .ft11-main-header .main-menu .navigation > li > a:after {
    content: "[";
    right: auto;
    left: -10px;
  }
  .ft11-main-header li:hover a:before, .ft11-main-header li:hover a:after {
    opacity: 1;
  }
  .ft11-main-header .main-menu .navigation > li > a:before {
    right: -10px;
  }
  
  .ft11-main-header.fixed-header .sticky-header li a:before,
  .ft11-main-header.fixed-header .sticky-header li > a:after {
    top: 22px;
  }
  
  
  
  .ft11-main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 30px;
  }
  
  .ft11-main-header .btn-box {
    position: relative;
    float: left;
    padding: 21px 0px;
  }
  
  .ft11-main-header .sticky-header .btn-box {
    padding: 8px 0px;
  }
  
  .ft11-main-header.ft2-header-style-two .sticky-nav-toggler {
    padding: 0px !important;
    display: none;
    margin: 12px 0px 12px 20px !important;
    background: none !important;
  }
  
  .ft11-main-header .sticky-header .main-menu .navigation > li > a{
    padding:22px 0px;
  }
  
  /* Fastrans HTML-5 Template */
  
  @media only screen and (max-width: 1340px){
  
  
  
  }
  
  @media only screen and (max-width: 1200px){
  
    .main-slider-six{
      padding-left:0px;
    }
  
    .main-slider-six h1{
      font-size:50px;
      line-height:60px;
    }
  
  }
  
  @media only screen and (max-width: 1140px){
  
    .main-slider-six .slide{
      background-position:center center;
    }
  
    .ft12-about-section .ft12-sec-title .right-box .text,
    .ft12-about-section .ft12-sec-title .right-box .bold-text{
      max-width:100%;
    }
  
    .ft12-about-section .ft12-sec-title .bold-text{
      margin-top:20px;
    }
  
    .ft12-about-section .image-column .image{
      margin-top:0px;
    }
  
    .ft12-about-section .content-column .inner-column{
      padding-left:0px;
    }
  
    .ft11-main-header .btn-box{
      display:none;
    }
  
    .ft12-about-section .signature-box .box-inner,
    .ft12-about-section .signature-box strong{
      color:#000000;
    }
  
    .ft12-about-section .signature-box .signature{
      filter: invert(100%);
    }
  
    .ft12-about-section .signature-box{
      margin-top:0px;
    }
  
    .ft12-services-section{
      margin-top:0px;
      padding:110px 0px 110px;
    }
  
    .ft12-about-section{
      margin-bottom:100px;
    }
  
    .ft12-service-block .inner-box{
      padding:30px 15px 0px;
    }
  
    .ft12-sec-title .text br,
    .ft12-service-block .text br,
    .ft11-header-top .ft11-top-left .top-list li:first-child{
      display:none;
    }
  
    .ft12-request-section .counter-column .inner-column{
      padding-left:0px;
    }
  
    .ft12-feature-block{
      margin-bottom:30px;
    }
  
    .ft12-about-section .check li{
      padding-top:0px;
    }
  
    .ft12-about-section .check li::before{
      top:5px;
    }
  
    .ft11-main-header .nav-outer .mobile-nav-toggler{
      padding-top:22px;
      cursor:pointer;
    }
  
    .ft11-main-header .nav-outer{
      padding-right:0px;
    }
  
    .ft11-main-header .sticky-header{
      display:none;
    }
  
  }
  
  @media only screen and (min-width: 768px){
  
  
  
  }
  
  @media only screen and (max-width: 1023px){
  
    .main-slider-six .slide {
      background-position: center right;
    }
  
    .ft12-request-section .phone-box{
      margin-top:0px;
    }
  
    .ft12-request-section .play-box{
      margin-top:50px;
    }
  
    .ft12-news-block .lower-content{
      margin:0px;
    }
  
    .ft12-request-section{
      padding-bottom:0px;
    }
  
    .ft12-testimonial-section{
      margin-top:0px;
    }
  
    .ft12-request-section::before,
    .ft12-request-section .image-layer{
      display:none;
    }
  
    .ft12-service-block,
    .ft12-about-section .image-column .image{
      margin-bottom:30px;
    }
    .ft11-main-header .nav-outer .mobile-nav-toggler {
      display: block;
      margin: 0;
      padding: 10px 0px 0px;
      margin-left: 20px;
    }
  
  }
  
  @media only screen and (max-width: 767px){
  
    .ft12-experiance-box{
      margin-top:30px;
      margin-bottom:30px;
    }
  
    .ft11-main-header .ft11-header-top{
      display:none;
    }
  
    .ft11-main-header .header-upper .logo-box{
      margin-top:0px;
    }
  
    .ft11-main-header .nav-outer .mobile-nav-toggler{
      padding-top:35px;
      cursor:pointer;
    }
  
  }
  
  @media only screen and (max-width: 599px){
  
    .main-slider-six h1{
      font-size: 40px;
      line-height: 50px;
    }
  
    .main-slider-six h1 br{
      display:none;
    }
  
    .ft12-testimonial-block .inner-box{
      padding:20px 20px;
    }
  
    .ft12-news-block-two .inner-box{
      padding:0px;
    }
  
    .ft12-news-block-two .image{
      position:relative;
      width:100%;
      height:auto;
    }
  
    .ft12-news-block-two .content-box{
      padding:30px 25px;
    }
  
  }
  
  @media only screen and (max-width: 479px) {
  
    .main-slider-six h1{
      font-size: 30px;
      line-height: 40px;
    }
  
    .ft12-about-section .signature-box .box-inner{
      padding-right:0px;
    }
  
    .ft12-about-section .signature-box .signature{
      position:relative;
    }
  
    .ft12-request-section .form-column .inner-column{
      padding:35px 20px;
    }
  
    .ft12-request-section .phone-box{
      padding:25px 25px;
    }
  
    .ft12-request-section .phone-box .box-inner{
      padding-left:0px;
    }
  
    .ft12-request-section .phone-box .icon{
      position:relative;
      display:block;
      margin-bottom:20px;
    }
  
    .ft12-request-section .phone-box a{
      font-size:18px;
    }
  
    .ft12-testimonial-block .rating{
      position:relative;
      margin-top:15px;
    }
  
    .ft12-testimonial-block .support{
      position:relative;
      top:0px;
    }
  
    .ft12-testimonial-block strong{
      font-size:18px;
    }
  
  }
  
  .ft11-main-header .mobile-menu .navigation {
    padding-left: 0;
  }
  
  .ft11-main-header .mobile-menu .dropdown-menu {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  /* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* latin-ext */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58VXh.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggUyklmd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggQyklmd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZXFGj5hxF0EhjimlIhggoykg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIrsggqlg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIqsggqlg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  


