




/*Btn Style Eight*/
.btn-style-eight {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
}
.btn-style-eight:hover {
    color: #ffffff;
    background: transparent;
}
.btn-style-eight .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 22px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.btn-style-eight:hover .btn-title {
    color: #ffffff;
}
.btn-style-eight .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.btn-style-eight:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.btn-style-eight .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}





/*Btn Style nine*/
.btn-style-nine {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
}
.btn-style-nine:hover {
    color: #ffffff;
    background: transparent;
}
.btn-style-nine .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 16px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.btn-style-nine:hover .btn-title {
    color: #ffffff;
}
.btn-style-nine .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.btn-style-nine:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}



.scroll-to-top-style8 {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #a04e3f;
    border-radius: 0%;
    margin-left: 0px;
}


.scroll-to-top-style9 {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #1e4fc8;
    border-radius: 0%;
    margin-left: 0px;
}




.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #3e4354;
    border-radius: 0%;
    color: #969baa;
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span{
    position: relative;
    top: -5px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 15px;
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    border: 2px solid #1e4fc8;
    background: #1e4fc8;
}






.sec-title.style-eight {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 0;
    padding-bottom: 37px;
}
.sec-title.style-eight h4 {
    position: relative;
    display: inline-block;
    color: #a04e3f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 19px;
}
.sec-title.style-eight h4:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #a04e3f;
    content: "";
}
.sec-title.style-eight h2 {
    color: #005050;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0px;
    letter-spacing: normal;
}


.sec-title.style-eight.clr2 h4{
    color: #b0bebe;
}
.sec-title.style-eight.clr2 h4:before{
    background: #b0bebe;
}
.sec-title.style-eight.clr2 h2{
    color: #ffffff;    
}






.sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 37px;
}
.sec-title.style-nine h4 {
    position: relative;
    display: block;
    color: #1e4fc8;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.sec-title.style-nine h2 {
    color: #21242d;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0px;
    letter-spacing: normal;
}




/* Header Style Five */
.main-header.header-style-eight {
    position: absolute;
    top: 0;
    left: 0;
}
.main-header.header-style-eight .sticky-header .header-upper {
    border-top: 0px solid rgb(229, 229, 229);
}
.main-header.header-style-eight .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.main-header.header-style-eight .sticky-header .auto-container {
    max-width: 1200px;
    padding: 0px 15px;
}
.main-header.header-style-eight .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0px;
}
.main-header.header-style-eight .sticky-header .main-menu .navigation {
    margin: 0px;
    margin-left: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}



.main-header.header-style-eight .auto-container {
    max-width: 100%;
    padding: 0;
}
.main-header.header-style-eight .header-upper-style8 .inner-container {
    position: relative;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-style8 {
    position: relative;
    display: block;
    border-top: none;
}
.header-style-eight .header-upper-style8 .logo-box .logo {
    position: relative;
    display: block;
    padding: 0;
}


.header-upper-style8 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style8 .navigation {
    margin-left: 60px;
    margin-top: 0px;
}
.main-menu.style8 .navigation>li {
    padding: 18px 0px;
    margin-right: 50px;
}
.main-menu.style8 .navigation>li:last-child{
    margin-right: 0;
}

.main-menu.style8 .navigation>li.dropdown {
    padding-right: 0;
}
.main-menu.style8 .navigation>li.dropdown>a:after {
    display: none;
}
.main-menu.style8 .navigation>li>a {
    color: #ffffff;
    font-size: 17px;
    padding: 3px 0px;
}
.main-menu.style8 .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -24px;
    right: 0px;
    width: 12px;
    height: 12px;
    background: #a04e3f;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu.style8 .navigation>li:hover>a:before,
.main-menu.style8 .navigation>li.current>a:before {
    transform: scale(1.0);
}


.header-upper-right-style8 {
    position: relative;
    display: block;
    float: right;
    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;
}
.header-upper-right-style8 .social-links li {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 42px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0;
}
.header-upper-right-style8 .social-links li:first-child{
    border-left: none;
}
.header-upper-right-style8 .social-links li+li {
    margin-left: 0px;
}
.header-upper-right-style8 .social-links li a{
    color: #ffffff;
    font-size: 14px;
}


.header-upper-right-style8 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 25px;
    width: 72px;
    height: 72px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}


.header-upper-right-style8 .shopping-cart-outer{
    position: relative;
    display: block;
    width: 71px;
}
.header-upper-right-style8 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    margin-left: 0px;
    color: #ffffff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}
.header-upper-right-style8 .shopping-cart-outer .shopping-cart .count{
    background: #a04e3f;
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    position: relative;
    display: block;
    width: 71px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 0px;
    cursor: pointer;
    border-radius: 0%;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-right-style8 .right-button{
    position: relative;
    display: block;    
}




/* Banner Section Css */
.banner-section.style-eight .banner-carousel .slide-item .image-layer{
    z-index: 1;    
}
.banner-section.style-eight .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #005050;
    opacity: 0.80;
    z-index: -1;
}
.banner-section.style-eight .banner-carousel .content-box {
    min-height: 860px;
    padding: 0px 0px 0px;
}
.banner-section.style-eight .banner-carousel .content-box h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-section.style-eight .banner-carousel .content-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 48px;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: none;
}
.banner-section.style-eight .banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 70px;
    background-color: rgb(255, 255, 255);
}
.banner-section.style-eight .banner-carousel .content-box h2::after {
    display: none;
}
.banner-section.style-eight .banner-carousel .content-box .text {
    color: #b0bebe;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0px auto 35px;
    font-weight: 400;
}
.banner-section.style-eight .banner-carousel .content-box .btn-box .btn-style-eight .btn-title {
    padding: 16px 45px;
}




/* Contact Info Section Eight Css */
.contact-info-section-eight{
    position: relative;
    display: block;
    background: transparent;
}
.contact-info-eight {
    position: relative;
    display: block;
    background: #ffffff;
    margin-top: -45px;
    padding: 22px 0;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    z-index: 10;
}
.contact-info-eight ul{
    position: relative;
    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;    
}
.contact-info-eight ul li{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    padding-left: 30px;
}
.contact-info-eight ul li::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #dfe9e9;
    content: "";
}
.contact-info-eight ul li .inner{
    position: relative;
    display: flex;
    align-items: center;
}
.contact-info-eight ul li .inner .icon{
    width: 60px;
}
.contact-info-eight ul li .inner .icon span::before {
    position: relative;
    top: 3px;
    font-size: 40px;
    line-height: 40px;
}
.contact-info-eight ul li .inner .title{
    position: relative;
    display: block;
}
.contact-info-eight ul li .inner .title h3{
    color: #005050;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.contact-info-eight ul li .inner .title p{
    color: #717e7e;
    font-size: 18px;
    line-height: 20px;
    margin: 6px 0 0;
}
.contact-info-eight ul li .inner .title p a{
    color: #717e7e;    
}



