*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #1D2C3E;
    --sec: #D7F9FA;
    --light-bg: #D7F9FA;
    scroll-behavior: smooth;
}
html {
    position: relative;
	scroll-padding-top: 100px; 
	scroll-behavior: smooth; 
}
body{
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	--screen-width: calc(100vw - (100vw - 100%));
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    background: none;
}
.text-prime {
    color: var(--prime);
}
.btn-prime {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
}
.btn-sec {
    border: 1px solid var(--prime);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--prime);
    min-height: 42px;
    padding: 7px 16px;
    border-radius: 6px;
}
.w-fit {
    width: fit-content;
}
.mw-750 {
    max-width: 750px;
}
.fs-7 {
    font-size: 14px;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar {
	background-color: transparent;
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.navbar1 {
	background-color: #FFFFFF;
	position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.navbar-nav .nav-link {
    color: #fff;
}
.navbar1 .navbar-nav .nav-link {
    color: #000000;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFFFFF;
}
.navbar .navbar-nav .nav-link.active:before {
        width: 100%;
    }
.navbar1 .navbar-nav .nav-link.active:before {
        width: 100%;
    }
	
.navbar1 .navbar-nav .nav-link.active {
    color: #000000;
}

#navbar-toggler:checked~.collapse {
    display: block;
}
p{
	font-size: 16px;
	line-height: 25px;
}
ul{
	padding: 0;
	margin: 0;
}
/* Forms */
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
select,
input,
textarea {
    border: 1px solid transparent;
    outline: none;
    border-radius: 5px;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
}
select {
    padding: 11px 20px;
}
select:focus,
input:focus,
textarea:focus {
    border: 1px solid var(--prime);
    background: #fff;
}
/* Animations - Effective if user has no preferance for reduced motion */
@media (prefers-reduced-motion: no-preference) {
.animate-this {
    opacity: 0;
    transform: translateY(50px);
}
.animate-this.animated {
    animation: fade-in 0.8s ease-in-out forwards;
}
@keyframes fade-in {
    to {
       opacity: 1;
       transform: translateY(0px);
	}
}
/**********/
.header { background: transparent; }
.navbar-brand {  padding: 0; width: 178px;}
ul.navbar-nav li { margin-right: 30px; }
ul.navbar-nav li a.nav-link{ color: #FFFFFF; font-size: 18px;     padding: 0 !important; position: relative; }
ul.navbar-nav li a.nav-link:before{ 
	content:'';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: url('../../images/border.png') no-repeat;
	background-size: cover;
	    -webkit-transition: all ease 250ms;
}
ul.navbar-nav li a.nav-link:hover:before {
    width: 100%;
}
a.btn-outline{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;
}
a.btn-outline span {
	position: relative;
	display: inline-block;
	padding: 16px 40px;
	color: white;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 800;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	border-radius: 12px 0 0 12px;
}
a.btn-outline svg{
	width: 38px;
}
a.logo img{
	width: 128px;
}
.navbar1 a.btn-outline span {
	color: #000000;
	border: 1px solid #000000;
}
.navbar1 a.btn-outline svg path{
	fill: #000000;
}
.navbar1 a.btn-outline svg g path{
	fill: #FFFFFF;
}
.header.sticky .navbar.navbar  {
	background: #000000;
}
.header.sticky .navbar1.navbar{
	background: #FFFFFF;
}
/*********/
.slider-wrap{
	position: relative;
	background: #0C131D;
}
.banner-main {
	position: relative;
}
.banner-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: top;
}
.owl-counter {
	position: absolute;
	bottom: -85px;
	left: 0px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	gap: 20px;
	align-items: center;
	width: 360px;
	margin: 0 auto;
    right: 0;
}
.owl-counter:before {
    content: '';
	position: absolute;
	top: -10px;
    left: -23px;
	right: 0;
    bottom: -12px;
    background: rgba(225, 225, 225, 0.8);
	background-image: linear-gradient(to right, #8a5a29,#b88331,#b27d32,#90622c,#a9782b);
	z-index: -1;
}
.slider-progress {
	width: 243px;
	height: 6px;
	background: rgba(255, 255, 255, 0.2);
	overflow: hidden;
}
.slider-progress .progress {
	height: 100%;
	background: #fff;
	transition: width 0.3s ease;
	border-radius: 0;
}
.owl-counter span{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 400;
}
.hometestimonial_slider button.owl-prev {
    background: url('../../images/white-arrow.svg') no-repeat !important;
    left: 90px;
    top: auto;
    bottom: -97px;
    position: absolute;
    transform: inherit;
    width: 44px;
    height: 70px;
    font-size: 0 !important;
	z-index: 99;
	transform: rotate(180deg);
}
.hometestimonial_slider button.owl-next {
    background: url('../../images/white-arrow.svg') no-repeat !important;
    top: auto;
	right: 104px;
    bottom: -97px;
    position: absolute;
    transform: inherit;
    width: 44px;
    height: 70px;
	font-size: 0 !important;
	z-index: 99;
}
/*********/
a.btn-yellow{
	display: flex;
}
a.btn-yellow span {
	position: relative;
	display: inline-block;
	padding: 21px 60px;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 800;
	font-size: 18px;
	color: #222222;
	margin-right: 5px;
	border: 1px solid #FDB931;
	border-radius: 12px 0 0  12px;
}
a.btn-yellow img{
	width: 43px !important;
}
/*********/
.common-padd {
	padding: 65px 0px;
}

.team_sec {
	position: relative;
	padding: 80px 0;
}
.team_sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 570px;
    background: url('../../images/teambg.jpg') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.team_box{
	padding: 16px 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	margin: 10px 10px;
}
.team_image {
	width: 210px;
}
.team_image img{
	width: 100%;
	border-radius: 16px;
}
.team_txt {
	padding-left: 37px;
	width: calc(100% - 210px);
}
.team_txt h5{
	color: #000000;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px;
}
.team_txt span{
	color: rgba(0, 0, 0, 0.7);
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.team_main{
	 border-bottom: 1px solid transparent; 
	border-image: linear-gradient(to right,rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 1; 
	border-image-slice: 1;
	padding-bottom: 80px;
}
.team_slider .owl-dots {
	    text-align: center;
    margin-top: 20px;
}
.team_txt p{
	color: #000000;
	margin-bottom: 0;
}

.txt_scroll  { overflow-y: auto; height: 120px;  padding-right: 10px;}
.txt_scroll::-webkit-scrollbar{ width: 4px }
.txt_scroll::-webkit-scrollbar-track{
    background-image: linear-gradient(to right,transparent 0%,transparent 35%,#424242 35%,#737373 65%,transparent 65%,transparent 100%)
}
.txt_scroll::-webkit-scrollbar-thumb{ background-color: #FDB931; border-radius: 5px }

.service_sec {
	 background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
	padding: 80px 0 40px;
}
.service_sec:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 617px;
    background: url(../../images/btmbg.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
.service_sec .row{
	align-items: center;
	margin-bottom: 48px;
}
.service_image img{
	border-radius: 12px;
}
.service_txt {
	padding-left: 45px;
}
.service_txt h3 {
	font-size: 74px;
	line-height: 74px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
.service_txt p {
	margin-bottom: 20px;
}
.service_txt p span{
	display: inline-block;
}
.service_txt a.btn-yellow {
    margin-top: 32px;
}
.flex-row-reverse .service_txt{
	padding-left: 0;
	padding-right: 45px;
}
/*********/
.blog_sec{
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
	padding-bottom: 50px;
}
.blog_sec:before {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 617px;
	background: url('../../images/btmbg.webp') no-repeat;
	background-size: cover;
	z-index: -1;
}
.title_box {
	max-width: 867px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.title_box h3{
	font-size: 74px;
	line-height: 74px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
.title_box h3 span{ 
	color: #FDB931;
}
.title_box p { 
	color: #000000;
}
.blog_box {
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
	border-radius:12px 12px ;
	background: #FFFFFF;
	margin-bottom: 25px;
	position: relative;
}
.blog_box > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.blog_image{
	position: relative;
    width: 100%;
    padding-bottom: 40%;
    border: 0;
}
.blog_image img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_txt {
	padding: 30px 30px;
	align-items: flex-end;
	justify-content: space-between;
}
.blog_txt h5{
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog_txt h5 span{
	display: inline-block;
}
.blog_maintxt {
	width: calc(100% - 55px);
	padding-right: 20px;
	max-width: 410px;
}
.blog_txt a{
	width: 55px;
}
.blog_txt a img{
	width: 100%;
}
.blog_txt p {
	margin-bottom: 0;
}
.blog_maintxt p span{
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.blog_maintxt p span:first-child{
	padding-left: 0px;
}
.blog_inner  {
	    padding-bottom: 60px;
}
.blog_inner .blog_box {
	margin-bottom: 70px;
}
.blog_inner .blog_txt {
	max-width: 1068px;
	margin: 0 auto;
	padding: 50px 30px;
}
.blog_inner .blog_maintxt {
    width: 100%;
    padding-right: 0px;
    max-width: 100%;
	margin-bottom: 30px;
}
.blog_inner .blog_txt h4 {
	font-size: 48px;
	margin-bottom: 12px;
	font-weight: 700;
	color: #000;
}
.blog_inner .blog_maintxt p span {
    font-size: 20px;
	color: #000000;
}
.blog_inner .blog_slider p span {
     color: rgba(0, 0, 0, 0.5);
}
.blog_inner .blog_txt p {
	color: #000000;
	margin-bottom: 25px;
}
.blog_inner .blog_slider .blog_box {
	margin-bottom: 0;
}
.similar_title {
	margin-bottom: 40px;
}
.similar_titlebox {
    align-items: flex-end;
	justify-content: space-between;
	gap: 110px;
	position: relative;
	z-index: 9;
}
.similar_titletxt, .similar_titletxt p {
	margin: 0;
}
.similar_blogs {
    overflow-x: hidden;
}
.blog_slider {
    width: 100%;
    padding-left: calc((var(--screen-width) - 1295px) / 2);
}
.blog_slider .items{
	margin: 15px 10px;
}
.blog_slider .blog_box {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.blog_slider .blog_image {
    padding-bottom: 48%;	
}
.blog_slider .blog_txt{
	padding: 30px 30px;
}
.blog_slider .blog_maintxt, .blog_slider .blog_txt p{
	margin-bottom: 0;
}
/*pagination*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 20px;
}
.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.pagination li a{
	display:block;
	text-align: center;
    min-width: 40px;
    height: 40px;
	line-height: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
	font-weight: 500;
}
/* Active Page */
.pagination li.active {
    background: #000000;  
}
.pagination li.active a{
    color: #fff;
    font-weight: bold;
}
/* Hover */
.pagination li:hover:not(.active):not(.dots) {
    background: #f1f1f1;
}
/* Dots */
.pagination li.dots {
   cursor: default;
   background: transparent;
}
/* Arrows */
.pagination li.arrow {
   font-size: 16px;
   border-radius: 50%;
}
/*********/
.connect_sec{
	background: url('../../images/contact_bg.webp') no-repeat;
	background-size: cover;
	padding: 66px 0px;
	overflow: hidden;
}
.connect_box {
	max-width: 647px;
	position: relative;
	z-index: 9;
}
.connect_box h3{
	background-image: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 74px;
	line-height: 74px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.connect_box p{
	color: #FFFFFF;
	font-weight: 300;
}
.contact_form {
	width: 100%;
    padding: 30px 30px;
    position: relative;
    border-radius: 20px;
	overflow: hidden;	
}
.contact_form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(100px);
    background-image: linear-gradient(rgba(225, 225, 225, 0.2), rgba(225, 225, 225, 0.1));
}
.contact_form form{
	position: relative;
}
.contact_form form div.halfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.contact_form form input{
	border-radius: 4px;
	background: #39424c;
	border: 0;
	padding: 15px 24px;
	font-weight: 300;
}
.contact_form form textarea{
	border-radius: 4px;
	background: #39424c;
	border: 0;
	padding: 15px 24px;
	height: 168px;
	resize: none;
	font-weight: 300;
}
.contact_form form input::placeholder, .contact_form form textarea::placeholder{
	color: #FFFFFF;
	font-weight: 300;
}
.contact_form button {
	display: flex;
	width: 100%;
}
.contact_form button img{
	width: 44px;
}
.contact_form button span{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 40px;
    color: #000000;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 800;
    font-size: 18px;
    background: #FDB931;
    border-radius: 12px 0 0 12px;
    margin-right: 5px;
	width: calc(100% - 44px);
}
.connect_sec img.conect-image{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 940px;
}
/****testimonial*****/
.testimonial_sec {
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
}
.testimonial_sec:before {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 617px;
	background: url('../../images/btmbg.webp') no-repeat;
	background-size: cover;
	z-index: -1;
}
.testimonial_row {
	padding: 0px 20px;
}
.testimonial_col {
	margin-top: 30px;
}
.testimonial_box {
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px 12px;
    background: #FFFFFF;
	padding: 29px 31px;
	border: 2px solid #FFFFFF;
	height: 100%;
}
.testimonial_image {
	position: relative;
	width: 100%;
    padding-bottom: 57%;
	margin-bottom: 14px;
}
.testimonial_image > img{
	border-radius: 12px ;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial_image a.video_btn{
	width: 89px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
}
.testimonial_image a.video_btn img{
	width: 100%;
}
.testimonial_txt h5{
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.testimonial_txt p{
	margin-bottom: 13px;
	color:#000000;
}
.testimonial_txt p:last-child{
	margin-bottom: 0;
}
.testimonial_sm_image {
	width: 78px;
	height: 78px;
	padding: 0;
}
.testimonial_sm_image > img {
	position: relative;
}
/*********/
.get_sec{
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
}
.get_sec:before {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 617px;
	background: url('../../images/btmbg.webp') no-repeat;
	background-size: cover;
	z-index: -1;
}
.get_sec .title_box{
	max-width: 699px;
}
.get_box {
	border: 1px solid #FFFFFF;
	padding: 60px 48px 30px;
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.get_box h4{
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 6px;
	color: #000000;
}
.get_box p {
	color: #000000;
}
.get_box form{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.get_box label{
	margin-bottom: 10px;
	color:#000000;
	font-size: 16px;
}
.get_box input{
	background: rgba(235, 235, 235, 0.2);
	padding: 14px 20px;
	color: #666666;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
.get_box textarea{
	background: rgba(235, 235, 235, 0.2);
	padding: 14px 20px;
	color: #666666;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	height: 96px;
}
.get_box form div.halfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.get_box button {
	display: flex;
	width: 100%;
}
.get_box button img{
	width: 44px;
}
.get_box button span{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 40px;
    color: #000000;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 800;
    font-size: 18px;
    background: #FDB931;
    border-radius: 12px 0 0 12px;
    margin-right: 5px;
	width: calc(100% - 44px);
}
.get_image {
	position: relative;
	border: 1px solid #FFFFFF;
	padding: 0px 28px;
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.get_image img{
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: -48px;
	max-height: 437px;
    object-fit: contain;
}
.get_image:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 185px;
	background: url('../../images/imagbg-top.svg') no-repeat;
	background-size: cover;
}
.get_image:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	background: url('../../images/imagbg-btm.svg') no-repeat;
	background-size: cover;
}
.get_contact {
	border: 1px solid #FFFFFF;
	padding: 20px;
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.contact_box{
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(235, 235, 235, 0.1);
	border-radius: 6px;
	padding: 18px 24px;
	align-items: center;
	gap: 25px;
	margin-bottom: 10px;
}
.contact_box:last-child{
	margin-bottom: 0;
}
.contact_imagebox {
	width: 61px;
	height: 61px;
	background: rgba(235, 235, 235, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.contact_imagebox img {
	width: 35px;
}
.contact_txtbox {
	width: calc(100% - 87px);
}
.contact_txtbox h6 {
	margin-bottom: 6px;
	color: #000000;
}
.contact_txtbox span a {
	color: #000000;
}
.location_sec {
	padding: 45px 0 ;
}
.location_sec .row{
	align-items: center;
}
.location_sec iframe{
	border-radius: 16px;
}
.location_txt{
	padding-left: 20px;
}
.location_txt h6{
	color: #000000;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 400;
}
.location_txt h4{
	color: #000000;
	margin-bottom: 8px;
	font-size: 32px;
	font-weight: 400;
}
.location_txt p{
	color: #000000;
}
.location_boxes{
	margin-top: 38px;
	display: flex;
	gap: 16px;
}
.location_offc {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px;
	border-radius: 24px;
}
.location_offc h5 {
	color: #000000;
	margin-bottom: 10px;
	font-size: 24px;
	        font-weight: 400;
}
.location_offc p {
	color: #000000;
	margin: 0;
}
.faq_sec {
	position: relative;
	padding: 45px 0px 70px;
}
.faq_sec .title_box{
	max-width: 699px;
}
.faq_sec:before {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 617px;
	background: url('../../images/btmbg.webp') no-repeat;
	background-size: cover;
	z-index: -1;
}
.faq_sec .accordion {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.faq_sec .accordion .accordion-item{
	width: 49.1%; 
}
.faq_sec .accordion-button {
    background: #FFFFFF;
    border: 0;
	border-radius: 8px !important;
    padding: 17px 30px;
    font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}
.faq_sec .accordion-item{
	background: #FFFFFF;
	border: 1px solid #E9EAF0;
	border-radius: 8px !important;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
}
.faq_sec .accordion-body  {
	padding: 0 30px 20px;
}
.faq_sec .accordion-button::after { 
	background: url('../../images/down-arrow.svg') no-repeat; 
	background-size: 33px; 
	width: 33px; 
	height: 33px; 
}
.faq_sec .accordion-button:not(.collapsed)::after { 
	background: url('../../images/down-arrow.svg') no-repeat; 
	background-size: 33px;
	transform: rotate(-180deg); 
}
.faq_sec .accordion-button:not(.collapsed) { 
	color: #000000; 
	font-weight: 700; 
	box-shadow: none; 
}
/*********/
.aboutus_sec {
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
}
.aboutus_sec h3{
	font-size: 74px;
	line-height: 74px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
.aboutus_sec h3 span{ 
	color: #FDB931;
}
.aboutus_sec p { 
	color: #000000;
	margin-bottom: 20px;
}
.aboutus_sec a.btn-yellow {
        position: relative;
        z-index: 9;
    }
.aboutus_slider {
	padding-left: calc((var(--screen-width) - 1296px) / 2);
	    margin-top: -55px;
		z-index: -1;
}
.aboutus_slider.owl-carousel .owl-stage{
	display: flex;
    align-items: flex-end;
}
.aboutus_slider img{
	width: 100%;
}
.aboutus_slider .items{
	margin: 10px;
}
.whychose_sec {
	position: relative;
}
.whychose_sec .title_box {
    margin-bottom: 30px;
}	
.whychose_sec:before {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 460px;
	background: url('../../images/btmbg.webp') no-repeat;
	background-size: cover;
	z-index: -1;
}
.why_box{
	background: #FFFFFF;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	padding: 24px 28px;
	height: 100%;
	transition: all 0.3s ease;
}
.why_box:hover {
	transform: translateY(-5px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.why_box h6{
	display: flex;
	gap: 5px;
	align-items: center;
	color: #000000;
	font-weight: 700;
	margin-bottom: 8px;
}
.why_box h6 img{
	width: 28px;
}
.why_box p {
	color: #444444;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}
.whycol{
	margin-top: 15px;
}
.vision_sec{
	position: relative;
}
.vision_box {
	max-width: 780px;
	padding: 69px 69px;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 12px;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(50px);
}
.vision_box h3{
	font-size: 74px;
	line-height: 74px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
.vision_box h3 span{ 
	color: #FDB931;
}
.vision_box p { 
	color: #000000;
	margin-bottom: 20px;
}
.vision_box p:last-child { 
	margin-bottom: 0;
}
/*********/
.counter_sec ul{
	margin-top: -72px;
    position: relative;
    z-index: 9;
}
.counter_sec ul{
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
	padding: 21px 35px;
	display: flex;
}
.counter_sec ul li{
	text-align: center;
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.counter_sec ul li:last-child{
	border-right: 0;
}
.counter_sec ul li h3{
	color: #000000;
	font-size: 58px;
	font-weight: 800;
	display: block;
}
.counter_sec ul li p{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 0;
}
.homeabout_sec {
	padding-top: 173px;
	margin-top: -73px;
	position: relative;
}
.homeabout_sec:before {
	content: '';
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 370px;
	background-image: linear-gradient(to top,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
	z-index: -1;
}
.homeabout_sec .similar_title {
	position: relative;
}
.homeabout_sec a.btn-yellow {
	position: relative;
    top: -8px;
}
.onproject_sec a.btn-yellow  {
	position: relative;
    top: -2px;
}
.homeabout_image {
	margin-top: -45px;
}
.onproject_sec {
	position: relative;
	/*padding-bottom: 40px;*/
}
.onproject_sec:before {
	content: '';
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 370px;
	background-image: linear-gradient(to top,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
	z-index: -1;
}
.project_box{
	position: relative;
	padding-bottom: 40%;
}
.project_box > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.project_box > img{
	border-radius: 12px ;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project_txtbox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	width: 95%;
	padding: 4px 4px 4px 20px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: space-between;
	gap: 10px;
	border-radius: 12px;
	align-items: center;
	margin: 0 auto;
}
.project_txtbox h4 {
	font-size: 30px;
	font-weight: 900;
	color: #FFFFFF;
	margin: 0;
	text-transform: capitalize;
}
.project_txtbox a img{
	width: 44px;
}
.onproject_sec .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.owl-dot.active, .owl-dot:hover {
    background-color: #000000 !important;
}
.home_blog .blog_slider .blog_box{
	margin-bottom: 0;
}
.home_blog .blog_slider .owl-dots {
	text-align: center;
    margin-top: 25px;
}
.comercial_main {
	padding: 80px 0px;
	background: url('../../images/services_bg.webp') no-repeat;
	background-size: cover;
	padding-right: calc((var(--screen-width) - 1295px) / 2);
	display: flex;
	align-items: center;
}
.comercial-slider , #slider{
	width: 50%;
}
.comercial-nav-slider,  #navigation {
	width: 50%;
	display: block;
}

.comercial-slider .owl-stage {
  transform: none !important;
  display: block !important;
  width: 100% !important;
}

.comercial-slider.owl-item {
  display: block !important;
  width: 100% !important;
}

#navigation .nav-item {
	color: rgba(255, 255, 255, 0.41);
  padding: 35px 0;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
  transition: background 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .nav-item h3{
	font-size: 48px;
	margin-bottom: 25px;
}
#navigation .owl-item.selected .nav-item {
	color: #FFFFFF;
}

 #navigation  img {
    width: 100% !important;
}

#slider.owl-carousel .owl-stage-outer {
	    height: 525px;
}
#slider .owl-stage {
	margin-left: 35px;
	height: 525px!important;
}
#slider .owl-item{
	margin: 5px;
}
#slider img {
    width: 100% !important;
    border-radius: 12px;
    height: 515px!important;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
}
#navigation {
	padding-left: 65px;
}
#navigation .owl-stage {
	width: 100% !important;
    height: 448px!important;
    overflow-y: auto;
    overflow-x: hidden;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
    transform: translate3d(0px, 0px, 0px) !important;
}
#navigation .owl-stage::-webkit-scrollbar {
    width: 5px;
}
#navigation .owl-stage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#navigation .owl-stage::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 1px solid slategrey;
  border-radius: 3px;
}
#navigation .owl-stage .owl-item{
	width: 100% !important;
}
#navigation .owl-stage .owl-item span{ 
	display: inline-block;
}
.owl-buttons-wrapper {
	background: rgba(237, 237, 237, 0.7);
    max-width: 552px;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 8px;
}
   .owl-buttons-wrapper button{ 
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	width: 32.8%;
}
.owl-buttons-wrapper button.active{
	background: #FFFFFF;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
	color: #000000;
	border: 0;
}
#product-carousel .project_box {
    padding-bottom: 68%;
}
#product-carousel .owl-stage {
	margin-left: 100px;
}
#product-carousel .owl-dots {
	text-align: center;
    margin-top: 25px;
}
#navigation .nav-item h3 {
	display: flex;
	gap: 20px;
	align-items: center;
}
#navigation .nav-item h3 a{ 
	opacity: 0;
}
#navigation .nav-item p{
	font-weight: 300;
}
#navigation .active.selected .nav-item h3 a{ 
	opacity: 1;
}
/*********/
.hometestimonial_sec {
	position: relative;
	padding: 40px 0px 180px;
	overflow: hidden;
}
.hometestimonial_sec .title_box { 
	margin-bottom: 20px;
}
.hometestimonial_sec:before {
	content: '';
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 570px;
	background: linear-gradient(180deg,rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.02) 0%);
	z-index: -1;
}
.hometestimonial_sec:after {
	content: '';
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 360px;
	background: url('../../images/testimonial_bg.webp') no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}
.hometestimonial_bgimage {
	position: absolute;
    left: -65px;
    bottom: 0;
    width: 53%;
}
.hometestimonial_bgimage img{
	width: 100%;
}
.hometestimonial_box{
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 33px 33px;
	margin: 12px;
	position: relative;
}
.hometestimonial_box:before{
	content: '';
	position: absolute;
	right: 28px;
	top: -54px;
	width: 112px;
	height: 112px;
	background: url('../../images/quote.svg') #FDB931 no-repeat;
	background-size: 67px;
	background-position: center;
	border-radius: 100px;
}
.hometestimonial_imagebox {
	margin-bottom: 25px;
	display: flex;
	gap: 12px;
	align-items: center;
}
.hometestimonial_imagesmall {
	width: 78px;
}
.hometestimonial_imagesmall img {
	width: 100%;
	border-radius: 9px;
}
.hometestimonial_imagetxt h6{
	font-size: 24px;
	margin-bottom: 2px;
	font-weight: 700;
	color: #000000;
	text-transform: capitalize;
}
.hometestimonial_imagetxt p{
	color: #000000;
	font-size: 18px;
	margin: 0;
}
.hometestimonial_boxtxt p{
	color: #000000;
	margin-bottom: 20px;
}
.hometestimonial_boxtxt p:last-child{
	margin-bottom: 0;
}
.hometestimonial_slider {
	max-width: 646px;
	margin-left: auto;
}
.hometestimonial_main {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 65px;
}
.hometestimonial_slider .owl-stage{
	margin-top: 50px;
}
/*********/
.footer { 
	padding: 60px 0 0;
}
.footer-top{
	padding-bottom: 20px;
}
.footer-col{
	width: 308px;
}
.footer-col p{
	max-width: 295px;
}
.footer-logo {
	margin-bottom: 18px;
}
.footer-logo img{
	width: 122px;
    display: block;
}
.footer h6{
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
}
.footer_social li{
	display: inline-block;
	margin-right: 12px;
}
.footer_social li:last-child{
	margin-right: 0;
}
.footer_social li a {
	width: 54px;
	height: 54px;
	border: 1px solid #EDEDED;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_social li a img{
	width: 30px; 
}
.footer-link ul {
	column-count: 2; 
}
.footer-link ul li{
	display: block;
	margin-bottom: 15px;
}
.footer-link ul li a{
	color: #5E6670;
	font-size: 18px;
}
.footer-link ul li a:hover{
	color: #22282E;
}
.footer-top p {
	color: #5E6670;
	font-size: 18px;
}
.footer_reach p span {
	color: #5E6670;
	display: inline-block;
	margin-left: 5px;
}
.footer_reach p em img{
	width: 24px;
	margin-right: 8px;
}
.footer_reach p a {
	color: #5E6670;
	display: inline-block;
	margin-left: 5px;
}
.footer_reach p span:last-child{
	margin-top: 8px;
}
.footer-btm{
	padding: 25px 0px;
	border-top: 1px solid #B3BEC6;
	justify-content: space-between;
}
.footer-btm p{
	margin-bottom: 0;
	font-size: 18px;
	color: #5E6670;
}
.footer-btm p a{
	color: #5E6670;
}
.footer-btm p a:hover{
	text-decoration: underline;
}
.footer-btm ul{
	gap: 16px;
}
.footer-btm ul li {
	display: inline-block;
}
.footer-btm ul li a{
	color: #5E6670;
	font-size: 18px;
}
.gallery_sec {
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
}
.gallery_sec:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 617px;
    background: url(../../images/btmbg.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
.gallery_sec .title_box {
        margin-bottom: 40px;
    }
.projects_sec {
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.3));
	position: relative;
	        padding-bottom: 50px;
}
.projects_sec:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 617px;
    background: url(../../images/btmbg.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
.filter-buttons {
    background: rgba(237, 237, 237, 0.7);
            max-width: 500px;
        display: flex;
        justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 8px;
}
.gallery_sec .filter-buttons { 
	margin-bottom: 20px;
}
.filter-buttons button.active {
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.05);
        color: #000000;
        border: 0;
		border-radius: 12px;
    }
.filter-buttons button {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500;
        width: 33.2%;
		        padding: 8px 10px;
    }
   .gallery-grid {
      position: relative;
      width: 100%;
    }

    .gallery-item {
      width: 48.2%;
	  height: 350px;
      margin: 10px;
      float: left;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.2);
	  padding: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
	/*.gallery-item.big{
		width: 58%;
	}
	.gallery-item.medium{
		width: 38.5%;
	}*/
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
	   border-radius: 12px;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.02);
    }

    .zoom-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
	  width: 90px;
    }
    /* Clearfix for float */
    .gallery-grid::after {
      content: "";
      display: block;
      clear: both;
    }
.projects_sec .owl-buttons-wrapper {
	max-width: 500px;
	        display: flex;
        justify-content: center;
}
.projects_sec .owl-buttons-wrapper  button {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500;
        width: 33.2%;
		        padding: 8px 10px;
    }
.projects_sec .owl-buttons-wrapper button.active {
	color: #000000;
}
.projects_sec .title_box  {
	margin-bottom: 40px;
}
.all-projects {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.all-projects .project_box {
    padding-bottom: 61%;
}
.all-projects .product-thumb{
	height: 100%;
}
.all-projects .product-thumb.w-60 {
	width: 59.2%;
}
.all-projects .product-thumb.w-40 {
	width: 40%;
}
.all-projects .product-thumb.w-40 .project_box {
    padding-bottom: 90.2%;
}
.fancybox-thumbs {
  bottom: 0 !important;
  top: auto !important;
  height: 100px !important;
}
.fancybox-toolbar {
	opacity: 1;
	visibility: visible;
}
.fancybox-toolbar .fancybox-button--zoom , .fancybox-toolbar .fancybox-button--play{
	display: none;
}
.fancybox-thumbs {
    bottom: 0 !important;  /* ensure thumbnails are at bottom */
    right: auto !important; /* remove right offset */
}
.fancybox-show-thumbs .fancybox-inner{
    right: 0 !important;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
    width: 80%;
    margin: 0 auto;
    right: 0 !important;
    left: 0 !important;
	background: transparent;
}
.fancybox-caption {
	position: absolute;
    padding: 0;
    width: 80%;
	margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
}
.fancybox-caption .fancybox-caption__body {
	background: #FFFFFF;
	border-radius: 12px;
	 box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	 padding: 25px 18px;
	 font-size: 16px;
	 color: #000000;
	         display: inline-block;
			         position: absolute;
        left: 0;
        bottom: 0;
}
.fancybox-thumbs__list a {
    height: 90px;
    width: 170px;
}
#backtop { position:fixed;         right: 25px;  bottom: 30px; cursor:pointer; width:50px; height:50px; background-color:#ffffff; text-indent:-9999px;
display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; z-index: 9;     border: 2px solid #0f1521;}
#backtop span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent;
border-bottom-color:#0f1521; }


.product-thumb.big {
  width: 59.2%;
}

.product-thumb.small {
  width: 40%;
}
.all-projects .product-thumb.small .project_box {
    padding-bottom: 90.2%;
}
.whatsapp-icon {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}
.whatsapp-icon img {
    width: 28px;
    height: 28px;
}

.work_sec .owl-buttons-wrapper {
	text-align: center;
}
.gallery_txtbox {
      position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 90%;
        padding: 10px 4px 12px 28px;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: space-between;
        gap: 10px;
        border-radius: 12px;
        align-items: center;
        margin: 0 auto;
		opacity: 0;
		transition:0.4s all ease-in-out;
    }
.gallery-item:hover .gallery_txtbox {
	opacity: 1;
	bottom: 25px;
	transition:0.4s all ease-in-out;
}
.gallery_txtbox h4 {
        font-size: 26px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0;
        text-transform: capitalize;
    }
.fancybox-caption {
        max-width: 450px;
        margin: 0 auto;
        left: 0;
        right: 0;
		bottom: 0;
}
.fancybox-caption .fancybox-caption__body {
      padding: 15px 18px;
	  width: 100%;
}
span.play-icon{
    width: 60px;
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
	opacity: 1;
	        z-index: 9;
}
/**********/
@media (max-height: 700px) {
.banner-image img {
	height: 600px;
}
}
@media (min-width: 1400px) {
.container {
    max-width: 1304px;
}
}
@media (max-width: 1439px) {
.connect_box h3, .title_box h3, .service_txt h3, .vision_box h3, .aboutus_sec h3 {
    font-size: 60px;
    line-height: 60px;
}
.similar_titlebox {
        gap: 50px;
    }
.project_txtbox h4, .gallery_txtbox h4  {
        font-size: 20px;
}
.project_txtbox a.btn-yellow img {
        width: 26px !important;
    }
.blog_inner .blog_txt h4 {
	font-size: 40px;
}
.counter_sec ul li h3 {
    font-size: 40px;
}
#navigation .nav-item h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
.team_txt {
        padding-left: 25px;
}
}
@media (max-width: 1399.9px) {
.blog_slider {
     padding-left: calc((var(--screen-width) - 1125px) / 2);
}
.aboutus_slider {
	padding-left: calc((var(--screen-width) - 1132px) / 2);
}
.similar_titlebox .title_box {
    max-width: 68%;
}
.comercial_main {
	padding-right: calc((var(--screen-width) - 1132px) / 2);
}
/*.gallery-item.medium{
    width: 37.9%;
}*/
.all-projects .product-thumb.w-60, .product-thumb.big {
    width: 59.1%;
}
.homeabout_sec .similar_titlebox {
    gap: 50px;
}
#navigation .owl-stage {
	padding-right: 20px;
}
}
@media (max-width: 1365px) {
.connect_box h3, .title_box h3, .service_txt h3, .vision_box h3, .aboutus_sec h3  {
    font-size: 42px;
    line-height: 42px;
}
.service_txt {
    padding-left: 30px;
}
.flex-row-reverse .service_txt {
    padding-right: 30px;
}
.blog_txt h5 {
    font-size: 20px;
}	
.blog_inner .blog_txt h4 {
            font-size: 32px;
        }	
.blog_inner .blog_maintxt p span {
        font-size: 18px;
}
.testimonial_box {
     padding: 22px 22px;
}
.aboutus_slider {
        margin-top: -25px;
	}
	.blog_maintxt {
        padding-right: 12px;
}	
.hometestimonial_box:before {
        top: -50px;
        width: 100px;
        height: 100px;
        background-size: 50px;
}
}
@media (max-width: 1279px) {
/*.gallery-item.medium {
    width: 37.7%;
   
}*/
.gallery-item {
	width: 31.1%;
	 height: 290px;
}
.filter-buttons {
	margin-bottom: 15px;
}
.all-projects .product-thumb.w-60, .product-thumb.big {
            width: 58.9%;
        }
.project_txtbox h4 , .gallery_txtbox h4 {
   font-size: 18px;
}
		.faq_sec .accordion {
        gap: 16px;
    }
.get_box {
    padding: 30px 48px 30px;
}
.homeabout_sec .similar_titlebox {
            gap: 30px;
        }
}
@media (max-width: 1199.9px) {
.container {
    max-width: 960px;
}
ul.navbar-nav li {
    margin-right: 18px;
}
a.btn-outline span {
	padding: 16px 25px;
	font-size: 16px;
}
a.logo img {
    width: 90px;       
	padding: 0 !important;
}
.service_sec {
    padding: 50px 0 10px;
}
.blog_sec {
	 padding: 50px 0;
}
.footer {
    padding: 45px 0 0;
}
.title_box, .projects_sec .title_box, .gallery_sec .title_box {
     margin-bottom: 30px;
}
.footer-logo img {
	width: 100px;
}
.blog_txt, .blog_slider .blog_txt {
        padding: 20px 20px;
}
        .blog_txt h5 {
            font-size: 18px;
        }
	.similar_titlebox {
            gap: 25px;
        }
.similar_titlebox .title_box {
            max-width: 66%;
            margin: 0;
        }
		
.filter-buttons button, .projects_sec .owl-buttons-wrapper button, .owl-buttons-wrapper button {
        font-size: 18px;
}
.gallery-item {
          height: 260px;
        }
	.blog_slider {
            padding-left: calc((var(--screen-width) - 960px) / 2);
        }
	.aboutus_slider {
	padding-left: calc((var(--screen-width) - 960px) / 2);
}
#navigation {
        padding-left: 40px;
    }
	.team_image {
        width: 180px;
    }
.team_txt {
        padding-left: 30px;
        width: calc(100% - 180px);
    }	
}
@media (max-width: 1079px) {
	.gallery-item.big {
        width: 56.5%;
    }
	.gallery-item {
            width: 30.4%;
	}
	.gallery-item {
            height: 230px;
        }
		.all-projects .product-thumb.w-60, .product-thumb.big {
            width: 58.5%;
        }
.get_box {
      padding: 30px 30px;
}
.get_box h4 {
        font-size: 24px;
}
.get_box button span {
        font-size: 16px;
}
.get_box button img {
        width: 35px;
    }
.contact_box {
        padding: 15px 15px;        gap: 15px;
}		
.location_txt {
        padding-left: 0;
    }
.location_boxes {
                margin-top: 20px;  flex-wrap: wrap;
    }
.location_offc {
        padding: 15px 20px;
}		
.get_image:before , .get_image:after{
        height: 120px;
}
#slider .owl-stage {
        margin-left: 24px;
}
.comercial_main {
        padding: 40px 0px;
}
}
@media (max-width: 991.9px) {
.container {
    max-width: 720px;
}
.connect_box{
	width: 100%;
}
.navbar-toggler {
    background-color: #fff;
}
.navbar-collapse {
	position: absolute;
	width: 100%;
    background: #fff;
    top: 100%;
    left: 0;
	right: 0;
    padding: 10px 0 0;
}
ul.navbar-nav li a.nav-link:before {
	display: none;
}
ul.navbar-nav, .contact-btn {
	max-width: 690px;
	margin: 0 auto;
}
ul.navbar-nav li a.nav-link {
	padding: 13px 0 7px !important;
	display: block;
}
.contact-btn{
	margin-bottom: 20px;
    margin-top: 10px;
}
a.btn-yellow span {
    padding: 15px 50px;
}
a.btn-yellow img {
    width: 35px !important;
}
.service_txt {
    padding-left: 12px;
}
.flex-row-reverse .service_txt {
    padding-right: 12px;
}
.footer h6 {
	font-size: 20px;
}
.footer-link ul li a , .footer-top p, .footer-btm p {
    font-size: 16px;
}
.footer-btm {
    padding: 18px 0px;
}
.footer_reach p em img {
    width: 19px;
    margin-right: 4px;
}
.footer_social li a {
    width: 48px;
	height: 48px;
}
.footer_social li a img {
    width: 25px;
}
ul.navbar-nav li {
            margin-right: 0;
        }
ul.navbar-nav li a.nav-link {
            padding: 7px 0 !important;
            font-size: 16px;
			            color: #000000;
        }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
}
a.btn-outline span {
           font-size: 14px;
        }
	a.btn-outline svg {
        width: 27px;height: 44px;

    }
	.navbar a.btn-outline svg {
            width: 34px;
            height: 54px;
        }
	.navbar a.btn-outline span {
        color: #000000;
        border: 1px solid #000000;
    }
	.navbar a.btn-outline svg path {
        fill: #000000;
    }
	.navbar a.btn-outline svg g path {
        fill: #FFFFFF;
    }
.title_box h3 {
      margin-bottom: 10px;
    }
.blog_slider {
            padding-left: calc((var(--screen-width) - 710px) / 2);
        }
	.aboutus_slider {
	padding-left: calc((var(--screen-width) - 710px) / 2);
}
.similar_title {
        margin-bottom: 30px;
    }
	.blog_inner .blog_txt h4 {
            font-size: 28px;
        }
	.common-padd {
        padding: 40px 0px;
    }
	.testimonial_image a.video_btn {
        width: 60px;
	}
	.testimonial_txt h5 {
        font-size: 20px;
	}
	
	.testimonial_box {
	padding: 15px 15px;
	}
	.testimonial_row {
        padding: 0;
    }
	.project_txtbox h4, .gallery_txtbox h4  {
            font-size: 16px;
        }

	.contact_imagebox {
        width: 50px;
        height: 50px;
}
.contact_imagebox img {
        width: 24px;
    }
form {
    gap: 15px;
}
.faq_sec .accordion .accordion-item {
        width: 48.8%;
    }
	.location_txt h4 { font-size: 26px; }
	.location_offc h5 {  font-size: 20px;   margin-bottom: 5px; }
	.location_sec {
        padding: 45px 0 10px;
    }
.counter_sec ul {
         padding: 20px 25px;
}
.counter_sec ul li h3 {
            font-size: 32px;
        }	
.counter_sec ul li p {
        font-size: 16px;
}
.similar_titlebox .title_box {
            max-width: 61%;	
        }
.onproject_sec .similar_titlebox .title_box {
            max-width: 100%;	
        }
.connect_box h3, .title_box h3, .service_txt h3, .vision_box h3, .aboutus_sec h3 {
            font-size: 34px;
            line-height: 34px;
        }		
#navigation .nav-item h3 {
            font-size: 32px;            margin-bottom: 12px;
}
#navigation img {
        width: 35px !important;
    }
#navigation .nav-item {
      padding: 25px 0;
}
#slider img {
      height: 440px !important;
}
#slider .owl-stage {
            margin-left: 18px;
        }
