* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Dosis', sans-serif;
}
a img {
    border: none;
    text-decoration: none;
    outline: none;
}
a {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    margin: 0px
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
input:focus {
    outline: none;
}
textarea {
    outline: none;
    resize: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.container {
	max-width: 1400px;
    width: 94%;    
}
.p0 {
    padding: 0px;
}
:root{
    --primary-color:#A4A677;
    --secondary-color:#A35024;
}
header {
    width: 100%;
    float: left;
    background:var(--primary-color);
    position: absolute;
    z-index: 55;

}

header .container{max-width:1920px;width:100%;padding:0px;}

header .logo {float:left;}
header .logo a{display:block;}

header .logo img {
    width: 294px;
}
header .menu {
    float: left;
    text-align: center;
    margin-left:45px;
    margin-top:45px;
}
header .menu ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    animation:myfirst 10s;
    animation: fadein 2s;
    -webkit-animation:myfirst 10s ease-out forwards; /* Safari and Chrome */
    z-index: 0;
    font-family: 'Roboto', sans-serif;
    
}

header .h-right{float:right;margin-right:25px;margin-top:30px;}
header .h-right ul { width: 100%; float: left; display: flex;  align-items: center;}
header .h-right li.phone { background:url(../images/call-icon.png) left center no-repeat; padding-left: 24px;}
header .h-right li.mail { background: url(../images/msg-icon.png) left center no-repeat; padding-left: 32px;}

header .h-right li a{font-family: 'Roboto', sans-serif;font-size: 16px;font-weight:700;color:#fff;padding-left:0px;padding-right:20px; display: block;}




header .menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left:15px;
    padding-right:15px;
    text-decoration: none;
    color:#fff;
}
header nav ul li a:hover {
    color: #475d6b;
}
header nav ul li a:focus {
    color: #475d6b;
}

.input_fi::placeholder,.text-fi::placeholder {
  color: #ebfffc;
  opacity: 1;
}

.input_fi:-ms-input-placeholder,.text-fi::placeholder { 
  color:#ebfffc;
  font-weight:300;font-size:14px;
}

.input_fi::-ms-input-placeholder,.text-fi::placeholder { 
  color:#ebfffc;
  font-weight:300;font-size:14px;
}


.affix {z-index: 9999;position: fixed;top: 0px;animation: smoothScroll 1s forwards;}
.affix .menu{margin-top:22px;margin-right:45px;float:right;}
.affix .h-right{margin-top:22px;display:none;}
.affix .menu ul li a {font-size:14px;}
.affix .logo {width: 170px;}
.affix .logo img {width: 170px;}       
.affix .logo-center{width:220px;}

.nbg {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background-color: #000;
    z-index: 999;
    opacity: 0.6;
    top: 0px;
    left: 0px;
}
#showclose {
    display: none;
}
.menu_bx {
    float: right;
    width: 30px;
    margin-top: 35px;
    cursor: pointer;
    display: none;
}
.menu_bx span {
    width: 100%;
    height: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
    float: left;
    display: inline-block;
    background-color: #223f84;
}

.navigation .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}


/*
.navigation .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}
*/

.navigation .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(18, 182, 159, 0.1);
    z-index: 1;
    margin-top: 10px;
}

.navigation .dropdown-content li {
    display: block
}

.navigation .dropdown-content a {
    color: #18b8a1;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    text-align:left;
}

.navigation .dropdown-content a:hover {
    background-color: #12b69f;
    color: #fff;
}

.navigation .dropdown-content li {
    display: block;
    border-bottom:thin solid #e0e0e0;
}

.arrow-down {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 455555;
    border: none !important;
    height: 52px;
    width: 100%;
    cursor: pointer;
    display: none
}

.navigation nav ul li.dropdown>a {
    background: url(../images/menu_arrow.png) no-repeat center right;
}

.navigation nav ul li.dropdown:hover>a {
    background: url(../images/menu_arrow-hover.png) no-repeat center right;
    color: #12b69f
}