/* welcome Section Eight Css */
.welcome-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.welcome-image-box-eight{
    position: relative;
    display: block;
}
.welcome-image-box-eight .thm-shape{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.welcome-image-box-eight .inner {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 2;
}

.welcome-content-eight{
    position: relative;
    display: block;
}
.welcome-content-eight .sec-title.style-eight{
    padding-bottom: 35px;
}
.welcome-content-eight .inner{
    position: relative;
    display: block;
}
.welcome-content-eight .inner h3 {
    color: #a04e3f;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}
.welcome-content-eight .inner p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.welcome-content-eight .inner .authorized {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
}
.welcome-content-eight .inner .authorized .left{
    position: relative;
    display: flex;
}
.welcome-content-eight .inner .authorized .image {
    position: relative;
    display: block;
    width: 60px;
    z-index: 1;
}
.welcome-content-eight .inner .authorized .social {
    position: relative;
    display: block;
    margin-left: -15px;
}
.welcome-content-eight .inner .authorized .social a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #a04e3f;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.welcome-content-eight .inner .text{
    position: relative;
    display: block;
    padding-left: 20px;
    margin: 0;
}
.welcome-content-eight .inner .text h3{
    color: #005050;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}
.welcome-content-eight .inner .text span{
    color: #717e7e;
    font-size: 18px;
}
.welcome-content-eight .inner .signature{
    position: relative;
    display: block;
    margin-top: 40px;
}




/* Service Section Eight Css */
.service-section-eight{
    position: relative;
    display: block;
    background: #005050;
    padding: 100px 0 50px;
    z-index: 1;
}
.service-section-eight .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.service-block-eight{
    position: relative;
    margin-bottom: 43px;
}
.service-block-eight .inner-box{
    position: relative;
    display: block;
}
.service-block-eight .inner-box .img-holder{
    position: relative;
    display: block;
    padding-right: 25px;
}
.service-block-eight .inner-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-block-eight .inner-box .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e5eeee;
    opacity: 1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.service-block-eight .inner-box:hover .img-holder .inner:after{
    opacity: 0.90;
    transform: scaleY(1.0);    
}
.service-block-eight .inner-box .img-holder .inner img{
    width: 100%;
}

.service-block-eight .inner-box .img-holder .icon {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.service-block-eight .inner-box:hover .img-holder .icon{
    transform: scale(0.0);
}
.service-block-eight .inner-box .img-holder .icon span::before{
    color: #a04e3f;
}
.service-block-eight .inner-box .img-holder .button {
    position: absolute;
    bottom: 30px;
    right: 0px;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.service-block-eight .inner-box:hover .img-holder .button{
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
}
.service-block-eight .inner-box .img-holder .button .btn-style-eight .btn-title {
    padding: 11px 25px;
}


.service-block-eight .inner-box .text-holder{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 25px;
    margin-right: 25px;
}
.service-block-eight .inner-box .text-holder h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}
.service-block-eight .inner-box .text-holder h3 a{
    color: #ffffff;
}
.service-block-eight .inner-box .text-holder p{
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}




/* Choose Section Eight Css */
.choose-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.video-holder-box8{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 540px;
    width: 100%;
}
.video-holder-box8 .video-box{
    position: relative;
    display: block;
    padding: 305px 0;
}
.video-holder-box8 .video-box a{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.video-holder-box8 .video-box a:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: rgba(255,255,255, 0.30);
    z-index: -1;
}
.video-holder-box8 .video-box a span::before{
    position: relative;
    display: block;
    color: #a04e3f;
    font-size: 50px;
    line-height: 120px;
    text-align: center;
}

.choose-content-eight{
    position: relative;
    display: block;
}
.choose-content-eight .sec-title.style-eight{
    padding-bottom: 39px;
}
.choose-content-eight .inner-content{
    position: relative;
    display: block;
}
.choose-content-eight .inner-content ul{
    position: relative;
    display: block;
}
.choose-content-eight .inner-content ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px 30px;
    box-shadow: 0px 0px 50px 0px rgba(215, 226, 226, 0.7);
}
.choose-content-eight .inner-content ul li:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 5px;
    background: #a04e3f;
    content: "";
    transform: scaleX(0.1) translateX(0px) rotateX(90deg);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.choose-content-eight .inner-content ul li:hover:before{
    transform: scaleX(1.0) translateX(0px) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.choose-content-eight .inner-content ul li+li{
    margin-top: 30px;
}
.choose-content-eight .inner-content ul li .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
}
.choose-content-eight .inner-content ul li .inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-content-eight .inner-content ul li .inner .icon .icon-bg1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.choose-content-eight .inner-content ul li:hover .inner .icon .icon-bg1{
    transform: scale(0);
}

.choose-content-eight .inner-content ul li .inner .icon .icon-bg1-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);    
}
.choose-content-eight .inner-content ul li:hover .inner .icon .icon-bg1-overlay{
    transform: scale(1.0);
}
.choose-content-eight .inner-content ul li .inner .icon span::before{
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
}


.choose-content-eight .inner-content ul li .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 100px;
    margin: 0;
}
.choose-content-eight .inner-content ul li .inner .text h3{
    color: #005050;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.choose-content-eight .inner-content ul li .inner .text p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
 


/* working Section Eight Css */
.working-process-section-eight{
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 50px;
}
.working-process-section-eight .row{
    counter-reset: count;
}

.working-process-block-eight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 43px;
}
.working-process-block-eight .img-holder{
    position: relative;
    display: block;
    width: 160px;
}
.working-process-block-eight .img-holder .shape-bg {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: -10px;
    right: -30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.working-process-block-eight .img-holder .inner{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.working-process-block-eight .img-holder .counting-step-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}
.working-process-block-eight .img-holder .counting-step-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #a04e3f;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
}
.working-process-block-eight:hover .img-holder .counting-step-box:before{
    color: #ffffff;
    background: #a04e3f;
}


.working-process-block-eight .text-holder{
    position: relative;
    display: block;
    padding-top: 29px;
}
.working-process-block-eight .text-holder h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.working-process-block-eight .text-holder h3 a{
    color: #005050;
}
.working-process-block-eight:hover .text-holder h3 a{
    color: #a04e3f; 
}
.working-process-block-eight .text-holder p{
    color: #717e7e;
    font-size: 18px;
    margin: 0;
}



/* Team Section Eight Css */
.team-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.team-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}
.team-section-eight_title .sec-title.style-eight{
    padding-bottom: 0;
}

.team-section-eight_title .btn-box{
    position: relative;
    display: block;
    padding-bottom: 13px;
}
.team-section-eight_title .btn-box .btn-style-eight{
    color: #a04e3f;
    background: transparent;
}
.team-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}