#slider.owl-carousel .owl-stage-outer {
        height: 450px;
    }
#navigation {
            padding-left: 25px;
        }
	.hometestimonial_box:before {
            top: -42px;
            width: 85px;
            height: 85px;
            background-size: 42px;
        }
.hometestimonial_imagetxt h6 {
        font-size: 20px;
}
.hometestimonial_imagetxt p {
        font-size: 16px;
}
.hometestimonial_box {
       padding: 30px 30px;
}
.hometestimonial_imagebox {
        margin-bottom: 15px;
}
.owl-counter span {
       font-size: 24px;
}
.hometestimonial_slider button.owl-prev {
        width: 37px;
        height: 59px;
        background-size: cover !important;
    }
.hometestimonial_slider button.owl-next {
        width: 37px;
        height: 59px;
        background-size: cover !important;
    }
.hometestimonial_sec {
       padding: 15px 0px 130px;
}
.hometestimonial_main {
        padding-top: 40px;
    }
.hometestimonial_sec .title_box {
        margin-bottom: 10px;
    }	
	.similar_titlebox {
            gap: 20px;
        }
	.banner-image img {
            height: 400px;
        }
.owl-counter {
        bottom: -65px;
}
.hometestimonial_slider button.owl-prev, .hometestimonial_slider button.owl-next {
       bottom: -77px;
}
.team_main {
      padding-bottom: 40px;
}

}
@media (max-width: 767.9px) {
.container {
    max-width: 540px;
	padding: 0px 20px;
}
.slider-progress {
    width: 110px;
	background: rgba(255, 255, 255, 0.5);
}
.owl-counter span {
    color: #FFFFFF;
    font-size: 24px;
}
a.btn-white span {
    padding: 11px 24px;
	font-size: 16px;
}
a.btn-white img {
    width: 29px !important;
}
a.btn-black span {
    padding: 12px 45px;
    font-size: 16px;
}
a.btn-black img {
    width: 33px !important;
}
p {
    font-size: 15px;
    line-height: 23px;
}
.connect_sec {
    padding: 35px 0 0;
}
.connect_sec img.conect-image {
    position: relative;
}
.connect_sec img.conect-image {
    width: 100%;
    background-size: cover;
}
.contact_form{
	margin-bottom: 40px;
}
.footer-col {
    width: 100%;
}
.footer-btm {
    flex-wrap: wrap;
}
.footer {
    padding: 35px 0 0;
}
.footer h6 {
    font-size: 18px;
	margin-bottom: 10px;
}
.footer-top p , .footer-link ul li a, .footer-btm ul li{
    font-size: 15px;
}
.footer_social li a {
    width: 45px;
    height: 45px;
}
.footer_social li a img {
    width: 22px;
}
.footer_reach p em img {
    width: 20px;
    margin-right: 3px;
}
.footer-link ul li {
    margin-bottom: 11px;
}
.contact_form button span {
    padding: 11px 25px;
	font-size: 16px;
}
.contact_form button img {
    width: 31px;
}
.owl-counterwrap {
    width: 170px;
	margin-left: 100px;
}
a.logo img {
    width: 70px;
}
.navbar-toggler {
     padding: 1px 6px;
}
ul.navbar-nav, .contact-btn {
    max-width: 510px;
}
.owl-counter span.total {
    color: #FFFFFF;
}
.service_image {
	margin-bottom: 20px;
}
.service_txt {
	padding: 0;
}
.connect_box h3, .title_box h3, .service_txt h3, .vision_box h3, .aboutus_sec h3 {
    font-size: 34px;
    line-height: 34px;
}
.service_txt p {
    margin-bottom: 12px;
}
.service_txt a.btn-yellow {
    margin-top: 16px;
}
a.btn-yellow span {
	font-size: 16px;
}
.service_sec {
            padding: 35px 0 5px;
        }
.blog_box {
       margin-bottom: 20px;
    }
.blog_txt, .blog_slider .blog_txt {
        padding: 20px 20px;
}
.blog_txt a {
        width: 42px;
    }
.blog_maintxt {
        width: calc(100% - 32px);
        padding-right: 10px;
}
.mt-4 {
    margin-top: 1rem !important;
}
.blog_sec {
    padding-bottom: 30px;
}
.common-padd {
    padding: 35px 0px;
}
.title_box , .projects_sec .title_box, .gallery_sec .title_box{
    margin-bottom: 25px;
}
	.footer-logo img {
            width: 80px;
        }
.blog_inner .blog_txt, .blog_slider .blog_txt {
        padding: 25px 15px;
    }
.blog_inner .blog_txt p {
        margin-bottom: 15px;
    }
.similar_titlebox {
          flex-wrap: wrap;
        }
.similar_titlebox .title_box {
            max-width: 100%;
}
        .blog_slider {
            padding-left: calc((var(--screen-width) - 520px) / 2);
        }
		.aboutus_slider {
	padding-left: calc((var(--screen-width) - 520px) / 2);
}
.blog_inner .blog_maintxt p span {
            font-size: 16px;
        }
	.blog_inner .blog_box {
        margin-bottom: 40px;
    }	
	.blog_slider .items {
        margin-top: 0;
    }
    .testimonial_col {
        margin-top: 20px;
    }
	.testimonial_txt h5 {
            font-size: 18px;
        }
.gallery-item.medium, .gallery-item.big, .gallery-item {
            width: 46%;
        }
		.filter-buttons button, .projects_sec .owl-buttons-wrapper button , .owl-buttons-wrapper button{
            font-size: 16px;
        }
		#backtop {
        right: 15px;
        bottom: 23px;
        width: 40px;
        height: 40px;
}
#backtop span {
        margin-left: -6px;
        margin-top: -9px;
        border: 6px solid transparent;
		        border-bottom-color: #0f1521;
}
.all-projects .product-thumb.w-60, .product-thumb.big , .product-thumb.small{
            width: 48%;
        }
