
a, a.active, a:active, a:focus, a:hover {
	color:#18BC9C;
	outline:none !important;
}

hr.star-light, hr.star-primary 
{
	padding:0;
	border:none;
	border-top:solid 5px;
	text-align:center;
	max-width:250px;
	margin:25px auto 30px
}
hr.star-light:after, hr.star-primary:after 
{
	content:"\f005";
	font-family:FontAwesome;
	display:inline-block;
	position:relative;
	top:-.8em;
	font-size:2em;
	padding:0 .25em
}

.m0pxp0px{ margin:0px !important; padding:0px !important;}
.p0px{ padding:0px !important;}
.m0px{ margin:0px !important;}
.mt25px{margin-top:25px !important;}
.tc { text-align:center !important;}

/* Loader */
  .loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #2098D1;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.page-loader-body .loader{margin: 25% auto;}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* loader End */
header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 4px #ccc;
}
.menu_btn{
      width: 70px;
    height: 84px;
    float: right;
}
a.toggle-nav {
  display: block;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: margin 100ms ease, -o-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -moz-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -ms-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -webkit-transform 500ms cubic-bezier(.61,-0.67,0,1.45), transform 500ms cubic-bezier(.61,-0.67,0,1.45);
    -moz-transition: margin 100ms ease, -o-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -moz-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -ms-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -webkit-transform 500ms cubic-bezier(.61,-0.67,0,1.45), transform 500ms cubic-bezier(.61,-0.67,0,1.45);
    transition: margin 100ms ease, -o-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -moz-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -ms-transform 500ms cubic-bezier(.61,-0.67,0,1.45), -webkit-transform 500ms cubic-bezier(.61,-0.67,0,1.45), transform 500ms cubic-bezier(.61,-0.67,0,1.45);
  width: 40px;
  height: 20px;
  margin: 0 0;
  position: absolute;
  top: 32px;
  text-decoration: none !important;
  right:30px;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: all;
}
a.toggle-nav span {
  text-indent: -99999em;
  background: #333;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
  -o-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -moz-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
    -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toggle-nav h4 {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  top: 16px;
  width: 100%;
  opacity:1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
    -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toggle-nav h4, .toggle-nav h4:before, .toggle-nav h4:after {
  -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}
a.toggle-nav:hover h4, a.toggle-nav:hover h4:before, a.toggle-nav:hover h4:after {
  color: #333 !important;
  opacity:1;
}
a.toggle-nav.is-hovered h4, a.toggle-nav.is-hovered h4:before, a.toggle-nav.is-hovered h4:after {
  color: #333 !important;
  opacity:1;
}
body.show-nav a.toggle-nav h4 {
  opacity:0;
}
a.toggle-nav span:before, a.toggle-nav span:after {
  display: block;
  position: absolute;
  left: 0;
  content: ' ';
  height: 3px;
  width: 100%;
  background: #333;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    -o-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -moz-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
      -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.show-nav a.toggle-nav span:before, .show-nav a.toggle-nav span:after {
  background: #333;
}
a.toggle-nav span:before {
  top: -8px;
}
a.toggle-nav span:after {
  bottom: -8px;
}
a.toggle-nav:hover span, a.toggle-nav:hover span:before, a.toggle-nav:hover span:after {
  background: #f36f21 !important;
}
a.toggle-nav.is-hovered span, a.toggle-nav.is-hovered span:before, a.toggle-nav.is-hovered span:after {
  background: #f36f21 !important;
}
 a.toggle-nav:hover span, a.toggle-nav.is-hovered span {
  -o-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -moz-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}
a.toggle-nav:hover span:before, a.toggle-nav.is-hovered span:before {
  -o-transform: translate3d(0, -3px, 0) rotate(0) scale(1);
  -ms-transform: translate3d(0, -3px, 0) rotate(0) scale(1);
  -moz-transform: translate3d(0, -3px, 0) rotate(0) scale(1);
  -webkit-transform: translate3d(0, -3px, 0) rotate(0) scale(1);
  transform: translate3d(0, -3px, 0) rotate(0) scale(1);
}
a.toggle-nav:hover span:after, a.toggle-nav.is-hovered span:after {
  -o-transform: translate3d(0, 3px, 0) rotate(0) scale(1);
  -ms-transform: translate3d(0, 3px, 0) rotate(0) scale(1);
  -moz-transform: translate3d(0, 3px, 0) rotate(0) scale(1);
  -webkit-transform: translate3d(0, 3px, 0) rotate(0) scale(1);
  transform: translate3d(0, 3px, 0) rotate(0) scale(1);
}
.menu_list{float: left;width: 100%;text-align: center;padding: 10px 0;list-style-type: none;}
.menu_list_item{
   float: left;
   width: 100%;
   text-align: center;
   padding: 5px 0;
}
.menu_list_item a:hover{color: #f36f21;}
#main_slider{margin-top: 84px;}
#mainNav > .container-fluid{padding: 0 60px;}
.top_head{float: left;
    width: 100%;
    display: block;
    position: relative;}
.top_info {z-index: 9999;float: right;padding: 25px 0 0;}
.top_info ul.info_list{
    float: right;
    padding-top: 0px;
    margin-bottom: 0;
  }

.top_info ul li.follow img {width: 25px;
  -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
  vertical-align: middle;
}
.top_info ul li.follow img:hover {
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.top_info ul li.follow{font-size: 13px;line-height: 15px;}
.top_info ul li.dropdown a.sub_btn{text-transform: capitalize;padding: 3px 10px;font-size: 14px;line-height: 24px;}
.top_info ul.dropdown-menu li p{color: #777;font-size: 13px; padding: 3px 10px;text-transform: none;line-height: 17px;}
.top_info ul.dropdown-menu li p a{color: #777;font-size: 13px;text-transform: none;}
.top_info ul.dropdown-menu li p > i{font-size: 18px;float: left;color: #f36f21;line-height: 22px;}

@media (min-width:768px) {
.navbar-custom {
padding:8px 0;
-webkit-transition:padding .3s;
-moz-transition:padding .3s;
transition:padding .3s
}
.navbar-custom.affix {
padding:0
}

}
section #main_slider{ padding: 100px 0 0;}

.page-loader-variant-1 .page-loader-body {
  margin-top: 40px;
  text-align: center;
}
.page-loader-body{
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99000;
}


/******************************slider content***************************/

.b-ital{ font-family:'OpenSans-Regular'; color:#e5e3e3; font-size:47px; text-transform:capitalize; }
.fb-ital { font-family:'OpenSans-Regular'; color:#e5e3e3; font-size:47px; text-transform:capitalize; }
.s-tag { font-family:'OpenSans-Regular'; font-size:18px; color:#fcfafa; background-color:#0083cb; border:5px solid #fff; padding:10px 0px;}

.effect-bubba.left_top{border-top: none;border-left: none;}
.effect-bubba.right_top{border-top: none;border-right: none;}
.effect-bubba.right_btm{border-bottom: none;border-right: none;}
.effect-bubba.left_btm{border-bottom: none;border-left: none;}

/******************************testimonial box***************************/
.testimonial-box {
   
   border-top:8px solid #f36f21;
   padding: 0px;

 }
 .testimonial-box .test_bg{
   background:#f37022 url(../images/client-bg.jpg) no-repeat;
   background-position:top center;
   background-repeat:repeat-x;
   background-size: auto 50%;
   padding: 90px 0 30px;
 }

  .testimonial-box .test_bg .test_bgIn {
    padding-top: 96px;
}
span.sub_head {
    padding: 10px;
    background-color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
  letter-spacing: 2px;
    color: #f37022;
    margin-bottom: 20px;
}
.test-font p{ color:#fff; font-size:20px !important; line-height:26px; }
.test-font small { color:#fff; font-size:18px;}

/******************************team box***************************/
.team-box{ border-bottom:8px solid #f36f21;padding: 0;background-color: #eee;}
.team-box .tag_head{
    text-align: center;
    margin: 20px 0;
  }
.team-box .tag_head hr{
    width: 140px;
    margin: 0 auto;
    color: #f36f21;
    border-color: #f36f21;
    margin-top: 10px;
    border-width: 2px;
  }

.team-box .demo{padding: 30px 0;}

.footer{ background-color:#3e3e3e; padding:10px 0px 0;}
.footer .logo_foot{width: 150px;}
.footer>.container-fluid{padding: 0 45px}
.footer-ul{ color:#fff; font-size:14px;line-height:24px;float: left;width: 100%;padding-left: 0 !important; }
.footer-ul a{ padding:1px 0px; color:#fff; font-size:13px; text-decoration: underline;}
.footer-ul a:hover{color:#8e8e8e;}

.footer-ul ul{ margin: 0px 0 10px;padding: 0px;float: left;width: 100%;}
.footer-ul ul li{ list-style:none; float:left; margin-right: 10px;}
.foot_menu li a{ float:left; padding:1px 0px; color:#fff; font-size:13px; text-decoration: none; }
.footer-ul ul li a:hover { color:#8e8e8e;}
  
p.foot_head {float: left;width: 100%;margin-top: 7px; margin-bottom: 0;color: #ffffff;line-height: 24px; font-size: 20px;}
ul.follow li img{width: 30px;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);}
ul.follow li img:hover{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.news-input{ width:80%; float:left; margin-bottom:10px; height:30px;}
.footer-top{ background-color:#292929; padding:10px 0px; text-align:center; color:#999998; font-size:12px;font-weight:normal;}
.footer-top a { color:#999998; }
.footer-top a:hover { color:#f87121;}

.input-clr { color:#111010  !important;}
.enq_form form{float: left;width: 100%;margin-top: 5px;}
.enq_form .input-container {
  position: relative;
  margin: 0 4px 15px;
}
.form_bx{width: 93%;margin: 0 auto;}
.enq_form .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 32px;
  border: 0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 400;
}
.enq_form .input-container input:focus ~ label {
  color: #aaaaaa;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.enq_form .input-container input:focus ~ .bar:before, .input-container input:focus ~ .bar:after {
  width: 50%;
}
.enq_form .input-container input:valid ~ label {
  color: #aaaaaa;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.enq_form .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.enq_form .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.enq_form .input-container .bar:before, .input-container .bar:after {
  content: '';
  position: absolute;
  background: #f36f21;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.enq_form .input-container .bar:before {
  left: 50%;
}
.enq_form .input-container .bar:after {
  right: 50%;
}
.enq_form .button-container {
 text-align: center;
}
a.sub_btn {
    background-color: #f36f21;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 0px;
}
a.sub_btn:hover,a.sub_btn:active,a.sub_btn:focus {
    color: #fff;
    background-color: #f36f21;
}
#err_msg,#err_msg_2,#car_err_msg{text-align: left;font-size: 12px;color: #f87121;margin: 0;}

/****************************** work ***************************/
.work-hd{ background-color:#0083cb; color:#fff; padding:4px 0px 7px;font-size:28px;line-height: 32px;text-align:center;font-family: 'Montserrat-Regular';}
.work-box{ width:100%; float:left; background-color:#505050; display:inherit;}

.work-pro-name { width:100%; text-align:center;font-size:48px; color:#fff; margin-top:9%;}
.work-pro-cat { color:#fff; font-size:16px;margin-top:20px; line-height:30px;padding: 0 20px;text-decoration: none;}

.work-p-cnt{ width:100%; float:left; color:#fff;font-size:16px; font-weight:bold; margin-top:20px;}
.work-p-cnt-mn,.work_point { font-size:16px; color:#fff; float:left;}
.work_p2 {font-size:16px;font-weight: bold;width: 100%; color:#fff; float:left;margin-bottom: 5px;}

ul.work_point{list-style-type: disc;padding-left: 20px !important;text-align: left; float: left;width: 100%;}
.work_dt{ top: 50px; position: relative;padding: 0 60px;}
.wrok-cross{ float:right;}

.work-m-box{ padding:0px 10px 0px 0px !important;}
.work-pro1{ width:100%; float:left;}


.work-pro1-a { width:99%; height:100%; background-color:#f00; padding:50px; position:absolute; background-color:rgba(0, 0, 0, 0.98); text-align:center;top: 0;}
.port-1show{width: 100%;height:100%;float:left;background-color: #0a99d7;padding:0px;position:absolute;right:0px;z-index:9;}
.port-1show .cl_btn{margin-top: 60px;padding-right: 20px;text-align: right;}

.work-pro1-b { width:100%; height:100%; background-color:#f00; padding:50px; position:absolute; background-color:rgba(0, 0, 0, 0.98); text-align:center;top: 0;}
.work-pro1-b-show { width:99%; height:100%; float:left; background-color:#223174; position:absolute; left:0px;}
.work-pro1-b-show .cl_btn{margin-top: 60px;padding-left: 20px;}
.work-pro1-c { width:99%; height:100%; background-color:#f00; padding:50px; position:absolute; background-color:rgba(0, 0, 0, 0.98); text-align:center; top: 0;}
.work-pro1-c-show { width:100%; height:100%; float:left; background-color:#2d2c2c; position:absolute; left:0px; z-index:9;}
.work-pro1-c-show .cl_btn{margin-top: 60px;padding-right: 20px;text-align: right;}


.work-pro1-d { width:100%; height:100%; background-color:#f00; padding:50px; position:absolute; background-color:rgba(0, 0, 0, 0.98); text-align:center; top: 0;}
.work-pro1-d-show { width:99%; height:100%; float:left; background-color:#69249a; position:absolute; left:0px;}
.work-pro1-d-show .cl_btn{margin-top: 60px;padding-left: 20px;}

img.wrk_arow { width: 60px;}
#our-work{position: absolute;bottom: 12px;}
/****************************** about us ***************************/
.tag_bg .pag_tag{top: 60px;margin: 0;}
.pag_tag{
    position:absolute;
    top:150px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform:uppercase;
    font-size:45px;
    letter-spacing: 2px;
    text-shadow: 0 3px 3px #000;
	font-family: 'AvantGardeBold';
}
.sub-line { position:absolute; top:230px;
    text-align: center;
    width:100%;
    color:#fff;
    text-transform: capitalize;
    font-size:25px;
    letter-spacing:2px;
    text-shadow:0 3px 3px #000;
	font-family: 'OpenSans-Regular';
	}
.sub-line1 {position:absolute; top:160px; text-align: center;
    width:100%;
    color:#fff;
    text-transform: capitalize;
    font-size:25px;
    letter-spacing:2px;
    text-shadow:0 3px 3px #000;
	font-family: 'OpenSans-Regular';}	

.wrk_pg.pag_tag{ top:80px;}
.feat_img {position: relative;}
.pag_data{/*padding: 0 !important;*/}
.place_data{ width:95%; margin:0 auto;}

.shadow-box{ width:5%; float:left;}
.shadow-box img { width:100%;}
.abs_data{ width:90%; float:left; position:relative; margin-top:-40px; background-color:#fff; padding:15px;}
.aboutus-box{ background-color:#fff; border-bottom:8px solid #f36f21; border-top:8px solid #f36f21; padding:0px; position:relative;}
.aboutus-box p.tag_head{}
.crunchify-top:hover 
{
	color: #fff !important;
	background-color:#0f8fd6;
	text-decoration: none;
}
.crunchify-top 
{
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 25px;
	height: 25px;
	line-height:1.9rem;
	font-size: 1rem;
	color: #fff;
	background-color:#f36f23;
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}
.tag_data{font-size: 17px;margin: 20px 0;line-height: 24px;color: #3c4247;}
.tag_head{font-size: 36px;line-height: 45px; margin: 0; text-transform: capitalize; font-family: 'Montserrat-Regular'; font-weight: bold; color: #383838;text-align:center;}
.abt_img{width: 63%;}
#about-us{position: absolute;bottom: 10px;}
#work{position: relative;}
#client{position: absolute;bottom: 17px;}
.abt_main_img img {margin-top: 60px;}
.abt_side_left img {width: 43%;float: right;margin-left: 40%;margin-bottom: 11px;}
.abt_side_right img {width: 43%;float: left;margin-right: 40%;margin-bottom: 11px;}

.star { visibility: hidden;}
.fadeIn {
    -webkit-animation: animat_show .8s;
    animation: animat_show .8s;
    visibility: visible !important;
}
@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
  }

.aboutus-box a.sub_btn{margin: 20px 0;}
.life_data{font-size: 14px;margin: 25px 0 5px;line-height: 22px;color: #3c4247;margin-bottom: 30px;text-align: justify;}
.servic_box{margin-bottom: 30px;padding: 0 30px !important;}
.mid_bdr{border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
.srvc_row hr{width: 95%;margin: 0 auto;position: relative;bottom: -30px;border-color: #ccc;}
.srvc_row{margin-bottom: 10px;padding: 20px 0 0 !important;}
.pg_head{    
  margin: 0;
  text-align: center;
position: relative;  
padding-top: 7px;
}
.pg_head hr{
  width: 80px;
  color: #f36f21;
  border-color: #f36f21;
  margin: 0 auto;
  border-width: 2px;
}
.our_srvc{
  font-size: 14px;
    text-align: center;
    padding: 10px;
}
/*----------------- Client Slider Start -------------*/

.clint_slide {height: 350px;position: relative;}

.clint_slide .gallery .slid_data:before {
    content: "\f10d";
    font-family: 'Fontawesome';
        font-size: 50px;
    margin-right: 10px;
    line-height: 55px;
    float: left;
}
.clint_slide .gallery .slid_data:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    margin-left: 10px;
    line-height: 55px;
    font-size: 50px;
    float: right;
}
.slid_data {
    padding: 0 80px;
    text-align: center;
    color: #ffffff;
    float: left;width: 100%;
}
.clint_slide .slid_data p {     
    font-size: 15px;
    line-height: 20px;
    margin: 5px auto 0px;
    width: 80%;
    /* background-image: url(../images/comma_lft.png), url(../images/comma_rit.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;*/
  }
.clint_slide .slid_data small { font-size: 14px;line-height: 18px;}

.clint_slide ul.lSPager.lSGallery li.active {
    width:100px;
    border-radius:8px;
    opacity: 1;
    background-color: #ffffff;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
    margin-top: 0;
}
.clint_slide ul.lSPager.lSGallery li.active:after {
    content: '';
    position: absolute;
    left: 46%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    clear: both;
}
.clint_slide .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 195px;
}
.clint_slide .lSSlideOuter .lSPager.lSGallery img{
    width: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition:600ms;
    transition:600ms;
}
.clint_slide .lSSlideOuter .lSPager.lSGallery li.active img{
    width: 60%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -moz-transition: all .51s;
-o-transition: all .51s;
-webkit-transition: all .51s;
transition: all .51s;
}
.clint_slide .lSSlideWrapper{
  top: 120px;
  height: 220px;
  padding-top: 40px;}
 .clint_slide .lSAction > a{top:17%;}
/*----------------- Client Slider Start -------------*/


/* ---------- page Loader Css --------*/


.page-loader {
  position:fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%; 
  width: 100%;
  background-color:rgba(0, 0, 0, 0.9);
  z-index:99999;
}
.gc_load {
  border: 16px solid #0083cb;
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 40%;
  border-top: 16px solid #f36f21;
  border-bottom: 16px solid #f36f21;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* =================================================================
     ====================  About Us Page Css  ====================
  ====================================================================*/

section.abt-syrup {
    padding-top: 0;
}
.syp_title .nav-tabs>li{
border-bottom: 2px solid #000;
display: inline-block;
text-align: center;
width: 100px;
margin: 0 auto;
float: none;
}
.syp_title .nav-tabs>li.active{
border-bottom: 2px solid #f36f21;
  border-radius: 5px;

}
.syp_title .nav-tabs>li>a{
  background-color: transparent;
  color: #000;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-right: 0;
  border: none;
  padding: 10px 0;
}
.syp_title .nav-tabs>li>a:hover{background-color: transparent;border-color: #000;}
.syp_title .nav-tabs>li.active>a,
.syp_title .nav-tabs>li.active>a:focus,
.syp_title .nav-tabs>li.active>a:hover
{
  
  color: #000;
  border:none;
  border-radius: 5px;
}
.syp_title .nav-tabs> li.active a:after{
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f36f21;
    clear: both;
    }

.syp_title .nav-tabs{border: none;margin-bottom: 10px;text-align: center;}
div#what-we-do {
    width: 100%;
    float: left;
    padding: 15px;
}
div#what-we-do .tag_head{margin-bottom: 15px;}
section.abt-syrup div#what-we-do .servic_box{margin: 20px 0;padding: 0 10px;}
.servic_box ul{float: left;width: 100%;margin-bottom: 0px;padding-left: 0;}
li.srvc_icn {float: left; width: 100%; text-align: center;margin-bottom: 20px;}
li.srvc_data{float: left;width: 100%;text-align: center;}
li.srvc_data p.p_head {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}
li.srvc_data p.p_data {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #3c4247;
    min-height: 122px;
    text-align: justify;
}


/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #f36f21 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.bg_grey{background-color: #e8e8e8;padding: 40px 0 !important;}
section.contact-syrup {
    padding-bottom: 0px;
}
section.contact-syrup .cont_indata {
    padding: 20px 0;
}

.cont_indata #map {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 1px 1px #ccc;
  border: 6px solid #ffffff;
}
.cont_page{margin: 20px 0px;}
.cont_indata .footer-ul{ color:#000; font-size:14px; line-height:24px;float: left;width: 100%;text-align: left;}
.cont_indata .footer-ul a{ padding:1px 0px; color:#000; font-size:14px; text-decoration: none;}
.cont_indata .form_bx p.foot_head {
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  color: #000;
  line-height: 24px;
  font-size: 20px;
  text-align: left;
}
.cont_indata p.foot_head {
    float: left;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 25px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;

}
.cont_indata p.foot_head_icn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.cont_indata .enq_form .input-container label{color: #000}
.cont_indata.enq_form .input-container input{color: #000}

.overlay-content .cont_indata p.foot_head {
    color: #ffffff;
    margin-bottom: 0;
}
.overlay-content .cont_indata .footer-ul{margin: 0px;color: #ffffff}
.overlay-content .cont_indata .footer-ul a{margin: 0px;color: #ffffff}
.overlay-content hr{color:#fff;border-color: #fff;width: 75%;margin: 0 auto;}
.overlay-content .cont_page{margin: 10px 0 0;}
/*****************************************************************************************************************************************************************
******************************************************************************************************************************************************************
****************************************************************************** team ********************************************************************************
******************************************************************************************************************************************************************/

#messages {
  position: relative;
  margin:50px auto;
  padding: 0;
  width:100%;
  list-style: none;
}

#messages li {float: left;margin-bottom: 30px;width: 100%;}

#messages li:nth-child(2n) .infos {
  float: right;
  margin-right: 20px; }

#messages li:nth-child(2n) .infos a {
  -webkit-box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  -moz-box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  left: inherit; }

#messages li:nth-child(2n) .content { border-width: 1px 3px 4px 4px;margin-left: 10px;}

#messages li:nth-child(2n) .content:after,
#messages li:nth-child(2n) .content:before {
  right: -9px;
  left: inherit;
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  transform: rotate(41deg); }

#messages li:nth-child(2n) .facebook { right: -10px; }

#messages li:nth-child(2n) .twitter { right: -5%; }

#messages li:nth-child(2n) .github { right: -1%; }

#messages .infos {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  float: left;
  padding: 3px;
  width: 130px;
  height: 130px;
  border: 5px solid #2098D1; }

#messages .infos a {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  -moz-box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  position: absolute;
  width:14px;
  height:13px;
  background-color:#f36f21;
  color: #fff;
  text-decoration: none;
  text-indent: -10000px;
  font-size: 11px; }

#messages .infos a:hover {
  padding: 0 10px 0 18px;
  width: auto;
  border: none;
  text-indent: 0;
  opacity: 0.95; }

#messages img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%; }


.sprite {
  background: url("http://download1497.mediafire.com/m0btyhq77l9g/b3rgcl4p4wlmd7x/sprite.svg") no-repeat;
  background-size: 23px; }

.twitter {
  background-position: -1px 5px;
  top:24%;
  left:-7%; }

.twitter:hover { background-color: #2094dd !important; }

.facebook {
  background-position: -2px -27px;
  top: 42%;
  left: -10%; }

.facebook:hover { background-color: #3b5998 !important; }

.github {
  background-position: -2px -10px;
  bottom: 17%;
  left: -1%; }

.github:hover { background-color: #444 !important; }

.content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 15px 25px;
  width:85%;
  border-width: 1px 4px 4px 3px;
  border-style: solid;
  border-color: #2098D1;
  background-color:#fff;

/* ==================================================================== /*
/*                                                                      /* 
/*   + Css Patterns from : http://lea.verou.me/css3patterns/            /* 
/*   + Arbaoui mehdi : Fix a gradient color bug in OPERA,FIREFOX        /*
/*     and SAFARI (only new versions)                                   /*
/*                                                                      /*
/* ==================================================================== */

  /*background-image: -linear-gradient(0deg, transparent 18px, #f36f21 0, #f36f21 20px, transparent 19px),
                    -linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-image: -webkit-linear-gradient(0deg, transparent 11px, #f36f21 0, #f36f21 14px, transparent 12px),
                    -webkit-linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-image: -moz-linear-gradient(0deg, transparent 11px, #f36f21 0, #f36f21 13px, transparent 12px),
                    -moz-linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-size: 100% 10px;*/
  color: #333;

}

/* ====================================================================================== /*
/*                                                                                        /* 
/*   + Talk bubble with shadow                                                            /* 
/*     From http://forrst.com/posts/How_to_Make_a_Pure_CSS_Speech_Bubble_With_a_Drop-PU1  /*
/*   + Arbaoui mehdi: Change position (left and right) of arrow                        /*
/*                                                                                        /*
/* ====================================================================================== */

.content:after, .content:before {
  border-bottom: 23px solid transparent;
  border-right: 20px solid #2098D1;
  top: 49px;
  content: '';
  position: absolute;
  left: -9px;
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.content h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height:22px; 
  }

.content p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.7em; }

.content p a {
  text-decoration: none;
  background-color: #f7f3c5;
  border-bottom: solid 1px #cfcebe;
  color: #834202;
  padding: 1px 4px; }

.content p a:hover { background-color: #f5ec82; }

.content b {
  display: block;
  color: #f36f21 ;
}

.content:before {
  top: 48px;
  left: -11px;
  border-right:19px solid rgba(32,152, 209, 0.1); }


/* =============================================
    =========== Client Page CSS ===============
  ==============================================*/

.odd_row{
    
}
.even_row{
  
}
.in_list img{ width:110px; background-color:#fff; -webkit-filter:grayscale(1); filter:grayscale(1);}
.in_list img:hover{ -webkit-filter:grayscale(0); filter:grayscale(0);}
.main_list .client_cat{
    width: 200px;
    min-height: 80px;
    float: left;
    padding-top: 26px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
  }
  ul.main_list {
    padding: 10px 0;
    float: left;
    width: 100%;
}
ul.main_list.last {border: none;}
.main_list li.cl_img{float:left; width:100%;margin-top: 30px;}
ul.in_list{ float:left; width:100%; padding-left:0; margin-bottom:10px;}
ul.in_list li{ display: inline-block; margin:5px 16px;}
.client_box{ padding:20px 0 0;}
.info_list.list-inline .dropdown-menu{ min-width:180px; }

/* =========================================================================
      ====================== Caeer Page ===================================
    ========================================================================= */

.luv_syp{font-size: 17px;line-height: 30px;float: left;width: 100%;margin: 20px 0;text-align: center;text-transform: capitalize;color: #000;}
.luv_syp_data{font-size: 16px;line-height: 19px;width: 80%;margin: 10px auto 30px;text-align: center;color: #212121;}
.car-syrup > .container-fluid{padding: 0;}
.open_bg{background-image: url('../images/open_bg.jpg');background-repeat: no-repeat;background-size: 100% 100%; min-height:220px;margin: 20px 0;}
.opening_data .open_para1{font-size: 35px;line-height: 40px;float: left;width: 100%;margin: 20px 0;text-align: center;text-transform: capitalize;color: #ffffff;}
.opening_data .open_para2{font-size: 17px;line-height: 24px;width: 54%;margin: 15px auto;text-align: center;color: #ffffff;}
.opening_data .open_para2 a{color: rgb(197, 223, 255); text-decoration: underline;}
.career_form{width: 50%; margin: 20px auto 10px;min-height: 300px;}
.career_form .enq_form .input-container label{color: #000000;}
.career_form .enq_form .input-container input{color: #000000;}
.career_form .enq_form .input-container input:focus ~ label{color: #7a7a7a;}
.career_form .enq_form .input-container .d1{ float: left; width: 48%; margin-right: 2%;position: relative;}
.career_form .enq_form .input-container .d2{ float: left; width: 48%; margin-left: 2%;position: relative;}

.sub_btn.load_btn{padding: 6px;text-align: left;}
.sub_btn.load_btn img{float: left;width: 20px;margin-right: 5px;}
#careerFormMsg .alert-success {
    color: #ffffff;
    background-color: #37b1ea;
    border-color: #0c6e9c;
}
#careerFormMsg .alert-danger {
    color: #ffffff;
    background-color: #d65653;
    border-color: #a94442;
}
#careerFormMsg .alert-success .close,#careerFormMsg .alert-danger .close{line-height: 15px;}
.thnk_msg{ padding-top: 60px;text-align: center;}
.thnk_msg .p1{font-size: 30px;line-height: 35px;margin-bottom: 10px;}
.thnk_msg .p2{font-size: 19px;line-height: 24px;}
div#careerFormSubmit a {margin-top: 10px;}

/******************** career input *********************/
.inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}

.inputfile + label {
    max-width: 80%;
    font-size: 16px;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 10px;
	color:#fff;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color:#0083cb;
    float: left;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #069ef2;
}
  
.a_data{font-size: 14px; line-height: 24px; margin-bottom: 15px;color: #3c4247;padding:0 10px !important;text-align: justify;}
#abt_us{padding:0 !important;}
.syp_title { margin-bottom:0px;}
.clnt_overlay {
    height: 100%;
   width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(45, 45, 45, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 60px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.overlay-content img.lg_img{width: 930px;border: 1px solid #ffffff;margin-bottom: 10px;}
.overlay-content img.sm_img{width: 300px;margin-right: 10px;border: 1px solid #ffffff;margin-bottom: 10px;}
.overlay-content img.sm_img.last{margin-right: 0px;}
.overlay-content p {margin:20px auto;font-size: 20px;line-height: 25px;color: #ffffff;}
.overlay-content p.phead {font-size: 30px;line-height: 35px;}
.clnt_overlay a {
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s;
}

.clnt_overlay a:hover, .clnt_overlay a:focus {
    color: #0083cb;
    text-decoration: none;
}
.clnt_overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
  }

@media screen and (max-height: 450px) {
  .clnt_overlay a {font-size: 20px}
  .clnt_overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.overlay-content {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.foot_col{float: right;width: 84%;}

.captn{
  position: absolute;
  left: 100px;
  bottom: 130px;
  width: 50%;
}
.cap_head{font-size: 38px;margin: 0;color: #fff;}
.cap_subhead{font-size: 28px;margin: 0;color: #fff;}
#abt-carousel .carousel-indicators{
    bottom: 85px;
    top: auto;
    left: 104px;
    width: 32%;
    margin: 0;
    text-align: left;
    }
#abt-carousel .carousel-indicators li {
    width: 70px;
    height: 7px;
    border-radius: 4px;
    margin: 1px;
    border:none;
    background-color: rgba(255,255,255,0.4);
}
#abt-carousel .carousel-indicators li.active {
    background-color: rgba(255,255,255,1);

}