.team-block-eight{
    position: relative;
    display: block;
}
.team-block-eight .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-eight .img-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a04e3f;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.team-block-eight:hover .img-holder:before{
    opacity: .90;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.team-block-eight .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;

    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.team-block-eight:hover .img-holder .overlay-content{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.team-block-eight .img-holder .overlay-content .inner{
    position: absolute;
    left: 30px;
    bottom: 25px;
    right: 30px;
}

.team-block-eight .img-holder .overlay-content .inner .top {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 26px;
    margin-bottom: 24px;
}
.team-block-eight .img-holder .overlay-content .inner .top span{
    color: #ffffff;
    font-size: 18px;
}
.team-block-eight .img-holder .overlay-content .inner .top h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 0;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content{
    position: relative;
    display: flex;
    align-items: center;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .icon{
    width: 40px;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .icon span:before{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text{
    position: relative;
    display: block;
    top: -1px;
    padding-left: 15px;
    margin: 0;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text p a{
    color: #ffffff;
}


.team8-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.team8-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.team8-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    border: 2px solid #cad4d4;
    background: #ffffff;
	margin: 0px 7.5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.team8-carousel.owl-carousel .owl-dots .owl-dot span{
	display: none;	
}
.team8-carousel.owl-carousel .owl-dots .owl-dot.active{
    border: 2px solid #a04e3f;
}




/*** 
=============================================
    Pricing Plan Section Eight Style      
=============================================
***/
.pricing-plan-section-eight{
    position: relative;
    display: block;
    padding: 100px 0 60px;
}
.pricing-plan-section-eight .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 530px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;    
}

.pricing-plan-block-eight{
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 20px 20px 0px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.2s;
    margin-bottom: 40px;
    z-index: 10;
}
.pricing-plan-block-eight:hover{
    transform: translate3d(0px, -10px, 0px);    
}

.pricing-plan-block-eight .table-header{
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 60px;
    z-index: 1;
}
.pricing-plan-block-eight .table-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #005050;
    opacity: 0.80;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.pricing-plan-block-eight:hover .table-header::before{
    background: #a04e3f;
}

.pricing-plan-block-eight .table-header .top {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.pricing-plan-block-eight .table-header .top h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}
.pricing-plan-block-eight .table-header .top span{
    color: #b0bebe;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.pricing-plan-block-eight:hover .table-header .top span{
    color: #ffffff;
}

.pricing-plan-block-eight .table-header .package {
    position: relative;
    display: block;
}
.pricing-plan-block-eight .table-header .package h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
.pricing-plan-block-eight .table-header .package span {
    position: relative;
    top: -21px;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding-right: 6px;
}
.pricing-plan-block-eight .table-header .package b {
    position: relative;
    display: inline-block;
    top: -5px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
}

.pricing-plan-block-eight .table-button {
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: -30px;
    z-index: 1;
}
.pricing-plan-block-eight .table-button .btn-style-eight {
    color: #a04e3f;
    background: #ffffff;
    display: block;
}
.pricing-plan-block-eight .table-button .btn-style-eight .btn-title {
    padding: 16px 35px;
}


.pricing-plan-block-eight .price-list{
    position: relative;
    display: block;
    padding: 0 20px 0px;
}
.pricing-plan-block-eight .price-list ul {
    position: relative;
    display: block;
    padding: 10px 0 22px;
}
.pricing-plan-block-eight .price-list ul li{
    color: #717e7e;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #d3dddd;
}
.pricing-plan-block-eight .price-list ul li:last-child{
    border: none;
}



/*** 
=============================================
    Testimonial Section Eight Style      
=============================================
***/
.testimonial-section-eight-h8{
    position: relative;
    display: block;
    padding: 0px 0 100px;
    z-index: 1;
}
.testimonial-section-eight-h8 .layer-outer {
    position: absolute;
    top: -355px;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.testimonial-section-eight-h8 .layer-outer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.75;
}


.testimonial-block-eight{
    position: relative;
    display: block;
    padding-top: 50px;
}
.testimonial-block-eight:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background:#ffffff;
    opacity: 0.15;
    z-index: 1;
}
.testimonial-block-eight .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}
.testimonial-block-eight .img-holder::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}


.testimonial-block-eight .inner-content{
    position: relative;
    display: block;
    padding: 70px 50px 43px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
}
.testimonial-block-eight .inner-content h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 2px;
}
.testimonial-block-eight .inner-content span{
    color: #b0bebe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-block-eight .inner-content .text{
    position: relative;
    display: block;
    padding-top: 13px;
    margin: 0;
}
.testimonial-block-eight .inner-content .text p{
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}



/*** 
=============================================
    Blog section Eight Css
=============================================
***/
.blog-section-eight {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}

.news-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}
.news-section-eight_title .sec-title.style-eight{
    padding-bottom: 0;
}
.news-section-eight_title .btn-box{
    position: relative;
    display: block;
    padding-bottom: 13px;
}
.news-section-eight_title .btn-box .btn-style-eight{
    color: #a04e3f;
    background: transparent;
}
.news-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}


.news-block-eight{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.news-block-eight .img-holder{
    position: relative;
    display: block;
}
.news-block-eight .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block-eight .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005050;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.news-block-eight:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.news-block-eight .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.news-block-eight:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.news-block-eight .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.news-block-eight .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.news-block-eight .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #005050;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.news-block-eight:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}


.news-block-eight .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.news-block-eight:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.news-block-eight .img-holder .categories-box {
    position: absolute;
    left: 30px;
    bottom: -12px;
    width: 100px;
    height: 24px;
    text-align: center;
    z-index: 3;
}
.news-block-eight .img-holder .categories-box p{
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}


.news-block-eight .text-holder {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 32px 30px 26px;
}
.news-block-eight .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block-eight .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #a04e3f;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 16px;
    margin-right: 15px;
}
.news-block-eight .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.news-block-eight .text-holder .meta-info li:before {
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #717e7e;
    content: "";
    transform: rotate(20deg);
}
.news-block-eight .text-holder .meta-info li:last-child:before{
    display: none;
}
.news-block-eight .text-holder .meta-info li a {
    color: #717e7e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 


.news-block-eight .text-holder .blog-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 11px;
}
.news-block-eight .text-holder .blog-title a{
    color: #005050;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Awards section Eight Css
=============================================
***/
.awards-section-eight{
    position: relative;
    display: block;
    background: #005050;
    padding: 100px 0 100px;
    z-index: 1;
}
.awards-section-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.awards-block-eight{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 0 36px;
}
.awards-block-eight .awards {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 17px;
}
.awards-block-eight .awards img{
    width: auto;
}

.awards-block-eight .awards_title{
    color: #005050;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.awards-block-eight .awards_title-two{
    margin-top: 7px;
}



/*** 
=============================================
    Contact Form Faq Section Eight Css
=============================================
***/
.contact-form-faq-section-eight {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 70px;
}
.contact-form-eight {
    position: relative; 
    display: block;
    max-width: 535px;
    width: 100%;
    background: #ffffff;
    padding: 55px 50px 45px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.contact-form-eight .title{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.contact-form-eight .title h2{
    color: #005050;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 9px;
}
.contact-form-eight .title p{
    color: #005050;
    font-size: 18px;
    margin: 0;
}


.contact-form-h8 {
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form-h8 input[type="text"],
.contact-form-h8 input[type="email"],
.contact-form-h8 textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 0px solid #e3e3e4;
    border-bottom: 1px solid #e1e5e9;
    color: #717e7e;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.contact-form-h8 textarea {
    height: 126px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-form-h8 input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form-h8 input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form-h8 textarea:focus{
    color: #171717;
    border-color: #171717; 
}


.contact-form-h8 input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]:-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]::-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}


.contact-form-h8 input[type="email"]:-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]::-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form-h8 textarea::-webkit-input-placeholder {
    color: #777777;
}


.contact-form-h8 textarea:-moz-placeholder {
    color: #717e7e;
}
.contact-form-h8 textarea::-moz-placeholder {
    color: #717e7e;
}
.contact-form-h8 textarea:-ms-input-placeholder {
    color: #717e7e;
}