.all-projects .project_box , .all-projects .product-thumb.small .project_box{
        padding-bottom: 75%;
    }
.faq_sec .accordion .accordion-item {
        width: 100%;
    }
	.get_box {
            padding: 22px 22px;
			            margin-bottom: 60px;
        }
	.get_image:before, .get_image:after {
            height: 170px;
            background-size: contain;
            background-position: center;
        }
		.location_sec iframe {
        height: 300px;
        margin-bottom: 10px;
    }
	.location_txt h6 {
        font-size: 18px;
		}
.aboutus_slider {
            margin-top: 0;
        }
		.aboutus_sec  { padding-bottom: 20px; }
	.whychose_sec .title_box {
        margin-bottom: 15px;
    }
	.vision_box {
        padding: 35px 35px;
	}
	.why_box {
       padding: 20px 20px;
	}
.counter_sec ul li h3 {
            font-size: 26px;
			margin-bottom: 5px;
        }
.counter_sec ul {
            padding: 15px 12px;
        }
		.counter_sec ul li p {
            font-size: 14px;
        }
		.homeabout_sec {
        padding-top: 100px;
		}
		.homeabout_image {
        margin-top: 0px;
    }
	.project_box {
     
        padding-bottom: 50%;
    }
	#slider {
        width: 42%;
    }
