/*html start on 17/12/2019 By Dip*/

/*=============== FONDATION START HERE ===============*/
body {
	margin:0px;
	padding:0px;
}
* {
	box-sizing:border-box;
}
.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

/*font-face start here*/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/DroidSerif-Bold.eot');
    src: url('../fonts/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSerif-Bold.woff2') format('woff2'),
        url('../fonts/DroidSerif-Bold.woff') format('woff'),
        url('../fonts/DroidSerif-Bold.ttf') format('truetype'),
        url('../fonts/DroidSerif-Bold.svg#DroidSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/DroidSerif.eot');
    src: url('../fonts/DroidSerif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSerif.woff2') format('woff2'),
        url('../fonts/DroidSerif.woff') format('woff'),
        url('../fonts/DroidSerif.ttf') format('truetype'),
        url('../fonts/DroidSerif.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue UltraLight';
    src: url('../fonts/Helvetica Neue UltraLight.eot');
    src: url('../fonts/Helvetica Neue UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica Neue UltraLight.woff2') format('woff2'),
        url('../fonts/Helvetica Neue UltraLight.woff') format('woff'),
        url('../fonts/Helvetica Neue UltraLight.ttf') format('truetype'),
        url('../fonts/Helvetica Neue UltraLight.svg#Helvetica Neue UltraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*font-face end here*/
body, html {
	
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505b6e;
	line-height:22px;
}
b, strong {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
p {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:17px;
}
.greenColor {
	color:#12aead;
}
.greenBg {
	background-color:#12aead;
}
.orangeColor {
	color:#f68b1f;
}
.orangeBg {
	background-color:#f68b1f;
}

/*=============== FONDATION END HERE ===============*/







/*=============== HEADER STYLE START HERE ===============*/
.header {
	float:left;
	width:100%;
	min-height:80px;
	background:#fff;
	position:relative;
	z-index:15;
}
.header::after {
	content:"";
	position:absolute;
	width:110px;
	height:110px;
	background:url(../images/sabre_badge.png) no-repeat center top;
	background-size:100%;
	right:88px;
	top:0px;
}
.cax_logo {
	float:left;
	width:145px;
	margin-top:16px;
	margin-left:30px;
}
.main_menu {
	float:right;
	padding-right:198px;
}
.main_menu ul {
	float:right;
	list-style:none;
	margin:0px;
	padding:0px;
}
.main_menu ul li {
	float:left;
	height:80px;
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:57px;
}
.main_menu ul li a {
	float:left;
	height:80px;
	padding:10px 20px;
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#505b6e;
	text-decoration:none;
}
.main_menu ul li a:hover, .main_menu ul li a.sel {
	float:left;
	height:80px;
	padding:10px 20px;
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	background:#12aead;
}
.rightBar {
	position:absolute;
	width:80px;
	height:100%;
	min-height:750px;
	background:#FFF;
	right:0px;
	top:0px;
	z-index:2;
	text-align:center;
}
.rightBar::after {
	position:absolute;
	content:"";
	width:80px;
	height:500px;
	background:#FFF;
	right:0px;
	top:100%;
	z-index:2;
	text-align:center;
}
.topSection {
	position:relative;
	width:100%;
	/*height:100vh;*/
	left:0px;
	top:0px;
	/*min-height:750px;*/
	/* z-index:3; */
}
.sprite {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
}
.sprite.facebook {
	display:inline-block;
	width:26px;
	height:26px;
	background-position:0px 0px;
	margin-bottom:15px;
}
.sprite.twitter {
	display:inline-block;
	width:26px;
	height:26px;
	background-position:-35px 0px;
	margin-bottom:15px;
}
.sprite.linkdin {
	display:inline-block;
	width:26px;
	height:26px;
	background-position:-70px 0px;
	margin-bottom:15px;
}
.sprite.instagram {
	display:inline-block;
	width:26px;
	height:26px;
	background-position:-105px 0px;
	margin-bottom:15px;
}
.client_strip {
	float:left;
	width:100%;
	height:80px;
	background:rgba(0, 0, 0, .2);
	z-index:10;
	left:0px;
	bottom:0px;
	margin-bottom:50px;
	position:relative;
}
.clients-carrousel {
	float:left;
	width:100%;
	padding-top:10px;
}
.clients-carrousel .item {
	display:inline-block;
	width:100%;
	height:60px;
	text-align:center;
	padding:0px 20px;
	border-right:solid 1px #39404d;
}
.clients-carrousel img {
	display:inline-block !important;
	max-width:100% !important;
	width:auto !important;
}
.homeBanner {
	float:left;
	width:100%;
	background:#ebeff5 url(../images/banner_bg.png) repeat left top;
	z-index:0;
}
.homeBanner .banner_txt_wrap h1 {
	font-size: 45px;
	padding-bottom: 10px;
	margin: 0;
}
.homeBanner .banner_txt_wrap p {
	font-size: 19px;
	padding-right: 200px;
	padding-bottom: 20px;
	line-height: 25px;
	margin: 0;
}
.homeBanner .banner_txt_wrap .prim_btn {
	background: #12aead;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 0;
	color:  #ffffff;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.homeBanner .banner_txt_wrap .prim_btn:hover {
	background: #f68b1f;
}
.homeBanner .homeCircle .bgmob_img {
	position: absolute;
}
.homeBanner .homeCircle ul {
    position: relative;
    top: -180px; 
    left: 200px; /*for example purposes only*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.homeBanner .homeCircle ul.wow {
	opacity: 1;
}
.homeBanner .homeCircle ul li {
    position: absolute;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    transition: all 2.5s linear;
}
.scrollMouse {
	position:absolute;
	width:80px;
	height:80px;
	right:0px;
	bottom:0px;
	background-image:url(../images/scrollMouseIcon.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:100;
	background-color:#f68b1f;
}
.navBtn {
	position:absolute;
	width:80px;
	height:80px;
	background:url(../images/navBtnIco.png) no-repeat 50% 50%;
	z-index:10;
	display:none;
	right:0px;
	top:0px;
}
/*=============== HEADER STYLE END HERE ===============*/







/*=============== CENTER STYLE START HERE ===============*/
.home_subhead {
	
}
.home_subhead h4 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	padding-bottom: 20px;
	margin: 0;
}
.home_subhead h4 span {
	color: #12aead;
}
.home_subhead p {
	margin: 0;
	font-size: 17px;
	line-height: 25px;
}
.business_wrap {
	padding: 60px 0 40px;
}

.home_busi_tab {
	border: 0;
	padding-top: 40px;
}
.home_busi_tab .nav-item {
	width: 25%;
	text-align: center;
}
.home_busi_tab .nav-item .nav-link{
	color: #505b6e;
	font-size: 20px;
	display: inline-block;
	padding: 2px 5px;
	font-family: 'Lato', sans-serif;
	border: 0;
	border-bottom: 1px solid #f68b1f;
}
.home_busi_tab .nav-item .nav-link.active {
	border-bottom: 1px solid #16aec4;
	position: relative;
}
.home_busi_tab .nav-item .nav-link.active:before {
	position: absolute;
	content: "";
	bottom: -51px;
	left: 50%;
	z-index: 4;

	transform: translate(-50%, 0%);
  	-ms-transform: translate(-50%, 0%);
  	-o-transform: translate(-50%, 0%);
  	-webkit-transform: translate(-50%, 0%);

	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
	  
  	border-bottom: 20px solid #12aead;
}
.home_busi_content {
	margin-top: 50px;
	border:  1px solid #cccccc;
	border-radius: 5px;
	background-color: #ebeff5;
	position: relative;
	z-index: 3;
}
.home_busi_content:before {
 	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/sub_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.home_busi_content .home_busi_detail {
 	background: #12aead;
 	padding: 30px;
 	color: #ffffff;
}
.home_busi_content .home_busi_detail h4 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
.home_busi_content .home_busi_ul {
	list-style:none;
}
.home_busi_content .home_busi_ul .innWrap div {
	min-height: 53px;
}
.home_busi_content .home_busi_ul .innWrap div {
	list-style: none;
	padding: 10px;
	width:100%;
	position: relative;
	background: #f68b1f;
	margin-bottom: 15px;
	color:  #ffffff;
	min-height: 53px;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	line-height:33px;
	white-space:nowrap;
}
.home_busi_content .home_busi_ul .innWrap img {
	max-width: 100%;
}
.home_busi_content .home_busi_ul .innWrap:last-child {
	margin-bottom: 0;
}
.home_busi_content .home_busi_ul .innWrap span {
	font-size: 17px;
	padding-left: 8px;
}
.home_busi_content .home_busi_ul .innWrap:before {
	position: absolute;
	content: "";
	top: 0;
	right: -15px;

	width: 0; 
  	height: 0; 
  	border-top: 27px solid transparent;
  	border-bottom: 27px solid transparent;
	  
  	border-left: 30px solid #f68b1f;
}
.home_busi_content .home_busi_ul_box {
	margin: 0;
	padding: 20px 0;
}
.home_busi_content .home_busi_ul_box .innbox_wrap {
	padding: 0 20px 35px 20px;
}
.home_busi_content .home_busi_ul_box .innBox {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	border:  1px solid #cccccc;
	list-style: none;
	/* margin: 0 20px 35px 20px; */
	position: relative;
}
.home_busi_content .home_busi_ul_box .innBox img {
	max-width: 100%;
}
.home_busi_content .home_busi_ul_box .innBox.deploy_tick:before {
	position: absolute;
	content: "";
	right: -5px;
	top: -10px;
	background: url('../images/deploy_tick.png');
	width: 21px;
	height: 21px;
	-webkit-background-size: cover;
	background-size: cover;
}
.home_busi_content .home_busi_ul_box .innBox span {
	font-size: 16px;
	position: absolute;
	bottom: -25px;
}
.home_busi_content .design_comp {
	padding: 30px;
	max-width: 100%;
}

.home_map_wrap {
	padding: 40px 0;
}
.home_map_wrap img {
	max-width: 100%;
}
.home_map_wrap .map_wrap_cont {
	padding-bottom: 80px;
}
.home_map_wrap [class*="col-"]:nth-child(3) .map_wrap_cont, 
.home_map_wrap [class*="col-"]:nth-child(4) .map_wrap_cont {
	padding-bottom: 0;
}
.home_map_wrap .map_wrap_cont .map_wrap_i {
	min-width: 60px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
}
.home_map_wrap .map_wrap_cont .map_wrap_i img {
	max-width: 100%;
}
.home_map_wrap .map_wrap_cont .map_cont {
	border-left: 1px solid #576376;
	padding-left: 10px;
}
.home_map_wrap .map_wrap_cont span {
	font-size: 55px;
	line-height: 60px;
	font-family: 'Helvetica Neue UltraLight';
}
.home_map_wrap .map_wrap_cont p {
	font-size: 17px;
	margin-bottom: 5px;
}

.home_prod_high {
	padding: 30px 0 50px;
	text-align: center;
}
.home_prod_high h5 {
	font-size: 20px;
	display: block;
	padding-top: 20px;
}
.home_prod_high h5 span {
	padding-bottom: 3px;
	border-bottom: 1px solid #12aead;
}
.home_prod_high .prod_high_cont {
	background: #16aec4;
	padding: 30px;
	color: #ffffff;
	margin-top: 60px;
	border-radius: 5px;
	position: relative;
}
.home_prod_high .prod_high_cont:before {
	position: absolute;
	top: -18px;
	left: 50%;
	content: "";
	border-bottom: 18px solid #16aec4;
  	border-left: 18px solid transparent;
  	border-right: 18px solid transparent;
  	width: 0;
  	height: 0;
  	transform: translate(-50%, 0%);
  	-ms-transform: translate(-50%, 0%);
  	-o-transform: translate(-50%, 0%);
  	-webkit-transform: translate(-50%, 0%);
}
.home_prod_high .prod_high_cont.orange {
	background: #f68b1f;
}
.home_prod_high .prod_high_cont.orange:before {
	border-bottom: 18px solid #f68b1f;
}
.home_prod_high .prod_high_cont p {
	text-align: left;
	line-height: 25px;
	display: block;
}
.home_prod_high .prod_high_cont a {
	padding: 7px 25px;
	border-radius: 2px;
	color:  #ffffff;
	display: inline-block;
	border: 1px solid #ffffff;
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.home_prod_high .prod_high_cont a:hover {
	background: #f68b1f;
	text-decoration: none;
}
.home_prod_high .prod_high_cont.orange a:hover {
	background: #16aec4;
	text-decoration: none;
}
.home_abt_wrap {
	padding: 50px 0;
}
.home_abt_wrap .home_subhead h4 {
	font-size: 20px;
	font-weight: 600;
}
.home_abt_wrap .home_subhead p {
	padding-bottom: 20px;
}

.home_inte_part_wrap {
	padding: 40px 0 30px;
	background: #e3e4e5;
}
.home_inte_part_wrap .inte_part_img {
	padding: 0;
	margin: 15px 0 0 0;
}
.home_inte_part_wrap .inte_part_img li {
	list-style: none;
	padding: 10px;
	border-radius: 5px;
	background: #ffffff;
	min-width: 10%;
	max-width: 10%;
	min-height: 50px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.home_inte_part_wrap .inte_part_img li img {
	max-width: 100%;
}
.home_inte_part_wrap .inte_part_img li:nth-child(8n) {
	margin-right: 0;
}
/*=============== CENTER STYLE END HERE ===============*/

.owl-carousel .owl-stage-outer::after {
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#cccccc;
	right:0px;
	top:0px;
	z-index:100;
}

.rqstDemo .form-animate-fields {
    padding: 20px 30px 40px;
    background: #16aec4;
}

.rqstDemo .form-animate-fields .form-field {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
}

.rqstDemo .form-animate-fields .form-input {
    position: relative;
    z-index: 1;
    display: block;
    background-color: transparent;
    width: 100%;
    padding: 8px 8px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rqstDemo .form-animate-fields .form-input:focus {
    outline: none;
}

.rqstDemo .form-animate-fields .form-label {
    width: 100%;
    position: absolute;
    top: 24px;
    color: #ffffff;
    padding: 5px;
    margin: 0;
}

.rqstDemo .form-animate-fields .form-label:before,
.rqstDemo .form-animate-fields .form-label:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
}

.rqstDemo .form-animate-fields .form-label:before {
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rqstDemo .form-animate-fields .form-label:after {
    bottom: 1px;
    height: 1px;
    background-color: #dedede;
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label:after {
    opacity: 0;
}

.rqstDemo .form-animate-fields .form-label-content {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label .form-label-content {
    color: #ffffff;
    -webkit-transform: translate3d(-5px, -25px, 0);
    transform: translate3d(-5px, -25px, 0);
}

.rqstDemo .form-animate-fields .form-textarea .form-input {
    height: 70px;
    resize: none;
}

.rqstDemo .form-animate-fields .form-textarea .form-label {
    top: auto;
    bottom: 0;
    height: 70px;
}

.rqstDemo .form-animate-fields .form-textarea .form-label:before {
    bottom: 0;
    height: 70px;
}

.rqstDemo .form-animate-fields .cont_submit {
    background: #f68b1f;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.rqstDemo .form-animate-fields .cont_submit:hover {
    background: #ffffff;
    color: #f68b1f;
    border: 1px solid #f68b1f;
}







/*=============== FOOTER STYLE START HERE ===============*/

.footer_wrap {
	position: relative;
	padding: 30px;
    background-color: #ebeff5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.footer_wrap:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/sub_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer_wrap .footer_ul {
	padding: 0;
	margin: 0;
}
.footer_wrap .footer_ul li {
	list-style: none;
	width: 25%;
}
.footer_wrap .footer_ul li:last-child{
	width: auto;
}
.footer_wrap .footer_ul li span {
	font-size: 19px;
	padding-bottom: 3px;
	font-family: 'Lato', sans-serif;
}

.footer_wrap .footer_ul li p {
	margin: 0;
}
.footer_wrap .footer_ul li .social_bot a {
	margin: 0 10px 0 0;
}
.footer_wrap .footer_ul li .social_bot a.sprite.instagram {
	margin: 0;
}
.footer_wrap .prim_btn {
	background: #12aead;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 0;
	color:  #ffffff;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.footer_wrap .prim_btn:hover {
	background: #f68b1f;
}
.foot_menu {
	padding: 30px 0;
	margin: 0;
}
.foot_menu li {
	list-style: none;
	padding: 0 20px;
	border-right: 1px solid #505b6e;
	line-height: 15px;
}
.foot_menu li a {
    color: #505b6e;
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.foot_menu li a:hover {
	color:  #f68b1f;
	text-decoration: none;
}
.foot_menu li:last-child {
	border:  0;
}

/*=============== FOOTER STYLE END HERE ===============*/

.sim-slider-current, .sim-slider-progress {
	display:none;
}

/*=============== RESPONSIVE STYLE START HERE ===============*/
@media screen and (max-width:1200px){
	.home_inte_part_wrap .inte_part_img li  {
	    min-width: 14%;
    	max-width: 14%;
    	margin-right: 27px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(8n) {
		margin-right: 27px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(6n) {
		margin-right: 0;
	}
	.home_busi_content .home_busi_ul innWrap div {
		padding: 10px 0px 10px 10px;
		font-size: 15px;
	}
}
@media screen and (max-width:1024px){
.main_menu {
	display:none;
	width:100%;
	max-width:340px;
	float:none;
	position:absolute;
	right:0px;
	top:80px;
	background:#fff;
	padding-right:0px;
}
.main_menu li, .main_menu li a {
	width:100%;
}
.navBtn {
	display:block;
}	
.scrollMouse {
	display:none;
}
.rightBar {
	display:none !important;
}
.home_prod_high h5 {
	padding-top: 20px;
}
.home_prod_high .prod_high_cont {
	margin-top: 40px;
}
.home_prod_high h5 {
    padding-top: 30px;
}
.header::after {
    width: 62px;
    height: 62px;
    right: 62px;
	top:10px;
}
}
@media screen and (max-width:991px){
	.home_inte_part_wrap .inte_part_img li  {
	    min-width: 21%;
    	max-width: 21%;
    	margin-right: 30px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(8n) {
		margin-right: 30px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(6n) {
		margin-right: 30px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(4n) {
		margin-right: 0;
	}
	.home_busi_content .home_busi_detail {
		padding: 20px;
	}
	.home_busi_content .p-4 {
		padding: 15px 0 !important;
	}
	.home_map_wrap {
		text-align: center;
	}
	.home_map_wrap img {
		padding-bottom: 30px;
	}
	.home_busi_content .home_busi_ul .innWrap div {
		padding: 5px 0px 5px 10px;
	    min-height: 45px;
	}
	.home_busi_content .home_busi_ul_box .innBox {
		width: 60px;
		height: 60px;
	}
	.home_busi_content .home_busi_ul .innWrap img {
	    display: none;
	}
	.home_busi_content .home_busi_ul .innWrap:before {
	    right: -5px;
        border-top: 23px solid transparent;
		border-bottom: 23px solid transparent;
		border-left: 20px solid #f68b1f;
	}
	.home_busi_content .home_busi_ul_box .innBox img {
		height: 25px;
	}
	.home_busi_content .home_busi_ul .innWrap span {
		font-size: 14px;
		padding: 0;
	}
	.home_busi_content .home_busi_ul_box .innBox span {
		font-size: 14px;
	}
	.home_busi_content .home_busi_ul_box .innBox.deploy_tick:before {
		width: 15px;
		height: 15px;
	}
	.footer_wrap .footer_ul li {
		padding-right: 20px;
		text-align: left;
	}
	.footer_wrap {
		text-align: center;
	}
	.footer_wrap img {
		margin:  auto;
	}
	.footer_wrap .footer_ul {
		padding-top: 30px;
	}
	.foot_menu li {
		padding: 0 10px;
	}
	.footer_wrap .footer_ul li:last-child {
		padding: 0;
	}
	.footer_wrap .prim_btn {
		font-size: 15px;
	}
	.home_busi_content {
		margin-top: 30px;
	}
	.home_busi_tab .nav-item .nav-link.active:before {
	    bottom: -31px;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	    border-bottom: 15px solid #16aec4;
	}
	.home_busi_content .home_busi_detail h4 {
		padding-bottom: 12px;
	}
	.home_busi_content .home_busi_ul_box .innbox_wrap {
		padding: 0 13px 35px 13px;
	}
}
@media screen and (max-width:767px){
	.home_inte_part_wrap .inte_part_img li  {
    	margin-right: 25px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(8n) {
		margin-right: 25px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(6n) {
		margin-right: 25px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(4n) {
		margin-right: 0;
	}
	.home_busi_content .p-4 {
	    padding: 25px !important;
	}
	.home_busi_content .home_busi_ul {
		display: none;
	}
	.business_wrap {
	    padding: 60px 0 20px;
	}
	.home_prod_high [class*="col-"]:first-child h5 {
		padding-top: 10px;
	}
	.home_map_wrap .map_wrap_cont .map_cont {
		text-align: left;
	    padding-left: 10px;
	}
	.home_map_wrap .map_wrap_cont p {
		font-size: 15px;
		line-height: 18px;
		padding-top: 5px;

	}
	.footer_wrap .footer_ul {
		display: block !important;
	}
	.footer_wrap .footer_ul li {
		width: 100%;
		padding: 0 0 20px 0;
		display: block;
		text-align: center;
	}
	.footer_wrap .footer_ul li:last-child {
		width: 100%;
	}
	.footer_wrap .footer_ul li .social_bot {
		display: block !important;
	}
	.foot_menu li {
		margin-bottom: 10px;
	}
	.home_busi_content .home_busi_ul_box {
		padding: 25px 0 10px;
	}
	.home_busi_tab {
		padding-top: 20px;
	}
	.client_strip {
		margin-bottom: 30px;
	}
	.home_subhead h4 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.home_busi_content .home_busi_ul_box .innBox {
		width: 65px;
		height: 65px;
	}
	.home_map_wrap {
		padding: 40px 0 20px;
	}
}
@media screen and (max-width:600px){
	.home_map_wrap .map_wrap_cont span {
	    font-size: 35px;
    	line-height: 35px;
	}
	.home_map_wrap .map_wrap_cont .map_wrap_i {
	    padding-right: 10px;
	    min-width: 40px;
	}
	.home_map_wrap .map_wrap_cont .map_wrap_i img {
		height: 56px;
	}
	.home_map_wrap .map_wrap_cont {
		padding-bottom: 30px;
	}
	.home_map_wrap [class*="col-"]:nth-child(4) .map_wrap_cont {
		padding-bottom: 0;
	}
	.home_busi_tab .nav-item .nav-link {
		font-size:17px;
	}
}
@media screen and (max-width:500px){
	.home_inte_part_wrap .inte_part_img li  {
		min-width: 28%;
    	max-width: 28%;
    	margin-right: 20px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(8n) {
		margin-right: 20px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(6n) {
		margin-right: 20px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(4n) {
		margin-right: 20px;
	}
	.home_inte_part_wrap .inte_part_img li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width:380px){
	.home_busi_tab .nav-item .nav-link {
		font-size:14px;
	}
}
/*=============== RESPONSIVE STYLE END HERE ===============*/