.contact-form-h8 .btn-style-eight {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.contact-form-h8 .btn-style-eight .btn-title {
    padding: 16px 35px;
}



.faq-content-eight{
    position: relative;
    display: block;
}
.faq-content-eight .sec-title.style-eight {

}
.faq-content-eight .accordion-box .block{
    margin-bottom: 20px;
}
.faq-content-eight .accordion-box .block:last-child{
    margin-bottom: 0px;
}



/*** 
=============================================
    Funfacts section Eight Css
=============================================
***/
.funfacts-section-eight {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
    padding: 100px 0px 100px;
}
.funfacts-section-eight::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a04e3f;
    opacity: 0.95;
    z-index: -1;
}

.fact-counter-eight {
    position: relative;
    display: flex;
    align-items: center;
}
.fact-counter-eight .counter-column {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    padding-right: 30px;
    margin-right: 30px;
}
.fact-counter-eight .counter-column:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.fact-counter-eight .counter-column .inner{
    position: relative;
    display: block;
}
.fact-counter-eight .counter-column .inner .content {
    position: relative;
    display: flex;
    align-items: center;
}
.fact-counter-eight .counter-column .inner .content .icon-box{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 45px;
}

.fact-counter-eight .counter-column .inner .content .count-box {
    position: relative;
    display: block;
    padding-left: 20px;
}
.fact-counter-eight .counter-column .inner .content .count-box span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 18px;
    font-family: "Fira Sans", sans-serif;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-section-eight {
    position: relative;
    display: block;
    overflow: hidden;
    background: #005050;
    padding: 0px 0px 0px;
    z-index: 1;
}
.footer-eight {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    z-index: 1;
}
.footer-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}


.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 25px;
}
.single-footer-widget .title h3{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding: 30px 30px 36px;
    background: #ffffff;
    max-width: 340px;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #dfe9e9;
    padding-bottom: 15px;
}
.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-top: 26px;
    margin-bottom: 19px;
}
.single-footer-widget .our-company-info .text-box h3 {
    color: #005050;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 9px;
}
.single-footer-widget .our-company-info .text-box p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.single-footer-widget .our-company-info .phone-number{
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .phone-number p{
    color: #a04e3f;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 5px;
}
.single-footer-widget .our-company-info .phone-number h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.single-footer-widget .our-company-info .phone-number h3 a{
    color: #005050;
}



.footer-widget-link-box{
    position: relative;
    display: flex;
}
.footer-widget-links1{
    position: relative;
    display: block;
}
.footer-widget-links1.left{
    width: 200px;
}
.footer-widget-links1.right{

}
.footer-widget-links1 li{
    position: relative;
    display: block;
    margin-bottom: 12px;
    transition: all 500ms ease;
}
.footer-widget-links1 li:last-child{
    margin-bottom: 0;
}
.footer-widget-links1 li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #b0bebe;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-widget-links1 li a:hover{
    color: #ffffff;
}
.footer-widget-links1 li a::before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}


.widget-popular-post {
    position: relative;
    display: block;
    margin-top: 7px;
}
.widget-popular-post li{
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 25px;
}
.widget-popular-post li:last-child{
    margin-bottom: 0;
}
.widget-popular-post li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.widget-popular-post li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    top: -9px;
}
.widget-popular-post li .title-box span{
    position: relative;
    display: inline-block;
    color: #b0bebe;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.widget-popular-post li .title-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 6px;
}
.widget-popular-post li .title-box h3 a{
    color: #ffffff;
}



.footer-bottom-eight {
    position: relative;
    display: block;
    background: #005050;
    padding: 21px 0;
}
.footer-bottom-eight .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color:#ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: #ffffff;
    font-weight: 600;
    transition: all 500ms ease;
    padding-right: 3px;
}
.copyright-text p a:hover{
    color: rgba(255, 255, 255);    
}



.footer-menu-style1{
    position: relative;
    display: block;
}
.footer-menu-style1 ul{
    overflow: hidden;
}
.footer-menu-style1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
}
.footer-menu-style1 ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.footer-menu-style1 ul li:before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.30);
    transform: rotate(10deg);
    content: "";
}
.footer-menu-style1 ul li:last-child:before{
    display: none;
}
.footer-menu-style1 ul li a{
    color: #ffffff;
    font-size: 18px;
    transition: all 500ms ease;
}





/* Header Style Nine */
.main-header.header-style-nine {
    position: absolute;
    top: 0;
    left: 0;
}
.main-header.header-style-nine .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}


.main-header.header-style-nine .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0px;
}
.main-header.header-style-nine .sticky-header .main-menu .navigation {
    margin: 0px;
    margin-left: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}





.main-header .header-top-style9{
    position: relative;
    display: block;
    background: #21242d;
    padding: 25px 0px;    
}
.header-top-style9 .top-left{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box .logo{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box .logo a{
    position: relative;
    display: inline-block;
}

.header-top-style9 .top-right{
    position: relative;
    display: block;
}

.contact-info-9{
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-info-9 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    min-height: 50px;
}
.contact-info-9 li:last-child{
    margin-right: 0;
}
.contact-info-9 li .inner-box{
    position: relative;
    display: block;
    padding-left: 50px;
    min-height: 50px;
}
.contact-info-9 li .inner-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.contact-info-9 li .inner-box .icon span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}
.contact-info-9 li .inner-box .title{
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 50px;
}
.contact-info-9 li .inner-box .title h3{
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.contact-info-9 li .inner-box .title p{
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.contact-info-9 li .btn-box{
    position: relative;
    display: block;
}
.contact-info-9 li .btn-box .btn-style-nine{
    color: #999ead;
    background: #333743;
}
.contact-info-9 li .btn-box .btn-style-nine .btn-title {
    padding: 11px 35px;
}


.main-header .header-upper-style9{
    position: relative;
    display: block;
    border: none;    
}
.main-header .header-upper-style9 .inner-container {
    position: relative;
    min-height: 70px;
    background: #1e4fc8;
}
.main-header .header-upper-style9 .inner-container::before{
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: 100%;
    background: #1e4fc8;
    content: "";
}

.main-header .header-upper-style9 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style9 .navigation {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0px;
    padding: 7px 0;
}
.main-menu.style9 .navigation>li>a {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}


.header-upper-right-style9 {
    position: relative;
    display: block;
    float: right;
    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;
}
.header-upper-right-style9 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 20px;
    width: 50px;
    height: 30px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-right-style9 .shopping-cart-outer{
    position: relative;
    display: block;
    width: 71px;
}
.header-upper-right-style9 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    margin-left: 0px;
    color: #ffffff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}
.header-upper-right-style9 .shopping-cart-outer .shopping-cart .count{
    color: #1e4fc8;
    background: #ffffff;
}


.header-upper-right-style9 .right-box {
    position: relative;
    display: block;
    width: 220px;
    background: #ffffff;
    text-align: right;
    padding: 9px 30px 10px;
}
.header-upper-right-style9 .right-box p{
    color: #1e4fc8;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0px;
}
.header-upper-right-style9 .right-box  a{
    color: #21242d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}


.header-upper-right-style9 .phone-icon{
    position: relative;
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    background: #1e4fc8;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}
.header-upper-right-style9 .phone-icon span:before{
    position: relative;
    display: inline-block;
    top: 2px;
}
.header-upper-right-style9 .phone-icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-left: 45px solid #1e4fc8;
    border-top: 20px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
}
.header-upper-right-style9 .phone-icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-right: 45px solid #1e4fc8;
    border-top: 25px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 25px solid transparent;
}





/* Banner Section Css */
.banner-section.style-nine{
    margin-top: 100px;  
}


.banner-section.style-nine .banner-carousel .slide-item .image-layer{
    z-index: 1;    
}
.banner-section.style-nine .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #21242d;
    opacity: 0.20;
    z-index: -1;
}
.banner-section.style-nine .banner-carousel .content-box {
    min-height: 860px;
    padding: 0px 0px 0px;
}
.banner-section.style-nine .banner-carousel .content-box h3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-section.style-nine .banner-carousel .content-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 0px;
}
.banner-section.style-nine .banner-carousel .content-box h2:before {
    display: none;
}
.banner-section.style-nine .banner-carousel .content-box h2::after {
    display: none;
}
.banner-section.style-nine .banner-carousel .content-box .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0px auto 43px;
    font-weight: 400;
}
.banner-section.style-nine .banner-carousel .content-box .btn-box .btn-style-eight .btn-title {
    padding: 16px 45px;
}












