@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500;600&family=Open+Sans:wght@400;600;700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-size:18px;
    line-height:normal;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
img{
    max-width: 100%;
    height:auto;
    vertical-align:top;
}
iframe {
    vertical-align: top;
    max-width: 100%;
}
.container{
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.d-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.d-block {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.justify-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
li{
    list-style: none;
}
h1{
font-size: 65px;
color: #fff;
font-family: 'Open Sans', sans-serif;
}
h2{
    font-size:50px;
    font-family: 'Jost', sans-serif;
}
h3{
    font-size: 30px;
    font-family: 'Jost', sans-serif;
    line-height: 40px;
}
h4{
    font-size: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: 36px;
}
p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
a{
    text-decoration: none;
}
.btn{
    display: inline-block;
    background-color: #393a3c;
    padding: 8px 31px 9px 31px !important;
    color: #fff !important; 
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: 1px solid #383a3c;
    transition: .3s all;
}
.btn:hover{
    background-color: #fff;
    
    color: #383a3c!important;
}
.btn-1{
    background-color: #fff;
    padding: 8px 31px 9px 31px!important;
    color:  #393a3c!important; 
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: 1px solid #fff;
    transition: .3s all;
    display: inline-block;
}
.btn-1:hover{
    color: #fff!important;
    background-color: transparent;
    
}
.head-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mobile-left p i {
    transform: rotate(90deg);
    margin-right: 15px;
    font-size: 16px;
}
section.top-header {
    background-color: #393a3c;
    color: #fff;
    padding: 12px 0px 15px 0;
}

.menu-icon-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-left a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
}
.mobile-left a i{

}
.location-left a {
    color: #fff;
    font-size: 14px;
}
.location-left a i{
font-size:16px ;
}
.location-left {
    padding-left: 100px;
}
.location-left p i {
    padding-right: 20px;
}

.menu-icon-right a {
    color: #fff;
    margin: 0px 15px;
    display: inline;
}
.menu-icon-right a i {
    font-size: 22px;
}

.main-header-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    align-items: center;

}

.site-menu ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #383a3c;
    margin-left: 32px;
    font-family: 'Open Sans', sans-serif;
    transition: .3s all;
    position: relative;
    padding: 10px 0 ;
}

.site-menu ul li:not(.header-btn) a::after{
    content: "";
    position: absolute;
    border-bottom:  solid #c4c4c5;
    bottom: 8px;
    left: 0;
    width: 0;
    height: 0;
    transition: .3s all ease-in-out;
}
.site-menu ul li.current_page_item > a:after,
.site-menu ul li a:hover::after{
 width: 100%;
}
.site-menu li.menu-item-has-children > a {
    padding-right: 16px;
}

.site-menu li.menu-item-has-children > a:before {
    position: absolute;
    top: 18px;
    right: 0;
    content: "";
    display: block;
    padding: 3px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #383a3c;
    transform: rotate(45deg);
}
.site-menu ul li.header-btn a{
    margin-left: 40px;
    text-decoration: none;
    background-color: #393a3c;
    padding: 8px 31px 9px 31px !important;
    color: #fff !important;
    border: 1px solid #383a3c;
    }

.site-menu ul li.header-btn a:after{
    display: none !important;
}
.site-menu ul li.header-btn a:hover{
    background-color: #fff;
    color: #383a3c!important;
}

header.main-header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}

a.button {
    display: inline-block;
    background-color: #393a3c;
    padding: 12px 20px !important;
    color: #fff !important;
}

.site-menu li{
    position: relative;
}

.site-menu .sub-menu {
    position: absolute;
    left: 20px;
    top: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    width: 240px;
    opacity: 0;
    visibility: hidden;
    transition:.3s all;
    z-index: 2;
    display: block;
}

.site-menu .sub-menu li a {
    display: block !important;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 9;
}
.site-menu li:hover .sub-menu{
    opacity:1;
    visibility:visible;
    left: 0px;
}
.site-menu .sub-menu li {
    display: block;
    padding: 0 15px;
}
.site-bar {
    display: none;
}

.cont-sec{
    background-image: url(../images/img-1.jpg);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
    position: relative;
}

