@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Helvetica+Neue:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

body {
  font-family: Helvetica Neue, Roboto, sans-serif; 
  font-size: 13px;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  color: #353535;
  background: #fff; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.roboto-font{font-family:Roboto;}
.wrap{ overflow: hidden;}
.container{ width:100%;max-width:1200px; margin:auto;} 
img{ border:0px none;max-width: 100%;} 
.rt{ float:right; font-size:12px} 
.rt a{ color:#000; text-decoration:none}
p{font-size:20px;line-height:25px;}
a{transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  text-decoration:none;
}
a:hover, a:focus{text-decoration:none;}
.fnt-fm{font-size:13px; color:#636161;} 
.txt-tra{ text-transform:uppercase}
.ft-14{ font-size:14px; font-weight:600;} 
.ft-24{ font-size:24px !important;color:#333 !important;line-height: 24px;} 
.blck-tt{color:#000;}  
.red-tt{color:#FF222A !important}  
.red-tt a{color:#FF222A; text-decoration:none }
.ft-13{ font-size:13px; font-weight:600;} 
.ft-13 a{ color:#333; text-decoration:none} 
.ft-18{ font-size:18px !important;line-height: 24px;}
.read-more{ color:#FF222A; font-size:13px; display:block;text-align:right; padding-bottom:3px;} 
.read-more a{ color:#FF222A; text-decoration:none}
#lim-wrapper{ width:100%;}

.lim-rt-logo{ min-width:200px; margin-top: 0px;margin-bottom: 0px;position: relative;    
	transform: translate3d(0,0,0);
    transition: width 0.5s, transform 0.5s;
}
.lim-rt-logo a{display: flex;
    align-items: center;
}
.lim-rt-logo img{width:100px;display:inline-block;transform: translate3d(0,0,0);
    transition: width 0.5s, transform 0.5s;}
.lim-rt-logo span{display:inline-block;padding-left:5px;color:#01012C;font-weight:600;font-size:23px;text-transform:capitalize;} 
.marg-top{margin-top:80px;}
.lim-top-area{ width:100%;position: fixed;transform: translate3d(0,0,0);z-index:1100;
    transition: height 0.5s, transform 0.5s;background: #fff;padding:16px 0;
}
.home .lim-top-area{background: transparent;}
.header-hide .lim-top-area {
    transform: translateY(-100%);
}
.header-visible{display:block;}
.lim-top-area.header-bg{box-shadow: 0px 0px 3px 0px #aaa;background: rgba(255,255,255,1);padding:5px 0;}
.header-bg .lim-rt-logo img{ width:42px;}
.lim-header .flex_box{flex-wrap: wrap;}
.top-nav-1{width:100%;}
.top-nav-1 > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 0px 0 0;
  padding:0;
  list-style: none;
  z-index: 999;
}
.top-nav-1 > ul > li {list-style:none; display:inline-block; padding:12px 15px; 
font-size:14px;line-height:15px; font-weight: 400;
}
.top-nav-1 > ul > li.menubg {background:none;padding: 12px 15px;border-radius: 2px;border:1px solid #ED1D24;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;text-transform:uppercase;}
.top-nav-1 > ul > li.menubg:hover {background:#ED1D24;}
.top-nav-1 > ul > li > a {color:#02102E; text-decoration:none;display:block;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.top-nav-1 > ul > li.menubg a{color:#fff;}
.top-nav-1 > ul > li.menubg:hover a{color:#fff;}
.top-nav-1 > ul > li > a:hover {color: #d50810;}
.home .top-nav-1 > ul > li > a {color: #fff;}
.home .top-nav-1 > ul > li > a:hover {color: #fff;}
.header-bg .top-nav-1 > ul > li > a{color: #FF222A;}
.header-bg .top-nav-1 > ul > li:hover > a{color:#d50810;}
.top-nav-1 > ul > li > a > span{position:relative;display:inline-block;} 
.top-nav-1 > ul > li.phone_no {font-weight: bold;
    font-size: 20px;}
.top-nav-1 > ul > li > a > img{display:inline-block;width: 30px;margin-right:7px;} 
.home .top-nav-1 > ul > li > a > span:after {background-color: #fff;} 
.top-nav-1 > ul > li > a > span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #d50810;
    transition: width 0.5s;
}
.header-bg .top-nav-1 > ul > li > a > span:after {background-color: #d50810;} 
.top-nav-1 > ul > li:hover > a > span:after {width: 100%;}
.top-nav-1 li > .sub-menu {
  padding: 20px 25px 20px;
  text-align: left;
  position: absolute;
  top: 100%;
  background: rgba(255,255,255,1); 
  left: 0;
  width: 100%;
  margin-top:40px;
  display:block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 5px 5px;
  z-index:1111;
  box-shadow:0px 5px 10px -5px rgba(51,51,51,0.4);
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}
.top-nav-1 li:hover > .sub-menu {  
  opacity: 1;
  visibility: visible;
  margin-top:18px;
}
.sub-menu-inner{transform: rotateY(45deg);
    transition: 50ms ease 300ms;
    opacity: 0;
}
.top-nav-1 li:hover .sub-menu-inner{transform:rotateY(0);opacity:1;transition:300ms ease 80ms;} 
.top-nav-1 li:hover .sub-menu-inner:nth-child(2){transition:300ms ease 160ms;} 
.top-nav-1 li:hover .sub-menu-inner:nth-child(3){transition:300ms ease 240ms;} 
.top-nav-1 li:hover .sub-menu-inner:nth-child(4){transition:300ms ease 320ms;}  
.top-nav-1 li > .sub-menu h3{font-size: 13px; 
    margin: 10px 0 0px;
} 
.top-nav-1 li > .sub-menu h3 a{color: #555;} 
.menu_thumb{}
.menu_thumb img{pointer-events: all;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 300ms,box-shadow 300ms cubic-bezier(0.25, 0.25, 0.66, 1.65);
}
.menu_thumb:hover img { 
    box-shadow: 0 0 0 10px #fff, 0 0 10px 15px rgba(0,0,0,0.09);
    transform: scale(0.9); 
}
.top-nav-1 li > .sub-menu ul{list-style:none;padding-left:0;} 
.top-nav-1 li > .sub-menu li {font-size:12px; 
  display: block;
  padding:0px; 
  font-weight:normal;
}
.top-nav-1 li > .sub-menu li a {display: block; 
  padding:8px 0px;
  color: #666; 
}
.top-nav-1 li > .sub-menu li:hover a {color:#FF222A;}

.grayscale{
    filter: grayscale(1);
    transition: all .5s ease-in-out;
}
.grayscale:hover{
    filter: grayscale(0);
}
.box-img {text-align: center;}
.box-img img{margin:0 auto;display:block;}
.btn-box{padding: 15px 0;display: block;}
.btn-box a, .view{text-transform: uppercase;font-weight: 600;display: inline-block;
text-decoration: none; transition: all 0.3s ease;
}
.img-box{padding:10px 0;}
.img-box img{width:100%;}
.img-box1{padding:10px 0;}
.img-box1 img{width:100%;height: 315px;}
.img-box2{padding-bottom:6px;}
.img-box2 img{height: 148px; width:100%;}
.marg0{margin:0 !important;}
.marg-05{margin:0 -5px !important;}
.mtop0{margin-top:0 !important;}
.pad0{padding:0 !important;}
.pad-lft0{padding-left:0 !important;}
.pad-rt0{padding-right:0 !important;}
.pad03{padding:0 3px;}
.pad05{padding:0 5px;}
.centerbox{float:none;margin:0 auto;}
.mtop10{margin-top: 10px  !important;} 
.mtop15{margin-top: 15px;}
.mtop20{margin-top:20px;} 
.mtop22{margin-top: 22px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}
.mt50{margin-top:50px;}
.mt-50{margin-top:-50px;}
.mt-40{margin-top:-40px;}
.pad-top30{padding-top: 30px !important;}
.pad-top50{padding-top: 50px !important;}
.pad-rt10{padding-right:10px !important;}
.marg-left{margin-left:20px;}
.pad20{padding: 20px 0;}
.pad40{padding: 40px 0;}
.pad-tp-bt{padding: 15px 0;}
.pad80{padding:80px 0;}
.con_pad_lft{padding-left:25px;}
.txt-upper {text-transform: uppercase;}
.pointers{cursor:pointer;}
.txt-wht{color:#fff !important;}
.txt-perpul{color:#333 !important;}
.txt-dark-perpul {color: #FF222A !important;} 
.txt-red{color: #da251c !important;}
.txt-small{font-size:15px;}
.txt-medium{font-size:22px !important;}
.txt-larg{font-size:22px;}
.txt-larg25{font-size:25px;}
.txt-link{color: #da251c !important;}
.txt-link:hover{color: #05c4ad !important;}
.light_gray_bg {background:#da251c !important;position: relative;}
.wht_bg {background:#fff !important;}
.bg_gray{background: #f2f2f2;}
.bg_ltgray{background: #e4d7ca;}
.bg_lt_gray{background: #f7f8f9 !important;}
.bg_darkgray{background: #fbf8f5;}
.line-ht1{line-height: 48px;}
.full_width {
    display: block !important;
    width: 100%;
}
.work_title1{position:relative;z-index:111;background:#fff;}
#top {position: fixed; bottom: 50px; right: 1%;  overflow: hidden; z-index: 1005;display:none;transition: all 0.3s ease; }
#top.active {display:block;}
#top a{position:relative;color: #fff;display: flex;background: #FF222A; width: 35px; height: 35px;align-items: center;justify-content: center;font-size: 18px;border-radius: 2px;text-decoration:none;}
#top a:hover, #top a:focus{text-decoration:none;background: #05c4ad;color: #fff;}
#call_btn {position: fixed; bottom: 100px; right: 1%; z-index: 1005;display:none;transition: all 0.3s ease;}
#call_btn a{position:relative;color: #fff;display: flex;background: #FF222A; width: 45px; height: 45px;align-items: center;justify-content: center;font-size: 18px;border-radius: 100%;text-decoration:none;}
#call_btn a:hover, #top a:focus{text-decoration:none;background: #05c4ad;color: #fff;}
.circle_box:before{content:'';display:block;pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0;padding:0;z-index:-1;box-shadow:0 0 0 2px rgba(51,51,51,0.1);opacity:0;transform:scale(0.7)}
.circle_box:hover:before{-webkit-animation:sonar-effect 0.8s ease-out 75ms;animation:sonar-effect 0.8s ease-out 75ms}
@-webkit-keyframes sonar-effect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(51,51,51,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(51,51,51,0.5)}100%{box-shadow:0 0 0 2px rgba(51,51,51,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(51,51,51,0.5);transform:scale(1.2);opacity:0}}
@keyframes sonar-effect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(51,51,51,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(51,51,51,0.5)}100%{box-shadow:0 0 0 2px rgba(51,51,51,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(51,51,51,0.5);transform:scale(1.2);opacity:0}}
@-webkit-keyframes sonar-effect2{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(250,204,22,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(250,204,22,0.5)}100%{box-shadow:0 0 0 2px rgba(250,204,22,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(250,204,22,0.5);transform:scale(1.2);opacity:0}}
@keyframes sonar-effect2{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(250,204,22,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(250,204,22,0.5)}100%{box-shadow:0 0 0 2px rgba(250,204,22,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(250,204,22,0.5);transform:scale(1.2);opacity:0}}
.padtop30{padding-top:90px !important;}  
.box_shadow {box-shadow: 0 4px 6px 0 hsla(0,0%,54%,.25);}
.small_txt1{display:block;text-align:left;font-size:12px;margin-top: 5px; position: absolute;}
.s_logo1{display:block;margin-top: 60px;margin-left: 45px;}
.s_logo2{display:block;position:relative;margin-left: 0px;margin-top: 50px;}
.s_logo1 img{width: 100%;}
.s_logo2 img{display:inline-block;
	transition: all linear .5s;
    transform: translatey(0px);
    animation: updown 6s ease-in-out infinite;
	max-width:65%;
} 
@keyframes updown { 
0% {transform: translatey(0px);}50% {transform: translatey(-15px);}
100% {transform: translatey(0px);}
}
@-webkit-keyframes updown {
0% {transform: translatey(0px);}50% {transform: translatey(-15px);}
100% {transform: translatey(0px);}
}
.main-banner{position:relative;}
.main-banner1{position:relative;}
.main-banner .btn-box a {color:#fff;}
.main-banner .btn-box a:hover {color:#07e0c6;}
.main-banner1 .img-thmb img{width:100%;max-height:450px;}
.main-banner1 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
	z-index:9990;
	position: absolute;
    left: 100%;
    top: 0px;
	border-left: 1px solid #999;
}
.main-banner1 .owl-theme .owl-dots .owl-dot, .main-banner1 .owl-theme .owl-dots .owl-dot.active{border:none;background:none;box-shadow:none;}
.main-banner1 .owl-theme .owl-dots .owl-dot:focus, .main-banner1 .owl-theme .owl-dots .owl-dot:hover{border:none;}
.main-banner1 .owl-theme .owl-dots .owl-dot span {width: 300px;
    height: 32px;
    border-radius: 0;
    border: none;
    background: none;
    margin: 0 0 10px 10px;
    opacity: 0;
}
.main-banner1 .owl-theme .owl-dots .owl-dot.active span, .main-banner .owl-theme .owl-dots .owl-dot:hover span{
	border:none;background:none;
}
#lottie {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	margin-left: -60px;
}
.s_dot{width: 10px;
	height: 10px;
	display:inline-block;
	background:#FF222A;
	border-radius:50%;
	position:absolute;
	top:54%;
	left:15%;
	-webkit-transform: translate(-54%,-21%);
    -ms-transform: translate(-54%,-21%);
    transform: translate(-54%,-21%);
}

#wiper {
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 1001;
}
.wiper{transform: rotate(250deg);}
.svgImage {
    width: 3141.8px;
    height: 3141.8px;
    top: -1571.9px;
    left: -982.9px;
    display: block;
}
svg:not(:root) {
    overflow: hidden;
}
.relative-box {
    position: relative;
    z-index: 1002;
}
.relative_box {position: relative;}
.ht100{height:100%;}
.next-txt{font-size: 28px;margin:10px 0 10px;}
.list-feature{margin:30px 0;}
.main-title{margin:10px 0 10px;font-size:28px;font-weight: 500;}
.sub-title{margin-bottom:20px;font-size:16px;font-weight: 400;}
.main-title span{display:block;}
.sub-title1{margin:0 auto 10px;font-size:16px;color:#333;font-weight: 400;}
.feature-box{display:table;margin:25px 0 10px;position:relative;}
.feature-thumb{display:table-cell;width:90px; vertical-align: top;}
.feature-thumb1{display:block;}
.feature-thumb img, .feature-thumb1 img{width:100%;}
.feature-info{display:table-cell;padding-left:20px;vertical-align: top;}
.feature-info h2{margin:0 0 10px;font-size:55px;color:#333;font-weight: bold;}
.main-banner .feature-info h2 span{font-weight: 400;}
.feature-info h4{margin:0 0 10px;font-size:16px;color:#333; text-transform: none;}
.feature-info p{font-size:14px;color:#555;margin-bottom:5px;}
.feature-box.text-center{display:block;margin:0px 0 20px;}
.feature-box.text-center .feature-info{display:block;padding-bottom:10px;padding-left:0;vertical-align: top;}
.feature-box.text-center .feature-info h3 {font-size: 15px; margin: 0;}
.feature-box.text-center .feature-thumb1 img {height: 205px;}
.desc{font-size:14px;color:#555;}
.feature-style3{margin-bottom:-80px;height: 370px;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	display: block;
	width:38%;
	position:relative;
}
.feature-style3:last-child{margin-bottom:0;}
.marg_lft{margin-left:62%;}
.workbg{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	color: #fff;
	width:100%;
	height: inherit;
	padding:20px 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out;
}
.workbg1 {background: #FF222A;}
.workbg2 {background: #4e4d4d;}
.feature-style3 .feature-box.text-center{height: inherit;margin:0;}
.feature-style3 .feature-thumb {
    display: block;
    width: 100%;
	text-align:center;
	overflow:hidden;
	overflow:hidden;
	transition: transform .5s ease;
	-webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}
.feature-style3 .feature-thumb img{
	width: 250px;
	margin:0 auto 5px;
}
.feature-style3 .feature-box.text-center .feature-info {
    display: block;
    padding: 15px 0 0;
}
.feature-style3 .feature-info p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.feature-style3 .feature-info span{font-size: 15px;
    font-weight: 500;
	letter-spacing: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    padding: 12px 40px;
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: #fff;
}
.feature-style3 .feature-info span:hover{color: #FF222A;background:#fff;}
.feature-style4{background:#e7f4f5;position:relative;border: 1px solid #fff;padding:30px 10px;}
.feature-style4 .feature-box{position:relative;margin-bottom: 0px;}
.feature-style4 .feature-thumb {display: block;
    width: 80px;
    margin: 0 auto;
}
.feature-style4 .feature-box .feature-info{
	display: block;
    padding: 15px 0 0;   
}
.feature-style4 .feature-info h5{}
.top_title{font-size:18px;color:#333;margin:15px 0 28px;}
.left-side-contant{background: none no-repeat;
	background-size:cover;
	position:relative;
    min-height:470px;
	padding:0px 0px 0;
}
.overlayer1{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;background:rgba(0,0,0,0.01);
	padding:0;z-index: 130;padding-top: 15%;
}
.overlayer1 .feature-info h2{color: #fff;text-shadow: 0 1px 2px #555;}
.pad-top01{ display: flex;
    align-items: center;
}
#textsToDisp {display:none;
    position: fixed;
    top: 100px;
    z-index: 1002;
    width: 100%;
    left: 0%;
    transform: translate(0%,0%);
}
.map-main-left{position:relative;}
.map-main-bg{/*--background: url(../images/top_bg.jpg) fixed;--*/background:#EA0D0D; height:1200px;} 
.map-main-left .feature-box{position:relative;margin:0 0 10px;}
.map-main-left .feature-thumb {
    display: block;
    width: auto;
}
.map-main-left .feature-thumb img{max-width:90px;} 
.map-main-left.map-main-bg .feature-info{
	padding-top:25px;   
}
.map-main-left .feature-info h3{margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.map-main-left .feature-info h3 span{display:block;}
.map-main-left .feature-info h4 {font-size: 20px;font-weight: 700;margin: 0 0 15px;}
.map-main-left .feature-info p {
    font-size: 15px;
}
.map-main-left .feature-info p span{display:block;font-weight: 400;} 
.map-main-left .btn_box1{position:absolute;z-index:11;bottom:20px;left:0;width:100%;}
.video_box {display:none;
    position: fixed;
    top: 70px;
    z-index: 1000;
    width: 100%;
    left: 0%;
    transform: translate(0%,0%);
}
.video_box iframe, .video_box video{width:100%; height:760px;border:none;margin:0;position:relative;}
.video_box:after{position:absolute;top:0px;left:0;width:100%;height:760px;content:"";display:block;background:rgba(255, 255, 255, 0.5);z-index: 1001;}
.video_box1{margin-top: 0px;height:400px;}
.video_box1 video{width:100%;}
.texts_desc {display:none; 
    position: fixed;
    top: 120px;
    z-index: 1002;
    width: 100%;
    left: 0%;
    transform: translate(0%,0%);
}
.map-main-left .texts_desc .feature-box{margin-bottom:20px;}
.texts-rtbox{display:none;
    position: fixed;
    top: 140px;
    z-index: 1001;
    width: 100%;
    left: 0%;
    transform: translate(0%,0%);
}
.texts_left_info{}
.texts_left_info h3{}
.texts_left_info p span{display:block;font-size:64px;padding-top:25px;font-weight:700;line-height:normal;}
.texts-box-info{padding-left:0px;}
.texts-box-info h3{margin: 0px 0 20px;
    font-size: 28px;
    font-weight: 500;
}
.texts-box-info h3 span{display:block;}
.texts-box-info p{font-size: 15px;}
.texts-box-info ul{padding-left:15px;list-style:circle;}
.texts-box-info ol{padding-left:15px;list-style:circle;}
.texts-box-info li{font-size: 15px;
    line-height: 22px;
	margin-bottom:10px;
}
#wavify{position:relative;display:block;height:200px;margin-top:150px}
.wavify{position:absolute;left:0;right:0;top:-100px;bottom:0;z-index:1}
.wavify + .wavify{z-index:2}

.title{font-size: 30px;
	font-weight: 500;
	margin: 10px 0 10px;
	transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.block_title{position: relative;}
.block_title .title{line-height: 36px;font-weight: 600;}
.btb_active.bdraw::before, .bdraw:hover::before {
    border-top-color: #FF222A;
    border-right-color: #FF222A;
    -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.btb_active.bdraw::after, .bdraw:hover::after {
    border-bottom-color: #FF222A;
    border-left-color: #FF222A;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.8s;
    transition: border-color 0s ease-out 0.5s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.8s;
}
.btb_active.bdraw::before, .btb_active.bdraw::after, .bdraw:hover::before, .bdraw:hover::after {
    width: 100%;
    height: 100%;
}
.bdraw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    position: relative;
}
.bdraw::before {
    top: 0;
    left: 0;
}
.bdraw::after {
    bottom: 0;
    right: 0;
}
.bdraw::before, .bdraw::after {
    border: 3px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.flex_box{display: flex;
    align-items: center;
}
.flex_reverce{display: flex;
    align-items: center;
	flex-direction: row-reverse;
}
.featurebg1 {
    background: #FF222A;
    padding: 30px 20px 30px 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	color:#fff;
	min-height: 390px;
	position:relative;
}
.featurebg2{background: #271c1d;
	padding: 30px 20px 30px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
	color:#fff;
	min-height: 390px;
	position:relative;
}
.featurebg2.bdr_lft{border-left:1px solid #555;}
.featurebg1 .main-title, .featurebg2 .main-title{text-align:left;width: 100%;font-weight: 300;margin-bottom: 25px;}
.featurebg1 .sub-title, .featurebg2 .sub-title{width: 100%;font-weight: 300;font-size: 13px;line-height: 18px;margin-bottom: 10px;}
.featurebg1 .box-img, .featurebg2 .box-img{width: 100%;
	position: absolute;
    bottom: 0;
	left: 0;
    margin: auto;
    transition: .25s ease-in-out;
    -webkit-filter: grayscale(100%) brightness(120%);
    filter: grayscale(100%) brightness(120%);}
.featurebg1 .box-img:hover, .featurebg2 .box-img:hover{-webkit-filter:none;filter:none}
.featurebg1 .box-img img, .featurebg2 .box-img img{vertical-align: middle;max-width: 180px;}
.submit_btn{font-size: 20px;
    border: none;
	font-weight: 400;
    border-radius: 4px;
    background: #FF222A url(../images/right_arrow_svg.svg) calc(100% - 30px) center no-repeat;
    padding:18px 25px 18px 25px;
    color: #fff;
    cursor: pointer;
    background-size: auto 15px;
    min-width: 170px;
    text-align: left;
    -webkit-appearance: none;
	transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;  
}
.submit_btn:hover{background: #05c4ad url(../images/right_arrow_svg.svg) calc(100% - 30px) center no-repeat;background-size: auto 18px;}

.contact-form .form-control{height: 42px;
    font-size: 14px;
    box-shadow: none;
	padding: 12px;
    background: #f6f6f6;
    border: none;
    border-radius: 2px;
}
.contact-form textarea.form-control{height:auto;}
.contact-form .form-control:focus{background: #f2f2f2;} 
.contact-form label{margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}
.image_wrap {display:block;
    width: 430px;
    height: 430px;
	margin:0 auto;
	text-align:center;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 30px rgba(244,244,244,1);
}
.image_wrap::after, .image_wrap::before {
    position: absolute;
    content: '';
    width: 430px;
    height: 430px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
}
.image_wrap::before {
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    box-shadow: 0 0 0 80px rgba(232,232,232,1);
}
.image_wrap::after {
    -webkit-animation: 2.5s anim-effect-back 0s linear infinite;
    animation: 2.5s anim-effect-back 0s linear infinite;
    box-shadow: 0 0 0 140px rgba(244,244,244,1);
}

.image_wrap img {width:100%;
    max-height: 430px;
	max-width:430px;
	display: inline-block;
    border-radius: 50%;
}
.image_wrap1 {display:block;
    position: relative;
    text-align: center;
}
.image_wrap1 img {width:100%;
    max-height: 380px;
	display: inline-block;
}

@-webkit-keyframes anim-effect-front {
	0% {
		box-shadow: 0 0 0 20px rgba(232,232,232,1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	50% {
		box-shadow: 0 0 0 40px rgba(232,232,232,0.6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	100% {
		box-shadow: 0 0 0 80px rgba(232,232,232,0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
}
@keyframes anim-effect-front {
	0% {
		box-shadow: 0 0 0 20px rgba(232,232,232,1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	50% {
		box-shadow: 0 0 0 40px rgba(232,232,232,0.6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	100% {
		box-shadow: 0 0 0 80px rgba(232,232,232,0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
}
@-webkit-keyframes anim-effect-back {
	0% {
		box-shadow: 0 0 0 30px rgba(244,244,244,1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
	50% {
		box-shadow: 0 0 0 70px rgba(244,244,244,0.6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
	100% {
		box-shadow: 0 0 0 140px rgba(244,244,244,0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}

@keyframes anim-effect-back {
	0% {
		box-shadow: 0 0 0 30px rgba(244,244,244,1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
	50% {
		box-shadow: 0 0 0 70px rgba(244,244,244,0.6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
	100% {
		box-shadow: 0 0 0 140px rgba(244,244,244,0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}

.view-btn{display:inline-block;border: 2px solid #FF222A;font-size:14px;
	text-transform: uppercase;color:#FF222A;
    transition: all .25s ease-in-out;font-weight:500;
	-webkit-transition: all .25s ease-in-out;
	min-width:140px;text-align:center;
	padding:13px 20px;margin-top:10px;border-radius: 30px;
}
.view-btn:hover, .view-btn:focus{background: #FF222A;color:#fff;}

.map {min-height: 660px;
    position: relative;
    width: 100%;
	padding-top:100px;
	background:url("../images/map_img.jpg") no-repeat;
	background-size: cover;
}
.map_inner{position:absolute;left:0;top:120px;height: 330px;width:100%;text-align:center;z-index: 10;}
.map_inner img {margin-left: 65px;}
.map_legend{position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 349px;
    min-height: 57px;
    padding-top: 19px;
    padding-bottom: 17px;
    border-radius: 4px;
    background-color: rgba(1,45,69,0.15);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
	text-align: center;
}
.location_point{padding-left: 22px;
    padding-right: 22px;
}
.location_point:before{background:url("../images/map_point2.svg") no-repeat;
    display: inline-block;
    content: "";
    width: 17px;
    height: 21px;
    position: relative;
    top: -1px;
    margin-right: 8px;
    vertical-align: middle;
}
.location_point.office:before{background:url("../images/map_point1.svg") no-repeat;}

.main_content{position:relative;z-index: 11;}
.main_content h2{font-size:32px;margin: 10px 0 20px;font-weight: 600;text-transform: uppercase;}
.main_content h3{font-size: 24px;font-weight: 500;margin:0 0 0 20px;}
.work_title{background: url("../images/work_banner.jpg") no-repeat center; position:relative; z-index:111;min-height:250px;    
	display: flex;
    align-items: center;
    justify-content: center;
	background-size: cover;
}
.work_title.carrers{background: url("../images/career.jpg") no-repeat center;}
.work_title.about_us{background: url("../images/about-us.jpg") no-repeat center;}
.work_title.seo_services{background: url("../images/seo-services.png") no-repeat center;}
.work_main{position:relative;overflow:hidden;padding-bottom:20px;} 
.top-section{position:relative;margin-bottom:50px;}
.work-section{position:relative;}
.line_box {
    position: absolute;
    left: 0;
    right: 0;
	top:0;
    width: 300px;
    margin: 30px auto 0;
    padding-right: 0px;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}
.walker {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(49.8603deg);
    transform: rotate(49.8603deg);
    z-index: 1;
    font-size: 35px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-shadow: -6px 0 7px rgba(0,0,0,.3);
    margin: 0px 0 0 -8px;
    display: inline-block;
    color: #FF222A;
    text-align: center;
}
.line_box object {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.prev_icon {
    position: absolute;
    -webkit-box-shadow: 0 60px 82px #fff, 0 -10px 12px #fff;
    box-shadow: 0 60px 82px #fff, 0 -10px 12px #fff;
    background: #fff;
    z-index: 990;
	-webkit-transform: rotate(10deg);
    transform: rotate(10deg);
	transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.prev_icon i{font-size:35px;color: #FF222A;}
.prev_icon1 {
    top: 505px;
    right: 95px;
}
.prev_icon2 {
    top: 840px;
    left: 129px;
}
.prev_icon3 {
    top: 1100px;
    right: 34px;
}
.prev_icon4 {
    bottom: 440px;
    left: 104px;
}
.prev_icon5 {
    bottom: 155px;
	right: 20px;
}
.prev_icon6 {
    bottom: -15px;
	left: 78px;
}

.archive_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    width: 100%;
}
.archive_col{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.ser-entry  {
    position: relative;
    border: 1px solid #d9dee0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ser_bg1{background-color: #fff;}
.js-service-content{    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inner-content{ width: 100%;
    overflow: hidden;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: 6s;
    transition-duration: 6s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.js-service-toggle-button{display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;   
	-webkit-transition-property: color,background-color,opacity,border-color;
    transition-property: color,background-color,opacity,border-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	cursor:pointer;
}
.entry-header_link {
    display: block;
}
.ser-entry-header{position: relative;
    z-index: 0;
    width: calc(100% / 3);
}
.ser-entry-header:before {
    content: ' ';
    display: block;
    padding-top: 80.83%;
}
.ser-entry-header-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.bgcolor-scheme-invert{
    background-color: #FF222A;
    color: #fff;
}
.bgcolor-scheme1{background-color: #FF222A;}
.bgcolor-scheme2{background-color: #05c4ad;}
.ser_down_md{display:block !important;}
.ser_down{display:block;}
.inner-content .o-sticky .is-down {
    position: absolute;
    bottom: 0;
    top: auto;
}
.inner-content .o-sticky .is-sticky {
    position: fixed;
    top: 8rem;
}
.ser-entry-header-wide:before {
    content: '';
    display: block;
    float: left;
    width: 1px;
    margin-left: -1px;
    padding-top: 80.83%;
}
.badge-block {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.badge-block-services {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}
.ser-badge-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26rem;
    padding-bottom: 2rem;
}
.ser-badge {
    padding: 2rem;
    width: 20rem;
    text-align: center;
}
.ser-badge_img{
    position: relative;
    margin: .75em auto;
    display: block;
    line-height: 7.4rem;
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 100%;
}
.badge_heading {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .1em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.entry_content {
    padding: 30px;
    width: calc(100% / 3 * 2);
}
.short_content {
    position: relative;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.toggle-visibility .short_content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.full_content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition-property: opacity,max-height;
    transition-property: opacity,max-height;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.toggle-visibility .full_content {
    opacity: 1;
    max-height: 9999px;
}
.txt-regular{margin-bottom: 20px;font-size: 20px;}
.ser-content ul{padding: 0;
    list-style: none;
}
.ser-content li{margin-bottom:15px;line-height:22px;font-size: 15px;position:relative;padding-left:30px;}
.ser-content li:before {font-family: FontAwesome;    
	content: "\f0a4";
	position:absolute;
	top:0;
	left:0;
	font-size:16px;
	color:#666;
}
.ser-entry-header-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
.ser-entry-header-btn .ser-entry-header-img {
    position: absolute;
    left: 50%;
    right: -50%;
    -webkit-transition: all .7s;
    transition: all .7s;
	display: flex;
    align-items: center;
    justify-content: center;
}
.expander-trigger{position:relative;
    display: block;
    overflow: visible;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: transparent;
}
.trigger_icon{background: #FF222A;
    z-index: 1;
	color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-bottom: -17px;
	display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: color .5s .5s,background-color .5s .5s,-webkit-transform 1s 0s;
    transition: color .5s .5s,background-color .5s .5s,-webkit-transform 1s 0s;
    transition: transform 1s 0s,color .5s .5s,background-color .5s .5s;
    transition: transform 1s 0s,color .5s .5s,background-color .5s .5s,-webkit-transform 1s 0s;
}
.toggle-visibility .trigger_icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #d9dee0;
}
.trigger_icon:before {
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 2px;
    margin-left: -1px;
}
.trigger_icon:after {
    left: 8px;
    right: 8px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
}
.trigger_icon:after, .trigger_icon:before {
    display: block;
    content: ' ';
    position: absolute;
    background-color: #fff;
}














.case-study .box-img span{padding:5px 6px;display:inline-block;}
.case-study .box-img img{margin:0 auto;display:block;}
.case-study .img-box2 img {height: auto;}
.cubes-box .box-img {
    width: 300px;
    margin: 0 auto;
}
.lim-header11{ width:646px; float:left}
.lim-rt-head{ width:317px; float:left; padding:0 20px 0 20px}
.lim-header{ width:100%;max-width:1200px; margin:auto;position:relative;z-index:111;} 
.lim-top-link{margin-top:0px;}
.lim-top-link ul { margin:0px 80px 0 0; padding:0px;text-align:right;}
.lim-top-link  li { display:inline-block;  list-style:none; margin-left:5px; padding:7px 8px 7px 10px; font-size:11px}
.lim-top-link  a { font-weight:normal; text-align:center;  color:#010101; text-decoration:none; padding-bottom:3px; border-bottom:#ffcb04 solid 1px;}
.lim-top-link a.selected, .top-link a:hover { color:#000;  text-decoration:none;  border-bottom:#d8ad08 solid 3px; }
.lim-ag-logo{ width:430px; float:left; margin-top:20px; text-align:center;}
.lim-ag-logo a:hover{text-decoration:none;}
.lim-ag-logo h2{font-size:22px;font-weight:500;color: #000;text-transform:uppercase;margin: 0 0 4px;}
.lim-ag-logo h3{font-size:13px;font-weight:400;color: #000;text-transform:capitalize;margin: 0;}
.lim-ag-logo h3 span{color: #000;text-transform:uppercase}

.lim-rt-logo.logo-left{margin-top: 30px;}
.logo-right{border-left: 1px solid #ddd; margin-left: 10px;
    padding-left: 10px;
    width: 450px;
}
.lim-top-nav{ width:100%;position:relative;}
.top-marg{margin-top: 95px;}

.lim-top-nav-in{ width:100%;max-width:1200px; margin:auto;}
.lim-top-nav-in ul { margin:0px; padding:0px;}
.lim-top-nav-in  li { float:left; display:inline-block; text-transform:uppercase;  list-style:none; margin-left:5px; display:block;  padding:2px 20px 2px 20px; 
font-size:13px; border-right:#bdbec0 solid 1px; margin:8px 0 8px 0px;}
.lim-top-nav-in  a { font-weight:normal; text-align:center;  color:#010101; text-decoration:none; padding-bottom:10px;  }
.lim-top-nav-in a.selected, .lim-top-nav-in a:hover { color:#000;  padding-bottom:9px; text-decoration:none;  border-bottom:#FF222A solid 2px;}
.lim-banner{ width:100%; }
.top-serv-txt{ display:block; font-size:16px; border-bottom:#cdc9c9 solid 1px; margin:10px 0 15px 0px; padding-bottom:7px}
.lim-content{ width:100%;  background:url(images/bg.png) repeat-x #05c4ad; } 
.lim-content_1{ width:100%; background-color:#fff; }
.lim-cont-inner-in{ width:100%;max-width:1200px;; margin:auto}
.cont-main{ width:100%;  background:#FFF}
.lim-left-area{ width:646px; float:left;} 
.lim-left-area-in{ width:631px; float:left; padding-left:15px; padding-right:5px;} 
.left-cont1{ width:98.3%; float:left; margin-top:14px; border-bottom:#a7a9ac solid 1px; padding-bottom:3px; margin-right:10px; } 
.left-cont1 p{ line-height:19px;}
.lt-block-ft{ width:auto; float:left;  background:url(images/div.png) no-repeat top right; padding-right:30px}
.lt-block-rt{ width:auto; float:left;  padding-left:10px; margin-top:3px;} 
 .lt-testemo{ width:195px; float:left; font-size:13px; text-align:left !important;  background:url(images/div.png) no-repeat top right; margin:0 15px 0 18px; padding-right:25px; padding-top:6px;}
.left-top-strp{ width:100%; } 
.lim-right-area{ width:354px; float:left;} .rt-frm-area{ width:342px; float:left; background:#FF222A; color:#FFF; line-height:18px; padding:4px 5px 4px 10px;}
.left-cont2{ width:100%; margin-top:14px; }
.left-cont2-1{ width:186px; float:left; border:#bdbec0 solid 1px; height:338px; margin-right:8px; padding:5px 5px 5px 8px;} 

.left-cont2-1 img{ margin:8px 0 6px 0px}
.left-cont2-1 ul{margin:0px; padding:0px;} .left-cont2-1 li{ list-style:url(images/li.png); color:#000; font-size:12px; line-height:16px; margin-left:15px; 
padding: 5px 0 4px 0px; margin-right:10px; text-align:left}
.left-cont2-bt-txt{ width:98%; float:left; text-align:left; font-size:11px; border-bottom:#a7a9ac solid 1px; margin-right:5px; padding:14px 0 6px 0px;}
.rt-form-box{ width:95%; float:left; background:url(images/fm-bg.png) repeat-x; padding:10px;  margin-top:14px; font-size:13px; }
.rt-fm-box1{ width:100%; margin-bottom:9px;} 
.rt-form-txt{ width:100px; }
.frm-input{ border:#d4d5d6 solid 1px; width:240px; height:22px; float:right}
.frm-input-sm{border:#d4d5d6 solid 1px; width:46px; height:22px; float:right}
.frm-input-cont{ border:#d4d5d6 solid 1px; width:180px; height:22px; float:right; margin-left:10px;}
.fm-mar{margin-left:48px; }
.frm-select{ border:#d4d5d6 solid 1px; width:241px; float:right; margin-right:1px;}
.cap-input{ border:#d4d5d6 solid 1px; width:75px; height:20px; float:left; margin-right:8px; margin-left:8px}
.frm-input1{ border:#d4d5d6 solid 1px; width:193px; height:20px; float:right}
.frm-sml-in{ border:#d4d5d6 solid 1px; width:100px; height:16px; margin-bottom:5px;}
.frm-textarea{ border:#d4d5d6 solid 1px;  height:48px; float:right; padding:2px 0px; margin-right:1px;}
.capt-txt{ width:106px; float:left; font-size:11px; line-height:14px; text-align:left}  .cap-box1{  width:67px; float:left}
.video-area{ width:100%;  margin-top:5px;} .mr-top-en{ margin-top:60px;}
.red-box-bg{ width:330px; float:left; background:#FF222A;  color:#FFF; padding:4px 0 4px 10px; margin:0px 0 10px 0px;}
.radio-bt{ width:200px; text-align:center;}
.bt-jq{ width:100%; padding:20px 0 0 0px; background:#FFF;}
.main-menu.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	text-align:left;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2222;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    visibility: hidden;
}
.main-menu ul {text-align:right;margin-top:0px;padding-left:0;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.main-menu li {
    display: block;
    font-size: 20px;
    border-bottom: none;
}
.main-menu li:hover{background: none;}
.main-menu li:hover a{border: none;color: #ed1d24;}
.main-menu li > a {font-weight: 600;
    color: #28282E;
    display: block;
    position: relative;
    text-shadow: 0 0 0;
    text-transform: uppercase;
	padding: 8px 0px 20px;
	-webkit-transition: color .2s ease-in-out 0ms;
    transition: color .2s ease-in-out 0ms;
}
.main-menu-txt{margin-top:10px;margin-bottom:10px;position:relative;z-index:111;}
.main-menu-txt p{font-size: 30px;color: #fff;margin-bottom:20px; text-shadow: 0px 1px 0px #333;   
	-webkit-transition: color .3s ease-in-out 0ms;
    transition: color .3s ease-in-out 0ms;
	font-weight: 500;
}
a, p { -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}
.flex-box {
    display: flex;
    align-items: center;
}
.hide-menu {cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #facc16;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin: 20px 30px;
    border-radius: 100%;
}
.hide-menu img {
	width: 12px;
	transition: all .4s;
}
.hide-menu img:hover{
	transform:rotate(180deg);
}
.text-menu {
    height: auto;
    margin: auto;
    display: inline-block;
    background: transparent none repeat scroll 0% 0%;
    vertical-align: middle;
}
.menu-bar {  
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    margin-top: 0px;
    line-height: 5px;
	cursor:pointer;
}
.menu-bar > span {
    background: #000;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}
.home .menu-bar > span {background: #fff;}
.home .header-bg .menu-bar > span, .header-bg .menu-bar > span {background: #FF222A;}
.side__socials .menu-bar {margin-top: 20px;
    display: inline-block;
    width: 28px;
    vertical-align: middle;
	cursor:pointer;
}
.side__socials .menu-bar > span {
    margin: 7px 0;
}
.top-nav-1 > ul > li .menu-bar > span:after{bottom: -1px;}
.top-nav-1 > ul > li.get_estimate, .get_estimate{position: relative;padding: 0;line-height: 41px;margin: 0 5px;}
.top-nav-1 > ul > li.get_estimate a, .get_estimate a{position: relative;border-radius: 28px;background: #E3E1EB;padding: 0 20px 0 50px;
	color:#333;
	display: block;
	outline: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	line-height: 42px;
	animation: fade-shadow 6s infinite;
}
.top-nav-1 > ul > li.get_estimate a:hover, .get_estimate a:hover{color:#FF222A;}
.header-bg .top-nav-1 > ul > li.get_estimate a, .header-bg .get_estimate a{background: #fdf9f9;border: 1px solid #e5e5e5;}
.btn_animated:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 11px;
    left: 19px;
    z-index: -1;
    pointer-events: none;
    background-color: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(63,90,123,1);
    box-shadow: 0 0 0 0 rgba(63,90,123,1);
} 
.btn_animated:after {
    position: absolute;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    top: 10px;
    left: 18px;
    z-index: -1;
    pointer-events: none;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 6px #012a5e;
    box-shadow: inset 0 0 0 6px #012a5e;
}
.btn_animated:hover:before{-webkit-box-shadow:0 0 0 30px rgba(63,90,123,0);box-shadow:0 0 0 30px rgba(63,90,123,0)}
@-webkit-keyframes fade-shadow{0%{-webkit-box-shadow:0 0 0 0 rgba(244,244,244,1);box-shadow:0 0 0 0 rgba(244,244,244,1)}20%{-webkit-box-shadow:0 0 0 0 rgba(244,244,244,1);box-shadow:0 0 0 0 rgba(244,244,244,1)}100%{-webkit-box-shadow:0 0 0 10px rgba(244,244,244,0);box-shadow:0 0 0 10px rgba(244,244,244,0)}}
@keyframes fade-shadow{0%{-webkit-box-shadow:0 0 0 0 rgba(244,244,244,1);box-shadow:0 0 0 0 rgba(244,244,244,1)}20%{-webkit-box-shadow:0 0 0 0 rgba(244,244,244,1);box-shadow:0 0 0 0 rgba(244,244,244,1)}100%{-webkit-box-shadow:0 0 0 10px rgba(244,244,244,0);box-shadow:0 0 0 10px rgba(244,244,244,0)}}
.second_nev{width:100%; background:url(../gifs/bl-bg.png) repeat-x;  margin-bottom:2px;} .second_nev ul{margin:0px; padding:0px; font-size:13px; color:#fff;}
.second_nev li{list-style:none; background:url(../gifs/right-li.png) no-repeat right; padding:0 25px 0 25px;  display: inline-block;display: inline-block; margin:7px 0 10px 0;}
.second_nev li a{ text-decoration:none}	
.new_bradcrum{width:100%; background-color:#f1f1f1; margin-bottom:20px; padding:12px 0 12px;} 
.new_bradcrum .left{width:50%; font-size:12px; color:#2f2f2d;float:left;}
.new_bradcrum .right{width:50%; float:right; text-align:right; padding-right:0px;}
.new_bradcrum a{color:#303030; text-decoration:none;padding-right: 10px;}.new_bradcrum a:hover{color:#FF222A;}
.new_bradcrum .left img{width:9px;}
.new_bradcrum span{padding-right: 10px;color:#555;}
.contant-detail{width:100%; padding:20px 0 10px;position: relative;} 
.right1 h1{font-size:24px; color:#000;margin:0 0 20px;text-transform: uppercase;line-height: 30px;font-weight: 300;} 
.right1 h2{font-size:28px;text-transform: uppercase;font-weight: bold;} 
.right1 h3{font-size:15px; color:#333; margin:0 0 5px;text-transform: uppercase;line-height: 24px;font-weight: 400;}
.right1 h4{font-size:24px; color:#333; margin:0 0 10px;text-transform: uppercase;font-weight: 400;}
.right1 .feature-thumb{display:block;width:auto;} 
.right1 .feature-thumb img{max-width:70px;}
.right1 .feature-info{padding-top: 30px;
    margin-bottom: 12px 
}
.right1 .feature-info h4{text-transform:none;font-size:20px;min-height: 43px;}
.right1 .feature-info p{}
.btn-box a.view, .view{padding: 12px 10px;width:180px;border:none;text-align:center; background: #FF222A; border-radius: 2px;color: #fff;font-weight: 500;line-height: 22px;transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s;}
.sub-btn{padding: 10px 30px; background: #FF222A; border-radius: 4px;color: #fff;font-weight: 600;line-height: 22px;border:none;display:inline-block;font-size: 15px;min-width: 120px;text-transform:capitalize;transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s;}
.sub-btn:hover, .sub-btn:focus{background: #05c4ad;color: #fff;}
.sub-btn1{padding: 10px 30px; background: #05c4ad; border-radius: 2px;color: #fff;font-weight: 500;line-height: 22px;border:none;display:inline-block;font-size: 15px;min-width: 110px;transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s;}
.sub-btn1:hover, .sub-btn1:focus{background: #231f20;color: #fff;}
.btn-box a.view:hover, .btn-box a.view:focus, .view:hover, .view:focus{background: #05c4ad;color: #fff;text-decoration:none;}
.view-more{padding: 0px 10px;border:none;background:none; border-radius: 0px;color: #FF222A;font-weight: 500;line-height: 22px;transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s;}
.view-more:hover{color: #05c4ad;}
.contant-detail .m1{color:#F00;font-size:14px; }  .contant-detail .responsive{width:100%; float:left; overflow:hidden;}
.contant-detail .left{ width:24%;float:left; border-top:1px solid #d0d0d0;} .contant-detail .right{width:73.2%; float:left; margin-left:2%;}  
.contant-detail .right a{text-decoration:none;} .contant-detail .right .p9{font-weight:bold; text-transform:uppercase; margin-top:10px;} 
.contant-detail .right1{width:100%;} 
.contant-detail .right1 .p9{font-weight:bold; text-transform:uppercase; margin-top:10px;}
.contant-detail .right ul{margin:0px; padding:0px;} 
.contant-detail .right li{list-style:disc; font-size:12px; line-height:21.5px; color:#303030; margin-left:15px;}
.contant-detail .right li a{color:#999999; text-decoration:none;}
.contant-detail .right p{color:#3e3e3e; margin:8px 0 18px 0px; line-height:18px;}
.contant-detail .right .clienttest{width:100%; margin-bottom:20px;} .contant-detail .right .clienttest h2{font-size:20px; color:#333;}
.contant-detail .right .clienttest .left{width:49%;}
.contant-detail .right .frm{width:100%;;} 
 
.contant-detail .right .frm .in{width:90%;float:left; text-align:left;}
.contant-detail .right .frm .in label{width:27%;float:left;display:block; text-align:right;padding-right:3% } .contant-detail .right .frm .in span{width:70%;float:left; display:block;}

.contant-detail .right .frm label{width:10%;float:left;display:block;}
.contant-detail .right .frm input{width:80%; padding:3px 0 5px 3px; font-size:12px; color:#333; margin-bottom:10px; border:1px solid #999;}
.contant-detail .right .frm .captcha{width:30%; padding:3px 0 5px 3px; font-size:12px; color:#333; margin-bottom:10px; border:1px solid #999; float:left; margin-top:7px;}
.contant-detail .right .frm textarea{width:80%; padding:3px 0 5px 3px; font-size:12px; color:#333; height:60px; margin-bottom:10px; border:1px solid #999;font-family: Arial;}
.contant-detail .right .frm .field{width:80%; height:30px; font-size:12px; color:#333; margin-bottom:10px; border:1px solid #999; float:left;}

.contant-detail .left .row{ width:99%;float:left;} .contant-detail .left .clear{clear:both; height:1px; background-color:#D0D0D0; margin-bottom:20px; }
.contant-detail .left .row .head{font-size:15px; margin-top:20px; padding-left:3px; color:#666666;} .contant-detail .left .row .head b{font-weight:normal; color:#f00 !important;}
.contant-detail .left .form_area{ width:82%;float:left; padding:9% 9% 9% 9%; background-color:#565751; margin-bottom:2%; display:block; margin-bottom:20px;}
.contant-detail .left .form_area .row{width:99%; float:left; margin-top:10px;}
.contant-detail .left .form_area .row input{width: 80px;float: left; margin-top: 10px;padding: 0px;height: 26px;}
.contant-detail .left .form_area input{width:95%; background-color:#FFF; border:none; height:20px; padding:1px 2px 4px 5px; margin-top:7px; font-size:12px; color:#333;}
.contant-detail .left .form_area .captcha{width:99%; float:left; display:block; padding-top:6px;}
.contant-detail .left .form_area .captcha input{width:45%; background-color:#FFF; border:none; height:20px; padding:1px 2px 4px 5px; margin-top:0px;}
.contant-detail .left .form_area span{font-size:14px; color:#FFF; display:block; font-weight:normal; margin-bottom:5px; text-align:left}

.contant-detail .left .quick{width:100%; display:block; margin-bottom:20px;}
.contant-detail .left .quick span{background:url(images/quick-bg.png) repeat-x; padding:10px; float:left; display:block; font-size:16px; color:#494748; width:91.5%; font-weight:600;}
.contant-detail .left .quick ul{margin-top:40px; padding:0px;text-align: left;}
.contant-detail .left .quick li{width:91.5%; background:url(images/quick-li-bg.png) repeat-x; padding:10px 10px 13px 10px;font-size:15px; color:#4b4b4a; list-style:none;font-weight:500;}
.contant-detail .left .quick li .icon{width:26px;display:block;float:left; padding-right:8px;}
.contant-detail .left .quick li a{color:#4b4b4a; text-decoration:none;}
.contant-detail .left .quick li a:hover{color:#ed1b24; text-decoration:none;}

.head-tt{ font-size:14px !important; display:block; margin-bottom:10px; margin-top:12px; text-transform:uppercase; font-weight:bold;}
.re-mor{ display:block; border-bottom:#D0D0D0 solid 1px;  border-top:#D0D0D0 solid 1px; font-size:12px; padding:20px 0 20px 0px; font-weight:bold;}
.re-mor a{ text-decoration:none; color:#666} .re-mor a:hover{ text-decoration:none; color:#F00}
	 
.ft-link1{ margin-top:20px;}
.ft-link1 h3{ margin:5px 0 10px;    
	font-weight: 400;
    color: #e20404;
    font-size: 17px;
    text-transform: capitalize;
}
.ft-link1 p{ font-size:14px;}
.ft-link2{margin-top:5px; }
.ft-link1 ul{ margin:0px 0 10px; padding:0px;} 
.ft-link1:last-child ul{ background:none; }
.ft-link1 li{ list-style:none; line-height:15px; padding:4px 0 4px 0px; font-size:12px; text-align:left;}  
.ft-link1 li a{color: #545252;
    font-size: 12px;
    line-height: 1.2;text-decoration:none;
}
.ft-link1 li a:hover{color: #ffffff;}
.gt-bt-icon{ width:100%;position:relative;}
.gt-bt-icon .bg-box{
    margin: 0;
    padding: 17px 0 50px;
    width: 100%;
} 
.ft-contact{color: #e20404 !important;font-size: 25px !important;font-weight:600;} 
.gt-bt-icon p{ padding:0px; margin:10px 0px 12px;display:block;font-size:12px;}   
.gt-bt-icon a{ color:#FFF; text-decoration:none;}
.gt-bt-icon span{ display:inline-block;font-size:13px;}
.gt-bt-icon h3{margin:7px 0 10px;    
	font-weight: 400;
    color: #333;
    font-size: 22px;
    text-transform: capitalize;
}
.lim-footer1{ width:100%;position: relative;
    background: #D6D6D6;
	/*--
    background: -moz-linear-gradient(left, #FF222A 20%, #D90E0E 100%);
    background: -webkit-gradient(left top, right top, color-stop(20%, #EA0D0D), color-stop(98%, #a4144d), color-stop(100%, #D90E0E));
    background: -webkit-linear-gradient(left, #EA0D0D 20%, #D90E0E 100%);
    background: -o-linear-gradient(left, #EA0D0D 20%, #D90E0E 100%);
    background: -ms-linear-gradient(left, #EA0D0D 20%, #D90E0E 100%);
    background: linear-gradient(to right, #EA0D0D 20%, #D90E0E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
	--*/
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
	padding-top: 40px;
}
.lim-footer{ width:100%;position: relative; background-image:url(../images/footer_bg1.jpg);
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}
.ft-link{ width:100%;padding:0px 0 60px;}
.style3 {
    font-size: 15px;
}
.style4 {
    color: #30f;
    font-weight: 600;
}
.style5 {
    color: #FF0000;
}
.style6 {
    font-size: 24px !important;
	font-weight: 500;
}
.style7 {
    font-size: 16px;
	font-weight: 600;
}
.fl { float: left;}.b{font-weight: 600;} .m12 {margin: 0px 0px 0px 8px;}
.main-ft-lnk{ width:100%; padding:30px 0 30px;background:#010520;position:relative;z-index:111;}
.ft-lnk {display: inline-block;}
.ft-lnk ul{ margin:0px 0px; padding:0px;display:block;list-style:none;}
.ft-lnk li{ font-weight:400;padding:0 5px;display:inline-block;border-left:1px solid #746f6a;} 
.ft-lnk li:last-child{border-right:none;} 
.main-ft-lnk li a{color: #ffffff;font-size: 12px;}
.main-ft-lnk li a:hover{color: #fff;} 
.social-txt{display:inline-block;vertical-align:middle;}
.social-icon{ display:inline-block;vertical-align:middle; } 
.copy-rt{ display:inline-block;color:#ffffff;font-size: 12px;margin-right: 4px;}
.copy-rt a{ color:#524f4a; text-decoration:none} 
.img_rr{width: 39px; float: left; display:block;}
.ups{ width:80%; float:left; margin-left:50px; margin-bottom:5px}
.ft-top-mid{ width:100%;font-size:13px; color:#fff; padding:10px 0px 10px; background:url(../images/footer_bg.jpg) no-repeat;background-position: bottom center;background-size: cover;min-height: 150px;}  
.ft-top-txt a{ color:#fff; text-decoration:none}
.ft-top-txt1{color:#FFC20E; font-size:13px; width:100%;padding:5px 0 12px 0;} .ft-top-txt1 a{color:#FFC20E; text-decoration:none; font-size:14px !important; }
.bt-line{border-bottom:1px solid #ddd;margin-bottom: 20px;}
.btop-line{border-top:1px solid #900000;margin-top: 20px;}
.whtbt-line{border-bottom:1px solid #fff;margin: 20px 0 10px;}
.marg-rt15{margin-right:15px;}
.border-left{border-left:1px solid #adadad;}
.border-right{border-right:1px solid #ddd;}
.border-left1{border-left:1px solid #ddd;}
.border-bottom{border-bottom:5px solid #ddd;}
.border_top{border-top:1px solid #ddd;}
#gallerya  p{ margin:0px;}
#gallerya {overflow: hidden;}
.bg1 {background: none repeat scroll 0% 0% #FFF; height: 400px; text-align:left}
.p1 {padding: 0px 0px 0px;}
.f3 { font-size: 12px;}

.p21 { padding: 0px 0px 0px 8px;}
.show_hide { display:none;}

.bxslider{ width:auto; margin:0px;}
.bxslider ul{ margin:0px; padding:0px;}
.bxslider li{ list-style:none}

.fb-icon{ width:auto; height:auto;margin-right:8px;}
.fb-icon a img:hover {background:url(images/fb-h.png);}

.cuntryList{ padding-top:5px;}
.cuntryList ul{ margin:0px; padding:0px; float:left; width:98px;}
.cuntryList li{ float:left; width:98px; margin-bottom:0px; border-bottom:0px solid #D3CBCB; line-height:20px; margin-left:20px; list-style:url(images/li1.png); text-transform:uppercase;}
.cuntryList li a{ color:#6f6e6b; font-size:11px; text-decoration:none;}
.cuntryList li:hover a{color:#FF222A;}

.cuntryOther{ padding-top:20px;}
.cuntryOtherLeft{ float:left; width:395px; padding:0 10px 5px 0; margin-right:18px; color:#6f6e6b; font:normal 14px Arial; background:url(images/bor-right.png) no-repeat right;}
.cuntryOtherRight{ float:left; width:320px; padding-top:5px; font: normal 11px Arial; line-height:21px; }
.topFormSec{ float:left; width:152px; margin-right:10px;}
.blue-btn{ display:inline-block; padding:5px 10px; background:#3279a6; border:1px solid #19577f; -webkit-border-radius:6px;  -moz-border-radius:6px; border-radius:6px; color:#FFF; margin-top:10px; }
.blue-btn:hover{background:#093676;}
.coun-map{ width:230px; float:left; margin-right:5px; text-align:left; font-size:16px;}
.red-txt{ color:#ed1e25; font-size:15px; font-weight:bold; display:block; margin-top:2px;}
.blck-txt11{ color:#333; font-size:13px; font-weight:bold;}
.ft-11{ font-size:11px; margin-bottom:4px; display:block;}
.text-fnt{ width:300px; float:left;}
.sm-fnt{color:#ee2526; font-size:11px;}
.ft-12{ font-size:11px;}
.input-sel{ width:172px; height:28px; float:left; background:url(images/input-bg.png) no-repeat;}
.go-bt{ width:50px; float:left; display:inline; margin-left:5px;margin-top:5px;}
.ft-lt{ float:left; margin-top:5px;}
.top-skin{ width:994px; float:left;}
.bt-link{ width:994px; float:left;}
.study-tabs{}
.nav-tabs-default {margin: 30px 0 20px;}
.nav-tabs-default .nav-tabs {margin-bottom: 23px;border-bottom:none;}
.nav-tabs-default .nav-tabs>li:first-child {padding-left:0;}
.nav-tabs-default .nav-tabs>li {
    float: none;
    margin-bottom: 30px;
    display:inline-block;
	min-width: 27%;
	max-width: 27%;
	margin-right: 5%;
    padding: 0px;
	text-align: center;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
    transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.nav-tabs-default .nav-tabs>li:nth-child(3n),.nav-tabs-default .nav-tabs>li:nth-child(6n), .nav-tabs-default .nav-tabs>li:nth-child(9n) {margin-right: 0;}
.nav-tabs-default .nav-tabs>li:hover, .nav-tabs-default .nav-tabs>li.active{background:#fff;box-shadow: 0 0 1px rgb(224, 3, 3, 0.9);}
.nav-tabs-default .nav-tabs>li.active>a, .nav-tabs-default .nav-tabs>li.active>a:focus, .nav-tabs-default .nav-tabs>li>a:hover {
    color: #FF222A;
    background: none; 
	border-bottom: none;
    border: none;
}
.nav-tabs-default .nav-tabs>li>a {border-top:none;border-left:none;border-right:none;
    margin: 0;
    color: #555;
    background: none; 
    padding: 23px 0 23px;
    font-size: 15px;
    font-weight: 300; 
    border: none;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.nav-tabs-default .nav-tabs>li>a span {
    margin:0 auto 15px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs-default .nav-tabs>li>a span img {transition: all .6s ease-in-out;    
	width: 45px;
    height: 45px;
}
.nav-tabs-default .nav-tabs>li:hover>a span img{
    -webkit-transform:scale(1.3);transform:scale(1.3)
}
.ser_nav{}
.ser_nav .nav-tabs{border:none;}
.ser_nav .nav-tabs>li {
    float: none;
    margin: 30px -2px 0px;
    display:inline-block;
    padding: 0px 15px;
	text-align: center;
    transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
	border-width:0 0 1px; border-style:solid; border-color:#e5e5e5; 
}
.ser_nav .nav-tabs>li>a {
    margin: 0;
	position:relative;
    color: #999;
    background: none; 
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
	border:none; 
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.ser_nav .nav-tabs>li>a:after{content:"";display:block;position:absolute;bottom:-1px;left:0;height:2px;width:100%;background-color:#da251c;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1)}
.ser_nav .nav-tabs>li.active>a:after, .ser_nav .nav-tabs>li.active>a:hover:after, .ser_nav .nav-tabs>li>a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}
.ser_nav .nav-tabs>li.active>a, .ser_nav .nav-tabs>li.active>a:focus, .ser_nav .nav-tabs>li.active>a:hover{border:none;color: #da251c;background: none;font-weight: 600;font-size: 16px;}

.branch_nav .nav-tabs{border:none;}
.branch_nav .nav-tabs>li {
    float: none;
    margin: 10px -2px 0px;
	border-width:0 0 1px; border-style:solid; border-color:#e5e5e5; 
    display:inline-block;
    padding: 0px 15px;
	text-align: center;
    transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.branch_nav .nav-tabs>li:first-child {padding-left:0;}
.branch_nav .nav-tabs>li>a {
    margin: 0;
    color: #999;
    background: none; 
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 400;
	position:relative;
	border:none;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.branch_nav .nav-tabs>li>a:after{content:"";display:block;position:absolute;bottom:-1px;left:0;height:2px;width:100%;background-color:#da251c;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1)}
.branch_nav .nav-tabs>li.active>a:after, .branch_nav .nav-tabs>li.active>a:hover:after, .branch_nav .nav-tabs>li>a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}
.branch_nav .nav-tabs>li.active>a, .branch_nav .nav-tabs>li.active>a:focus, .branch_nav .nav-tabs>li.active>a:hover{border:none;color: #da251c;background: none;font-weight: 600;}
.case-study .box-img {
    display: flex;
    align-items: center;
}
.left-side-contant .feature-info h4 {
    margin: 0 0 15px;
    font-size: 28px;
    color: #fff;
}
.left-side-contant .feature-info p{color: #fff;font-size: 18px;margin-bottom:20px;line-height: 24px;}

.cube-slider .cube-item{display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.cube-slider .cube-item img{width:100%;}
.cube-slider .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 30px;}
.cube-slider .owl-theme .owl-dots .owl-dot span {width: 15px;height: 2px;}
.cube-slider .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eba400;}
.video-box {
    margin-right: 0px;
    width: 100%;
    line-height: 0;
    background-image: url(../images/dd.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 482px;
    position: relative;
}
.video-box a.videoBtn {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 3;
}
.video-box a.videoBtn span{
    width:86px;
    height:86px;
    background:url(../images/video-play-btn.png) center top no-repeat;
    display:inline-block;
    margin-bottom:21px
}
.video-box a.videoBtn:hover{
    color:#f45721
}
.video-box a.videoBtn:hover>span{
    background-position:center bottom
}
.video-title{color: #fff;
    font-size: 16px;
	position: absolute;
	top: 70%;
    left: 0;
	padding:10px;
	width:100%;
	text-align:center;
	background: rgba(0,0,0,0.3);
}
.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 9999;
    display: none;
}
.video-popup-box {
    border: 5px solid #e2e2e2;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 650px;
    height: 370px;
    background-color: #fff;
    z-index: 9999;
}
.video-popup-box iframe{width:640px;height:360px;}
.video-popup-box .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/bg-close-colorbox2.png) center no-repeat #FF222A;
    cursor: pointer;
}

.contactbg{background-image: url(../images/contact_banner.jpg) !important;}
.map-main{width:100%;padding-top:20px;padding-bottom:20px;}
.advantage_bg{
    position: relative;
	background: #fbf8f5 url(../images/section_bg1.png);
	background-size:cover;
	width:100%;
	padding-top:40px;
}
.cubes-box{position:relative;margin-bottom:20px;}
.cubes-box img{width:100%;}
.cube-info{width:100%;padding:20px 20px;text-align:center;}
.cube-info h4{font-weight: 500;}
.cube-info h5{font-size: 15px;font-weight:500;}
.cube-info span{font-weight:600;}
.cube-info p{font-size: 15px;margin:0;line-height:22px;
    color: #333;
}
.pad-top30{padding-top:30px;}
.simple-owl-slider{background:#f7f8f9;padding:20px 6px;position:relative;}
.simple-owl-slider .items{padding:0 15px;}
.simple-owl-slider .owl-thumb{width:100%;padding-bottom:18px;}
.feature-style1 .feature-box.text-center .feature-info h3 {
    font-size: 15px;
    margin: 0px 0 12px;
	font-weight:600;
    text-transform: uppercase;
}
.feature-style2{padding-bottom: 20px;}
.feature-style2 .feature-info {
    display: block;
    padding-left: 0px;
	padding-top: 5px;
}
.feature-box.text-left{margin: 10px 0 20px;display: block;}
.feature-box.text-left .feature-info {display: block;
    padding-left: 0px;
}
.feature-style2 .feature-box.text-center .feature-info h3 {font-size: 14px; margin: 0 0 12px;}
.feature-style2 .feature-info p{font-size: 14px;color: #777;line-height: 20px;}
.feature-style2 .feature-info .btn-box a {color: #555;}
.feature-style2 .feature-info .btn-box a:hover {color: #FF222A;}
.feature-style2 .feature-info p.desc{font-size: 14px;color: #555;line-height: 22px;}
.feature-style2 ul{padding-left: 15px;
    list-style: circle;margin:0;
}
.feature-style2 li{font-size: 14px;color: #555;padding-bottom:10px;line-height:22px;}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-theme .owl-nav [class*=owl-]{
    background: none repeat scroll 0 0;
    display: inline-block;
    font-size: 18px;
	color: #333;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 1px;
    opacity: 1;
    position: static;
    width: 20px;
    font-size: 10px;
	outline:none;
}
.owl-theme .owl-nav [class*=owl-] .angle-left img{width:18px;}
.owl-theme .owl-nav [class*=owl-] .angle-right img{width:18px;}
.techno_slide .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    display: block;
    z-index: 990;
}
.techno_slide .owl-theme .owl-nav [class*=owl-].owl-prev{left:0;}
.techno_slide .owl-theme .owl-nav [class*=owl-].owl-next{right:0;} 

.frm_bodr{
    padding: 1px 30px 10px;
}
.frm_title{font-size: 16px;
    color: #333;
}
.frm_bodr .form-control{font-size: 10px;text-transform: uppercase;font-family:Roboto; color: #495057;letter-spacing: .09375rem;font-weight: 400;}
.frm_bodr .form-control:-ms-input-placeholder{color:#495057}.frm_bodr .form-control::-webkit-input-placeholder{color:#495057}
.form-control{border-radius: 2px;
	height: 42px;    
	box-shadow: none;
    border: 1px solid #ccc;
	color:#555;
	font-family:Arial;
}
.form-control:focus{border: 1px solid #aaa;box-shadow:none;}
.frm_bodr select.form-control{color:#333;appearance:none;-moz-appearance:none;-webkit-appearance:none;
background: #eee url(../images/down-arrow.png) no-repeat center right 12px;background-size:9px;}
.enq-form select.form-control{color:#333;appearance:none;-moz-appearance:none;-webkit-appearance:none;
background: #fff url(../images/arrow_down.png) no-repeat center right 20px;background-size:10px;}
.frm_career label{display:inline-block;width:29%;}
.frm_career input{display:inline-block;width:70%;}
.captcha_code{position:relative;}
.captcha_code input{padding-right:85px;}
.captcha_code span{padding: 8px 0px 9px 10px;
    background: #000;
    display: inline-block;
    border-radius: 2px;
    width:78px;
	position:absolute;right:0;
	top:0;
}
.customer-info{background: url(../images/apmformenq.jpg) no-repeat top right;
    padding: 16% 13%; background-size: cover;}
.logobite{text-align:center;color:#fff;}
.logobite h4{font-size: 20px;text-transform:uppercase;}
.logobite img {
    padding-bottom: 4%;
    width: 50px;
}
.logobite a{color:#fff;font-size: 17px;}
.logobite p{font-size: 14px;padding-top: 10px;}
.contact-info-box {
    padding: 10px 80px 0px;
    background: #a06b6b;
	min-height: 385px;
}
.item-contact-box {color: #fff;
    display: inline-block;
    min-width: 90px;
    vertical-align: middle;
}
.item-contact-box h2 {
    font-size: 17px;
    margin: 28px 0 4px;
    font-weight: 600;
}
.item-contact-box p{margin-bottom:5px;}
.contact-txt p{font-size: 14px;color: #fff;}
.phone-box, .mail-box {
    display: inline-block;
    padding-top: 0px;
    vertical-align: top;
}
.phone-box h2 {color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
}
.mail-box a {
    color: #fff;

}
.contact-info {
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.contact-map {
    background: url(../images/apmenqmap.jpg) no-repeat right;
    background-size: cover;
    min-height: 500px;
    border-bottom: 1px solid #aaa;
}
.contact-bg {
    background: #fff;
    padding-bottom: 0px;
}
.nbbox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 2px 0px #333;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
	float:left;
}
.nbbox.mtop1 {margin-top:-10px;}
.img-width{width: 90%;}

.line-title{font-size:24px;font-weight:600;position:relative;margin-bottom: 30px;}
.line-title span{display:inline-block;position:relative;background:#fff;z-index:11;padding-right: 12px;}
.line-title:after{background:#333;width:100%;height:1.5px;content:"";z-index:10;display: block;position: absolute;bottom:6px;left: 0;}

.main-banner .cube-slider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -120px;
}
.slidebg{background:#c7001a;padding: 10px 30px;    
	height: 498px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slidebg .feature-thumb {
    width: 120px;
    padding: 20px 5px 0;
}
.cube-tabbg{background:#F0F0EF;min-height: 470px;position:relative;}
.pad-top02{padding-top: 42%;}
.overlayer2 {
    color: #fff;
    position: absolute;
    background: rgba(224, 3, 3, 1);
    right: 16%;
    display: inline-block;
    width: 35%;
    padding: 30px 30px 20px 30px;
    top: 42%;
    transform: translateY(-50%);
    justify-content: flex-start !important;
    text-align: left;
    box-shadow: 18px 13px 23px -8px rgba(0,0,0,.29);
    z-index: 999;
	min-height: 350px;
}
.overlayer2:before {display:none;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: -1px;
    top: -1px;
}

.warehouse-box{display:block;position:relative;}
.whlft{height:650px;overflow-y:auto;overflow-x:hidden;
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.bg2{background:#FF222A !important;color:#fff !important;}
.bg2 h3{font-size: 35px;
    margin: 0px 0 5px;
    line-height: 40px;
    font-weight: 300;
}
.bg2 h4{font-size: 35px;
    margin: 0px 0 5px;
    line-height: 40px;
    font-weight: 500;
}
.bg2 h4 span{font-weight: bold;font-size: 38px;}
.bg2 h4 span.light{font-weight: 300;}
.whlft.sticky {
    position: fixed;
    width: 100%;
    max-width: 430px;
    background: #FF222A;
    top: 117px;
}
.warehouse-img{position:relative;}
.warehouse-img img{width:100%;}
.warehouse-subimg{left: 20px;
    position: absolute;
    top: 72%;
    width: 46%;    
	border: 2px solid #ddd;
    box-shadow: 0px 0px 2px 0px #ddd;
}
.warehouse-subimg img{width:100%;}
.mtop50 {
    margin: 50px 20px 0;
}
.whcontent-detail{padding:20px 0;}
.whcontent-detail h3{margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.whcontent-detail span{display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 2px 6px;
}
.whcontent-detail span.first1{width:20%;padding: 0px;}
.whcontent-detail span.last1{width:77%;padding: 0px;}
.whcontent-detail label{display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 2px 2px 0;
}
.whcontent-detail label.first1{width:40%;padding: 0px;}
.whcontent-detail label.last1{width:57%;padding: 0px;}
.whcontent-detail ul{list-style: disc;}
.whcontent-detail li{font-size: 13px;
    line-height: 20px;
    padding-bottom: 6px;
}

.shadow-box{box-shadow: 0px 0px 3px 0px #aaa;
    border-radius: 4px;
    padding: 8px 0px 20px 30px;
    margin: 20px 0;
}
.wow{overflow:hidden;}

.side__socials {position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 2111;
    width: 46px;
    line-height: normal;
    margin-bottom: 0;
    background: #f9f9f9; 
}
.inner_socials{width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; 
	margin-top:100px;
}
.side__socials svg {
    fill: #FF222A;
    margin-right: 4px;
}
.iconBasic.icon__small {
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.side__socials a {margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: #151515;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.side__socials a:hover {color: #FF222A;}
.iconBasic {
    width: 18px;
	height:18px;
    text-align: center;
    display: inline-block;
	vertical-align:middle;
}
.iconBasic img{opacity: 0.8;}
.iconBasic:hover img{opacity: 1;}

.slide-txts{
	position: absolute;
    left: 19%;
    top: 35%;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-animation: fadeInRight 1s ease;
    -moz-animation: fadeInRight 1s ease;
    animation: fadeInRight 1s ease;
    font-size: 28px;
    z-index: 4;
    width: 100%;
    max-width: 50%;
}
.slide-txts.fadeInRight{}
@-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(950px);
}
 60% {
 -webkit-transform: translateX(-10px);
}
 80% {
 -webkit-transform: translateX(5px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
.slide-txts h2{font-size: 100px;
    color: #de1b22;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: -8px;
}
.logo_box{margin-top: 50px;max-width: 85%;}
.logo_box1{}
.logo_box1 img{max-width:300px;}
.ft_logo{position: absolute;
    bottom: -62px;
    right: -125px;
	z-index:1;
}
.ft_logo img{max-width:410px;} 
.coun {
    background: #fff none repeat scroll 0 0;
    color: #646464;
    line-height: normal;
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    font-family: sans-serif !important;
}
.counter, .plussign {
    color: #da251c;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}
.ei-se {padding: 0 10px;
    margin-top: 8px;
    font-size: 20px;
    color: #646464;
}
.feature-style5.feature-box{margin:60px 30px 30px;box-shadow: 5px 5px 8px 0px #eee;
    padding: 85px 40px 20px 120px;min-height: 425px;
}
.feature-style5 .feature-thumb{display: inline-block;    
	margin: 0px auto 0;
    width: 150px;
}
.feature-style5 .top_title{margin: 25px 0 12px;font-weight: 400;}
.feature-style5 span{font-size: 15px;color: #333;display:block;margin-bottom: 10px;font-weight:500;}
.feature-style5 .top_title a{color: #da251c;}
.t_desc{line-height: 24px;position:relative;}
.hash-icon{
    position: absolute;
    left: 0;
    top: 50px;
    height: 150px;
	z-index:11;
}
.bt_bg_rt{filter: grayscale(1);}
.box-m-left {
    margin-left: 14%;
}
.phone_icon{width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 50%;
	position: relative;
	margin-top: 17px;
	margin-left: 30px;
}
.phone_icon img{position:relative;z-index:11;}
.phone_icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.home-slide {display:block;
    width: 100%;
    height: 754px;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
}
.banner_thumb img{width:100%}
.banner_video{position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
	
}
.banner_video video, .banner_video img{min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.fade{opacity:0;visibility:hidden;}
.fade.in{opacity:1;visibility:visible;}
.animated.fade{opacity:1;visibility:visible;}
.modal{z-index:99999;} 
.modal-backdrop{z-index:9999;}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.my_modal.in{
    display: flex !important;
    padding-right: 0px !important;
    align-items: center;
    justify-content: center;
}
.my_modal .modal-header{border-bottom:none;} 
.my_modal .modal-body{padding: 30px 90px 60px;}
.my_modal .modal-title{margin: 0 0 22px;
    line-height: 1.2;
    font-size: 24px;
	text-align:center;
}
.center_form{text-align:center;display: flex;justify-content: center;}
.center_form .form-input{width: 55%;} 
.center_form .form-input input{padding-left: 42px;}
.center_form .form-input i{position:absolute;left: 14px;
    top: 11px;
    font-size: 22px;
}
.center_form .submit_btn {
    font-size: 15px;
    border-radius: 4px;
    background: #FF222A;
    padding: 14px 15px;
    min-width: 130px;
    margin-left: 10px;
    text-align: center;
    -webkit-appearance: none;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.center_form .submit_btn:hover{background: #05c4ad;}
.main-enq-box{position:absolute;left:0;bottom:-75px;width:100%;background:rgba(0,0,0,0);
	padding:0;z-index: 900;
}
.btn_box{font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 60%;
}
.btn_box_bg{display: block;
    background: #FF222A;
}
.frm_btn_box{display: flex;
    padding: 0 15px;
    justify-content: center;
	flex-direction: column;
	min-height: 200px;
    max-height: 200px;
}
.txt-slide{position:relative;}
.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}
.list-partner-box{margin-top: 30px;
    padding-top: 30px;
	border-top:1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.list-partner{width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.partner-link{width: 18%;display: inline-block;
    vertical-align: middle;
}
.partner-link img{max-width:150px;}
.partner-link:nth-child(3) img{max-width:98px;}
.partner-link:nth-child(5) img{max-width:115px;}
.list-partner-box p{font-size:14px;}
.list-brand {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.brand-title{margin: 13px 0 20px;
    color: #aaa;
    font-size: 18px;
    text-transform: uppercase;
}
.brand-link{width: 18%;display: inline-block;margin-bottom:20px;}
.list-brand img{max-width:120px;}
.content-lft {}
.content-lft p {font-size:14px;}
.content-lft ul{list-style:none;margin-top:15px;padding:0;}
.content-lft li{position: relative;
    margin-bottom: 10px;
	font-size:14px;
	display: -ms-flexbox;
    display: flex;
	line-height: 18px;
}
.content-lft li span{    
	background: url(../images/icon_check.svg) 0 0 no-repeat;
	margin-top: 5px;
    width: 25px;
    display: block;
	background-size:12px;
}
.content-rt {
	position:relative;
	padding-bottom:20px;
}
.content-rt ul {list-style: none;
	box-shadow:15px 22px 45px 0 rgba(66,0,5,0.1);
	background:#fff;
	position: relative;
    margin: 0px auto 0px;
	width:90%;
	padding: 3px 50px 30px;
	z-index: 200;
	display:block;
}
.content-rt li {display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(34,31,31,0.08);
    padding: 13px 0 15px;
}
.content-rt li:last-child{border-bottom:none;}
.content-rt li span{font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.ser_icon {position: relative;
    margin-right: 15px;
    margin-bottom: -2px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	background: url(../images/service_icon_spirit.png?v3&t=1522063743202) 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 22px;
}
.ser_icon1 {}
.ser_icon2 {background-position: 0 -22px;}
.ser_icon3 {background-position: 0 -44px;}
.ser_icon4 {background-position: 0 -66px;}
.ser_icon5 {background-position: 0 -88px;}
.ser_icon6 {background-position: 0 -110px;}
.ser_icon7 {background-position: 0 -132px;}
.map_box {background-color: #221f1f;color:#fff;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
	padding: 20px 0px 30px;
	min-height:700px;
}

.footer_address {
    bottom: -100px;
    font-size: 1.4rem;
    line-height: 1.5em;
    left: 40%;
    position: absolute;
    color: #4e4c4c;
}
.footer_address ul {list-style:none;margin:0;padding:0;}
.footer_address li {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    visibility: hidden;
	list-style:none;
}
.footer_address li.is-active {
    visibility: visible;
    z-index: 1;
}
.js-map-text h3 {
    display: inline-block;
    transition-property: color;
    margin: 0 0 5px;
	font-size: 22px;
	color:#eee;
	font-weight: bold;
    font-family: sans-serif;
}
.js-map-text p{font-size: 13px;
	color:#555;
}
.js-map-text a {font-size: 13px;
	color:#ccc;
}
.js-map-text a:hover {
	color:#fff;
}
.ser_tab{position: relative;
    overflow: hidden;
	background: #fbf8f5;
}
.footer_txt{position:relative;margin-bottom:50px;}
.footer_txt small {
    font-size: 12px;
    color: #fff;
}
.footer_txt img {max-width:50px; margin-right: 7px;}
.feature-style1{
    position:relative;
}
.feature-style1 .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 10px;
}
.feature-style1 .nav-tabs li {
    text-align: center;
    float: none;
    display: inline-block;
}
.feature-style1 .nav-tabs li a {
    color: #555;
    display: inline-block;
    background: none;
    border: none;
    padding: 0px 30px 20px;
    font-weight: 500;
    font-size: 15px;
}
.feature-style1 .nav-tabs li a:hover, .feature-style1 .nav-tabs li a:focus, .feature-style1 .nav-tabs li.active a {
    color: #FF222A;
    background: none;
    border: none;
}
.feature-style1 .nav-tabs li.active a:before, .feature-style1 .nav-tabs li.active a:after {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: none;
    content: "";
    z-index: 901;
    display: block;
    transition: left .5s ease-out,transform .5s ease-out;
}
.feature-style1 .nav-tabs li.active a:before {
    border-bottom: 8px solid #e6e7e8;
    top: 101%;
    left: 45%;
}
.feature-style1 .nav-tabs li.active a:after {
    border-bottom: 8px solid #fafafa;
    top: 101%;
    left: 45%;
    margin-top: 3px;
} 
.feature-style1 .nav-tabs li a span.icon_box {
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto;
    background: #f7f8f9;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.feature-style1 .nav-tabs li a img {
    width: 45px;
    filter: grayscale(1);
}
.feature-style1 .nav-tabs li a:hover img, .feature-style1 .nav-tabs li.active a img {
    filter: grayscale(0);
}
.feature-style1 .nav-tabs li a span.tab_txt {
    display: block;
    padding-top: 10px;
}
.feature-style1 .tab-content {
    position: relative;
}
.feature-style1 .tab_content_box > .active {
    position: relative;
    width: 100%;
    border-top: 2px solid #e6e7e8;
    border-bottom: 2px solid #e6e7e8;
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 40px 0 30px;
}
.feature-style1 .feature-box { 
    box-shadow: 0px 0px 12px 0px #ddd;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    padding: 15px 15px 5px;
}
.feature-style1 .feature-box:hover {background: #fff;position: relative;} 
.feature-style1 .feature-box  h4{font-size: 15px;}  
.feature-style1 .feature-box  p{font-size: 13px;line-height: normal;}
.feature-style1 .feature-box .read_more{opacity:0;visibility:hidden;display: inline-block;
    color: #FF222A;
    border: 1px solid #FF222A;
    border-radius: 3px;
	margin-top: 8px;padding: 6px 15px;
}
.feature-style1 .feature-box:hover .read_more{opacity:1;visibility:visible;} 
.search_icon img{width:20px;}
.menu-footer{position:relative; padding: 0px 0;}
.menu-footer h3{margin: 10px 0 12px;
    font-weight: 400;
    color: #333;
	font-size:20px;
}
.menu-footer ul{margin:0 0 8px;padding:0;list-style:none;}
.menu-footer li {
    display: inline-block;
    font-size: 13px;
	padding-bottom:8px;
}
.menu-footer li a {
    display: block;
    height: 14px;
	color: #807b72;
    line-height: 14px;
    padding: 0 2px;
	position:relative;
}
.menu-footer li:first-child a {padding-left:0;}
.menu-footer li:last-child a {padding-right:0;}
.menu-footer li a:hover {color: #da251c;}
.menu-footer li a:after {content:"/";display:inline-block;color: #ccc;padding-left: 4px;}
.menu-footer li:last-child a:after {content:none;}
.custom-dots{list-style: none;
    padding-left: 0px;
	padding-top: 20px;
	margin:0;
}
.custom-dots li{
    font-size: 14px;
}
.custom-dots li span{color: #333;position:relative;display:inline-block;
	-webkit-transition: color 0.6s ease;
    transition:color 0.6s ease;
	cursor:pointer;
	padding: 10px 30px;
}
.custom-dots li:hover span, .custom-dots li.active span{color: #fff;}
.custom-dots li span:after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #da251c;
  transform-origin:left;
  -webkit-transition:width 0.6s ease;
  transition:width 0.6s ease;
  z-index:-1;
}
.custom-dots li:hover span:after, .custom-dots li.active span:after {
  width: 100%;
}
.custom-dots li img{width:24px;margin-left: 15px;display:none;}
.custom-dots li.active img{display:inline-block;}

.ser-custom-dots{
	margin: 50px 0 20px;
	position:relative;
	display: block;
	width:100%;
}
.ser-custom-dots:before {
    width: 1px;
    top: 22px;
    bottom: -10px;
    left: 50px;
    background: #da251c;
}
.ser-custom-dots:after, .ser-custom-dots:before {
    position: absolute;
    z-index: 0;
    content: '';
}
.ser_arrow_down{
	position:relative;
	display:inline-block;
	z-index:101;
	width:32px;
	margin-left: 34px;
    margin-bottom: 30px;
}
.ser-custom-dots .ui-accordion-header{position:relative;
    font-size: 20px;
    line-height: 36px;
    color: #e1e1e1;
    text-transform: uppercase;
	padding: 0px;
	margin:0;
	font-weight: bold;
	cursor: pointer;
	border: none;
    background: none;
	outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	z-index:10;
}
.ser-custom-dots .ui-accordion-header-active {
    font-size: 24px;
    color: #da251c;
	border: none;
    background: none;
	outline: none;
}
.ser-custom-dots .ui-accordion-header span{display:inline-block;vertical-align:middle;}
.ser-custom-dots .ui-accordion-header i{display:inline-block;vertical-align:middle;margin-right:20px;
	width: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    position: relative;
    z-index: 99;
	line-height: 65px;
	text-align:center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ser-custom-dots .ui-accordion-header-active i {
    background: #ffe100;height: 70px;
}
.ser-custom-dots .ui-accordion-header.ui-accordion-header-active i:after{background:none;}
.ser-custom-dots .ui-accordion-header i:after {
    width: 11px;
    height: 11px;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
.ser-custom-dots .ui-accordion-header i:after, .ser-custom-dots .ui-accordion-header i:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ser-custom-dots h3 img{width:32px;height:32px;display:none;vertical-align:middle;}
.ser-custom-dots .ui-accordion-header-active img {
    display:inline-block;
}
.ser-custom-dots.ui-accordion .ui-accordion-content {
    padding:0px;
    background: none;
    overflow: visible;
    border: none;
}
.ser-custom-dots .feature-box{padding:5px 0 0px 110px;margin-bottom:0;}

.bdr-left {margin-top: -10px;
    border-left: 1px solid #999;
	padding-bottom: 1px;
}

.map_txt_box{position: absolute;top: 38%;}
.map_flex_box{display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.wh_box_bg{position:relative;}
.wh_box_bg:after{    content: "";
    position: absolute;
    top: 0;
    right: 0;
	width:20%;
    display: block;
    background-color: #e11313;
	z-index:1;
	bottom:0;
}
.ser_img{position:relative;z-index:101;    
	display: flex;
    align-items: center;
	transform: translateY(35%);
}
.ser_img img{}
.branches .owl-theme .owl-nav{background:none;top: -32px;}
.branches .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0 1px;
    background: none;
}
.branches .owl-theme .owl-nav img{width: 12px;}
.btn_view{background: #e22727;position:absolute;    
	bottom: -20px;
    right: 20px;
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.btn_view:hover{background: #fff;box-shadow:0px 0px 2px 0px #aaa;}
.btn_view a{color: #fff;font-size: 15px;}
.btn_view:hover a{color: #333;}
.top_bg_icon{position:absolute;right: 100px;top: -55px;width: 100px;    
	transition: all linear .5s;
    transform: translatey(0px);
    animation: zump 6s ease-in-out infinite;
}
@keyframes zump {
0% {transform: translatey(0px);}50% {transform: translatey(-9px);}
100% {transform: translatey(0px);}
}
@-webkit-keyframes zump {
0% {transform: translatey(0px);}50% {transform: translatey(-9px);}
100% {transform: translatey(0px);}
}
.top_bg_icon img{width:100%;}
.banner-links, .banner_links{display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.banner-links ul {list-style:none;padding:0 15px;border: none;margin: 12px 15px 0px;border-radius: 4px 4px 0px 0px;display: inline-block;vertical-align:top;}
.banner-links .nav-tabs{margin: 35px 15px 0px;}
.banner-links li{vertical-align: middle;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin:0px;
	float:none;
	padding: 5px 0 5px;
}
.banner-links .nav-tabs>li{border-color: #e5e5e5;border-width: 0px 0px 0.5px 0px;border-style:solid;margin:0 -2px;}
.banner-links .nav-tabs>li>a{font-size: 11px;
	cursor:pointer;
    padding: 10px 0px;
    display: block;
    border:none;
    color: #555;
	margin-right: 15px;
	text-align:left;
	font-family:Arial;
	position:relative;
}
.banner-links .nav-tabs>li:last-child>a{margin-right: 0px;}
.banner-links .nav-tabs>li>a:after{content:"";display:block;position:absolute;bottom:-6px;left:0;height:2px;width:100%;background-color:#da251c;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1)}
.banner-links .nav-tabs>li.active>a:after, .banner-links .nav-tabs>li.active>a:hover:after, .banner-links .nav-tabs>li>a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}
.banner-links .nav-tabs>li>a span{display:inline-block;vertical-align:middle;max-width:60px;line-height:12px;}
.banner-links .nav-tabs>li>a img{width:24px;height:24px;display:inline-block;margin-right:5px;vertical-align:middle;}
.banner-links .nav-tabs>li>a:focus, .banner-links .nav-tabs>li.active>a, .banner-links .nav-tabs>li.active>a:focus{background: none;color: #333;border: none;font-weight: 600;}
.banner-links .nav-tabs>li>a:hover{background:none;}
.banner_links a{color: #333;
	border: 1px solid;
    border-color: rgba(0,0,0,0.3);
	height: 44px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 15px;
	box-shadow: none;
    background-color: transparent;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	max-width: 120px;
}
.banner-txt{color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 2px 3px #333;
}
.rev_title{margin: 0;
    font-size: 45px;
    color: rgba(245, 245, 245, 0.5);
    font-family: Poppins;
    font-weight: 700;
    position: absolute;
    top: 56px;
    left: 150px;
    text-transform: uppercase;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.radio-box{margin-right:20px;color: #4a4a4a;}
.radio-box span{color: #4a4a4a;}
.radio-box input[type=radio]:not(:checked)+span {
    color: #ababab!important;
}   
.radio-box input{margin: 0 4px 0 0;}
.radio-box:last-child{margin-right:0px;}  
.enquiry_box{position: fixed;
    bottom: 0px;
	width: 300px;
	background: #FF222A;
	color: #fff;
    right: 1%;
    z-index: 1010;
    display: block;
	border-radius: 4px 4px 0 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
	box-shadow: 0px 1px 2px 0px #333;
	-webkit-box-shadow: 0px 1px 2px 0px #333;
}
.enquiry_box a{color: #fff;
    display: flex;
	padding: 10px 20px;
	font-size: 16px;
	font-weight:600;
    align-items: center;
    justify-content: space-between; 
	cursor: pointer;
}
.enquiry_box a span{} 
.enquiry_box a i{font-size: 22px;}
.enquiry_box a i.fa-angle-down{display: none;}
.enquiry_box a.active i.fa-angle-up{display: none;}
.enquiry_box a.active i.fa-angle-down{display: block;} 
.enquiry_content{display: none;background: #fff;
    padding: 15px;
}
.enquiry_content.active{display: block;}
.enquiry_content .form-group{margin-bottom:10px;}
.enquiry_content .form-control{font-size: 13px;height: 38px;}
.btn-box1{display: block;
    position: relative;
}
.btn-box1 a{display: inline-flex;align-items:center;} 
.contact-indicator__circle{
    width: 21px;
    height: 21px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.contact-indicator__circle:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    will-change: transform;
}
.contact-indicator__circle:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .45s cubic-bezier(1,-.39,0,1.56);
    transition: all .45s cubic-bezier(1,-.39,0,1.56);
    will-change: transform;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-animation: animateHeart 2s infinite;
    animation: animateHeart 2s infinite;
    animation-direction: reverse;
}
@-webkit-keyframes animateHeart{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.4);transform:scale(1.4)}10%{-webkit-transform:scale(1.8);transform:scale(1.8)}15%{-webkit-transform:scale(1.4);transform:scale(1.4)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes animateHeart{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.4);transform:scale(1.4)}10%{-webkit-transform:scale(1.8);transform:scale(1.8)}15%{-webkit-transform:scale(1.4);transform:scale(1.4)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}
.contact-indicator__circle .icon {
    width: 21px;
    height: 21px;
    z-index: 1;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.contact-indicator__circle .icon{stroke:#ff4438}
.btn-box1:hover .contact-indicator__circle:after{-webkit-animation:none;animation:none;-webkit-animation-delay:1s;animation-delay:1s;width:37px;height:37px}
.btn-box1:hover .contact-indicator__circle .icon{opacity:1}
.btn-box1 label{font-weight: normal;
    margin: 0 0 0 10px;
    font-size: 15px;
	display: inline-flex;
	color:#fff; 
	cursor:pointer;
}
.icon-write {
    display: block;
    transition: 0.3s;
}
.icon-write__email {position: absolute;  
    left: calc(50% - 11px);
    top: 14px;
    width: 23px;
    -webkit-animation: cycleIcons1 6s ease 0s infinite normal both running;
    animation: cycleIcons1 6s ease 0s infinite normal both running;
} 
.icon-write__hand {
    left: calc(50% - 12px);
    top: 6px;
    width: 18px;
    -webkit-animation: cycleIcons2 6s ease 0s infinite normal both running;
    animation: cycleIcons2 6s ease 0s infinite normal both running;
    position: absolute;
}
.icon-write__write {  
    left: calc(50% - 9px);
    top: 3px;
    width: 18px;
    -webkit-animation: cycleIcons3 6s ease 0s infinite normal both running;
    animation: cycleIcons3 6s ease 0s infinite normal both running;
    position: absolute;
} 
@-webkit-keyframes cycleIcons1{0%{transform-origin:center center;transform:scale(0)}5%{transform-origin:center center;transform:scale(1);opacity:1}25%{transform-origin:center center;transform:scale(1);opacity:1}30%{transform-origin:bottom center;transform:scale(0) rotate(0deg);opacity:0}100%{transform-origin:bottom center;content:"î€";transform:scale(0) rotate(0deg);opacity:0}}
@keyframes cycleIcons1{0%{transform-origin:center center;transform:scale(0)}5%{transform-origin:center center;transform:scale(1);opacity:1}25%{transform-origin:center center;transform:scale(1);opacity:1}30%{transform-origin:bottom center;transform:scale(0) rotate(0deg);opacity:0}100%{transform-origin:bottom center;content:"î€";transform:scale(0) rotate(0deg);opacity:0}}
@-webkit-keyframes cycleIcons2{0%{transform:scale(0) rotate(-30deg);opacity:1}28%{transform:scale(0) rotate(-30deg);opacity:1}31%{transform:scale(1) rotate(30deg)}40%{transform:scale(1) rotate(-30deg)}48%{transform:scale(1) rotate(30deg)}55%{transform:scale(1) rotate(-30deg)}61%{transform-origin:bottom center;content:"î€";transform:scale(1) rotate(30deg);opacity:1}63%{transform-origin:center center;content:"î€ ";transform:scale(0);opacity:0}100%{transform-origin:center center;content:"î€ ";transform:scale(0);opacity:0}}
@keyframes cycleIcons2{0%{transform:scale(0) rotate(-30deg);opacity:1}28%{transform:scale(0) rotate(-30deg);opacity:1}31%{transform:scale(1) rotate(30deg)}40%{transform:scale(1) rotate(-30deg)}48%{transform:scale(1) rotate(30deg)}55%{transform:scale(1) rotate(-30deg)}61%{transform-origin:bottom center;content:"î€";transform:scale(1) rotate(30deg);opacity:1}63%{transform-origin:center center;content:"î€ ";transform:scale(0);opacity:0}100%{transform-origin:center center;content:"î€ ";transform:scale(0);opacity:0}}
@-webkit-keyframes cycleIcons3{0%{transform-origin:bottom left;transform:scale(0);opacity:1}66%{transform-origin:bottom left;transform:scale(0);opacity:1}70%{transform-origin:bottom left;transform:scale(1) translate(-10%, -8%) rotate(0)}79%{transform-origin:bottom left;transform:scale(1) translate(10%, 15%) rotate(-15deg)}86%{transform-origin:bottom left;transform:scale(1) translate(18%, -10%) rotate(10deg)}95%{transform-origin:center center;transform:scale(1) translate(25%, 8%) rotate(-10deg);opacity:1}99%{transform-origin:center center;transform:scale(0);opacity:0}100%{transform:scale(0);opacity:1}}
@keyframes cycleIcons3{0%{transform-origin:bottom left;transform:scale(0);opacity:1}66%{transform-origin:bottom left;transform:scale(0);opacity:1}70%{transform-origin:bottom left;transform:scale(1) translate(-10%, -8%) rotate(0)}79%{transform-origin:bottom left;transform:scale(1) translate(10%, 15%) rotate(-15deg)}86%{transform-origin:bottom left;transform:scale(1) translate(18%, -10%) rotate(10deg)}95%{transform-origin:center center;transform:scale(1) translate(25%, 8%) rotate(-10deg);opacity:1}99%{transform-origin:center center;transform:scale(0);opacity:0}100%{transform:scale(0);opacity:1}}

.process_section {
    background: #c50303;
    position: relative;
	width:100%;
	padding: 0px 0 30px;
}
.homepage__section__wrap {color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100vh;
}
.homepage__section__info {
    position: relative;
}
.homepage__section__title {font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0px; 
	padding-top: 10px;
	margin-bottom: 0px;   
	padding-bottom: 23px;
    display: block;
} 
.homepage__section__text {
    margin-bottom: 65px;
    max-width: 60%;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.homepage__section__text p{font-size:16px;font-weight:400;}
.homepage__section__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
}
.homepage__section__steps__unit {
    position: relative;
    width: 33.3%;
    text-align: center;
	outline: none;
}
.homepage__section__steps__unit:nth-child(1) {
    padding-bottom: 86px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -ms-flex-order: 1;
}
.homepage__section__steps__unit:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
.homepage__section__steps__unit:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    -ms-flex-order: 3;
    padding-left: 30px;
}
.homepage__section__steps__unit:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
    -ms-flex-order: 6;
    padding-left: 30px;
}
.homepage__section__steps__unit:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
    -ms-flex-order: 5;
}
.homepage__section__steps__unit:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
    -ms-flex-order: 4;
}
.homepage__section__steps__unit__wrap {
    max-width: 100%;
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    will-change: transform,opacity;
    -webkit-transition: opacity .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    width: 300px;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.homepage__section__steps__unit__wrap--centered {
    margin: 0 auto;
} 
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(1) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(2) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(3) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(4) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(5) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown.homepage__section__steps__unit:nth-child(6) .homepage__section__steps__unit__wrap {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.homepage__section__steps__unit__icon {
    max-height: 48px;
    margin-bottom: 30px;
}
.homepage__section__steps__unit:nth-child(1) .homepage__section__steps__unit__icon img {
    height: 60px;
}
.homepage__section__steps__unit:nth-child(2) .homepage__section__steps__unit__icon img {
    height: 56px;
}
.homepage__section__steps__unit:nth-child(3) .homepage__section__steps__unit__icon img {
    height: 65px;
}
.homepage__section__steps__unit:nth-child(4) .homepage__section__steps__unit__icon img {
    height: 90px;
	-webkit-transform: translateY(-17%);
    transform: translateY(-17%);
}
.homepage__section__steps__unit:nth-child(5) .homepage__section__steps__unit__icon img {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
    height: 75px;
}
.homepage__section__steps__unit:nth-child(6) .homepage__section__steps__unit__icon img {
    height: 64px;
} 
.homepage__section__steps__unit__title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 12px;
    font-weight: 300;
}
.homepage__section__steps__unit__text {
    font-size: 12px;
    line-height: 15px;
    color: #d5d5d5;
}
.homepage__section__steps__unit__line {
    position: absolute;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: -webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    height: 2px;
    background-color: #fdfafa;
}
.homepage__section__steps__unit__line--01, .homepage__section__steps__unit__line--02, .homepage__section__steps__unit__line--04, .homepage__section__steps__unit__line--05 {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    left: -webkit-calc(100% - (100% - 300px) + 30px);
    left: calc(100% - (100% - 300px) + 30px);
    top: 29px;
    width: -webkit-calc((100% - 300px) + 20px);
    width: calc((100% - 300px) + 20px);
}
.homepage__section__steps__unit__line:not(.homepage__section__steps__unit__line--03) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line:not(.homepage__section__steps__unit__line--03) {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line.homepage__section__steps__unit__line--01 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line.homepage__section__steps__unit__line--02 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line.homepage__section__steps__unit__line--04 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line.homepage__section__steps__unit__line--05 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.homepage__section__steps__unit__line--03 {
    width: 2px;
    height: 164px;
    right: 11px;
    top: 60px;
}
.homepage__section__steps__unit__line--03:before {
    will-change: height;
    -webkit-transition: height .5s cubic-bezier(.39,.575,.565,1);
    transition: height .5s cubic-bezier(.39,.575,.565,1);
    content: "";
    height: -webkit-calc(100% + 80px);
    height: calc(100% + 80px);
    width: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 1;
}
.homepage__section__steps.animated .homepage__section__steps__unit--shown .homepage__section__steps__unit__line.homepage__section__steps__unit__line--03:before {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    height: 0;
}
.homepage__section__steps__unit__line__corner {
    position: absolute;
    overflow: hidden;
}
.homepage__section__steps__unit__line__corner--top {
    width: 30px;
    height: 30px;
    bottom: 100%;
    right: 0;
}
.homepage__section__steps__unit__line__corner--bottom {
    width: 23px;
    height: 23px;
    top: 100%;
    right: 0;
}
.homepage__section__steps__unit__line__corner:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage__section__steps__unit__line__corner--top:before {
    border-radius: 0 100% 0 0;
    border-top: 2px solid #fdfafa;
    border-right: 2px solid #fdfafa;
} 
.homepage__section__steps__unit__line__corner--bottom:before {
    border-radius: 0 0 100% 0;
    border-bottom: 2px solid #fdfafa;
    border-right: 2px solid #fdfafa;
}


.scene_element{-webkit-animation-duration:0.35s;animation-duration:0.35s;-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-animation-fill-mode:both;animation-fill-mode:both}.scene_element--fadein{animation:fadeIn 0.35s;-moz-animation:fadeIn 0.35s;-webkit-animation:fadeIn 0.35s;-o-animation:fadeIn 0.35s}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.logo {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
    width: 200px;
    position: fixed;
    height: 75px;
    top: -10px;
    left: 90px;
	opacity:0;
	visibility:hidden;
    z-index: 9700;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.logo.active {opacity:1;visibility:visible;display:none;}
.mc-chicken {opacity:0;
	top: 28px;
	visibility:hidden;
    right: 93px;
	width: 41px;
    height: 41px; 
	position: fixed;
    line-height: 1.8em;
    z-index: 9700;
	color: #fff;
	border-radius: 100%;
    background: #facc16;
	display:block;
	transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.mc-chicken.opened {opacity:1;cursor: pointer;visibility:visible;}
.mc-chicken span {
    top: 20px;
    right: 19px; 
	display: block;
    position: absolute;
    width: 2px; 
    height: 17px;
    background: #fff;
	z-index: 9700;
    transform: translate3d(0, -50%, 0) scale(1, 1) rotate(225deg);
    -moz-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(225deg);
    -webkit-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(225deg);
    -o-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(225deg);
    -ms-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(225deg);
	-webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.mc-chicken span:nth-of-type(2) {
    transform: translate3d(0, -50%, 0) scale(1, 1) rotate(-225deg);
    -moz-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(-225deg);
    -webkit-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(-225deg);
    -o-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(-225deg);
    -ms-transform: translate3d(0, -50%, 0) scale(1, 1) rotate(-225deg);
} 
.mc-chicken .cross_icon{display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	transition:all .4s;
} 
.mc-chicken .cross_icon:hover{
	transform:rotate(180deg)
}
.link-mask-wrap{position:absolute;overflow:hidden;}  
.link-mask{position:absolute;overflow:hidden;width:100%;height:40px;-webkit-transform:translateX(-102%);-ms-transform:translateX(-102%);transform:translateX(-102%);transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1)}
.link-mask>span{position:absolute;color:#666;-webkit-transform:translateX(102%);-ms-transform:translateX(102%);transform:translateX(102%);transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 600ms cubic-bezier(0.77, 0, 0.175, 1)}
.link-mask i{font-style:normal} 
.slidenav{transition:all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-transition:all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;-ms-transition-delay:1s;transition-delay:1s;transform:scale(0, 1);-moz-transform:scale(0, 1);-webkit-transform:scale(0, 1);-o-transform:scale(0, 1);-ms-transform:scale(0, 1);-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%;transform-origin:100% 0%;z-index:8000;top:0%;left:0;width:100%;height:100vh;position:fixed;background-color:transparent;color:#fff;overflow:visible}
.slidenav:before{content:"";transition:all 800ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 800ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 800ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 800ms cubic-bezier(0.77, 0, 0.175, 1);transform:scale(0, 0) translate(50%, -50%);-moz-transform:scale(0, 0) translate(50%, -50%);-webkit-transform:scale(0, 0) translate(50%, -50%);-o-transform:scale(0, 0) translate(50%, -50%);-ms-transform:scale(0, 0) translate(50%, -50%);-webkit-transition-delay:0.35s;-moz-transition-delay:0.35s;-o-transition-delay:0.35s;-ms-transition-delay:0.35s;transition-delay:0.35s;display:block;width:370vw;height:auto;padding-top:370vw;background-color:#fff;position:fixed;top:0;right:0;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0;transform-origin:100% 0;border-radius:50%;z-index:1}
.navlinks{padding-left:0;list-style:none;margin:0;}
.navlinks.navlink_left{margin-bottom:30px;}
.navlinks.navlink_left li{color: #555;height: auto;font-weight: 500;font-size: 30px;margin-bottom: 5px;} 
.slidenav li{display: block;margin-bottom: 30px;transition:all 650ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 650ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 650ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 650ms cubic-bezier(0.77, 0, 0.175, 1);transform:scale(0.8) translate(200px, 0);-moz-transform:scale(0.8) translate(200px, 0);-webkit-transform:scale(0.8) translate(200px, 0);-o-transform:scale(0.8) translate(200px, 0);-ms-transform:scale(0.8) translate(200px, 0);-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;-ms-transition-delay:0.25s;transition-delay:0.25s;opacity:0;height:40px;position:relative;font-size:15px;line-height:1.2em;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0;transform-origin:100% 0}
.slidenav li:nth-child(2){-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-o-transition-delay:0.2s;-ms-transition-delay:0.2s;transition-delay:0.2s}
.slidenav li:nth-child(3){-webkit-transition-delay:0.15s;-moz-transition-delay:0.15s;-o-transition-delay:0.15s;-ms-transition-delay:0.15s;transition-delay:0.15s}
.slidenav li:nth-child(4){-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-o-transition-delay:0.1s;-ms-transition-delay:0.1s;transition-delay:0.1s}
.slidenav li:nth-child(5){-webkit-transition-delay:0.05s;-moz-transition-delay:0.05s;-o-transition-delay:0.05s;-ms-transition-delay:0.05s;transition-delay:0.05s}
.slidenav li.selected .link-mask,.slidenav li.selected .link-mask>span,.slidenav li:hover .link-mask,.slidenav li:hover .link-mask>span{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);transition:all 350ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 350ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 350ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 350ms cubic-bezier(0.77, 0, 0.175, 1)}
.slidenav li.selected a, .slidenav li a:hover{color:#666;border-color: #999;}
.slidenav li a:hover{padding-right: 20px;}
.slidenav li a{text-decoration:none;display:inline-block;color:#ccc;font-weight:600;text-transform: uppercase;     
	min-width: 180px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 10px;
}
.slidenav li a:hover, .slidenav li a:focus, .slidenav.active li a:focus{text-decoration:none;}
.slidenav.active{transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s;top:0%;left:0%;bottom:0%;right:0%}.slidenav.active:before{transform:scale(1, 1) translate(50%, -50%);-moz-transform:scale(1, 1) translate(50%, -50%);-webkit-transform:scale(1, 1) translate(50%, -50%);-o-transform:scale(1, 1) translate(50%, -50%);-ms-transform:scale(1, 1) translate(50%, -50%);-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}.slidenav.active li{opacity:1;transform:scale(1) translate(0%, 0%);-moz-transform:scale(1) translate(0%, 0%);-webkit-transform:scale(1) translate(0%, 0%);-o-transform:scale(1) translate(0%, 0%);-ms-transform:scale(1) translate(0%, 0%);-webkit-transition-delay:0.75s;-moz-transition-delay:0.75s;-o-transition-delay:0.75s;-ms-transition-delay:0.75s;transition-delay:0.75s}.slidenav.active li:nth-child(2){-webkit-transition-delay:0.8s;-moz-transition-delay:0.8s;-o-transition-delay:0.8s;-ms-transition-delay:0.8s;transition-delay:0.8s}.slidenav.active li:nth-child(3){-webkit-transition-delay:0.85s;-moz-transition-delay:0.85s;-o-transition-delay:0.85s;-ms-transition-delay:0.85s;transition-delay:0.85s}.slidenav.active li:nth-child(4){-webkit-transition-delay:0.9s;-moz-transition-delay:0.9s;-o-transition-delay:0.9s;-ms-transition-delay:0.9s;transition-delay:0.9s}.slidenav.active li:nth-child(5){-webkit-transition-delay:0.95s;-moz-transition-delay:0.95s;-o-transition-delay:0.95s;-ms-transition-delay:0.95s;transition-delay:0.95s}.slidenav.active .nav-img{transform:translate(0, -50%) scale(1);-moz-transform:translate(0, -50%) scale(1);-webkit-transform:translate(0, -50%) scale(1);-o-transform:translate(0, -50%) scale(1);-ms-transform:translate(0, -50%) scale(1);-webkit-transition-delay:0.6s;-moz-transition-delay:0.6s;-o-transition-delay:0.6s;-ms-transition-delay:0.6s;transition-delay:0.6s;opacity:1}.slidenav.active .nav-img image{transform:scale(0.95);-moz-transform:scale(0.95);-webkit-transform:scale(0.95);-o-transform:scale(0.95);-ms-transform:scale(0.95);-ms-transform-origin:50% 100;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.slidenav.active .nav-img image.selected{-webkit-transition-delay:0.15s;-moz-transition-delay:0.15s;-o-transition-delay:0.15s;-ms-transition-delay:0.15s;transition-delay:0.15s;opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}.slidenav.active.set image.selected{opacity:0;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s;transform:scale(0.95);-moz-transform:scale(0.95);-webkit-transform:scale(0.95);-o-transform:scale(0.95);-ms-transform:scale(0.95)}
.slidenav.active.set image.hovered,.slidenav.active.set image.selected.hovered{-webkit-transition-delay:0.15s;-moz-transition-delay:0.15s;-o-transition-delay:0.15s;-ms-transition-delay:0.15s;transition-delay:0.15s;opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}
.navlinks-wrap{transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-webkit-transform:translate(0%, -50%);-o-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);position:absolute;top:45%;left:20%;z-index:8500;width:50%;}
.nav-img{z-index:8250;display:none;position:absolute;top:50%;left:-110%;width:200%;height:auto;transform:translate(-5%, -50%) scale(0.8);-moz-transform:translate(-5%, -50%) scale(0.8);-webkit-transform:translate(-5%, -50%) scale(0.8);-o-transform:translate(-5%, -50%) scale(0.8);-ms-transform:translate(-5%, -50%) scale(0.8);transition:all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-transition:all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0}.nav-img .scene{position:relative;width:100%;height:auto}.nav-img svg{fill:none}.nav-img image{transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 450ms cubic-bezier(0.77, 0, 0.175, 1);opacity:0;width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d} 
@media only screen and (min-width:48em){.slidenav li{font-size:15px;}.slidenav .nav-img{display:block;top:50%;left:-15%;width:75%}.link-mask,.link-mask-wrap,.link-mask>span{}
.navlinks-wrap{left:48%}
} 
@media only screen and (min-width:64em){.slidenav:before{width:250vw;height:auto;padding-top:250vw}.slidenav li{}.link-mask,.link-mask-wrap,.link-mask>span{}.contact-icon{width:40px;height:40px;padding:10px}} 
@media only screen and (min-width:75em){.slidenav li{}.link-mask,.link-mask-wrap,.link-mask>span{}.contact-icon{width:50px;height:50px;padding:15px;bottom:45px;right:45px}} 
@media only screen and (min-width:1921px){.slidenav li{}.link-mask,.link-mask-wrap,.link-mask>span{}.mc-chicken{font-size:.4em}} 
@media only screen and (max-width:1023px){#canvas-logo{display:none}} 
@media only screen and (min-width:1024px) and (max-width:1440px){.slidenav li{font-size:15px;}.slidenav .nav-img{display:block;top:50%;left:-15%;width:75%}.link-mask,.link-mask-wrap,.link-mask>span{}}
.navlinks-wrap, .nav-img{opacity:1;visibility:visible;} 
.over_img{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
	opacity:0;
	transition: all 600ms ease-out;
	-webkit-transition:all 600ms ease-out;
	-moz-transition:all all 600ms ease-out;
}
.slidenav.active .over_img{opacity:1;    
	-webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.nav-img.deselected{
    opacity:0;
	visibility: hidden;
	-webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
.navlinks-wrap.deselected{   
    opacity:0;
	visibility: hidden; 
}
.contact_wrap{transition: all 350ms ease-out;
	-webkit-transition:all 350ms ease-out;
	-moz-transition:all all 350ms ease-out;
	-o-transition:all all 350ms ease-out; 
	opacity:0;
	visibility: hidden;
    position: absolute;
    top: 0;
	left:0;
	z-index:8600;
	width:100%;
	padding-top: 60px;
	padding-bottom: 40px;
	height: 100%;
	background: #fff;
	color: #666;
} 
.contact_wrap.active{opacity:1;
	visibility: visible; 
}
.contact_wrap .comment-form{width:38%;margin:0 auto;}
.contact_wrap .form-group{ 
	opacity:0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	margin-bottom: 30px;
	transition: all 600ms ease-out;
	-webkit-transition:all 600ms ease-out;
	-moz-transition:all all 600ms ease-out;
	-o-transition:all all 600ms ease-out; 
}
.contact_wrap.active .form-group{opacity: 1;
	transform: none;
    -moz-transform: none;
    -webkit-transform: none; 	
}
.contact_wrap.active .form-group.delay1{-webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.contact_wrap.active .form-group.delay2{-webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.contact_wrap.active .form-group.delay3{-webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.contact_wrap.active .form-group.delay4{-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.contact_wrap.active .form-group.delay5{-webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.contact_wrap.active .form-group.delay6{-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.contact_wrap.active .form-group.delay7{-webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.contact_wrap .form-control, .ui-selectmenu-button.ui-button{border: 2px solid #ccc;
    border-radius: 30px;
    background-color: transparent;
    transition: all 350ms ease;
	padding: 5px 30px;
	height: 45px;  
	color: #999;
	width: 100%;
	font-size: 14px;
	outline:none;
}
.contact_wrap .form-control:focus{border: 2px solid #999;box-shadow:none;outline:none;}
.contact_wrap ::-webkit-input-placeholder{color:#999}.contact_wrap ::-moz-placeholder{color:#999}
.contact_wrap :-ms-input-placeholder{color:#999}.contact_wrap :-moz-placeholder{color:#999} 
.contact_wrap textarea.form-control{height:auto;padding: 15px 30px;resize: none;}
.contact_wrap .comment-form h2{font-size: 24px;}
.contact_wrap .comment-form h2 span.ltxt{font-size: 28px;}
.contact_wrap .return_botton {margin-right: 15px;
    font-size: 21px;
    cursor: pointer;
}
.contact_wrap .submit_btn, .texts-box-info .submit_btn{font-size: 16px;
    border-radius: 30px;
    background: red;
    border: 2px solid #ff222a;
    padding: 12px 20px;
    color: #ff222a;
    display: inline-block;
    min-width: 190px;
    text-align: center;
	text-transform:uppercase;
}
.contact_wrap .submit_btn:hover, .texts-box-info .submit_btn:hover{background: #ff222a;color: #fff;} 
#order-privacy-contact{display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    height: 90%;
    margin: 0;
    width: 80px;
    opacity: 0;
    z-index: 111;
    cursor: pointer;
}
input[type='checkbox']#order-privacy-contact+label {
	position:relative;
	font-size: 11px;
    cursor: pointer;
	color: #aaa;
    transition: 350ms ease;
}
.fake-checkbox span[class*='-privacy'] {
    width: 52px;
    height: 28px;
    border: 2px solid #ccc;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.fake-checkbox span[class*='-privacy']:before { 
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #959595;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: all 350ms ease;
} 
input[type='checkbox']#order-privacy-contact+label span:before {
    content: "\f00d";
	font-family:FontAwesome;
}
input[type='checkbox']#order-privacy-contact:checked+label span:before{left: 25px; 
    border-color: #08b06a;
    background-color: #08b06a;
	content: "\f00c";
	font-family:FontAwesome;
}
input[type='checkbox']#order-privacy-contact+label a{color: #888;}
input[type='checkbox']#order-privacy-contact+label:hover a{color: #333;}
.ui-selectmenu-menu{z-index:11111;}
.ui-selectmenu-text {
    display: flex;
    align-items: center;
	height: 100%;
}
.ui-selectmenu-menu .ui-widget-content { 
    border-radius: 30px;
    padding: 20px 20px;
}    
.ui-menu .ui-menu-item-wrapper {color: #888;
    padding: 5px 1em;
    font-size: 13px;
}
.video_section{position: relative;}
.our_technologies{position: absolute;  
    bottom: 0px; 
    left: 0;
    width: 100%;
    z-index: 900;
	display: flex;
    align-items: center;
    height: 100%;
} 
.our_technologies .feature-style4{background:none;border-width: 0px 1px 1px 0px;
    border-color: #ccc;padding: 12px 5px;
} 
.block_width{max-width:95%;}
.bdr_rt0{border-right:none !important;}
.bdr_bt0{border-bottom:none !important;} 
.our_technologies .feature-style4 .feature-box .feature-info{padding-top:0;}
.techno_bg{background: rgba(255,255,255,0.3);padding: 25px 15px 25px 0;}
.techno_title{padding: 10px 15px 10px 40px;color: #555;} 
.techno_title h3{margin-top: 4px;}
.techno_title p{font-size:13px;margin-bottom:0;} 
.head_video_box{position: absolute;
    top: 0;
    left: -10%;
    width: 100%;
    height: 100%;
	z-index:1;
}
.head_video_box video{width: 100%; 
    height: 100%;
}
.ht100.relative_box:after{position: absolute;
    top: 0;
	left:50%;
	width: 40%;
    height: 100%;
	background:#fff;
	z-index:11;
}
.seo_img img{width:65%;}
.btn_arrow{margin: 35px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 280px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_arrow_icon{min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
    position: relative;
    border: 1px solid rgba(220,220,221,.32);
    color: #fff;
	-webkit-transition: all .9s cubic-bezier(.25,.46,.45,.94);
    transition: all .9s cubic-bezier(.25,.46,.45,.94); 
}
.btn_arrow_icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #dcdcdd;
    -webkit-transition: opacity 1.45s cubic-bezier(.19,1,.22,1),-webkit-transform 1.9s cubic-bezier(.19,1,.22,1);
    transition: opacity 1.45s cubic-bezier(.19,1,.22,1),-webkit-transform 1.9s cubic-bezier(.19,1,.22,1);
    transition: transform 1.9s cubic-bezier(.19,1,.22,1),opacity 1.45s cubic-bezier(.19,1,.22,1);
    transition: transform 1.9s cubic-bezier(.19,1,.22,1),opacity 1.45s cubic-bezier(.19,1,.22,1),-webkit-transform 1.9s cubic-bezier(.19,1,.22,1);
}
.btn_arrow_icon:after {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity .45s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: opacity .45s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),opacity .45s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),opacity .45s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn_arrow_icon:after, .btn_arrow_icon:before {
    content: "";
    position: absolute;
    will-change: transform; 
}
.btn_arrow:hover .btn_arrow_icon{transform: translateX(-20px);-webkit-transform: translateX(-20px);}
.btn_arrow:hover .btn_arrow_icon svg{fill:#FF222A;-webkit-animation-name:arrowAnimation;animation-name:arrowAnimation;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
.btn_arrow:hover .btn_arrow_icon:after {background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:1} 
.btn_arrow:hover .btn_arrow_icon:before {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}
@-webkit-keyframes arrowAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scaleX(1.4) scaleY(.9) translateX(1px);transform:scaleX(1.4) scaleY(.9) translateX(1px)}to{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes arrowAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scaleX(1.4) scaleY(.9) translateX(1px);transform:scaleX(1.4) scaleY(.9) translateX(1px)}to{-webkit-transform:scale(1);transform:scale(1)}}
.btn_arrow_icon svg{fill: #fff;
    width: 10px;
    height: 10px;
    z-index: 1;
    position: relative;
    -webkit-transition: color .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: color .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),color .2s;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),color .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}
.btn_arrow_txt{color: #fff;
    font-size: 20px;
	font-weight: 500;
    white-space: nowrap;
}
.txt_green {
    color: #498042 !important;
}
.checked_icon {
    display: block;
}
.checked_icon img {
    max-width: 80px;
}
.brand_section{position: relative;
    margin-top: -3px;
    padding-top: 60px;
	padding-bottom:20px;
}
.brand_section:after{background: url(../images/brand_rt_bg.jpg) no-repeat;position:absolute;top:0;right:0;content:"";display:block;
	width:19%; z-index: 1;
	bottom: 20px;
    opacity: 0.2; 
}  
.brand_title_box{position: relative;}
.brand_box{position: relative;z-index: 111;}
.brand_slider{position: relative;padding-top: 40px;}
.brand_thumb{display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.brand_thumb img{max-height: 72px;
    width: auto !important; 
} 
.dotted_bg{background: #F2F2F2;padding-top:30px;padding-bottom:50px;}
.dotted_img1{display:block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    z-index: 111;
    margin-left: -100px;
}
.dotted_img1 svg{}
.dotted_img2{display:block;text-align: center;}
.dotted_img2 svg{width: 100px;
    height: 100px;
}
.pattern_gray path {fill: #ddd;}
.pattern_gray1 path {fill: #ddd;}
.pattern_red path {fill: #FF222A;}
.dotted_img3{display:block;
    text-align: right;
    margin-right: 20px;
    margin-top: 4px;
	width: 20px;
    height: 20px;
    margin-left: auto;
}
.dotted_img3 svg{}
.chat_box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1800;
    width: 100%;
    height: 70px;
    background: #D90E0E;
}
.chat_box a{display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #ff222a;
	color:#fff;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 40px;
}
.chat_box a:last-child{margin-right: 0px;}
.chat_box a img{width:36px;}
.chat_box a svg{width:36px;}
.chat_box a.call_icon{}
.chat_box a.whatsapp_icon{background: #45c055;color:#fff;}
.seo_services_box{background: #fff;position:relative;}
.seo_services_box .nav-tabs{display: flex;justify-content: center;border-bottom: none;}
.seo_services_box .nav-tabs li{display: inline-flex;float: none;}
.seo_services_box .nav-tabs li a{
	display: flex;
    padding: 0px;
    border: none;
    background: none;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    margin: 0 28px;
}
.seo_services_box .nav-tabs li:hover a, .seo_services_box .nav-tabs li:focus a, .seo_services_box .nav-tabs li.active a, .seo_services_box .nav-tabs li.active a:hover{
	border:none;background:none;}
.seo_services_box .nav-tabs li a img{filter: grayscale(1);
    opacity: 0.5;
	max-width:86px;
}
.seo_services_box .nav-tabs li:hover a img, .seo_services_box ul li.active a img{filter: grayscale(0);
    opacity: 1;
}
.seo_services_box .tab-content{}
.seo_services_box .tab-content h4{font-size: 25px;
    margin-bottom: 15px;
	font-weight:300;
	color:#28282E;
}
.seo_services_box .tab-content p{font-size: 16px;
    color: #0a0a0a;
    line-height: 26px;
}
.newsletter_section{background-color: #d01e25;
    position: relative;
	padding-top: 90px;
    padding-bottom: 90px;
}
.newsletter{width: 65%;
    margin: 0 auto;
}
.newsletter h3{color: #fff;
    margin-bottom: 15px;
	font-size: 28px;
    font-weight: 500;
}
.newsletter p{color: #fff;
    margin-bottom: 45px;
	font-size: 16px;
	max-width:75%;
	margin-left:auto;
	margin-right:auto;
}
.newsletter .form-group{display: flex;
    justify-content: space-between;
}
.newsletter .form-control{
    box-shadow: none;
    font-size: 1.6rem;
    color: #bcbcc4;
    padding: 10px 20px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: 52px;
	border: 1px solid #ff5961;
    background: none;
}
.newsletter .form-control.name{max-width: 190px;}
.newsletter .form-control.email{max-width: 350px;}
.newsletter_btn{font-size: 1.5rem;
    background-color: #ff5961;
    color: #fff;
    text-transform: uppercase;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 52px;
    border: 1px solid #ff5961;
    border-left: none;
    padding: 10px 15px;
	min-width: 180px;
	text-align:center;
	font-weight: 500;
	outline:none;
}
.newsletter_btn:hover, .newsletter_btn:focus{background-color:#fe5159;color: #fff;border-color: #fe5159;outline:none;}
.faq_section {}
.faq_section .panel-default {border: none;}
.faq_section .panel-default>.panel-heading{color: #666;
    background: none;
    border: none;
    padding: 15px 0;
}
.faq_section .panel-title{font-size: 14px;
    font-weight: 400;
}
.faq_section .panel-title>a{display: block;position:relative;padding-right: 18px;}
.faq_section .panel-title>a.collapsed{}
.faq_section .panel-title>a:after{content:"-";display: block;font-size:24px;position:absolute;right:6px;top: -6px;}
.faq_section .panel-title>a.collapsed:after{content:"+";font-size:18px;top: -2px;right:4px;}
.faq_section .panel-body{padding: 15px 0;}
.faq_section .panel-body p{font-size: 13px;}
.faq_item{position:relative;}
.faq_thumb{display:block;}
.faq_thumb img{width:100%;}
.faq_info .img_thumb{display:block;}
.faq_info .img_thumb img{max-width:42px;}
.faq_info{color:#fff;position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0px 10px 80px;
    max-width: 90%;
}
.faq_info h3{font-size: 28px;
    font-weight: bold;
    margin: 15px 0 15px;
}
.faq_info p{font-size: 16px;
    margin-bottom: 20px;
}
.faq_info a{color:#fff;text-transform: uppercase;
    font-weight: 500;
}
.faq_info a span{padding-left:6px;}
.faq_info a:hover{color:#05c4ad;}
.service_bg{position:relative;background:#333;}
.seo_lft_box {position:relative;
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: url(../images/seo_lft_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.empty_space{height:340px;}
.service_right_box{color:#fff;position:relative;
    padding: 70px 60px 10px;
}
.service_right_box h2{font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
	line-height: 1.3;
}
.service_right_box p{font-size: 16px;
    line-height: 26px;
    color: #838383;
    margin-bottom: 20px;
    font-weight: 400;
}
.service_right_box .coun{background: none;
    color: #fff;width: 33.33%;
}
.service_right_box .counter {color: #fff;font-size: 48px;}
.service_right_box .plussign {font-size: 48px;}
.service_right_box .ei-se {
    padding: 0 0px;
    font-size: 16px;
    color: #fff;
}
.seo_choose_box{background-image: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%)!important;
	padding:40px 0;
	position:relative;
	background-position: 50%;
    background-size: 100%;
    background-size: cover;
    background-color: #fff;
	margin-bottom:100px;
}
.choose_info{position:relative;z-index:111;}
.white_bg_box{background-image: url(../images/white_bg.svg);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 1;
	display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
}
.seo_tools{display:flex;align-items: center;}
.seo_tools .texts-box-info{min-width: 175px;}
.seo_tools .texts-box-info h3{color: #707070;margin:5px 0;}
.seo_tool_slider{position: relative;}
.seo_tool_slider .brand_thumb{background: none;display:block;margin: 10px 0;}
.seo_tool_slider .brand_thumb img{max-height: 50px;    
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease-in;
	padding:10px;
}
.seo_tool_slider .brand_thumb:hover img{transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.seo_top_banner{position:relative;
	background: url(../images/seo_top_img.png);
	background-repeat: no-repeat;
	background-position:top right;
	background-size: 78%;
    width: 100%;
    padding-top: 50px;
	padding-bottom: 50px;
}
.seo_top_banner .texts-box-info{margin-left: -40px;}
.seo_top_banner .seo_tools .texts-box-info{margin-left: 0px;}
.seo_top_banner .texts-box-info h3 {
    font-size: 36px;
    font-weight: 600;
}
.pad_lft49{padding-left: 49px;}
.seo_top_banner .texts-box-info p {
    font-size: 16px;
    font-weight: 400;
}
.enq_form{background: rgba(255,255,255,0.8);
    position: relative;
    padding: 10px 40px 20px;
    border-radius: 4px;
	box-shadow: 1px 5px 41px 0 rgba(28,28,28,.5);
}
.seo_top_banner .texts-box-info .submit_btn{border: 2px solid #aaa;
    color: #fff;
}
.seo_top_banner .texts-box-info .submit_btn:hover{border: 2px solid #ff222a;
    color: #fff;
}
.seo_feature{}
.seo_feature .feature-thumb {
    display: block;
    width: 115px;
    margin: 0 auto 15px;
}