/* Service Section Nine Css */
.service-section-nine{
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 100px 0 100px;
}
.service-block-nine{
    position: relative;
    display: block;
}
.service-block-nine .inner-box{
    position: relative;
    display: block;
}
.service-block-nine .inner-box .img-holder{
    position: relative;
    display: block;
}
.service-block-nine .inner-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-block-nine .inner-box .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #21242d;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.service-block-nine .inner-box:hover .img-holder .inner:before{
    opacity: 0.9;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.service-block-nine .inner-box .img-holder .inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33,36,45);
    background: linear-gradient(0deg, rgba(33,36,45,1) 0%, rgba(45,34,33,0) 55%);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.service-block-nine .inner-box .img-holder .inner img{
    width: 100%;
}

.service-block-nine .inner-box .img-holder .overlay-static-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 2;
}
.service-block-nine:hover .inner-box .img-holder .overlay-static-content{
    transform: scale(0.0);
}
.service-block-nine .inner-box .img-holder .overlay-static-content .icon{
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background:rgba(30, 79, 200, 0.5);
    font-size: 80px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-block-nine .inner-box .img-holder .overlay-static-content .icon span::before{
    color: #ffffff;
}


.service-block-nine .inner-box .img-holder .title-box {
    position: absolute;
    left: 30px;
    bottom: 24px;
    right: 0;
    z-index: 3;
}
.service-block-nine .inner-box .img-holder .title-box h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 3px;
}
.service-block-nine .inner-box .img-holder .title-box h3 a{
    color: #ffffff;
}
.service-block-nine .inner-box .img-holder .title-box p{
    color: #999ead;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}


.service-block-nine .inner-box .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.service-block-nine .inner-box:hover .img-holder .overlay-content{
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
}

.service-block-nine .inner-box .img-holder .overlay-content .button{
    position: relative;
}
.service-block-nine .inner-box .img-holder .overlay-content .button a{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #1e4fc8;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
} 
.service-block-nine .inner-box .img-holder .overlay-content .button a span::before{
    color: #ffffff;
} 


.service9-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.service9-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.service9-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    border: 2px solid #c5c8ce;
    background: #eaecf1;
	margin: 0px 7.5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.service9-carousel.owl-carousel .owl-dots .owl-dot span{
	display: none;	
}
.service9-carousel.owl-carousel .owl-dots .owl-dot.active{
    border: 2px solid #1e4fc8;
}








/* welcome Section Nine Css */
.welcome-section-nine{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.welcome-image-box-nine{
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}
.welcome-image-box-nine .left-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.welcome-image-box-nine .single-image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-image-box-nine .single-image-box img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.welcome-image-box-nine .single-image-box:hover img{
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.welcome-image-box-nine .right-box{
    position: relative;
    display: block;
}
.welcome-image-box-nine .right-box ul{
    position: relative;
    display: block;
    margin-top: -15px;
    margin-bottom: -15px;
}
.welcome-image-box-nine .right-box ul li{
    position: relative;
    display: block;
    padding: 15px 0;
}
.welcome-image-box-nine .right-box ul li .inner{
    position: relative;
    display: block;
    overflow: hidden;
}



.welcome-content-nine{
    position: relative;
    display: block;
}
.welcome-content-nine .sec-title.style-nine {
    padding-bottom: 19px;
}
.welcome-content-nine .inner{
    position: relative;
    display: block;
}
.welcome-content-nine .inner .top-text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.welcome-content-nine .inner .top-text p{
    color: #21242d;
    font-size: 18px;
    margin: 0;
}
.welcome-content-nine .inner .bottom-text{
    position: relative;
    display: block;
    margin-bottom: 26px;
}
.welcome-content-nine .inner .bottom-text p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}

.welcome-content-nine .inner ul{
    position: relative;
    display: block;
}
.welcome-content-nine .inner ul li{
    position: relative;
    display: block;
    color: #21242d;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 15px;
}
.welcome-content-nine .inner ul li:last-child{
    margin-bottom: 0;
}
.welcome-content-nine .inner ul li span::before {
    position: relative;
    top: 2px;
    color: #1e4fc8;
    font-size: 20px;
    padding-right: 20px;
}
.welcome-content-nine .inner .btn-box{
    margin-top: 41px;
}





/* Gallery Section Nine Css */
.gallery-section-nine{
    position: relative;
    display: block;
    background: #21242d;
    padding: 100px 0px 100px;
    z-index: 1;
}
.gallery-section-nine_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.gallery-section-nine_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #21242d;
    opacity: 0.85;
    z-index: -1;
}


.gallery-nine_title{
    position: relative;
    display: block;
}
.gallery-nine_title .sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.gallery-nine_title .sec-title.style-nine h4 {
    margin-bottom: 12px;
}
.gallery-nine_title .sec-title.style-nine h2{
    color: #ffffff;
}
.gallery-nine_title .inner-content{
    position: relative;
    display: block;
}
.gallery-nine_title .inner-content p{
    color: #999ead;
    font-size: 18px;
    margin: 0;
}
.gallery-nine_title .inner-content .btn-box{
    margin-top: 33px;
}



.single-gallery-item{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border:2px solid #1e4fc8;
    background: rgba(33, 36, 45, 0.90);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) scale(1.3);
            transform: perspective(1200px) rotateX(0deg) scale(1.3);

    transition: all 700ms linear;
    transition-delay: 0.1s;      
    opacity: 0;
    z-index: 2;
}
.single-gallery-item:hover::before{
    -webkit-transform: perspective(1200px) rotateX(0deg) scale(1.0);
    transform: perspective(1200px) rotateX(0deg) scale(1.0);
    opacity: 1;
}
.single-gallery-item .img-holder{
    position: relative;
    display: block;
}
.single-gallery-item .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-gallery-item:hover .img-holder .inner img{
  
}


.single-gallery-item .img-holder .overlay-content {
    position: absolute;
    top: -30%;
    left: 0;
    bottom: -30%;
    right: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(-100%);
            transform: perspective(1200px) rotateX(0deg) translateZ(-100%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 2;
}
.single-gallery-item:hover .img-holder .overlay-content {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    top: 0;
    bottom: 0;
    opacity: 1;
}


.single-gallery-item .img-holder .overlay-content .title-box{
    position: absolute;
    left: 40px;
    bottom: 34px;
    right: 20px;
}
.single-gallery-item .img-holder .overlay-content .title-box p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}
.single-gallery-item .img-holder .overlay-content .title-box h3{
    font-size: 22px;
    font-weight: 600;
}
.single-gallery-item .img-holder .overlay-content .title-box h3 a{
    color: #ffffff;
}