#navigation {
        width: 55%;
}
#navigation .nav-item h3 {
            font-size: 28px;
}
#slider img {
            height: 360px !important;
        }
#slider.owl-carousel .owl-stage-outer {
            height: 370px;
        }
	#slider .owl-stage {
            margin-left: 6px;
        }
#navigation img {
            width: 30px !important;
        }
#navigation .nav-item {
            padding: 20px 0;
        }
		#product-carousel .owl-stage {
        margin-left: 0;
    }
	.hometestimonial_slider button.owl-prev {
         left: 19px;
	}
	.hometestimonial_slider button.owl-next {
         right: 33px;
	}
	.owl-counter {
		            justify-content: center;
		}
.team_txt {
        padding-left: 20px;            
		width: calc(100% - 160px);
}
.team_image {
            width: 160px;
        }
}
@media (max-width: 575.9px) {
.slider-progress {
    width: 90px;
}
ul.navbar-nav, .contact-btn {
     max-width: 100%;
     margin: 0px 20px 10px !important;
}
a.btn-outline span {
        padding: 11px 26px;
    }
a.btn-outline img {
    width: 29px;
}
.footer_social li {
        margin-right: 8px;
    }
.blog_slider {
            padding-left: 12px;
        }
		.aboutus_slider {
	padding-left: 12px;
}
		.gallery-item.medium, .gallery-item.big, .gallery-item {
            width: 45.4%;
			height: 200px;        
			padding: 10px;
        }
.project_txtbox {
        padding: 6px 4px 6px 15px;
}
.counter_sec {
	position: relative;
}
.counter_sec:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #f3f3f3;
	width: 100%;
	height: 100%;
}
		.counter_sec ul { flex-wrap: wrap; }
	.project_box {
       padding-bottom: 70%;
    }
	.comercial_main {
            flex-wrap: wrap;
        }
		#slider {
            width: 100%;
        }
		#navigation {
			 width: 100%;
		}
	#navigation .nav-item {
            padding: 13px 0;
        }
	#navigation .nav-item p {
        margin-bottom: 10px;
    }
	#navigation .owl-stage {
        height: auto !important;
	}
	.counter_sec ul li {
        width: 100%;
        display: block;
    }
	.counter_sec ul li {
        width: 100%;
        border: 0;
        display: block;
		margin-bottom: 10px;
    }
	#slider img {
            height: 315px !important;
        }
	#slider.owl-carousel .owl-stage-outer {
            height: 330px;
        }
	.work_sec .owl-buttons-wrapper {
			display: flex;
			justify-content: center;
			margin: 0px 20px 20px;
		}
		.hometestimonial_main {
            padding-top: 30px;
        }
		.hometestimonial_sec {
            padding: 0px 0px 119px;
        }
		.hometestimonial_box {
            padding: 30px 20px;
			margin: 0;
        }
		.hometestimonial_imagesmall {
        width: 65px;
    }
	.hometestimonial_imagetxt h6 {
            font-size: 18px;
        }
	.hometestimonial_box:before {
            top: -45px;
            width: 75px;
            height: 75px;
            background-size: 36px;
        }
		.owl-counter {
        width: 100%;
		            justify-content: center;
		}
		.owl-counter:before {
			left: 0;
		}
		.hometestimonial_slider button.owl-prev {
			left: 0;
		}
		.hometestimonial_slider button.owl-next{
			right: 0;
		}