.banner{width:100%;float:left;position:relative;max-height:100%;overflow:hidden;}
.banner img{width:100%;}
.banner .caption{position:absolute;z-index:44;width:100%;text-align:center;top:40%;padding:0% 5%}
.banner .caption h3{font-family: 'Dosis', sans-serif;font-size:78px;line-height:85px;font-weight:300;color:#fff;text-transform:uppercase;letter-spacing:5px}
.banner .caption p{font-family: 'Dosis', sans-serif;font-size:18px;font-weight:400;color:#fff;margin-top:20px;}
.download-btn { border: 1px solid #FFF; padding: 10px 45px; border-radius: 30px; font-size: 18px; line-height: 34px; letter-spacing: 2px; text-transform:uppercase; color: #fff;
				display: inline-block; margin-top: 30px; font-weight: 600; }
.download-btn i { display:inline; position:relative; top:-4px; margin-left: 10px; }
.download-btn i img {width: 28px!important; }

@keyframes hover-shadow {
  0% {
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
   }
  100% {
    transform: translateY(0px);
}
}

.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover-shadow:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color:#fff;
}
.hover-shadow:hover:before {
  opacity: .4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


.home { width: 100%; float: left; }
.service-wrap { width: 100%; float: left; }
.services{width:100%;float:left;display:flex;align-items:center;}
.services .bx-left { width:50%;float:left; overflow: hidden;}
.services .bx-left .box{width:75%;float:right;}
.services .bx-right{width:50%;float:right;}



.services .bx-left .box-con{width:100%; background-position: left; background-repeat: no-repeat; padding-left:175px;padding-top:20px;padding-bottom:20px}
.services .bx-left .box-con h3{font-family: 'Dosis', sans-serif;font-size:38px;font-weight:400;color:#fff;padding-bottom:25px;margin-bottom:25px;border-bottom:2px solid #fff;text-transform:uppercase;}
.services .bx-left .box-con p{font-family: 'Dosis', sans-serif;font-size:18px;line-height:30px;color:#fff;padding-right:15px;padding-left:0px;}
.services.bx2 .bx-left .box-con p{padding-left:15px;padding-right:0px;}
.services.bx2{ flex-direction:row-reverse;}
.services.bx2 .bx-left .box-con{width:100%; background-position: right; background-repeat: no-repeat;padding-right:145px;padding-top:20px;padding-bottom:20px;padding-left:0px;}
.services.bx2 .bx-left .box{float:left;text-align:right;}



.green-bg { background:var(--primary-color); }
.grey-bg { background:var(--secondary-color); }
.white-bg { background: #fff;}
.color-black { color:#252525 !important; }
.border-black { border-bottom:2px solid #252525 !important; }




.gallery{width:100%;float:left;background:url(../images/gallery-bg.jpg) no-repeat top;background-size:cover;}

.filter-gallery .tab{margin:60px auto;}

.gallery .filter-gallery .col3{width:33.33%;float:left;position: relative;}
.filter-gallery{text-align: center;}
.filter-button.active,.filter-button:hover{    
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background:var(--primary-color);
    border:none;
    outline:none;;
}
.filter-gallery .tab {
    overflow: hidden;
}
.filter-gallery .tab .tablinks {
    border-radius: 0px;
    text-align: center;
    color: #969696;
    margin-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    font-size:18px;
    font-weight:400;
    color:#fff;
    font-weight:500;
    background:none;
    border:none;
    padding:10px 25px;
    cursor:pointer;
    text-transform:uppercase;
    display:inline-block;;
}
.filter-gallery .tab .tablinks:focus{outline:none;}
.filter-gallery .tab .tablinks:hover {
   border-radius: 5px;
    text-align: center;
    color: #fff;
    background:var(--secondary-color);
    border:none;
    outline:none;;
}
.filter-gallery .tab .tablinks.active {
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background:var(--secondary-color);
    border:none;
    outline:none;;
}
.filter-gallery .tabcontent {
  display: none;
  animation: fadeEffect 1s;
}
.gallery .filter-gallery .col3 .overlay {  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity: 0;
}
.gallery .filter-gallery .col3:hover .overlay {
  opacity: 1;
}
.gallery .filter-gallery .col3 .view-details {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top:0px;
  width:100%;
  height:100%;
}
.gallery .filter-gallery .col3 .view-details img{width:90px;position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top:0px;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.testi{width:100%;float:left;}
.testi h3{font-family: 'Dosis', sans-serif;font-size:30px;font-weight:600;text-align: center;color:#2b2b2b;margin:60px 0px;}
.testi .testi-con{background:url(../images/test-bg.jpg) no-repeat;background-size:cover;padding:50px 0px 80px;text-align:center;}
.testi .testi-con .testi_slider{max-width:950px;margin-left:auto;margin-right:auto;width:80%;}
.testi .testi-con p{text-align: center;color: #fff;font-family: 'Raleway', sans-serif;font-size:18px;font-weight:400;}
.testi .testi-con .name{font-family: 'Raleway', sans-serif;font-size:18px;font-weight:600;color:#fff;margin-top:30px;display:block;}
.testi .testi-con i img{width:65px;margin-bottom:30px;}
.testi .testi-con i{width:65px;margin-bottom:30px;}

footer{width:100%;float:left;padding:70px 0px;}
footer .box-left{width:35%;float:left;}
footer .box-right{width:65%;float:left;padding-left:10%;}
footer .box-left .footer-logo{margin-bottom:50px;}
footer .box-left p{max-width:420px; font-family: 'Raleway', sans-serif; font-size:18px;font-weight:400;color:#2b2b2b;}
footer .box-right p{font-family: 'Dosis', sans-serif;font-size:34px;line-height:37px;font-weight:500;color:var(--secondary-color);padding-right:10%;margin-bottom:50px;}
footer .box-right .col2{width:100%;float:left;}
footer .box-right .col2 .box{width:33.33%;float:left;}
footer .box-right .col2 .box h4{font-family: 'Roboto', sans-serif;font-size:20px;font-weight:400;display:block;margin-bottom:15px;color:#2b2b2b}
footer .box-right .col2 .box a{font-family: 'Roboto', sans-serif;font-size:20px;font-weight:500;display:block;color:#2b2b2b;word-wrap: break-word;}
footer .box-right .col2 .box span{font-family: 'Roboto', sans-serif;font-size:20px;font-weight:500;color:#2b2b2b;color:#2b2b2b}

.inner-banner { width: 100%; float: left; background-position: center center; background-repeat: no-repeat; background-size:cover; height: 580px; display:table;  }
.inner-banner h1 { display:table-cell; vertical-align: middle; font-family: 'Dosis', sans-serif;font-size:78px;line-height:85px;font-weight:300;color:#fff;text-transform:uppercase;
				letter-spacing:5px; text-align: center; padding-top: 5%; }
			
.about-wrap { width: 100%; float: left; padding: 70px 0 0px; }
.about-wrap .row1 { width: 100%; float: left; padding: 20px 0; }
.about-wrap .row1 .left-wrap { width: 60%; float: left;  }
.about-wrap .row1 .right-wrap { width: 40%; float: left; padding-left: 80px; box-sizing:border-box; }
.about-wrap .row1 .right-wrap h2 { font-size: 40px; font-weight:800; line-height: 46px; padding: 15px 0; }
.about-wrap .row1 .right-wrap p { font-family: 'Raleway', sans-serif;font-size: 18px;line-height: 32px;padding: 5px 0;}
.about-wrap .row1 .right-wrap .button-row { width: 100%; float: left; padding-top: 30px;}
.button2 {     padding: 10px 40px 10px 0px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin-right: 30px;
    border-bottom: 1px solid #2f2f2f!important;
    font-weight: 600;
    background: url(../images/right-arrow.png) 95% center no-repeat;
    border: none;}
.button2:hover { color: #059f9e; border-bottom: 1px solid #059f9e; background: url(../images/right-arrow-hover.png) right center no-repeat;  }
.about-slider { width:100%; float: left; padding-right: 70px; padding-top: 10px; position:relative; }
.about-slider:after { position:absolute; left:0; height:100%; width: 40%; background: #fff;  content:""; z-index:-1; }
.about-slider .sliding-1 { width: 80%; margin-left: 20%; float: left; height: 620px; position:relative; background-position: top center; background-repeat: no-repeat; background-size: cover; }

.about-slider .sliding-1 h2 { position:absolute; left:-20%; top: 50%; font-size: 50px; letter-spacing: 5px; font-family: 'Dosis', sans-serif; font-weight: 800; color: #c8c8c8; }
.about-wrap .row2 { width: 100%; float: left; padding: 20px 0 50px; }
.about-wrap .row2 .features { width: 100%; float: left; padding-top: 40px; }
.about-wrap .row2 .features li { width: 30.33%; float: left; margin: 0 1%; }
.about-wrap .row2 .features li h2 { font-size: 24px; line-height: 34px; padding: 20px 0; background: url(../images/h-bg1.jpg) bottom left no-repeat; }
.about-wrap .row2 .features li P { font-family: 'Raleway', sans-serif; font-size: 16px; line-height: 32px; padding: 15px 0; }

.about-wrap .row3 { width: 100%; float: left; padding: 100px 0; background:url(../images/about-bg2.jpg) top left no-repeat; background-size:cover; }
.about-wrap .row3 .leftwrap { width: 40%; float: left; }
.about-wrap .row3 .leftwrap h2 { font-size: 40px; font-weight:800; line-height: 46px; padding: 15px 0; color: #FFF; }
.about-wrap .row3 .leftwrap p { font-family: 'Raleway', sans-serif; font-size: 18px; font-weight:500; line-height: 28px; padding: 15px 0; color: #FFF; }
.border1 { border: none; }

.project-wrap { width: 100%; float: left; padding: 70px 0 0;}
.project-box { width: 100%; float: left; }
.project-box li { width: 31.3%; float: left; margin: 1%; height: 487px; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; }
.project-box li .caption { position:absolute; left:0; bottom:0; width: 80%; background:var(--secondary-color); padding: 10px; }
.project-box li .caption h2 { font-size: 28px; line-height: 38px; font-family: 'Dosis', sans-serif;color:#fff; } 
.project-box li .caption p{color:#fff;}

.client-wrap { width: 100%; float: left; padding: 70px 0 0; }
.client-wrap .row1 { width: 100%; float: left; }
.client-box { width: 100%; float: left; }
.client-box li { width: 23%; height: 150px; float: left; margin: 1%; border: 1px solid #e1e1e1; display:table; padding: 20px; text-align: center; }
.client-box li span { display:table-cell; vertical-align: middle; }
.client-box li span img { width: 100%; }
.client-wrap h2 { text-align: center; font-size: 32px; letter-spacing: 5px; font-family: 'Dosis', sans-serif; padding: 0px 0 50px; }

.contact-wrap { width: 100%; float: left; }
.contact-wrap .row1 { width: 100%; float: left; background:url(../images/contact-bg1.png) bottom left repeat-x var(--secondary-color); padding: 60px 0 200px; }
.contact-wrap .row1 .info-row1 { width: 100%; float: left; display:flex; flex-direction:row; align-items: center; }
.contact-wrap .row1 .info-row1 h2 span { display: block; font-size: 18px; letter-spacing: 5px;  }
.contact-wrap .row1 .info-row1 h2 {  font-family: 'Dosis', sans-serif; font-size: 40px; font-weight:600; letter-spacing: 3px; color: #FFF; width: auto; padding-right: 50px; 
			background: url(../images/arrow1.svg) right center no-repeat; float: left; }
.contact-wrap .row1 .info-row1 p { font-size: 24px; line-height: 32px; color: #fff; text-align: left; font-family: 'Dosis', sans-serif; float: left; padding-left: 20px; }
.contact-wrap .row1 .info-row2 { width: 100%; float: left; display:flex; flex-direction:row; align-items: center; padding-top: 80px; }
.contact-wrap .row1 .info-row2 li { list-style: none; width: 31.3%; padding: 50px 20px 50px 150px; margin: 0 1%; background-repeat:no-repeat; background-position: 15px center; }
.contact-wrap .row1 .info-row2 li p { text-align: left; color: #fff; font-family: 'Roboto', sans-serif; font-size:20px; line-height: 30px; font-weight:500; }
.contact-wrap .row1 .info-row2 li p a { color: #fff; }
.contact-wrap .row1 .info-row2 li:nth-child(2) { border-left: 1px solid rgba(255,255,255,0.5); border-right: 1px solid rgba(255,255,255,0.5);}
.contact-wrap .row1 .info-row2 li.location { background-image:url(../images/location-icon.png);  }
.contact-wrap .row1 .info-row2 li.phone { background-image: url(../images/phone-icon.png); }
.contact-wrap .row1 .info-row2 li.mail { background-image: url(../images/mail.png); }

.contact-wrap .row2 { width: 100%; float: left; }
.contact-wrap .row2 .form-column { width: 40%; float: left; padding: 60px 100px 0 0; }
.contact-wrap .row2 .form-column h2 { font-family: 'Dosis', sans-serif; font-size: 40px; font-weight:600; letter-spacing: 3px; color: #454545; padding-bottom: 25px; }
.contact-wrap .row2 .form-column .form-row { width: 100%; float: left; padding: 10px 0; border-bottom: 1px solid #454545; margin-bottom: 30px; }
.contact-wrap .row2 .form-column .form-row input { width: 100%; float: left; padding: 0; border: none; background: none; font-family: 'Roboto', sans-serif; color: #454545; }
.contact-wrap .row2 .form-column .form-row textarea { width: 100%; float: left; padding: 0; border: none; background: none; font-family: 'Roboto', sans-serif; color: #454545; height: 100px; }
.contact-wrap .row2 .image-column { width: 60%; float: left; height: 660px;background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; top:-100px; }

.map { width: 100%; float: left; }
.map #map { float: left; height: 500px; width: 100%; text-align: center; }
/*gallery-*/
.gallery_wrap .gallery{background: none;}
.gallery_wrap .filter-gallery .tab .tablinks{color: #262626;}
.gallery_wrap .filter-gallery .tab .tablinks.active,.gallery_wrap .filter-gallery .tab .tablinks:hover{color: #fff;}
.gallery .filter-gallery .col3 .gallery_product{height: 100%;max-height: 422px;}
.gallery .filter-gallery .col3 img{height: 100%;width: auto;}
.gallery .filter-gallery .col3 .view-details img{height: auto;}
.filter-gallery .tabcontent .wrap{display: -webkit-flex;display: flex; flex-wrap: wrap;}
.about-slider .slick-dots li button{padding: 0;}

/*.service_details{width: 100%; float: left;padding: 110px 0 50px;}
.service_details .img_wrap{width: 100%; max-width: 1200px; float: left; max-height: 440px; overflow: hidden;margin-bottom: 50px;}
.service_details .img_wrap img{width: 100%;height: auto;}
.service_details .content{width: 100%; float: left;}
.service_details .content h2{margin-bottom: 5px;font-weight: 700;}
.service_details .content h3{margin-bottom:30px;font-weight: 400;}
.service_details .content p{font-size: 18px;margin-bottom: 15px;}*/


.map iframe{width: 100%; height: 600px;}

.service-dtl-wrap { width: 100%; float: left; position:relative; }
.service-dtl-wrap:after { width: 100%; height: 50%; background: var(--primary-color); position:absolute; top:0; left: 0; content:""; z-index:-1;}
.service-dtl-wrap .row1 { width: 100%; float: left; padding: 60px 0 60px 180px; background-position: 0px 60px; background-repeat: no-repeat; background-color: var(--primary-color);  }
.service-dtl-wrap .row1 h2 { color: #fff; font-size: 38px; text-transform:uppercase; padding-bottom: 10px; letter-spacing: 3px; border-bottom: 1px solid #FFF; margin-bottom: 20px; }
.service-dtl-wrap .row1 p{ color: #fff; font-size: 18px; line-height: 28px; }
.service-dtl-wrap .row2 { width: 100%; float: left; position:relative; margin-bottom: 20px; }
.service-dtl-wrap .row2 img { width: 100%; }
.service-dtl-wrap .row2 .info { width: auto; padding: 20px 30px 30px; border: 1px solid #efefef; position:absolute; left: 20px; top:auto; bottom: -20px; background: #fff; }
.service-dtl-wrap .row2 .info p { font-size: 18px; line-height: 28px; font-weight:500; }
.service-dtl-wrap .row2 .info p a { color: var(--primary-color); }

.service-bullet { width: 100%; float: left; margin-top: 15px; }
.service-bullet li {  color: #fff; font-size: 18px; line-height: 28px; list-style: none; background:url(../images/tick.png) left center no-repeat; padding: 2px 0px 2px 25px; }




.services.bx2 .bx-right{text-align: right;}

.back_btn{    width: 100%;float: left; margin-top: 30px;}
.back_btn a{font-size: 24px; letter-spacing: 1px; color: var(--primary-color);font-family: 'Dosis', sans-serif; font-weight: 700; text-transform: uppercase; display: -webkit-flex; display: flex; align-items: center;}
.back_btn a img{margin-right: 10px;}

.service-dtl-wrap ul{margin-top:10px;}
.service-dtl-wrap ul li{ color: #fff; font-size: 18px; line-height: 28px;list-style: disc;list-style: inside; }


.services .bx-left .box-con h3{padding-right:15px;padding-left:0px;}
.services.bx2 .bx-left .box-con h3{padding-left:15px;padding-right:0px;}