.single-gallery-item .img-holder .overlay-content .button{
    position: absolute;
    top: 20px;
    right: 20px;
}
.single-gallery-item .img-holder .overlay-content .button a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #1e4fc8;
    font-size: 15px;
    text-align: center;
}
.single-gallery-item .img-holder .overlay-content .button a span::before {
    color: #ffffff;
    font-weight: 700;
}

.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: -400px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -380px;
}





/* Working Process Section Nine Css */
.working-process-section-nine{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 60px;
}
.working-process-section-nine .row {
    counter-reset: count;
}

.working-process-block-nine{
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 46px 20px 43px;
    margin-bottom: 40px;
}
.working-process-block-nine .border-box{
    position: absolute;
    top: 50%;
    right: -110px;
    bottom: 0;
    width: 175px;
    height: 1px;
    background: #cacdd3;
    z-index: 2;
}
.working-process-block-nine .border-box::before{
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    background-image: url(../images-3/icon/arrow-right.png);
    width: 12px;
    height: 25px;
}

.working-process-block-nine .title-holder{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.working-process-block-nine .title-holder h3{
    color: #21242d;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 1px;
}
.working-process-block-nine .title-holder span{
    color: #1e4ec6;
    font-size: 16px;
}

.working-process-block-nine .icon-holder{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 0%;
    margin: 0 auto;
}
.working-process-block-nine .icon-holder span::before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
}





.working-process-block-nine .icon-holder .counting-step-box{
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
}
.working-process-block-nine .icon-holder .counting-step-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #202020;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
}










.working-process-block-nine .text-holder{
    position: relative;
    display: block;
    padding-top: 21px;
}
.working-process-block-nine .text-holder p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}



/* Video Gallery Section Nine Css */
.video-gallery-section-nine{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}
.video-gallery-section-nine::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21242d;
    opacity: 0.90;
    z-index: -1;
}



.video-gallery-nine_content {
    position: relative;
    display: block;
    padding: 100px 0px;
}
.video-holder-box9{
    position: relative;
    display: block;
}
.video-holder-box9 .video-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}
.video-holder-box9 .video-box a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    border: 2px solid #ffffff;
}
.video-holder-box9 .video-box a span::before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 96px;
    text-align: center;
}
.video-holder-box9 .video-box a:before {
    display: none;
}
.video-gallery-nine_content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
}
.video-gallery-nine_content .btn-box{
    position: relative;
    display: block;
   text-align: center;
   margin-top: 38px;
}



/* Choose Section Nine Css */
.choose-section-nine {
    position: relative;
    display: block;
    background: #72757f;
    padding: 100px 0px 70px;
    z-index: 1;
}
.choose-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: -1;
}

.choose-block-nine{
    position: relative; 
    display: block;
    background: #ffffff;
    padding: 27px 30px 23px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    z-index: 1;
}
.choose-block-nine_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    height: 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;
}
.choose-block-nine:hover .choose-block-nine_bg{
    height: 100%;
} 


.choose-block-nine::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 5px;
    bottom: 30px;
    background: #1e4fc8;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover:before{
    top: 0;
    bottom: 0;
}

.choose-block-nine .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.choose-block-nine .top .icon {
    position: relative;
    display: block;
    width: 75px;
}
.choose-block-nine .top .icon span::before{
    color: #9a9eab;
    font-size: 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover .top .icon span::before{
    color: #999ead;
}

.choose-block-nine .top  .title{
    position: relative;
    display: block;
}
.choose-block-nine .top  .title h4{
    color: #21242d;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover .top  .title h4{
    color: #ffffff;
}

.choose-block-nine .text{
    position: relative;
    display: block;
    margin: 0;
}
.choose-block-nine .text p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}
.choose-block-nine:hover .text p{
    color: #999ead;
}




/*** 
=============================================
    Testimonial Section Nine Style      
=============================================
***/
.testimonial-section-nine{
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 1;
}
.testimonial-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.testimonial-nine_title{
    position: relative;
    display: block;
}
.testimonial-nine_title .sec-title.style-nine {
    padding-bottom: 8px;
}
.testimonial-nine_title .inner-content{
    position: relative;
    display: block;
}
.testimonial-nine_title .inner-content p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}
.testimonial-nine_title .inner-content .btn-box{
    position: relative;
    display: block;
    margin-top: 33px;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine{
    border: 2px solid #1e4fc8;
    background: transparent;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine .btn-title{
    color: #1e4fc8;
    padding: 14px 40px;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine:hover .btn-title{
    color: #ffffff;
}



.testimonial-block-nine {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-bottom: 35px;
}
.testimonial-block-nine .inner-box{
    position: relative;
    display: block;
    background: #21242d;
    padding: 43px 40px 42px;
    z-index: 1;
}
.testimonial-block-nine .rating{
    position: relative;
    display: block;
}
.testimonial-block-nine .rating span{
    color: #1e4fc8;
    font-size: 20px;
}
.testimonial-block-nine .rating span+span{
    margin-left: 3px;
}

.testimonial-block-nine .text{
    position: relative;
    display: block;
    margin-top: 14px;
    margin-bottom: 28px;
}
.testimonial-block-nine .text p{
    color: #999ead;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.testimonial-block-nine h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 3px;
}
.testimonial-block-nine span{
    color: #999ead;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-block-nine .quote-icon {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    color: #282c37;
    font-size: 200px;
    z-index: -1;
    display: flex;
    align-items: center;
}
.testimonial-block-nine .img-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    z-index: 2;
}


.testimonial-nine-carousel{}
.testimonial-nine-carousel.owl-theme .owl-prev span, 
.testimonial-nine-carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.testimonial-nine-carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
}


.testimonial-nine-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 160px;
    width: 160px;
    background: #1e4fc8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    z-index: 10;
}
.testimonial-nine-carousel.owl-theme .owl-nav:before{
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 20px;
    width: 1px;
    background: #ffffff;
    opacity: 0.20;
    content: "";
}

.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background: transparent;
    border: 0px solid #3e4354;
    border-radius: 0%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: inline-block;
    line-height: 18px;
    top: -4px;
}
.testimonial-nine-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.testimonial-nine-carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
    transform: rotate(0deg);
}
.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
}



/*** 
=============================================
    Brand Section Nine Style      
=============================================
***/
.brand-section-nine {
    position: relative;
    display: block;
    background: #1e4fc8;
    padding: 24px 0;
}
.brand-content-nine{
    position: relative;
    display: block;
}
.brand-content-nine ul{
    position: relative;
    display: block;
}
.brand-content-nine ul:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #1e4fc8;
    z-index: 1;
}

.brand-content-nine ul li{
    position: relative;
    display: block;
    padding-left: 40px;
}
.brand-content-nine ul li::before{
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 1px;
    background: #ffffff;
    opacity: 0.25;
}

.brand-block-nine{
    position: relative;
    display: block;
}
.brand-block-nine a{
    position: relative;
    display: inline-block;    
}
.brand-block-nine a img{
    width: auto;
}



