@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}
}
@media only screen and (max-width: 1280px) {
header{
	/* padding:1%; */
}
.contain_70{
	width: 90%;
}

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:56px;
	}
header nav{
    width: 70%;
}
.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
	}
header.smaller .logo{
	width:12%;
	}


}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
	}
header{
	padding:1% 0 2% 0!important;
	}
header.smaller {
    height:70px!important;
	}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
	left:20px;
	}
header nav {
    /* display:inline-block;
    float:right;
    padding:0!important;    
    width:100%; */
	}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
	}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
	}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
	}


}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
:root{
	--header-height: 92px;
}
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: center;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
	}
header {
width: 100%;
    height: auto;
    position: fixed; 
  
}
/* header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
} */
header .logo {
	width: 100px;
	order: 1;
}
header.smaller .logo {
    width: 80px;
}
header nav {
	order: 3;
}
header .c2a_btn {
	order: 2;
}
/* header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
} */
.menu-toggle #menu-btn{
	margin: 0;
}
.ace-responsive-menu{
	position: absolute;
	width: 100%;
	top: 100%;
	right: 0;
	margin: 0;
	background: #fff;
}

#main {
    /* padding-top: 54px!important; */
}
.ace-responsive-menu > li > a {
    padding: 5px 0 0 12px!important;
}
.ace-responsive-menu > li {
    padding: 8px 0!important;
}
.btn{
	font-size: clamp(14px, 1.25vw, 18px);
}
section{
	padding: 10vw 0;
}
section.transform::before {
    top: 50vw;
    width: 14vw;
    height: 14.5vw;
}
section.transform::after {
    width: 14.5vw;
    height: 14vw;
}
.industries::before {
    width: 14.5vw;
    height: 14vw;
	top: 28vw;
}
.industries::after {
    width: 14.5vw;
    height: 14vw;
}
.our_work::before{
    width: 14.5vw;
    height: 14vw;
	/* top: 28vw; */
}
.our_work::after {
    width: 14.5vw;
    height: 14vw;
}
section.transform .info_boxes .text_box{
	padding: 0;
}
.coverflow_slider .swiper-slide .item_box{
	transform: none;
}
.coverflow_slider .swiper-slide.swiper-slide-active .item_box{
	transform: none;
}
.coverflow_slider .swiper-slide .industry_title{
	padding: 2vw 0 0 0;
}
.coverflow_slider [class*=custom-nav]{
	opacity: 1;
	pointer-events: all;
}
.our_work .contain_80{
	width: 90%;
}
.our_work .insta_boxes .info_box{
	width: calc(50% - 2.5vw);
}
footer .inner_container{
	padding: 10vw 0;
}
footer .inner_container .left_pane{
	width: 100%;
	order: 2;
}
footer .inner_container .center_pane{
	width: 100%;
	order: 1;
	padding: 0 0 5vw;
}
footer .inner_container .right_pane{
	width: 100%;
	order: 3;
}
footer .inner_container .right_pane .form_wrapper form .upper_box{
	padding: 8vw;
}
footer .inner_container .left_pane .heading{
	text-align: center;
}
footer .inner_container .left_pane .upper_sec{
	padding: 0 0 5vw;
	margin: 0 0 5vw;
}
footer .inner_container .left_pane .upper_sec p{
	padding: 0;
}
footer .inner_container .left_pane .middle_sec p{
	padding: 0;
}
footer .inner_container .left_pane .ctc_sec{
	padding: 5vw 0;
}
footer .inner_container .left_pane .social_sec{
	padding: 0 0 5vw;
}
footer .inner_container .left_pane .social_sec ul{
	align-items: center;
	justify-content: center;
}
footer .inner_container .left_pane .social_sec ul li{
	padding: 0 3vw;
}
footer .inner_container .left_pane .social_sec ul li img {
    width: 10vw;
}
.form-group{
	padding: 0 0 5vw;
}
.form-group.last_child{
	/* padding: 15px; */
}
footer .last_line{
	padding: 5vw;
}










} /* end */