.navbar a.btn-outline svg {
	width: 28px;
	height: 45px;
}
}
@media (max-width: 479px) {
.contact_form {
    padding: 20px 20px;
}
.contact_form form div.halfs {
    grid-template-columns: 1fr;
}
.connect_box h3, .title_box h3, .service_txt h3, .vision_box h3, .aboutus_sec h3 {
    font-size: 26px;
    line-height: 26px;
}
p {
    font-size: 14px;
    line-height: 22px;
}
a.btn-yellow span {
    font-size: 14px;            
	padding: 14px 40px;
}
a.btn-yellow img {
    width: 31px !important;
}
.service_sec .row {
    margin-bottom: 30px;
}
.footer-top p, .footer-link ul li a, .footer-btm ul li, .footer-btm p {
    font-size: 14px;
}
.footer-mainlink {
	margin-bottom: 8px;
}
.footer-link ul li {
    margin-bottom: 8px;
}
.footer-top p {
	margin-bottom: 12px;
}
.footer h6 {
    font-size: 16px;
}
.blog_txt h5 {
    font-size: 18px;
}
.pagination {
    flex-wrap: wrap;
}
.pagination li a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagination li.arrow a img { 
    width: 20px;
}
.blog_txt {
            padding: 20px 15px;
        }
.blog_box {
       margin-bottom: 15px;
    }
.blog_inner .blog_txt h4 {
            font-size: 22px;
        }
.blog_inner .blog_maintxt p span {
            font-size: 14px;
        }
.blog_inner .blog_maintxt {
       margin-bottom: 10px;
    }
.gallery-item.medium, .gallery-item.big, .gallery-item {
            width: 100%;
			
        }
.filter-buttons, .projects_sec .owl-buttons-wrapper, .owl-buttons-wrapper {
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
.filter-buttons button, .projects_sec .owl-buttons-wrapper button , .owl-buttons-wrapper button{
      width: 49.2%;
}
.gallery-item {
       margin: 2px 2px 10px;
}
.all-projects .product-thumb.w-60, .product-thumb.big, .product-thumb.small {
            width: 100%;
        }
		.get_box form div.halfs {
        gap: 10px;
    }
	.get_box label {
        margin-bottom: 4px;
	}
	.get_box h4 {
            font-size: 22px;
        }
		.get_image:before, .get_image:after {
            height: 120px;
		}
		.get_contact {
        padding: 15px;
		}
		.contact_box {
            padding: 12px 12px;
            gap: 10px;
        }
	.location_txt h4 {
            font-size: 24px;
        }	
	.faq_sec .accordion-button {
       padding: 15px 15px;
	}		
	.faq_sec .accordion-body{
		        padding: 0 15px 20px;
	}
	.get_box input , .get_box textarea {
        padding: 10px 15px;
	}
.vision_box {
        padding: 25px 25px;
}
.aboutus_slider .items {
        margin-right: 0px;
    }
.banner-image img {
      height: 300px;
    }
.team_box {
flex-wrap: wrap;
}
.team_txt {
    padding-left: 0;            
	width: 100%;
}
.team_image {
	height: 250px;
    object-fit: contain;
    width: 195px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.team_main {
    padding-bottom: 30px;
}
.title_box, .projects_sec .title_box, .gallery_sec .title_box {
    margin-bottom: 20px;
 }
.whatsapp-icon {
    bottom: 75px;
    right: 15px;
    width: 40px;
     height: 40px;
}
.whatsapp-icon img {
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 374px) {
.contact_form button span {
    padding: 10px 20px;
    font-size: 16px;
}
.contact_form button img {
    width: 37px;
}
.banner-maintext h1 {
    font-size: 36px
}
.banner-image img {
     height: 270px;
}
.team_image {
	height: 100%;
    width: 100%;
}
}