/*** 
=============================================
    Blog section Nine Css
=============================================
***/
.blog-section-nine {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}
.blog-section-nine .sec-title.style-nine{
    padding-bottom: 49px;
}


.news-block-nine .img-holder .inner:before {
    background-color: #21242d;
}
.news-block-nine:hover .img-holder .inner:before{
    opacity: .45;
}

.news-block-nine .img-holder .inner:after {
    opacity: 0.10;
    background: #21242d;
}
.news-block-nine:hover .img-holder .inner:after{
    opacity: 0.45;
}
.news-block-nine .img-holder .categories-box {
    top: -12px;
    bottom: auto;
}


.news-block-nine .text-holder {
    background: #ffffff;
    border: 1px solid #e4e7ee;
    border-top: none;
}
.news-block-nine .text-holder .meta-info li {
    color: #1e4fc8;
}
.news-block-nine .text-holder .blog-title a {
    color: #21242d;
}
.news-block-nine .text-holder .blog-title a:hover {
    color: #1e4fc8;
}


.news-block-nine .text-holder .readmore{
    position: relative;
    display: block;
    padding-top: 12px;
}
.news-block-nine .text-holder .readmore a{
    position: relative;
    display: inline-block;
    color: #21242d;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.news-block-nine .text-holder .readmore a span:before {
    position: relative;
    display: inline-block;
    color: #1e4fc8;
    padding-right: 6px;
    font-size: 26px;
    line-height: 0;
    top: 6px;
}

.news-block-nine:hover .text-holder .readmore a{
    color: #1e4fc8;
}



/*** 
=============================================
   Service Section Ten Css
=============================================
***/
.service-section-ten{
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 0px 0px 0px;
}
.service-tem-content{
    position: relative;
    display: block;
    margin-top: -100px;
    margin-right: -285px;
    z-index: 10;
}

.service-block-ten{
    position: relative;
    display: block;
    background: #21242d;
    padding: 50px 0px 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
}
.service-block-ten_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    height: 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-ten:hover .service-block-ten_bg{
    height: 100%;
} 

.service-block-ten .icon{
    position:relative;
    display: block;
    margin-bottom: 23px;

}
.service-block-ten .icon span::before{
    color: #ffffff;
    font-size: 80px;
}
.service-block-ten .title-holder{
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.service-block-ten .title-holder h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.service-block-ten .title-holder p{
    color: #999ead;
    font-size: 18px;
    margin: 0;
}
.service-block-ten .button{
    position: relative;
    display: block;
}
.service-block-ten .button .btn-style-nine{
    background: #333743;
    color: #999ead;
}
.service-block-ten .button .btn-style-nine .btn-title {
    padding: 11px 40px;
}

.service-block-ten .button .btn-style-nine .btn-title::before {
    background-color: #1e4fc8;
}

.service-block-ten .button .btn-style-nine:hover{
    background: #1e4fc8;
    color: #ffffff;
}

.service10-carousel{}
.service10-carousel.owl-theme .owl-prev span, 
.service10-carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.service10-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: -79px;
    bottom: 0;
    width: 80px;
    background: #1e4fc8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 0%;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"] span{
    position: relative;
}
.service10-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.service10-carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
    transform: rotate(0deg);
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #dddddd;
}



/*** 
=============================================
   Call Back Form Section Nine Css
=============================================
***/
.call-back-form-section-nine {
    position: relative;
    display: block;
    margin-bottom: -108px;
    z-index: 2;
}
.call-back-form-nine{
    position: relative;
    display: block;
    background: #1e4fc8;
    padding: 50px 40px 34px;
}
.call-back-form_title{
    position: relative;
    display: block;
}
.call-back-form_title .sec-title.style-nine{
    padding-bottom: 0;
}
.call-back-form_title .sec-title.style-nine h4{
    color: #ffffff;
    margin-bottom: 14px;
}
.call-back-form_title .sec-title.style-nine h2 {
    color: #ffffff;
}


.call-back-form_box{
    position: relative;
    display: block;
}
.call-back-form_box form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.call-back-form_box input[type="text"],
.call-back-form_box input[type="email"],
.call-back-form_box textarea{
    position: relative;
    display: block;   
    background: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 19px;
    padding-right: 19px;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.call-back-form_box input[type="text"]:focus{
    border-color: rgba(255, 255, 255, 0.45);
}
.call-back-form_box input[type="email"]:focus{
    border-color: rgba(255, 255, 255, 0.45);
}
.call-back-form_box textarea:focus{
    border-color: rgba(255, 255, 255, 0.45);
}

.call-back-form_box input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}


.call-back-form_box input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]:-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]::-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
}
.call-back-form_box textarea::-webkit-input-placeholder {
    color: #ffffff;
}





.call-back-form_box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}
.call-back-form_box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: "Barlow", sans-serif;
}
.call-back-form_box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.call-back-form_box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.call-back-form_box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}
.call-back-form_box .bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 19px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}





.call-back-form_box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.call-back-form_box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.call-back-form_box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.call-back-form_box .btn-style-nine {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    color: #21242d;
}
.call-back-form_box .btn-style-eight .btn-title {
    padding: 16px 35px;
}