.cont-item p {
    padding-top: 25px;
    padding-bottom: 50px;
    color: #f1f1f1;
    font-size: 20px;
    line-height: 30px;
}
.cont-item h3 {
    padding-top: 10px;
    color: #f1f1f1;
}


.business-sec{
padding-top: 60px;
}

.busi-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
}

.busi-item{
    width: calc(100%/2 - 20px);
}
.busi-item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.busi-item ul li{
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    width: calc(100%/2 - 20px);
    margin-bottom: 40px;
    text-align: center;
    padding: 50px 70px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.busi-item ul li:nth-child(3) {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80px;
}
.busi-item ul li h4 {
    padding-top: 20px;
}
.busi-item h2{
    color: #383a3c;
}
.busi-item h3{
    color: #666666;
    padding-bottom: 35px;
}
.busi-item p{
    padding-bottom: 30px;
}

















.servi-sec{
    background-image: url(../images/img-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    padding-top: 55px;
    padding-bottom: 70px;
}


.servi-sec h2{
    text-align: center;
    color: #fff;
    padding-bottom: 23px;
}
.servi-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.servi-item h3{
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 25px;
    color: #383a3c;
}
.servi-item p{
    padding-left: 20px;
    padding-right: 25px;
}
.servi-item img {
    width: 100%;
}
.servi-item {
    width: calc(100%/3 - 80px/3);
    margin-left: 40px;
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
    padding-bottom: 40px;
}
.servi-item:nth-child(3n + 1){
    margin-left: 0px;
}
.servi-content{
    position: relative;
}
.view-btn {
    position: absolute;
    top: -42px;
    left: 20px;
    background-color: #383a3c;
    text-align: center;
    padding: 15px 20px;
}

.view-btn a{
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    display: block;
}
.view-btn i{
    color: #fff;
}
.view-m-btn{
    text-align: center;
    margin-top: 10px;
}




/* -----------accordian----------- */
section.accordian-sec {
 background-image: url(../images/img-10.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center right;
 padding-top: 50px;
 padding-bottom: 60px;
}
section.accordian-sec h2 {
    text-align: center;
    padding-bottom: 38px;
    color: #383a3c;
}
.tabs-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabs {
    display: inline-block;
    display: inline;
    vertical-align: middle;
    width: 48%;
  }
  .tabs-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  .tabs-content {
    vertical-align: middle;
    width: 48%;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   padding-left: 70px;
   padding-right: 70px;
   padding-top: 10px;
   padding-bottom: 10px;
  }
  .tabs p {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 40px;
}
.tabs a:nth-child(3) {
    padding-top: 18px;
    padding-bottom: 19px;
}
  .tabs div:not(#div1),
  .tabs-content div:not(#div1) {
    display: none;
  }
  
  a.myLink {
    display: inline-block;
    color: #000;
    width: 100%;
    letter-spacing: 0.5px;
    border: #383a3c solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    transition: 300ms;
    margin-bottom: 30px;
  }
  a.myLink:nth-child(4){
    margin-bottom: 0px;
  }
  .tabs-content {
  }
  a.myLink.active
   {
    color: #FFF;
    background-color: #383a3c;
    text-decoration: none;
  }
  
  .plus-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    height: 60px;
    width: 35px;
    transform: translate(0px, -50%);
}
  
  .line {
    background: #383a3c;
    height: 2px;
    position: absolute;
    width: 20px;
    transition: 500ms;
  }
  
  .myLink .line1 {
    top: 50%;
  }
  
  .myLink .line2 {
    transform: rotate(90deg);
    top: 50%;
  }
  
  /* a.myLink.active .line1 {
    transform: rotate(25deg);
    background-color: #fff;
    top: 54%;
  } */
  
  a.myLink.active .line2 {
    transform: rotate(-0deg);
    background-color:#fff;
    top: 52%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
  }

.cont-item p:empty{
    display: none;
}
  .responsive-accordian{
    background-image: url(../images/img-10.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center right;
 padding-top: 50px;
 padding-bottom: 60px;
  }
  .accordion {
    color: #383a3c;
    background-color: #fff!important;
    border: 1px solid #383a3c!important;
    margin-top: 10px;
    cursor: pointer;
    padding: 13px 33px 13px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s all;
    position: relative;
  }
  button.accordion.myLink.active .line2{
    transform: rotate(-0deg);
    background-color:#fff;
    top: 52%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
  }
  section.responsive-accordian h2 {
    text-align: center;
    padding-bottom: 38px;
    color: #383a3c;
}
section.responsive-accordian{
    display: none;
}
  section.responsive-accordian button.accordion {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.panel p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
button.accordion.active {
    color: #fff!important;
    background-color: #383a3c!important; 
    transition: .3s all ease-in-out;
}
  .panel {
    background-color: #fff!important;
    padding: 10px 18px!important;
    display: none;
    overflow: hidden;
  }
  
/* ---------accordian-close------------ */


.testi-sec{
background-image: url(../images/img-9.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center right;
 padding-top: 50px;
 padding-bottom: 50px;
}
.test-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.test-blank {
    width: 45%;
}
.test-content {
    max-width: 53%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 25px 50px 28px 50px;
}
.test-content.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav {
    text-align: left;
}

.test-content p {
    padding-top: 20px;
    padding-bottom: 22px;
    line-height: 24px;
}

.test-content span{
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.test-content.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button {
    background-color: #f5f5f5;
    color: #383a3c;
    width: 35px;
    height: 35px;
    font-size: 22px;
    margin-top: 26px;
    border-radius: 0;
}



.quote-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.quote-item h2 {
    color: #383a3c;
}

.quote-sec{
    background-image: url(../images/img-11.png);
 background-repeat: no-repeat;
 background-position: center 25px;
 padding-top: 50px;
 padding-bottom: 50px;
}

section.bg-img {
    width: 100%;
    text-align: center;
}














/* ----------footer----------- */
footer {
    background-color: #171717;
    color: #fff;
    padding-top: 60px;
}

.head-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-content {
    width: 14%;
    padding-right: 10px;
    padding-top: 40px;
}
.service-content h4 {
    padding-bottom: 15px;
    font-size: 20px;
}
.contact-content h4{
    padding-bottom: 15px;
    font-size: 20px;
}
.contact-content {
    width: 27%;
    padding-left: 5px;
}
.service-content {
    width: 59%;
    padding-left: 10px;
}
.service-content ul {
    column-count: 3;
}
.service-content ul li {
    margin-bottom: 10px;
    padding-right: 10px;
    break-inside: avoid-column;
}
.service-content ul li a{
    color: #999999;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-left: 20px;
    display: block;
    transition: .3s all;
    line-height: 25px;
}
.service-content ul li a:hover{
    color:#fff;
}
.service-content ul li a i {
    color: #fff;
    position: absolute;
    top: 4px;
    left: -18px;
}

.contact-content ul li a {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #6e777d;
    transition: .3s all;
}
.contact-content ul li a:hover{
    color: #fff;
}
.contact-content ul li  {
    margin-bottom: 10px;
}

.contact-content ul li a i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
}

.footer-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footer-icon ul li a {
    display: block;
    color: #fff;
}
.footer-icon ul li a i {
    font-size: 25px;
}
.footer-icon ul li {
    margin-left: 30px;
}
.footer-icon ul li:nth-child(1) {
    margin-left: 0px;
}
.footer-icon {
    margin-top: 30px;
}

.footer-bottom{
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: 50px;
}
.footer-bottom a{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.footer-bottom span{
    color: #999999;
}
.contact-content ul li:nth-child(3n + 1) i{
    transform: rotate(90deg);
}
.footer-icon ul li:nth-child(2n + 1) i {
    transform: rotate(0deg);
}

.inner-banner {
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}
.inner-banner:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.35);
    z-index: 1;
}
.inner-banner h1{
    position: relative;
    z-index: 2;
    font-size: 50px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
section.service-section{
    padding: 60px 0 20px;
}
ul.service-main{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
ul.service-main > li{
    width: calc(100%/3 - 80px/3);
    margin: 0 0 40px 40px;
    padding: 20px 20px 60px;
    border: solid 1px #d7d8d8;
    position: relative;
}
ul.service-main > li:nth-child(3n+1){
    margin-left: 0;
}
ul.service-main > li .service-img{
    float: left;
    padding: 0 20px 7px 0;
    background: #fff;
    max-width: 140px;
}
ul.service-main > li h2{
    font-size: 18px;
    color: #383a3c;
    font-family: 'Jost', sans-serif;
}
ul.service-main > li h2 a {
    font-size: 18px;
    color: #383a3c;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    border-bottom: solid 1px #d7d8d8;
    display: block;
    padding: 0 0 7px;
    margin: 0 0 5px;
}
ul.service-main > li .view-btn{
    position: absolute;
    bottom: 14px;
    left: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
        top: auto;
    background: none;
    padding: 0;
}
ul.service-main > li .view-btn a{
    font-size: 18px;
    color: #383a3c;
    font-family: 'Jost', sans-serif;
}
ul.service-main > li .view-btn a i{
    font-size: 18px;
    color: #383a3c;
    margin-left: 8px;
}
ul.service-main > li .view-btn a i + i{
    margin-left: 0;
}
.service-content ul li a:before {
    content: "\f054";
    color: #fff;
    position: absolute;
    top: 4px;
    font-weight: 900;
    left: -18px;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.faq-sec{
    padding: 50px 0 40px;
}
.faq-sec .container > p {
    text-align: center;
    margin: 0 0 30px;
}

ul.faq-list{
    margin: 0 auto;
    padding: 0;
    display: block;
    max-width: 968px;
}
ul.faq-list > li{
    display: block;
    margin: 0 0 20px;
    background: #f5f5f5;
    padding: 0 40px ;
}
ul.faq-list > li .faq-title {
    font-size: 20px;
    line-height: 26px;
    color: #383a3c;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    padding: 18px 25px 18px 0;
    background-image: url(../images/eye-off.png);
    background-repeat: no-repeat;
    background-position: center right;
}
ul.faq-list > li .faq-title.active-item {
    background-image: url(../images/eye-on.png);
    background-repeat: no-repeat;
    background-position: center right;
}
ul.faq-list > li:not(:nth-child(1)) .faq-dis{
    display: none;
}
ul.faq-list > li .faq-dis p {
    line-height: 26px;
    margin: 0 0 15px;
}
ul.faq-list > li .faq-dis {
    padding: 15px 0 3px;
    border-top: solid 1px #bcbdbd;
}
section.left-right-sec > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
section.left-right-sec > ul > li{
    padding: 60px 0;
}
section.left-right-sec > ul > li:nth-child(2n+2){
    background: #f5f5f5;
}
section.left-right-sec > ul > li .container{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.about-inner-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-inner p { 
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    padding-top: 15px;
    color: #383a3c;
}
.about-inner a{
    display: inline-block;
}
.about-inner {
    width: calc(100%/3 - 80px/3);
    margin-left: 40px;
    border: 1px solid #bcbdbd;
    text-align: center;     
    padding: 18px 5px 15px 5px;
}
.about-inner:nth-child(3n + 1) {
    margin-left: 0px;
    
}
/*
.about-inner:hover{
    background-color: #383a3c;
    transition: .3s all;
}
.about-inner:hover img{
    filter: invert(1) contrast(500%);
    color: #fff;
    transition: .3s all;
}
.about-inner:hover p{
    color: #fff;
    transition: .3s all;
}
*/
section.left-right-sec > ul > li:nth-child(2n+2) .container{
        flex-direction: row-reverse;
}
section.left-right-sec > ul > li .left-sec{
    width:48.2% ;
}
section.left-right-sec > ul > li .right-sec{
    width:48.2% ;
}
section.left-right-sec > ul > li h2{
    font-size: 30px;
    line-height: 38px;
    color: #666666;
    font-weight: 500;
    margin: 0 0 25px;
}
section.left-right-sec > ul > li p{
    margin: 0 0 25px;
}
section.left-right-sec > ul > li p:last-child{
    margin: 0;
}
section.left-right-sec > ul > li .right-sec ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
section.left-right-sec > ul > li .right-sec ul li{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 0 0 25px;
    padding:0 10px 0 35px ;
    background-image: url(../images/check-icon.jpg);
    background-repeat: no-repeat;
    background-position:left 2px ;
    width: 50%;

}
.service-video{
    position: relative;
    padding-top: 56.5%;
}
.service-video iframe {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
section.left-right-sec > ul > li .left-sec img {
    width: 100%;
}





/* -----------------------------------------------------contact-us-start---------------------------------------------- */


.get-in-touch-inner{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
	align-items: center;
   }


    .get-in-touch-item.left {
    width: 39.5%;
    padding-right: 30px;
}


.get-in-touch-item.form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    padding: 30px 40px;
    width: 59%;
}


.get-in-touch-item:nth-child(1) {
    margin-left: 0px;
}

.get-in-touch-item.left h3 {
    color: #666666;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}


section.contact-us-main-section {
    padding: 160px 0px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.get-in-touch-section {
    padding: 60px 0px;
    background-color: #f5f5f5;
}

.get-in-touch-item.form form input, .get-in-touch-item.form textarea {
    width: 100%;
    padding: 14px 36px;
    border: none;
    margin: 28px 0px 0px;
    background-color: #f5f5f5;
    color: #c2c2c2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	outline: none;
}
::placeholder{
    color: #c2c2c2;
}

.get-in-touch-item.form label {
    font-size: 30px;
    color: #666666;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

.get-in-touch-item.left p {
    padding: 22px 0px;
    color: #000;
    font-size: 16px;
}

.get-in-touch-item .for-email{display: none;}

.get-in-touch-item.left a {
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
}

.get-in-touch-item.left a i {
    font-size: 30px;
    color: #383a3c;
    position: absolute;
    top: -2px;
    left: 0px;
}

.get-in-touch-item.left p:nth-child(5n + 5) a i {
    transform: rotate(90deg);
}
.get-in-touch-item.left p:nth-child(5n + 6) a {
   margin-left: 10px;
}
.get-in-touch-item.left p:nth-child(5n + 6) a i {
    font-size: 35px;
 }
.get-in-touch-item.form input[type="submit"] {
    background-color: #383a3c !important;
    color: #fff;
    font-size: 18px;
    max-width: 150px;
    margin: 30px auto 10px;
    padding: 11px !important;
    display: block;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}
.get-in-touch-item.form textarea{
	height: 100px;
}
.get-in-touch-item.form form span.wpcf7-not-valid-tip {
    display: none;
}
.get-in-touch-item.form form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red!important;
}
.get-in-touch-item.form form .wpcf7-response-output {
    margin: 0px!important;
}
/* -------------------------------------------------------------------------contact-stop----------------------------------------------- */

/*-----------error-page----------------*/

section.error-404 {
    text-align: center;
	padding-top:60px;
	padding-bottom:60px;
}
.error-404 h2.not-found-text {
	color: #383a3c;
}
.error-404 h3.page-title {
	color: #383a3c;
}
button.goback.button-bin {
    padding: 8px 30px 8px 30px;
    background-color: #383a3c;
    border: 1px solid #383a3c;
    transition: .3s all;
	 color: #fff;
	font-size: 18px;
	 font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
}
button.goback.button-bin:hover{
    background-color: transparent;
	 color: #383a3c;
	
}

.page-content {
    margin-top: 10px;
	margin-bottom: 30px;
}


/*-----------error-page-end----------------*/

/*-----------sample-page----------------*/

section.default-pages {
    padding: 60px 0;
}
section.default-pages p {
    margin-bottom: 30px;
	font-size: 16px;
	line-height:24px;
}
section.default-pages h1 {
	color: #383a3c;
    padding-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}
section.default-pages ul li {
    list-style: inherit;
	font-size: 16px;
	line-height: 24px;
}
section.default-pages ul {
   padding-left: 20px;
}
section.default-pages h2 {
	color: #383a3c;
	font-family: 'Jost', sans-serif;
	 margin-bottom: 15px;
}
section.default-pages h3 {
	color: #383a3c;
	font-family: 'Jost', sans-serif;
	font-size: 30px;
	line-height: 36px;
	 margin-bottom: 15px;
}
section.default-pages h4 {
	color: #383a3c;
	font-family: 'Jost', sans-serif;
	margin-bottom: 10px;
}
section.default-pages h5 {
	color: #383a3c;
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	margin-bottom: 10px;
	line-height: 26px;
}

section.default-pages h6 {
	color: #383a3c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	line-height: 24px;
}

section.default-pages a {
	color: #383a3c;
	text-decoration: underline;
}