/*** 
=============================================
   Footer Section Nine Css
=============================================
***/
.footer-section-nine {
    position: relative;
    display: block;
    background: #21242d;
    border-top: 8px solid #1e4fc8;
}
.footer-nine {
    position: relative;
    display: block;
    padding: 200px 0px 95px;
}
.single-footer-widget-nine{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine.margintop_minus {
    margin-top: -5px;
}

.single-footer-widget-nine .our-company-info {
    position: relative;
    display: block;
}
.single-footer-widget-nine .our-company-info .footer-logo{
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.single-footer-widget-nine .our-company-info .text-box{
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.single-footer-widget-nine .our-company-info .text-box p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.single-footer-widget-nine .our-company-info .copyright-text{
    position: relative;
    display: block;
}
.single-footer-widget-nine .our-company-info .copyright-text p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin: 0;
}


.single-footer-widget-nine .our-company-info .footer-social-links-nine{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 23px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li:last-child{
    margin-right: 0px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li a{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    text-align: center;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-fb{
    background: #3b5999;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-tw{
    background: #55acee;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-google{
    background: #cd201f;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-skype{
    background: #0077b5;
}

.single-footer-widget-nine .our-company-info .footer-social-links-nine li a span{
    color: #ffffff;
}


.single-footer-widget-nine .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.single-footer-widget-nine .title h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.single-footer-widget-nine .footer-widget-links2{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine .footer-widget-links2 li{
    position: relative;
    display: block;
    margin-bottom: 13px;
}
.single-footer-widget-nine .footer-widget-links2 li:last-child{
    margin-bottom: 0px;
}
.single-footer-widget-nine .footer-widget-links2 li a {
    position: relative;
    display: inline-block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    padding-left: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget-nine .footer-widget-links2 li a:hover{
    color: #ffffff;
}
.single-footer-widget-nine .footer-widget-links2 li a:before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';

}


.single-footer-widget-nine .footer-widget-opening-hour-box{
    position: relative;
    display: block;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li{
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 21px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li:first-child{
    margin-top: 6px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li i:before {
    position: relative;
    display: inline-block;
    left: 1px;
    color: #999ead;
    font-size: 15px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li .left {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    padding-left: 8px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li .right {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}



.single-footer-widget-nine .subscribe-box-nine{
    position: relative;
    display: block;
}
.single-footer-widget-nine .subscribe-box-nine p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form{
    position: relative;
    display: block;
    margin-top: 23px;
}


.single-footer-widget-nine .subscribe-box-nine .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    padding-left: 50px;
    background: transparent;
    border: 2px solid #313644;
    color: #999ead;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form .subscribe-message {
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 11px;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input::-webkit-input-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input:-moz-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input::-moz-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input:-ms-input-placeholder {
    color: #999ead;
}


.subscribe-box-nine {
    position: relative;
    display: block;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.subscribe-form .input-box{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.subscribe-form .input-box .icon {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    color: #999ead;
    font-size: 18px;
    line-height: 60px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    padding-left: 50px;
    background: rgba(255, 255, 255, 1.0);
    border: 0px solid rgba(255, 255, 255, 0.20);
    color: #393d73;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
    color: #393d73;
}
.subscribe-form input:-moz-placeholder {
    color: #393d73;
}
.subscribe-form input::-moz-placeholder {
    color: #393d73;
}
.subscribe-form input:-ms-input-placeholder {
    color: #393d73;
}

.subscribe-form button {
    width: 100%;
}




.footer-bottom-nine {
    position: relative;
    display: block;
    background: #1b1e25;
    padding: 22px 0px 23px;
}
.footer-bottom-nine .outer-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-nine .footer-menu-style1 ul li a {
    color: #999ead;
}















@media only screen and (min-width: 1200px) and (max-width: 1915px) { 


.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}







}









@media only screen and (min-width: 1200px) and (max-width: 1549px) { 

 
.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}



.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}









    
}



@media only screen and (min-width: 992px) and (max-width: 1199px) { 


.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}



.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}


.welcome-content-eight {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
}



.contact-form-eight {
    max-width: 100%;
    padding: 55px 50px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight .counter-column {
    padding-right: 10px;
    margin-right: 20px;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    padding-left: 10px;
}
.fact-counter-eight .counter-column .inner .content .count-box span {
    font-size: 50px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 18px;
    margin-top: 18px;
}


.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 460px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}





.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}



.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 60px;
    padding: 0 100px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}


.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}


.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}









}





@media only screen and (min-width: 768px) and (max-width: 991px) { 

.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}


.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}




.contact-info-eight {
    padding: 30px 0;
}
.contact-info-eight ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-eight ul li {
    max-width: 320px;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
.contact-info-eight ul li:last-child{
    margin-bottom: 0;
}
.contact-info-eight ul li::before {
    display: none;
}



.welcome-content-eight {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.service-block-eight {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 43px;
}



.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
}


.pricing-plan-block-eight {
    max-width: 500px;
    margin: 0 auto 40px;
}


.contact-form-eight {
    max-width: 100%;
    padding: 55px 50px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight {
    position: relative;
    display: flex;
    flex-direction: column;
}
.fact-counter-eight .counter-column {
    max-width: 350px;
    border-right: 0px solid rgba(255, 255, 255, 0.20);
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
}
.fact-counter-eight .counter-column:last-child{
    margin-bottom: 0;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    margin-top: 20px;
    padding-left: 0px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}
.fact-counter-eight .counter-column .inner .content {
    align-items: center;
    flex-direction: column;
    text-align: center;
}



.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 460px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}



.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}


.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}


.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 60px;
    padding: 0 100px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}



.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}


.news-block-eight {
    max-width: 570px;
    margin: 0 auto 60px;
}


.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}














}





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




.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}
.header-upper-right-style8 .right-button {
    display: none;   
}
.header-upper-style8 .nav-outer {
    position: relative;
    float: right;
    padding-right: 10px;
}


.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}



.contact-info-eight {
    padding: 40px 20px;
}
.contact-info-eight ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-eight ul li {
    max-width: 320px;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
.contact-info-eight ul li:last-child{
    margin-bottom: 0;
}
.contact-info-eight ul li::before {
    display: none;
}

.contact-info-eight ul li .inner {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.contact-info-eight ul li .inner .title {
    margin-top: 10px;
}



.welcome-image-box-eight .inner {
    padding: 0px 0;
}
.welcome-content-eight {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
    text-align: center;
}
.choose-content-eight .inner-content ul li .inner {
    padding-left: 0px;
}
.choose-content-eight .inner-content ul li .inner .icon {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
}
.choose-content-eight .inner-content ul li .inner .text {
    padding-left: 0px;
}



.team-section-eight_title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}
.team-section-eight_title .btn-box {
    padding-top: 27px;
    padding-bottom: 0;
}


.pricing-plan-block-eight {
    max-width: 500px;
    margin: 0 auto 40px;
}




.news-section-eight_title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}
.news-section-eight_title .btn-box {
    padding-top: 27px;
    padding-bottom: 0;
}


.contact-form-eight {
    max-width: 100%;
    padding: 55px 30px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight {
    position: relative;
    display: flex;
    flex-direction: column;
}
.fact-counter-eight .counter-column {
    max-width: 350px;
    border-right: 0px solid rgba(255, 255, 255, 0.20);
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
}
.fact-counter-eight .counter-column:last-child{
    margin-bottom: 0;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    margin-top: 20px;
    padding-left: 0px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}
.fact-counter-eight .counter-column .inner .content {
    align-items: center;
    flex-direction: column;
    text-align: center;
}



.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 560px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}
.single-footer-widget.marbtm {
    margin-bottom: 50px;
}
.footer-widget-links1.right {
    position: relative;
    display: block;
    padding-top: 12px;
}

.footer-bottom-eight {
    padding: 26px 0;
}
.footer-bottom-eight .outer-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-bottom-eight .copyright-text {
    margin-bottom: 5px;
    text-align: center;
}
.footer-widget-link-box {
    position: relative;
    display: block;
}




.main-header .header-top-style9 {
    display: none;
}
.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}
.header-upper-right-style9 .search-toggler {
    display: none;
}
.header-upper-right-style9 .shopping-cart-outer {
    display: none;
}
.header-upper-right-style9 .phone-icon {
    display: none;
}




.banner-section.style-nine {
    margin-top: 70px;
}
.banner-section.style-nine .banner-carousel .content-box {
    min-height: 860px;
    padding: 0px 0px 70px;
}



.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}


.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}



.choose-block-nine .top {
    display: block;
    margin-bottom: 9px;
    text-align: center;
}
.choose-block-nine .top .icon {
    margin: 0 auto;
    text-align: center;
}
.choose-block-nine .top .title {
    margin-top: 13px;
}
.choose-block-nine .text {
    text-align: center;
}



.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}
.testimonial-block-nine .quote-icon {
    display: none;
}


.brand-content-nine ul li {
    padding-left: 0px;
    text-align: center;
}



.news-block-eight {
    max-width: 570px;
    margin: 0 auto 60px;
}



.call-back-form-nine {
    padding: 70px 40px 54px;
}
.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}
.single-footer-widget-nine.pdtop{
    padding-top: 50px;
}

.footer-bottom-nine{
    text-align: center;
}
.footer-bottom-nine .footer-menu-style1 ul li {
    float: none;
    padding-right: 16px;
    margin-right: 10px;
}







}