@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700);
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700');
@import url('https://fonts.googleapis.com/css?family=Questrial');
body {
  background: #fff;
  background:url(../images/bg.jpg) repeat;
  
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}
h1{
  font-size: 36px;
  color:#fff;
}
.logo-cn{
  text-align: center;
}
.logo-hm{
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}
h2{
  font-size: 20px;
}
img {
    vertical-align: middle;
}
.navbar-brand>img {
    display: inline-block;
}
h3{
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
}
.highlight{
  color: #c52d2f;
}
#result2{
  color: #000;
}
#result4{
  color: #000;
  text-align: center;
  padding: 10px 0;
}
#result3{
    color: #000;
}
h4{
  font-size: 16px;
  font-family:"Roboto",sans-serif;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    margin-bottom: -80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s; 
    z-index: 9999;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
a {
  color: #c52d2f;
  -webkit-transition: color 100ms, background-color 200ms;
  -moz-transition: color 100ms, background-color 200ms;
  -o-transition:  color 100ms, background-color 200ms;
  transition:  color 100ms, background-color 200ms;
}
a:hover, a:focus {
  color: #d43133;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.cfi:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.cfi { display: inline-block; }
* html .cfi { height: 1%; }
.cfi { display: block; }
.vr{
    display: inline;
    height: 100%;
    width: 1px;
    border-left: 1px dashed #3ec4ff;
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.auth{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.pp_title{
  color:#000;
  font-size:14px;
  width:100%;
  font-weight:bold;
  text-transform:uppercase;
  margin:0px 0px 12px 0px;
  padding: 20px;
}
.k_more{
  color:#000;
  font-size:16px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
  float:left
}
.gry_hr{
  border-color: #ccc;
  border-bottom: none;
}
.no-padding{
  padding-bottom: 0;
}
.link-nor{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #00b1b0;
}
.btn-primary {
  padding: 8px 20px;
  background: #1e60bd;
  color: #fff;
  border-radius: 4px;
  border:none;
}
table tr .title {
    background: #0f6296 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-family: 'open sans', sans-serif;
}
.colm2{
  columns: 2;
}
.colm3{
  columns: 3;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #b4b4b5;
  outline: none;
  box-shadow: none;
} 
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.spacer{
  margin-bottom: 40px;
}
.spacer10{
  padding-top: 10px;
  height: 1px;
  clear: both;
}
.spacer10:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer20{
  padding-top: 20px;
  height: 1px;
  clear: both;
}
.spacer20:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer30{
  padding-top: 30px;
  height: 1px;
  clear: both;
}
.spacer30:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer40{
  padding-top: 40px;
  height: 1px;
  clear: both;
}
.spacer40:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer5{
  padding-top: 5px;
  height: 1px;
  clear: both;
}
.spacer5:after{
    content: '.';
    visibility: hidden;
    clear: both;
} 
.spacer15{
  padding-top: 15px;
  height: 1px;
  clear: both;
}
.spacer15:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer10{
  padding-top: 10px;
  height: 1px;
  clear: both;
}
.spacer10:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer30{
  padding-top: 30px;
  height: 1px;
  clear: both;
}
.spacer30:after{
    content: '.';
    visibility: hidden;
    clear: both;
}
.txt-right{
  text-align: right;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
ul.products{
  list-style: none;
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 13px;
}
ul.products li{
  line-height: 20px;
  margin-bottom: 10px;
}
ul.products li::before{
  content: '\f046';
  position: absolute;
  text-indent: -20px;
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #428bca;
}
.csr-container{
  border: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2.csr{
  padding: 45px 0 0px;
  text-align: left;
  font-size: 22px;
  font-family: 'open sans';
  font-weight: 300;
}
.inner_l{
  list-style: none;
  text-align: left;
  padding-left: 10px;
}
ul.csr-list{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
}
ul.csr-list li:before{
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 11px;
  padding-top: 2px;
  color: #c52d2f;
  text-indent: -13px;
  position: absolute;
}
ul.csr-list li {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  padding: 0 17px;
  line-height: 18px;
  margin-bottom: 8px;
}
ul.csr-list2{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
}
ul.csr-list2 li:before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 13px;
  padding-top: 2px;
  color: #c52d2f;
  text-indent: -13px;
  position: absolute;
}
ul.csr-list2 li {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  padding: 0 17px;
  line-height: 18px;
  margin-bottom: 8px;
}
ul.csr-list li a{
  color: #727272;
}
p.quote {
    position: relative;
    padding-left: 20px;
    padding-top: 8px;
}
p.quote:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    left: 0;
    top: 0px;
    position: absolute;
    color: #ccc;
}
ul.csr-list li a:hover{
  color: #c52d2f;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.cl-red{
  color: #c62828;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.media>.pull-left{
  margin-right: 20px;
}
.media>.pull-right{
  margin-left: 20px;
}
body > section {
  padding: 50px 0;
}
.hldp{
width: 100%;
height: auto;
}
.center {
  text-align: center;
  padding-bottom: 0px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.lead{
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
}
h2.h2-blue{
  color: #36a1ec;
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
}
.pd-l0{
  padding-left: 0;
}
.pd-lr0{
  padding-left: 0;
  padding-right: 0;
}
.pd-r0{
  padding-right: 0;
}
#about-home {
  background: #fff;
  padding: 20px 0;
  padding-bottom: 40px;
  position: relative;
}
.center-txt{
  text-align: center;
}
.h2-green{
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #54b948;
  font-weight: normal;
  margin-bottom: 5px;
}
.bredcrum{
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #fff;
}
#call_back .form-control {
    padding: 7px 12px;
    border-bottom: 2px solid #e2e2e2;
}
.fr-ml{
    margin-right: 15px;
    margin-left: -7px;
    padding-left: 0px;
    padding-right: 0;
    margin-bottom: 15px;
  }
.btn-primary-cb {
    padding: 8px 20px;
    background: #ff8604;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-family: 'Roboto';
    font-weight: 500;
    border-color: transparent;
    border-bottom: 3px solid #e27704;
}
.h2-wht{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.h3-grey{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #767676;
  font-weight: normal;
  margin-top: 5px
}
.lead-about-home{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #313131;
  line-height: 26px;
  text-align: justify;
  margin-top: 20px;
}
.btn-border{
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #e9a503;
  border: 1px solid #e1e1e1;
}
.h_lt{
  font-family: 'Oswald', sans-serif;
  color: #f57e1c;
  font-size: 18px;
}
#contact-form-home {
  background: #f6cd33;
  padding: 0;
  min-height: 175px;
  position: relative;
}
#services {
  background: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 30px;
}
.h1_pri{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #292929;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}

hr.hr-arrow-bot {
    color: #F3F3F3;
    text-align: center;
    margin: 18px 0 30px;
    line-height: 100%;
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    position: relative;
    overflow: visible;
}
hr.hr-arrow-bot:before {
  background: #d1cfcf;
  content: "";
  height: 1px;
  left: 28%;
  position: absolute;
  margin-top: -1px;
  width: 44%;
}
hr.hr-arrow-bot:after {
  background: #f0f0f0;
  color: #f26e0d;
  content: '\f107';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 35px;
  padding: 0 40px;
  position: relative;
  top: -15px;
}

.h2_pri{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #424241;
  margin-bottom: 5px;
  font-weight: 500;
}
.serv_ln:hover .h2_pri{
  color: #d6610c;
}
.tstm_bx{
  background: #fff url(../images/tstm_bg1.html) no-repeat;
  background-position: top left;
  padding: 15px 20px;
  margin-top: 15px;
}


.tstm_bx .bx-wrapper{
  margin-bottom: 0;
}
.bxslider2 i{
  color: #a780f9;
  float: left;
  margin-left: 3px;
  padding-right: 5px;
}
.btn-tm{
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #b66021;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: 0;
}
.btn-tm-bdr:hover{
  background: #333;
  color: #fff;
}
#exprt{
  background: #fff;
  padding: 40px 0;
}
.h1_exprt{
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
  color: #b66021;
  margin-bottom: 0px;
} 
.h1_exprt .stg{
  font-weight: 800;
}
.hr-grey{
  border-top-color: #ebebeb;
}
.p_sc{
    padding: 30px 0;
    border-top: 1px solid #ddd;
    background: #f0f8ff;
    border-bottom: 1px solid #d5d5d5;
}
.h1_pr_c{
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  color: #123a70;
  margin-bottom: 0px;
  text-align: center;
} 
.cns_t{
  padding: 30px 0;
}
.bx_bd{
border: 1px solid #ddd;
padding:0
}
.cont_bx_con{
padding: 0px 20px 20px;
}

.insd_bdy{
  padding: 30px 0 0;
  border-bottom: 1px solid #ddd;
}
.bx_tpbnr{
  margin-bottom: 15px;
}
.bx_ct{
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.bx_lfbnr{
  margin-top: 15px;
  margin-bottom: 15px;
}
.bx_rtbnr{
  margin-top: 15px;
  margin-bottom: 15px;
}
.bn_pdr0{
  padding-right: 0;
  padding-left: 0;
}
.pd_lr0{
  padding-left: 0;
  padding-right: 0;
}
.bn_rtbnr_cnt{
  margin-top: 15px;
  margin-bottom: 15px;
}
.pd_lr5{
  padding-left: 5px;
  padding-right: 5px;
}
.pd_l0{
  padding-left: 0;
}
.cons_lstng_ct{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.cons_nm{
  font-family: 'Raleway';
  font-size: 18px;  
  font-weight: 500;
  color: #333;
  background: #ddd;
  padding: 8px 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
.nm-lbl{
  float: left;
}
.ul-splty{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.ul-splty li{
  display: inline-block;
  padding: 2px 6px;
  border-right: 1px solid #ddd;
  line-height: 16px; 
  font-family: 'Roboto';
  font-size: 14px;
}
.ul-splty li a{
  color: #9b0505;
  font-weight: 500;
}
.ul-splty li:first-child{
  padding-left: 0;
}
.ul-splty li:last-child{
  border-right-color: transparent;
}
.ul-splty li a:hover{
  color: #000;
  text-decoration: underline;
}
.cons_locnt{
  border: 1px solid #e5e5e5
}
.cons_intr{
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: 400;
  color: #454545;
  line-height: 16px;
  margin-top: 8px;
}
.btn-vprfle{
  font-family: 'Montserrat', sans-serif;
  background: #aaaaaa;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 2px;
}
.btn-snenq{
  font-family: 'Montserrat', sans-serif;
  background: #274b86;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 2px;
}
.btn-snenq:hover{
  color: #fff;
  background: #333;
}
.btn-vprfle:hover{
  color: #fff;
  background: #333;
}
.btn-vprfle:focus, .btn-snenq:focus{
  color: #fff;
}
.expr{
  font-family: 'Montserrat';
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
}
.enq_blck{
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  margin-top: 15px;
  background: #f5f5f5;
}
.btn-snenq2{
  font-family: 'Montserrat', sans-serif;
  background: #274b86;
  font-size: 15px;
  line-height: 13px;
  padding: 14px 25px;
  color: #fff;
  border-radius: 2px;
  margin-top: 5px;
}
.btn-snenq2:hover{
  color: #fff;
  background: #f81018;
}
.cn_dtls{
  padding:0;
  position: relative;
}
.cn_dtls li{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 4px;
  margin-left: -10px;
  padding-left: 10px;
  float: left;
  list-style-position: inside;
  list-style: #fff !important;
  display: block;
  width: 100%;
}
.icn_cont{
  background-color: #fff;
  margin-left: -20px;
}
.cn_dtls i{
  font-size: 14px;
  color: #0357a8;
  background: #fff;
  width: 15px;
  height: 15px;
  margin-right: -10px;
  text-align: left;
  padding-right: 5px;
  position: relative;
  font-weight: bold;
  clear: both;
  padding-right: 5px;
}
.cn_dtls a{
  font-size: 14px;
  color: #c61b05;
}
.ld_prfle{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #111;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 25px;
}
.ld_inpg{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #111;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 25px;
}
ul.ls_inpg{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  position: relative;
}
ul.ls_inpg li:before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
  color: #c52d2f;
  text-indent: -13px;
  position: absolute;
}
ul.ls_inpg li {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  padding: 0 17px;
  line-height: 24px;
  margin-bottom: 2px;
}

.h2_servn{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.h2_inpg{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.ul-splty_prf{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.ul-splty_prf li{
  padding: 2px 6px;
  line-height: 16px; 
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
}
.ul-splty_prf li:before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 13px;
  padding-right: 5px;
  color: #005eb8;
}
.cons_nm_pr{
  font-family: 'Raleway';
  font-size: 20px;  
  font-weight: 500;
  color: #333;
  padding: 8px 0px;
  margin-bottom: 0px;
  margin-top: 0;
}
.hr_smlprf{
  width: 30px;
  background: transparent;
  border-top: 2px solid #005db7;
  border-bottom-color: transparent;
  margin-left: 0px;
  margin-top: 0;
}

ul.pagination > li > a {
  font-family: 'Roboto';
  border: 1px solid #ddd;
  margin-right:5px;
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 10px;
  color: #333;
}
ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}
ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}
.nav-tabs {
  border-bottom: 2px solid #DDD;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a, 
.nav-tabs > li > a:hover {
  border: none;
  color: #4285F4 !important;
  background: transparent;
}
.tab-pane {
  padding-top: 15px;
}
.tab-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.tab-pane .active{
  margin-top: 15px;
}
.cont_frm_mdl .modal-header{
  background: #005eb7;
}
.cont_frm_mdl .modal-header h4{
  color: #fff;
  font-family: 'Raleway';
}
.cont_frm_mdl .close{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  opacity: .3;
}
.cont_frm_mdl .close:hover{
  opacity: .5;
}
.cont_frm_mdl .close:focus{
  outline: none !important;
}
.btn-cntfmdl{
 background: #00498e; 
 color: #fff;
 border-radius: 2px
}
.btn-cntfmdl:hover{
  color: #fff;
  background: #333;
}
.btn-cntfmdl:focus{
  color: #fff;
  outline: 0 !important;
}
.im_otcn{
  display: inline-block;
  width: 260px;
  height: auto;
}
.otlt{
 float: left; 
 margin-right: 15px; 
 margin-bottom: 15px;
}
.otrt{
 float: right; 
  margin-left: 15px;
 margin-bottom: 15px;
}
.mt0{
  margin-top: 0;
}
.mb15{
  margin-bottom: 15px;
}
.mb25{
  margin-bottom: 30px;
  margin-top: 0;
}
.nav-tabs > li > a::after {
  content: "";
  background: #4285F4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  border-width: 0;
  background: #e5e5e5;
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}


.cont_bx_con h2{
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #333;
font-weight: 600;
border-top: 1px solid #ddd;
padding-top: 15px;
margin-bottom: 15px;
margin-top: 0;
}
.h1_pr_c2{
font-family: 'Lato', sans-serif;
font-size: 26px;
font-weight: bold;
margin-top: 30px;
color: #123a70;
margin-bottom: 0px;
text-align: center;
} 
.btn-contbx{
font-family: 'Montserrat', sans-serif;  
border-radius: 3px;
font-size: 13px;
text-transform: uppercase;
line-height: 16px;
background: #cfaa5f;
color: #fff;
}
.bn_rtbnr_2{
width: 100%;
position: relative;
float: left;
}
.cns_t .bx-wrapper .bx-prev {
left: -30px;
} 
.cont_lgtm{
margin-left: 0;
width: auto;
margin-right: 0;
padding-left: 0;
position: static;
display: inline-block;
}
.cns_t .bx-wrapper .bx-next {
right: -30px;
}    
.btn-contbx:hover{
background: #2b4464;
color: #fff;
}
.rp_im{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.shorter{
font-family: 'Lato', sans-serif;
font-size: 19px;
margin-top: 0;
margin-bottom: 0;
color: #b66021;
font-weight: 400;
}
.lead_info{
font-family: 'Lato', sans-serif;
font-size: 15px;
line-height: 22px;
margin-top: 8px;
margin-bottom: 15px;
color: #5f5e5e; 
}
.feature-box{
  padding-top: 10px;
}
.feature-box-icon{
display: inline-block;
float: left;
width: 28px;
height: 35px;
}
.feature-box-info{
padding-left: 35px;
}


.admission-enq-header{
  background-color: #354b71;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.enq-header{
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.admission-enq-body{
  padding: 25px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#info-box{
  padding-top: 0;
  padding-bottom: 20px;
}
.info-box-body{
  background: #e8e9e9;
  margin: 0 auto;
  padding: 15px;
}
.btn-consel{
  border-radius: 0;
  background: #31333e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 8px 13px;
}
.btn-consel i{
  padding-left: 8px;
  padding-right: 3px;
}
.btn-consel:hover{
  background: #b66021;
  color: #fff;
}
.admission-enq-form .form-group{
  margin-bottom: 20px;
}
.admission-enq-form .form-group .form-control{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border-color: #e6e6e6;
  border-radius: 0;
  height: 40px;
}

.h2_pri_pr{
  font-family: 'Lato', sans-serif;
  color: #455272;
  text-align: center;
  background: #fff;
  font-size: 24px;
  display: inline-block;
  font-weight: normal;
  padding: 0 15px;
}
.hr_prtn{
  margin-top: -22px;
  border-top-color: #d6d6d6
}
.tieups .bx-wrapper{
  margin-top: 20px;
}

.mr_tb5{
  margin-top: 5px;
  margin-bottom: 5px;
}
.mr_b15{
  margin-bottom: 15px;
}
.mr_t15{
  margin-top: 15px;
}
.ser_bx_ifo{
  max-width: 280px;
  background-color: #f0f0f0;
}
.serv_bx{
}
.services-title{
  font-family: 'Quattrocento', sans-serif;
  font-size: 26px;
  line-height: 26px;
  margin-top: -30px;
  background-color: #fff;
  position: relative;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 12px 0;
}
.box1-btm{
  padding-bottom: 25px;
  border-bottom: 3px solid #0daa50;
}
.box1 h2{
  color: #0daa50;
}
.box2-btm{
  padding-bottom: 25px;
  border-bottom: 3px solid #4378d1;
}
.box2 h2{
  color: #4378d1;
}
.box3-btm{
  padding-bottom: 25px;
  border-bottom: 3px solid #f5220c;
}
.box3 h2{
  color: #f5220c;
}
.serv_bx{
  padding-bottom: 5px;
}
.serv_lnk{
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   color: #858585;
   padding-left: 30px;  
   padding-right: 30px;  
   margin-bottom: 5px;
}
.btn-rd-mr{
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   color: #726f6f;
   margin-left: 30px;
   padding-left: 0;
   padding-right: 0;
   font-weight: bold;
}
.btn-rd-mr a:hover{
  color: #06b29c;
}
.btn-rd-mr2{
   font-size: 13px;
   font-family: 'Raleway', sans-serif;
   color: #252327;
   margin-left: 30px;
   font-weight: bold;
   border: 1px solid #252327;
}
.btn-rd-mr2:hover{
  color: #fff;
  border-color: #f5220c;
  background: #f5220c
}
.service-txt{
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 line-height: 15px;
 color: #959393;
 margin-top: 0;
 margin-bottom: 20px;
}
#appointment{
  background: #564088;
  padding: 0;
}
.h2-appt{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}
.appt_p{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9f7fe8;
}
.btn-appt-bdr{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #c0a5ff;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #7650cb;
}
.btn-appt-bdr:hover{
  border-color: #fc428e;
  background: #fc428e;
  color: #fff;
}
#testimonials{
  padding: 50px 0;
  background: #513683 url(../images/tesimonial-bg.html) no-repeat;
  background-position: top right;
  background-size: cover;
  min-height: 300px;
}
.h2-tstmnl{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
}
.wht-sml{
  border-top: 2px solid #fff;
  width: 40px;
  margin-top: 10px;
  margin-left: 0;
  border-bottom-color: transparent;
}

a.r_more{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #f10000;
  margin-left: 10px;
  margin-right: 15px;
}
.hedr_d_con{
  background-color: #ff9844;
  position: relative;
}
.prod_src{
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  margin-left: 10px;
  margin-top: 0;
  padding-top: 19px;
  padding-left: 20px;
  padding-bottom: 19px;
  margin-right: 15px;
  margin-bottom: 0;
}
.bdy_frm{
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 245px;
  color: #f0f0f0;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.10) ;
  box-shadow: 1px 2px 2px rgba(0,0,0,.10) ; 
}
.bdy_frm_h{
  height: auto;
}
.bdy_frm .form-control{
  border-radius: 0px;
  background: #fff;
  height: 34px;
  padding-right: 0px;
  border-color: #e1e1e1;
  border-width: 0;
  color: #727272;
  font-size: 13px;
  font-family: 'Arial';
  font-weight: bold;
}
.bdy_frm .form-control{
  padding: 2px 12px;
  border-color: #ddd;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #ececec;
  box-shadow: 1px 2px 5px rgba(0,0,0, 0.10);
}
.bdy_frm .form-control:focus {
  border-color: #c1c1c1;
  box-shadow: 1px 2px 5px rgba(0,0,0, 0.15);
}
.home_select{
  -webkit-appearance: auto;
}
.btn-search-prod {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  background: #0d9db2;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 2px;
  display: block;
  padding: 10px 12px;
  padding-left: 12px;
  font-weight: bold;
  border-bottom: 3px solid #047181;
}
.tx_ce{
  text-align: center;
}
.tx_ri{
  text-align: right;
}
.tx_le{
  text-align: left;
}
.blk_cn{
  display: inline-block;
}
#services-grn{
  background-color: #a3ce75;
  padding: 20px 0;
}
.h2_ser_wht{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ser_titl_hm{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 19px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
.txt_cont_titl{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
.lnk_serv:hover .txt_cont_titl{
  background-color: #aedc7d;
}
.lnk_serv:hover .ser_titl_hm, .lnk_serv:hover .clr_gry_title{
  color: #000;
}
.pic_ser_con img{
  -webkit-box-shadow: 4px 5px 10px rgba(0,0,0,.13);
   box-shadow: 4px 5px 10px rgba(0,0,0,.13); 
}
.clr_gry_title{
  color: #4b4949;
  font-weight: 600;
}
#contact-adr{
  background-color: #e8ebe5;
  padding: 40px 0; 
}
#inner-header{
  background: #182950 url(../images/header-inner.html) no-repeat;
  background-size: cover;
  background-position: top right;
  height: 150px;
}
#gmap_canvas img {
    max-width: none !important; 
    background: none !important;
}
#map_wrapper {
  height: 335px;
  border: 3px solid #fff;
}
#map_wrapper2 {
  height: 255px;
  border: 3px solid #fff;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.hedr_d_cont {
    background-color: #0d9db2;
    position: relative;
}
.prod_home_con {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 19px;
    padding-left: 20px;
    padding-bottom: 19px;
    margin-right: 15px;
    margin-bottom: 0;
}
.bdy_frm_cont{
      border-width: 0px 1px 1px 1px;
    border-style: solid;
    background-color: #fff;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f0f0f0;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.10);
    box-shadow: 1px 2px 2px rgba(0,0,0,.10);
}
.bdy_frm_cont .form-control {
    padding: 2px 12px;
    border-color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border-radius: 0;
    height: 40px;
    font-weight: normal;
    border: 1px solid #ececec;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.10);
}
.bdy_frm_cont .form-control:focus {
  border-color: #c1c1c1;
  box-shadow: 1px 2px 5px rgba(0,0,0, 0.15);
  }
.btn-primry{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    background: transparent;
    border: 2px solid #9d75e8;
    color: #333;
    text-align: center;
    border-radius: 0px;
    padding: 5px 20px;
    font-weight: bold;
    -webkit-transition: 2s. all;
    -o-transition: 2s. all;
    transition: 2s. all; 
}
.btn-primry:hover{
    background: #9d75e8;
    color: #fff;
}
#membership{
  background: #8bc34a;
  padding-top: 20px;
  padding-bottom: 20px;
}
#membership h1 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
#membership div[class^="col-"]{
  margin-bottom: 15px;
}
.hr-blue {
    border-top: 1px solid #244269;
    border-bottom-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lead-wht-home{
  font-family: 'Karla', sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
#social-links{
  background: #19232d url(../images/social-bg.html);
}
#social-links h1 {
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.circle-border {
  border: 1px solid black;
}
.circle {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 90px;
    position: relative;
    background: #3b444c;
    color: #fff;
    -webkit-transition-property: color, text, padding, box-shadow, background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text, padding, box-shadow, background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text, padding, box-shadow, background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear, ease-in;
}
.circle:hover {
    background: #f1c40f;
}
.circle:before {
    content: "";
    display: block;
    padding-top: 40%;
    padding-bottom: 60%;
}
.circle-inner {
    position: absolute;
    top: 28%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
#social-links h2 {
    color: #f1c40f;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 8px;
}
#social-links h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    line-height: 10px;
}
#subscribe-form-home{
  background: #032e22;
  padding-top: 20px;
}
.h2-wht-subscribe {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.btn-primary-cb2 {
    padding: 9px 20px;
    background: #ff8604;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-family: 'Open Sans';
    font-weight: bold;
    border-color: transparent;
    border-bottom: 3px solid #e27704;
}
#subscribe-form-home .form-control{
  border-color: transparent;
}
.bg-whte{
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.bg-whte:after{
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 9;
  bottom: -10px;
  right: -10px;
}
.bg-whte.bg-colr1:after{
  background: #61cbf0;
}
.bg-whte.bg-colr2:after{
  background: #0bd7af;
}
.bg-whte.bg-colr3:after{
  background: #fa4730;
}
.crsl-wrap p{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
}
h2.h2-maroon {
    color: #c00006;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}
.btn-border2{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #89898b;
  font-weight: normal;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; 
}
.btn-border2:hover{
  border-width: 2px;
  border-color: #000;
  font-weight: bold;
  box-sizing: border-box;
}
.img-form-img {
    position: absolute;
    top: -10px;
}
.h2-green-services{
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  color: #3fc42f;
}
.h2-grey-inner{
  color: #4c4b4b;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  letter-spacing: -.5px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
h2.h2-grey{
  color: #4c4b4b;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
h2.h2-white{
  color: #182950;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
}
.blue-block{
  display: block;
  color: #2996bd;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 10px;
}
.btn-blue{
  background: #2996bd;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.btn-blue-light{
  background: #9dc9ec;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0px;
}
.btn-violet{
  background: #b86a9e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.btn-violet-margin{
    background: transparent;
    color: #b86a9e;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #b86a9e;
    width: 30%;
}
#recent-works .h2-blue{
  font-size: 25px;
}
.icon.default-bg {
    background-color: #b86a9e;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.icon.small {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 44px;
}
.space-top{
  padding-top: 35px;
  padding-bottom: 20px;
}
.pr-20 {
    padding-bottom: 20px;
}
.media-left, .media-right, .media-body {
    text-align: center;
    vertical-align: top;
}
#recent-works .lead{
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  padding-bottom: 40px;
}
.small-font{
  font-size: 13px;
  line-height: 19px;
}
.small-font p{
  margin-top: 30px;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#header .search{
  display: inline-block;
}
.top-bar {
  padding: 5px 0;
}
.sdow_inp{
  box-shadow: -1px -1px 1px rgba(0,0,0,.10), 0 3px 2px rgba(0,0,0,.10) ;
}
.top-number{
  color: #fff;
}
.input-srch{
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 35px !important;
  border-color: #fff !important;
}
.btn-search{
  border-radius: 0;
  height: 35px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffcb5c;
  color: #fff;
}
.sd_cont{

padding-top: 40px;
}
.hdrcl{
padding-top: 40px;
}
.hdrscl{
padding-top: 40px;
display:none;
}
.cn_cont{
width: 20%;
padding-top: 3px;
}
.ph-cont{
color: #505050;
font-family: 'Montserrat', sans-serif;
margin-bottom: 5px;
font-size: 18px;
line-height: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #dfdfdf;
font-weight: normal;
display: inline-block;
}

.ph-cont span{
 font-weight: 600;
}
.reran{
padding-top: 8px;
font-family: 'Roboto';
font-weight: 600;
color: #7b7b7b;
line-height: 16px;
font-size: 11px;
}

.social{
 text-align: right;
 margin-top: -5px;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
 padding-bottom: 8px;
 border-bottom: 1px solid #e5e5e5;
}
.social-share li {
  display: inline-block;
}
.social-share li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 1px;
  margin-left: 2px;
  margin-right: 2px;
}
.social-share li a:hover {
  background: #195F40;
  color: #fff;
  border-radius: 4px;
}

.social-share .fb{
color: #002e5b;
}
.social-share .tw{
color: #45a3ff;
}
.social-share .ig{
color: #d9005c;
}
.social-share .ln{
color: #007bb5;
}
.social-share .gp{
color: #f03637;
}
.social-share .yt{
color: #fe0000;
}
.apsgr{
font-family: 'Montserrat';
font-size: 14px;
text-align: right;
font-weight: 600;
padding-top: 8px;
color: #404a5b;
}

#hm_abt{
padding-top: 30px;
padding-bottom: 30px;
}
.abthms{
margin-top: 0px;
margin-bottom: 0px;
}
.h1_pri1{
font-family: 'Montserrat';
color: #009846;
font-size: 26px;
line-height: 24px;
margin-top: 10px;
margin-bottom: 0;
}
.h2_sbpri1{
font-family: 'Raleway';
color: #EF7915;
font-size: 24px;
line-height: 24px;
margin-top: 5px;
margin-bottom: 15px;
}
.h3_sbpri2{
font-family: 'Montserrat';
color: #4f504d;
font-size: 14px;
line-height: 24px;
margin-top: 5px;
margin-bottom: 15px;
}
.ld_abt{
font-family: 'Montserrat';
font-size: 13px;
color: #333;
font-weight: 500;
line-height: 25px;
margin-bottom: 15px;
}
.ld_blg{
font-family: 'Open sans';
font-size: 14px;
color: #212121;
font-weight: 400;
line-height: 25px;
margin-bottom: 15px;
}
.btn_lkblg{
font-family: 'Montserrat';
font-size: 14px;
color: #000;
padding: 0;
font-weight: 500;
}
.btn_lkblg:hover{
color: #FF2854;
text-decoration: underline; 
}
.btrm{
font-family: 'Montserrat';
font-size: 14px;
font-weight: 600;
color: #009846;
padding-bottom: 5px;
border-bottom: 1px dashed #009846;
}
.awdim{
margin-top: 30px;
text-align: center;
}
#hm_lfhpns{
padding-top: 0;
padding-bottom: 0;
}
.lfhpns{
width: 100%;
margin-top: 0;
background-color: #195F40;
float: left;
}
.h3_lfh{
font-family: 'Montserrat';
color: #fff;
font-size: 19px;
line-height: 20px;
font-weight: 300;
margin-top: 40px;  
margin-bottom: 0px;
}
.h2_lfh{
font-family: 'Montserrat';
color: #fff;
font-size: 28px;
line-height: 28px;
font-weight: 600;
margin-top: 0px;  
margin-bottom: 5px;
}
.h1_lfh{
font-family: 'Montserrat';
color: #fde4a8;
font-size: 17px;

font-weight: normal;
margin-top: 0px;  
margin-bottom: 20px;
}
.ldlfh{
font-family: 'Montserrat';
font-size: 13px;
color: #f7f7f7;
font-weight: 400;
line-height: 22px;
margin-bottom: 15px;  
}
.bnkhm{
padding-top: 15px;
padding-bottom: 15px;
}
.imlfhct{
padding-right: 0;
text-align: right;
}
.prj_fr a{
font-family: 'Montserrat';
font-size: 20px;
color: #fff;
border-bottom: 4px solid #89b73b;
padding: 30px 20px;
border-radius: 5px;
font-weight: 400;
text-align: center;
display: block;
line-height: 22px;
margin-bottom: 15px;
background: #20470e;
text-transform: uppercase;
}
.prj_fr a:hover{
  background: #437836;
  color: #ffe3b1;
}
.hdr_tp{
background: #f5f5f5;
border-bottom: 1px solid #e9e8e8;
}
.lnks-tp{
list-style: none;
padding: 0;
text-align: right;
}
.lnks-tp li{
display: inline-block;
padding-top: 4px;
}
.lnks-tp li a{
font-family: 'Karla';
line-height: 13px;
font-size: 14px;
color: #1a4407;
padding-left: 12px;
padding-right: 12px;
border-right: 1px solid #ddd;
}
.lnks-tp li a:hover{
color: #000;
text-decoration: underline;
}
.ssld{
  padding-left: 0px;
  text-align: center;
  list-style: none;
  margin-top: 10px;
}
.tsmnsc{
background: #eaede8;
}
.strtm .bx-wrapper{
margin-bottom: 0;
}
.strtm .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d8d49f;
  }
  .strtm .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #77a540;
  }
.h2_tstm{
  font-family: 'Questrial';
  font-size: 28px;
  color: #009846;
  margin-top: 5px;
  font-weight: 600;
}

.lead-tm{
  font-family: 'Open Sans';
  color: #353535;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.tmct{
  padding-bottom: 35px; 
}
.ld-prsn{
  font-family: 'Open Sans';
  color: #000;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-top: 10px;
}
.lead-tm img{
  margin-bottom: 15px;
}

.lead-why{
  font-family: 'Raleway';
  color: #35364e;
  margin-top: 50px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.km_btn2{
  color: #e40404;
  font-family: 'Nunito';
  font-weight: 500;
  font-size: 16px;
}

#slide-form{
  width:478px;
  top:200px;
  position:fixed;
  z-index: 200;
}
#slide-form .form-header{ 
  background-color: #fff;
  width:320px;
  height:400px;
  max-height: 400px;
  position:absolute; 
  right:0px; 
  border: 1px solid #d8d8d8;
  margin-left:40px;
  padding:20px 40px;
  border-radius:3px;
}
#sidebar{
  position:absolute;
  top:100px;
  left:113px;
  cursor: pointer;
}
#sidebar1{
  position:absolute;
  top:100px;
  left:113px;
  cursor: pointer;
}
.form-slide-close {
  background: url(../images/close_form.png) center center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 15px;
}
#slide-form h2{
  font-family: 'Roboto Slab', serif;
  margin-top: 20px;
  margin-bottom: 5px;
}
#slide-form input[type=text], #slide-form input[type=email], #slide-form input[type=password]{ 
  margin-top: 10px;
  padding:6px;
  width:100%;
  font-size:15px;
  border-radius:2px;
  border:1px solid #676767;
}
#slide-form h4{
  font-size:15px;
}
#slide-form div#title{
  position:absolute;
  top:300px;
  left:650px;
}
#slide-form select{
  padding:6px;
  width:100%;
  font-size:15px;
  border-radius:2px;
  border:1px solid #676767;
}
#slide-form textarea{
  padding:6px;
  font-size:15px;
  border-radius:2px;
  border:1px solid #676767;
  margin-top: 10px;
  width:100%;
} 
#slide-form  button{
  background:#333;
  border: none;
  color: #fff;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bolder;
  padding: 8px 0 8px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-top:25px;
}
.flr_dtl .col-sm-3{
width: 20%;
display:inline-table;
}
.icnlb{
font-family: 'Raleway';
font-size: 15px;
color: #212121;
font-weight: 400;
margin-bottom: 5px;
text-align: center;
}
.icspc{
font-family: 'Open Sans';
text-align: center;
color: #212121;
font-size: 30px;
font-weight: 700;
}
.icspc sup{
  top: -10px;
font-size: 14px;
}
.mtl{
display: table;
}
.mtlc{
display: table-cell;
vertical-align: middle;
}
.imlfh{
display: inline-block;
}

#hm_prdls{
padding-top: 40px;
padding-bottom: 40px;
}
.prdls{
margin-top: 0px;
margin-bottom: 0px; 
background-color: #fff;
}
.h2_prdl{
margin-top: 0px;
margin-bottom: 0px; 
font-family: 'Montserrat';
font-size: 12px;
line-height: 16px;
color: #363636;
text-align: center;
font-weight: 600;
}
.h1_prdl{
font-family: 'Montserrat';
font-size: 26px;
line-height: 26px;
text-align: center;
font-weight: 700;
color: #713654;  
margin-top: 0px;
margin-bottom: 30px; 
}
.prj_hmbx{
margin-bottom: 4px;

}
.prj_ct{
background-color: #eeefef;
padding: 20px 20px;
border-bottom: 3px solid #713654;
margin-bottom: 30px;
}
.h1_prj{
font-family: 'Montserrat';
color: #262626;
font-size: 19px;
font-weight: 400;
margin-top: 0px;
margin-bottom: 0px;
}
.hr_prj{
border-top: 1px solid #713654;
border-bottom-color: transparent;
width: 50px;
margin-top: 10px;
margin-left: 0;
margin-bottom: 15px;
}
.prj_ldhm{
font-family: 'Montserrat';
color: #262626;
line-height: 24px;
font-size: 13px;
font-weight: 500;
}
.btn_vmr1{
font-family: 'Montserrat';
font-size: 13px;
font-weight: 600;
padding-left: 0;
color: #5b5b5b;
}
#hm_ftas{
padding-top: 40px;
padding-bottom: 40px;
}
.ftasc{
width: 100%;
background: url(../images/hm_ftasbg.jpg) no-repeat;
background-position: top center;
background-attachment: fixed;
box-shadow: 1px 4px 2px rgba(0,0,0,.2);
position: relative;
z-index: 9;
}
.ehr_bx{
padding-left: 30px;
padding-right: 30px;
}
.h1_ftas{
 font-family: 'Montserrat';
 font-size: 30px;
}
.hr_ftas{
border-top: 1px solid #000;
border-bottom-color: transparent;
width: 50px;
margin-top: 10px;
margin-left: 0;
margin-bottom: 15px;
}
.ehr_ls{
list-style: none;
padding: 0;
}
.ehr_ls li{
font-family: 'Karla';
font-size: 14px;
color: #fff;
margin-bottom: 8px;
position: relative;
padding-left: 15px;
}
.ehr_ls li:before{
content: '\f1ce';
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
font-size: 8px;
opacity: .9;
left: -5px;
top: 0;
}
#hm_vdesc{
padding-top: 30px;
padding-bottom: 30px;

}
.vdescsc{
width: 100%;
background: url(../images/bg_grn1.jpg) no-repeat;
background-position: center center;
position: relative;
z-index: 8;
}
.tp_lnk{
list-style: none;
padding: 0;
margin: 0;
}
.bdrrt{
border-right: 1px solid #78af2c;
}
.mrl10t{
padding-left: 10%;
}
.icnctb{
width: 40%;
padding-bottom: 15px;
}
.bdrbt{
border-bottom: 1px solid #78af2c;
}
.lbl_icn{
font-family: 'Montserrat';
font-size: 14px;
text-align: center;
margin-top: 10px;
line-height: 18px;
font-weight: 600;
color: #000;
}
#contact_form3 .form-control{
background: #fff;
border-radius: 2px;
border-color: transparent;
height: 38px;
color: #fff;
box-shadow: 1px 2px 4px rgba(0,0,0,.2);
}
#contact_form3 .form-control::placeholder{
color: #545960;
}
.btn_rcl{
background: #fff;
border-radius: 0;
color: #000;
font-size: 13px;
font-weight: 500;
font-family: 'Montserrat';
border-color: transparent;
}




#bottom {
  background: #FF2854;
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto', serif;
  font-weight: 500;
  line-height: 18px;
}
#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom ul li {
  display: block;
  padding: 1px 0;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer-border {
  padding-bottom: 18px;
  margin-top: 30px;
}
.footer-border-inner {
  padding-bottom: 18px;
  margin-top: 30px;
}
.sml_footer{
  border-top: 2px solid #c2c2c2;
  width: 30px;
  border-bottom-color: transparent;
  margin-top: 3px;
  margin-left: 0;
}
#bottom ul li a{
  color: #aaabae;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.ld_ftr{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 17px;
}
.lead-footer a{
  color: #aaabae;
}
#bottom ul li a:hover, .lead-footer a:hover {
  color: #fff;
}
#bottom .widget {
  margin-bottom: 20px;
}
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #464c53;
  background: #009746;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.flow_us{
  font-size: 12px;
  padding-right: 5px;
}
span.text-small{
  font-size: 12px;
  opacity: .5;
}
#footer ul {
  list-style: none;
}
#footer ul > li {
  display: inline-block;
}
.contact-footer{
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #686868;
  margin-bottom: 0;
}
.address{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #959595;
}
.cprt{
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  line-height: 15px;
  vertical-align: bottom;
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.ams, .ams a{
  font-size: 11px;
  color: #545960;
  opacity: .8;
  margin-bottom: 0;
}
.ams a:hover{
color: #fff;
}
.social-icon-footer{
  display: block;
  position: relative;
  padding-top: 5px;
  padding-left: 0;
  text-align: right;
}
.social-icon-footer li{
  display: inline-block !important;
  position: relative;
}
.social-icon-footer li a{
  width: 28px;
  height: 28px;
  border-radius: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff  !important;
  display: inline-block;
}
.social-icon-footer li a:hover{
  background: #fff;
  color: #fff !important;
}
#insd_sldr{
  position: relative;
  background: #eee;
  padding: 0;
  margin-top: 30px;
}
#insd_sldr .carousel .carousel-inner{
  height: 200px;
}
#insd_sldr .carousel .carousel-content{
  margin: 0px;
  padding: 0px;
}
#insd_sldr .carousel .slide-margin{
  margin-top: 50px;
}
.h2pg_tl{
margin-top: 20px;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
text-align: center;
margin-bottom: 0;
}
.breadcrumb{
background-color: transparent;
margin-top: 0;
text-align: right;
padding-right: 0;
padding-top: 0;
}
.breadcrumb li{
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #fff;
font-weight: 300;
}
.breadcrumb li a, .breadcrumb li.active{
  color: #fff;
  font-weight: 300;
  opacity: .5;
}
.breadcrumb li a:hover{
  color: #fff;
  opacity: .8;
}
.breadcrumb> li+li:before{
  color: #fff;
  opacity: .5;
}
#insd_sldr .carousel .carousel-content {
  padding: 0;
  margin: 0;
}
#insd_sldr .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 200px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#insd_sldr .carousel .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 110px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#insd_sldr .carousel .item:first-child {
  top: auto;
  position: relative;
}
#insd_sldr .carousel .item.active {
opacity: 1;
z-index: 1;
}

#insdsc{
padding-top: 40px;
padding-bottom: 40px;
  background:url(../images/bg.jpg) repeat;

}
.insdms{
background: #fff;
}
.ld_insd2{
font-family: 'Open Sans';
font-size: 14px;
color: #858585;
line-height: 24px;
text-align: justify;
}
.ld_insd3{
font-family: 'Open Sans';
font-size: 14px;
color: #c28a5b;
margin-left: -5px;
line-height: 24px;
text-align: justify;
}
.h2_dvlp{
font-family: 'Montserrat';
font-size: 22px;
margin-top: 8px;
margin-bottom: 20px;
font-weight: 400;
}
.h2_dvlp2{
font-family: 'Montserrat';
font-size: 20px;
margin-top: 8px;
margin-bottom: 0px;
font-weight: 400;
}
.h2_dvlp3{
font-family: 'Montserrat';
font-size: 24px;
margin-top: 25px;
margin-bottom: 10px;
font-weight: 400;
color: #212121;
}
.insdld3{
font-family: 'Open Sans';
font-size: 13px;
color: #555;
text-align: center;
padding-left: 17px;
line-height: 16px;
font-weight: 600;
padding-bottom: 12px;
margin-bottom: 20px;
}
.proj_ls{
padding-left: 0;
list-style: none;
}
.proj_ls li{
font-family: 'Open Sans';
font-size: 14px;
color: #555;
padding-left: 17px;
line-height: 16px;
position: relative;
font-weight: 600;
padding-bottom: 12px;
border-bottom:1px solid #eee;
margin-bottom: 12px;
}
.proj_ls li span{
font-weight: 400;
padding-top: 3px;
font-size: 12px;
display: inline-block;
}
.proj_ls li:before{
content: '\f105';
font-family: 'FontAwesome';
font-size: 12px;
position: absolute;
color: #888;
left: 5px;
}
.galct{
padding-left:0px;
padding-right: 1px;
padding-bottom: 1px;
}
.ld_insd{
font-family: 'Open Sans';
font-size: 14px;
color: #000;
line-height: 24px;
}
.h1_insd{
font-family: 'Open Sans';
 font-size: 30px;
 text-align:center;
 color: #333;
}
.hr_insd{
border-top: 1px solid #f2bf9a;
border-bottom-color: transparent;
width: 50px;
margin-top: 10px;
margin-left: 50%;
margin-bottom: 15px;
text-align:center;
}
.h2_sz{
font-size: 17px;
font-family: 'Karla';
color: #858585;
}
.insd_ls{
list-style: none;
padding: 0;
}
.insd_ls li{
font-family: 'Karla';
font-size: 14px;
color: #565656;
margin-bottom: 8px;
position: relative;
padding-left: 15px;
}
.insd_ls li:before{
content: '\f1ce';
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
font-size: 8px;
opacity: .9;
left: -5px;
top: 0;
}

.lbl_lyt{
  font-family: 'Karla';
  margin-top: 16px;
  color: #af6308;
  line-height: 18px;
  font-weight: bold;
}

#cntfrm2 .fm_inpt, #cntfrm2 .fm_inptlg{
border-radius: 0;
}
.tp_lnk li{
display: inline-block;
}
.tp_lnk li a{
font-family: 'Questrail', sans-serif;
font-size: 14px;
color: #4c4b4b;
display: inline-block;
padding-right: 15px;
}
.top-number p{
  margin: 0;
  font-family: 'Open Sans';
  font-size: 13px;
}
.fl_us{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #929493;
  margin-right: 7px;
}
.form_tp{
  margin-top: 10px;
}
.form_tp .form-control{
  border-radius: 0;
  height: 26px;
  font-size: 13px;
  font-family: 'Questrail', sans-serif;
  border-color: #e0dede;
}
.btn-slogin{
  border-radius: 1px;
  height: 26px;
  padding: 0px 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 11px;
  float: right;
}
.frm_ln_cont{
  text-align: right;
}
.frm_link{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.frm_link li{
  display: inline-block;
  margin-left: 10px;
}
.frm_link li a{
  padding: 0;
  display: inline-block;
  font-family: 'Questrail', sans-serif;
  font-size: 13px;
  color: #333;
}
.top-number a{
  color: #fff;
}
.top-number a:hover{
  color: #51ddff;
}
.t_div{
  margin-left: 10px;
  margin-right: 10px;
}

.txa_l{
  text-align: left !important;
}
.txa_r{
  text-align: right !important;
}
.txa_c{
  text-align: center !important;
}
.txa_j{
  text-align: justify !important;
}
.bdr_r{
  border-right: 1px solid #b5bde7;
}
.ph-lbl{
  color: #00a651;
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}
.apt-lbl{
  color: #aa33aa;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}
.apt-cont{
  color: #aa33aa;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 3px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
}
.apt-cont img{
  margin-left: 3px;
}
.fnd-lbl{
  color: #224149;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}
.fnd-cont{
  color: #224149;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
}
.doc-icon{
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
.ph-cont i{
  font-size: 90%;
}
.search i {
  color: #fff;
}
input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input.search-form::-webkit-input-placeholder{
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}
input.search-form:hover {
  width: 180px;
}
#header{
  z-index: 9999 !important;
}
.sticky{
  right: 0;
  left: 0;
  z-index: 99 !important;
}
.navbar-brand {
  padding: 0;
  margin:0;
}
hr.hr-arrow-about {
    color: #F3F3F3;
    text-align: center;
    margin: 30px 0;
    line-height: 100%;
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    position: relative;
    overflow: visible;
}
hr.hr-arrow-about:before {
    background: #066baf;
    content: "";
    height: 1px;
    left: 15%;
    position: absolute;
    margin-top: -1px;
    width: 70%;
}
.lbl_fm{
  font-weight: normal;
  margin-right: 10px;
}
hr.hr-arrow-about:after {
    background: #fff;
    color: #066baf;
    content: '\f009';
    transform: rotate(45deg);
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 35px;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
    top: -15px;
    font-size: 20px;
}
h2.abt-h2{
  font-family: 'Raleway', sans-serif;
  color: #066baf;
  font-size: 24px;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 999;
  transition:background-color 0.2s;
}
.navbar-nav{
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  position: relative;
  float: none;
}
.navbar-default{
    border-width: 0; 
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background: #FF2854;
 }
.is-sticky .navbar-default{
    box-shadow: 0 5px 8px rgba(0,0,0,.10);
}
.navbar-default .navbar-nav>li>a {
color: #ffffff;
line-height: 20px;
font-size: 12px;
font-weight: 500;
padding-left: 12px;
padding-right: 12px;
padding-top: 15px;
}
.navbar-default .navbar-nav>li>a:after {
content: '|';
position: absolute;
right: -2px;
color: #fff !important;
} 
.navbar-default .navbar-nav>li:last-child>a:after {
content: ' ';
}
.navbar-default .navbar-nav>li>a .caret {
  display: none !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
  background-color: #FF2854;
  color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-nav .open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #FF2854;
  color: #fff;
  border-color: transparent;
}
.navbar-default .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-weight: 500;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0;
    min-width: 20em;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar.center .navbar-inner .nav {
    float: none;
    display:inline-block;
    vertical-align: top;  
    margin: 0;
    padding: 0;
    padding-left: 0;
}
.sticky-wrapper{
  max-height: 20px;
}
.navbar-default .navbar-nav li.open>a, .navbar-default .navbar-nav .open>a:focus{
  background-color: #FF2854;
  color: #fff!important;
  transition: none;
}
.navbar-default .dropdown-menu>li>a {
    color: #333;
    padding-top: 8px ;
    font-weight: 500;
    padding-bottom: 8px ;
}
.navbar-default .dropdown-menu>li>a:focus,.navbar-default .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF2854;
}
.navbar-header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header .navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header .navbar-toggle {
    position: relative;
    float: none;
    text-align: center;
    padding: 14px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #595758;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50%;
}
.navbar-header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-header .navbar-toggle:focus {
    background-color: #000;
}
.navbar-inverse .navbar-nav > li > a {
  	padding: 15px 14px;
    margin: 0;
    color: #555656;
    line-height: 24px;
    display: inline-block;
    border-color: transparent;
    padding-top: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #f1682c;
  color: #fff;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #a7a8ac;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
  background-color: transparent;
  color: #555656;
  border-top: 3px solid #c5c4c2;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background: #1e60bd;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
#main-slider {
  position: relative;
  margin-top: 30px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel .carousel-content {
  margin-top: 280px;
  position: relative;
}
#main-slider .carousel .carousel-content-2 {
  margin-top: 200px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  padding-top: 5px;
  position: relative;
  display: inline-block;
}
#main-slider .carousel .carousel-content-3 {
  margin-top: 200px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-top: 5px;
  position: relative;
}
#main-slider .carousel .carousel-content-4 {
  margin-top: 350px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-top: 5px;
  position: relative;
}
.small-slider{
  border-top-color: transparent;
  border-bottom: 3px solid #5d4494;
  width: 40px;
  margin-top: 0;
  background-color: transparent;
}
.small-slider2{
  border-top-color: transparent;
  border-bottom: 3px solid #5d4494;
  width: 40px;
  margin-top: 0;
  margin-left: 0;
  background-color: transparent;
}
.sldtxt-ct1{
background: rgba(70,6,23,.8);
padding: 10px 30px 15px;
border-right: 8px solid #c82a15;
}
.sldtxt-ct2{
background: rgba(70,6,23,.8);
padding: 10px 30px 15px;
border-right: 8px solid #2a5404;
}

.sldtxt-ct3{
background: rgba(70,6,23,.8);
padding: 10px 30px 15px;
border-right: 8px solid #c82a15;
}
.sldtxt-ct4{
background: rgba(18,32,67,.8);
padding: 10px 30px 15px;
border-right: 8px solid #89cfd3;
}
#main-slider .carousel h2 {
  font-family: 'Lato', serif;
  color: #fff;
  padding-top: 10px;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
  text-align: right;
}
#main-slider .carousel .sld1_h3{
  font-family: 'Montserrat', serif;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 0px;
  font-weight: 400;
  text-align: right;
}
.btn-sldr{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0;
  padding: 8px 15px;
  border-left: 4px solid #c07359;
  background: #8e5744;
}
.btn-sldr:hover{
  background: #333;
  color: #fff;
}
#main-slider .carousel h2.cont2 {
  font-family: 'Montserrat', serif;
  color: #5d4494;
  padding-top: 10px;
  font-size: 28px;
  line-height: 24px;
  margin-top: 5px;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
h2 span.fn_kr{
  font-size: 32px;
  color: #201b4a;
}
h2 span.clr_blue{
  color: #201b4a;
  font-size: 32px;
}
h2 span.fn_kr2{
  font-size: 22px;
}
#main-slider .carousel h3.title3 {
  margin-top: 10px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 450px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 270px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
ul.strategy-icon{
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
ul.strategy-icon li{
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 17px;
  font-family: 'Roboto', sans-serif;
  padding:10px 0; 
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
ul.strategy-icon i{
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  border: 1px solid #fff;
  line-height: 76px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 30px;
}
li.orange-icon{
  color: #de9e51;
}
li.green-icon{
  color: #9abd50;
}
li.blue-icon{
  color: #48b2ce;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  z-index: 5;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0,0,0,.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
.ldlsn{
font-size: 15px;
line-height: 17px;
width: 60%;
}
.bldlsn{
font-size: 14px;
width: 15px;
}
#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  background-color:  rgba(144, 74, 142, .5);
  border-color: rgba(144, 74, 142, .5);
  margin: 0 6px 0 0;
  position: relative;
}
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  left: -0px;
  top: -0px;
}
#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color:  #904a8e;
  background-color:  rgba(144, 74, 142, .5);
  margin: 0 6px 0 0;
  border: 1px solid transparent;
  position: relative;
}
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color:  #904a8e;
  border: 1px solid transparent;
  border: 1px solid #904a8e;
  left: -2px;
  top: -2px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-1-1 {
  -webkit-animation: fadeInLeft 300ms linear 300ms both;
  -moz-animation: fadeInLeft 300ms linear 300ms both;
  -o-animation: fadeInLeft 300ms linear 300ms both;
  -ms-animation: fadeInLeft 300ms linear 300ms both;
  animation: fadeInLeft 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2-1 {
  -webkit-animation: fadeInRight 300ms linear 300ms both;
  -moz-animation: fadeInRight 300ms linear 300ms both;
  -o-animation: fadeInRight 300ms linear 300ms both;
  -ms-animation: fadeInRight 300ms linear 300ms both;
  animation: fadeInRight 300ms linear 300ms both;
}
.qube{
  position: absolute;
  display: inline;
  top: 10px;
  margin-left: 15px;
}
.qube img{
  position: absolute;
  top: 0;
  left: 0;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#inner{
}
#inner .col-sm-3{
  padding: 0;
}
#whyus-slider {
  position: relative;
  background: #eee;
}
#whyus-slider .carousel .carousel-content {
  margin-top: 160px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  padding-top: 10px;
}
#whyus-slider .carousel .slide-margin{
}
#whyus-slider .carousel h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 22px;
  margin-left: 35px;
  margin-top: 90px;
}
#whyus-slider .carousel h3 {
  margin-top: 10px;
  color: #fff;
}
#whyus-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#whyus-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
.blue-h2{
  font-family: 'Ubuntu', sans-serif;
  color: #0598ff;
  font-size: 22px;
  font-weight: normal;
}
.border-right{
  border-right:1px solid #eaeaea; 
}
hr.margin0{
  margin: 0;
}
.profile-content{
  padding: 25px;
}
#whyus-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 120px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#whyus-slider .carousel .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 270px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#whyus-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#whyus-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#whyus-slider .prev,
#whyus-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0,0,0, .7);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#whyus-slider .prev:hover,
#whyus-slider .next:hover {
  background-color: #2f7afd;
}
#whyus-slider .prev {
  left: 10px;
}
#whyus-slider .next {
  right: 10px;
}
#whyus-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
#whyus-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}
#whyus-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
   margin: 0 15px 0 0;
   background-color: #2f7afd;
   border: 1px solid #2f7afd;
   position: relative;
}
#whyus-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #2f7afd;
   border: 1px solid #2f7afd;
  left: -3px;
  top: -3px;
}
#whyus-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#whyus-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#whyus-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#whyus-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.hldpsldr{
  position: relative;
  width: 100%;
}

.iconset{
  position: relative;
  float: left;
  min-width: 50px;
  margin-right: 30px;
  margin-left: -40px;
}
.text-desc{
  position: relative;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-desc-last{
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 20px;  
}
.text-desc-right{
  position: relative;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 0px;
  margin-right: 24px;
}

.ln_cn{
  display: block;
  margin: 0 auto;
}
.txt-container{
  position: relative;
  display: inline-block;
}
.features{
  padding: 0;
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
.imve{
  display: block;
  max-width: 100%;
  height: auto;
}
.imvec{
margin: 0 auto;
}
.feature-wrap h2{
  margin-top: 10px;
}
.feature-wrap .pull-left {
  margin-right: 25px;
}
.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}
.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}
#recent-works .col-xs-12.col-md-4{
  padding: 0;
}
#recent-works{
    background: #e4f3ff url('../images/globe-blue-bg.html') no-repeat right top;
}
.con-full {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.padding0{
  padding: 0;
}
.img-overlay{
  position: relative;
  display: block;
}
.img-overlay img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f7afd;
}
.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img{
  width: 100%;
}
img.brands{
  margin:0 auto;
  display: block;
}
.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}
#strategy {
  background: #000 url(../images/bg4.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 40px;
  padding-bottom: 20px;
}
.lead-strategy{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #4ac5e4;
  font-weight: 300px;
  line-height: 22px;
}
h2.white-bold{
  font-family: 'Ubuntu', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 32px;
}
#services .col-sm-4{
}
.service-box{
  position: relative;
  max-width: 237px;
  text-align: center;
  display: inline-block;
}
.service-box-content{
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 45px;
  margin-left: 30px;
  text-align: left;
}
hr.hr-small-blue{
  width: 35px;
  border-top:3px solid #36a1ec;
  text-align: left;
  margin-left:0;
  margin-top: 0px;
}
hr.hr-small-blue-center{
  width: 35px;
  border-top:3px solid #36a1ec;
  margin-top: 0;
  padding-top: 0;
}
hr.hr-small-green-top{
  width: 20px;
  border-top:2px solid #00b1b0;
  text-align: left;
  margin-left:0;
  margin-top: 0px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 20px;
}
hr.hr-small-green{
  width: 20px;
  border-top:2px solid #00b1b0;
  text-align: left;
  margin-left:0;
  margin-top: 0px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: -5px;
}
hr.hr-small-white-top{
    width: 20px;
  border-top:1px solid rgba(255,255,255, 0.5);
  text-align: left;
  margin-left:0;
  margin-top: 0px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 20px;
}
hr.hr-small-white{
    width: 20px;
  border-top:1px solid rgba(255,255,255, 0.5);
  text-align: left;
  margin-left:0;
  margin-top: 0px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
h2.right-white{
  text-align: right;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  margin-right: 25px;
  margin-top: 42px;
  color: #fff;
}
h2.right-white-last{
  text-align: right;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  margin-right: 25px;
  margin-top: 8px;
  color: #fff;
}
h2.left-white{
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
}
.service-box-content h2{
  font-size: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: -5px;
  line-height: 25px;
  color: #fff;
}
.service-box-content h3{
  padding:0;
  margin: 0;
}
.service-link{
  padding-top: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
hr.arrow-down{
  position: relative;
}
hr.arrow-down:after{
    content: '\f107';
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    font-family: 'FontAwesome';
    color: #cac7c7;
    margin-top: -9px;
    background: white;
    font-size: 19px;
}
hr.arrow-down-nomargin{
  position: relative;
  margin-top: -25px;
}
hr.arrow-down-nomargin:after{
    content: '\f107';
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    font-family: 'FontAwesome';
    color: #cac7c7;
    margin-top: -9px;
    background: white;
    font-size: 19px;
}
.padding25{
  padding-bottom: 25px;
  display: block;
  position: relative;
}
.padding25:after{
  content: " ";
  display: table;
  clear: both;
  position: relative;
}
.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}
.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}
.services-wrap .pull-left {
  margin-right: 20px;
}
#middle {
  background: #f2f2f2;
}
.skill h2{
  margin-bottom: 25px;
}
.progress-wrap{
  position: relative;
}
.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}
.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}
.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}
.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}
.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}
.progress{
  position: relative;
}
.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}
.progress span{
  position: relative;
}
.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}
.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}
.accordion h2{
  margin-bottom: 25px;
}
.panel-default{
  border-color: transparent;
}
.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}
.panel-body{
  padding: 20px 20px 10px;
}
.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-heading{
  border-radius: 0;
}
.panel-title>a{
  color: #4e4e4e;
}
.accordion-inner img{
  border-radius: 4px;
}
.accordion-inner h4{
  margin-top: 0;
}
.panel-heading.active{
  background: #1f1f20;
}
.panel-heading.active .panel-title>a{
  color:#fff;
}
a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}
#testimonial{
  background: url(../images/sections-bg.html);
  padding-top: 10px;
  padding-bottom: 20px;
}
.initals{
  color: #182950;
}
.testimonial-img{
  display: block;
  margin: 15px auto;
  text-align: center;
  border-radius: 50%;
  width: 85px;
  -webkit-box-shadow: 6px 6px 58px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 6px 58px 12px 2px rgba(0,0,0,0.16);
  box-shadow: 6px 6px 58px 2px rgba(0,0,0,0.16);
}
.lead-testimonial{
  font-size: 14px;
  color: #182950;
  font-family: 'Roboto', sans-serif;
  line-height: 19px;
}
.btn-grey-border{
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 7px 18px;
  color: #1e366f;
  font-size: 13px;
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s; 
}
.btn-grey-border:hover{
  border-color: #3fc42f;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
.testimonial h2{
  margin-top: 0;
}
.testimonial-inner {
  color:#858586;
  font-size: 14px;
}
.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}
.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}
#partner {
  background: url(../images/partners/partner_bg.html) 50% 50% no-repeat;
  background-size: cover;
}
#partner {
  color: #fff;
  text-align: center;
}
#partner h2, 
#partner h3 {
  color: #fff;
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}
#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
  border-top: 3px solid #066baf;
}
.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}
.contact-info h2{
  margin-top: 0;
  color: #000;
}
.contact-info{
  color:#000;
}
.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}
.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}
.about-us p {
  color:#4e4e4e;
}
#carousel-slider {
  position: relative;
}
#carousel-slider .carousel-indicators {
  bottom: -25px;
}
#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}
#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}
#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}
#carousel-slider 
.carousel-control {
  width:inherit;
}
#carousel-slider .carousel-control.left i {
  left:-25px
}
#carousel-slider .carousel-control.right i {
  right: -25px;
}
#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}
.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}
.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;
}
.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}
.sinlge-skill p {
  line-height: 1;
}
.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}
.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}
.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}
.team h5 {
  font-weight: 300;
}
.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}
.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}
.media_image {
  margin-bottom: 10px;
}
.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}
ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}
ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}
ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}
.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
  background: #0182c4;
}
.team .social_icons .fa-twitter {
  background: #20B8FF
}
.team .social_icons .fa-google-plus {
  background: #D34836
}
.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}
.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}
.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}
.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}
.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}
.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}
.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }
.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}
.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}
.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}
.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}
.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}
.services {
  padding: 0;
}
.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}
.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}
.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}
.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}
.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}
.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}
.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}
.clients-area {
  padding: 60px;
}
.clients-comments {
    background-image: url("../images/image_bg.html");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}
.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}
.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}
.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}
.footer_left {
  padding: 10px;
}
.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}
#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}
.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-item {
  margin: 0;
  padding:0;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.pricing_heading {
  margin-top: 120px
}
.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}
.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}
.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}
.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}
.plan {
  position: relative;
  margin-bottom: 70px;
}
.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}
.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}
.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}
.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}
.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 
.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}
.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}
.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}
.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}
.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}
.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}
.pricing-area .bg{
 background: #fafafa 
}
.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}
.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}
.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}
.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}
.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}
.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}
.small-pricing h3:after {
  height:94px;
}
.small-pricing h3:before {
  top: 74px;
}
.plan-action {
  height: 40px;
}
.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}
.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}
.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}
.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}
.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}
.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}
.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}
.gmap-area {
  background-image: url("../images/map.html");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}
.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.gmap-area .map-content ul {
  list-style: none; 
}
.gmap-area .map-content address h5{
  font-weight: 700;
}
#contact-page{
  padding-top: 0;
}
#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}
input.submit-button.btn.btn-default {
    background: #ffa025;
    border: 0;
    color: #fff;
}
input.submit-button.btn.btn-default:hover {
    background: #349ce7;
    border: 0;
    color: #fff;
}
textarea#message{
  resize: none;
  padding: 10px;
}
#contact-page .contact-wrap {
  margin-top: 20px;
}
.widget {
  margin-bottom: 60px;
  padding-left: 0;
}
.single_comments {
  margin-bottom: 20px;
}
.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.single_comments p {
  margin-bottom: 0;
}
.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}
.widget h3 {
  color: #000;
  margin-bottom: 20px;
}
.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}
.blog_category li{
  float:none;
  margin-bottom:20px;
}
.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}
.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}
 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}
.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}
.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.blog_archieve li:first-child {
  padding-top: 0;
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}
ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}
.blog .blog-item .blog-content {
  padding-bottom: 25px;
}
.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}
.readmore{
  margin-top: 0;
}
.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  }
.blog .blog-item .blog-content h4 {
  font-size: 14px;
}
.post-tags {
}
.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}
.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}
#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.blog .blog-item .entry-meta > span {
  color: #ccc;
}
.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}
.search_box {
  background-image: url("../images/search_icon.html");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}
ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}
.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}
.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}
.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}
.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}
.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}
.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}
.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.post_reply ul li{
  float:left;
}
.post_reply ul li a {
  display: block;
}
.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}
.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}
.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}
.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}
.post_reply ul li a i:hover{
  opacity:.5;
}
.post_reply_content {
  margin: 30px;
}
.post_reply_content h1 a:hover{
  color:#FFC800;
}
.post_reply_content h4 {
  margin-bottom: 50px;
}
.reply_section .media-body{
  display:inherit;
}
.comment_section .media-body{
  display:inherit;
}
.media-body h2{
	color: #1756bf;
}
.media-body p{
	color: #255fc1;
}
#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}
.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}
.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}
.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}
.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}
.post_reply_comments h1 a:hover{
  color:#c52d2f;
}
.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}
.post_reply_comments p {
  padding-bottom: 30px;
}
.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}
.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}
.post_reply_comments h2 a{
}
.hn{
display: none;
}

.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}
#feedback-form .form-group .form-control {
    padding: 3px 5px;
    border-color: transparent;
    background: #60cd54;
    box-shadow: none;
    color: #fff;
}
#feedback-form .form-group .form-control::placeholder{
  color: #fff;
}
#feedback-form .form-control {
    padding: 0;
    border-color: #ddd;
    box-shadow: none;
    border-radius: 0;
    height: initial;
    font-size: 12px;
}
.btn-border-edges{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  background: transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.btn-border-edges:hover{
  background: #007773;
  border-color: #007773;
  color: #fff;
}
.img-center{
  margin: 0 auto;
}
.about-home{
padding-top: 20px;
line-height: 22px;
font-size: 13px;
padding-bottom: 21px;
}
.about-home img{
  margin: 0 auto;
  text-align: center;
    margin-top: 0px;
    margin-bottom: 14px;
}
div.awards-list{
  padding-left: 0px;
  margin-top: 10px;
}
ul.home-awards{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 17px;
  font-size: 13px;
  padding-right: 10px;
}
ul.home-awards li{
  padding: 0;
  position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
 }
ul.home-awards li:before {
    background: url("../images/award-list.html") no-repeat scroll 50% 50% transparent;
    content: " ";
    display: block;
    height: 36px;
    width: 26px;
    left: -30px;
    position: absolute;
    top: 0;
}
ul.abt-value{
    list-style: none;
  margin: 0 auto !important;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  padding-right: 10px;
  text-align: left;
}
ul.abt-value li{
  padding: 0;
  position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-left: 25%;
 }
ul.abt-value li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    height: 36px;
    width: 26px;
    left: -30px;
    position: absolute;
    top: 0;
}
.myquote{
  font-size: 25px;
  font-style: italic;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 10px);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0px, 0px);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes shake2 {
  0%, 100% {
    transform: translate3d(0px, 0, 0);
  }
}
.shake-vertical-slow {
    display: inline-block;
    transform-origin: center center;
}
.shake-vertical-slow {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: verical-slow;
    animation-timing-function: ease-in-out;
}
@keyframes verical-slow {
2% {
    transform: translate(0, 1.5px) rotate(1.5deg);
}
4% {
    transform: translate(0, -1.5px) rotate(-0.5deg);
}
6% {
    transform: translate(0, 1.5px) rotate(-1.5deg);
}
8% {
    transform: translate(0, -1.5px) rotate(-1.5deg);
}
10% {
    transform: translate(0, 2.5px) rotate(1.5deg);
}
12% {
    transform: translate(0, -0.5px) rotate(1.5deg);
}
14% {
    transform: translate(0, -1.5px) rotate(1.5deg);
}
16% {
    transform: translate(0, -0.5px) rotate(-1.5deg);
}
18% {
    transform: translate(0, 0.5px) rotate(-1.5deg);
}
20% {
    transform: translate(0, -1.5px) rotate(2.5deg);
}
22% {
    transform: translate(0, 0.5px) rotate(-1.5deg);
}
24% {
    transform: translate(0, 1.5px) rotate(1.5deg);
}
26% {
    transform: translate(0, 0.5px) rotate(0.5deg);
}
28% {
    transform: translate(0, 0.5px) rotate(1.5deg);
}
30% {
    transform: translate(0, -0.5px) rotate(2.5deg);
}
32% {
    transform: translate(0, 1.5px) rotate(-0.5deg);
}
34% {
    transform: translate(0, 1.5px) rotate(-0.5deg);
}
36% {
    transform: translate(0, -1.5px) rotate(2.5deg);
}
38% {
    transform: translate(0, 1.5px) rotate(-1.5deg);
}
40% {
    transform: translate(0, -0.5px) rotate(2.5deg);
}
42% {
    transform: translate(0, 2.5px) rotate(-1.5deg);
}
44% {
    transform: translate(0, 1.5px) rotate(0.5deg);
}
46% {
    transform: translate(0, -1.5px) rotate(2.5deg);
}
48% {
    transform: translate(0, -0.5px) rotate(0.5deg);
}
50% {
    transform: translate(0, 0.5px) rotate(0.5deg);
}
52% {
    transform: translate(0, 2.5px) rotate(2.5deg);
}
54% {
    transform: translate(0, -1.5px) rotate(1.5deg);
}
56% {
    transform: translate(0, 2.5px) rotate(2.5deg);
}
58% {
    transform: translate(0, 0.5px) rotate(2.5deg);
}
60% {
    transform: translate(0, 2.5px) rotate(2.5deg);
}
62% {
    transform: translate(0, -0.5px) rotate(2.5deg);
}
64% {
    transform: translate(0, -0.5px) rotate(1.5deg);
}
66% {
    transform: translate(0, 1.5px) rotate(-0.5deg);
}
68% {
    transform: translate(0, -1.5px) rotate(-0.5deg);
}
70% {
    transform: translate(0, 1.5px) rotate(0.5deg);
}
72% {
    transform: translate(0, 2.5px) rotate(1.5deg);
}
74% {
    transform: translate(0, -0.5px) rotate(0.5deg);
}
76% {
    transform: translate(0, -0.5px) rotate(2.5deg);
}
78% {
    transform: translate(0, -0.5px) rotate(1.5deg);
}
80% {
    transform: translate(0, 1.5px) rotate(1.5deg);
}
82% {
    transform: translate(0, -0.5px) rotate(0.5deg);
}
84% {
    transform: translate(0, 1.5px) rotate(2.5deg);
}
86% {
    transform: translate(0, -1.5px) rotate(-1.5deg);
}
88% {
    transform: translate(0, -0.5px) rotate(2.5deg);
}
90% {
    transform: translate(0, 2.5px) rotate(-0.5deg);
}
92% {
    transform: translate(0, 0.5px) rotate(-0.5deg);
}
94% {
    transform: translate(0, 2.5px) rotate(0.5deg);
}
96% {
    transform: translate(0, -0.5px) rotate(1.5deg);
}
98% {
    transform: translate(0, -1.5px) rotate(-0.5deg);
}
0%, 100% {
    transform: translate(0, 0) rotate(0);
}
}
.with_borders{
  position: relative;
  display: table;
}
.with_borders > .box {
    border-color: #F0F0F0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-right-width: 1px;
    padding: 0 0px;
}
.product_item_holder {
    position: relative;
}
.with_borders .product_item_holder .featured_image {
    border: 0;
    padding: 20px;
}
.product_item_holder .featured_image {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #efefef;
}
.product_info {
    padding: 0 20px 20px;
}
.product_info img{
margin-bottom:25px;
}
.with_borders .box:after, .portfolio_boxes .box:after {
    background: #00a9ca;
    content: "";
    display: block;
    height: 11px;
    left: -1px;
    position: absolute;
    top: -2px;
    width: 2px;
}
.with_borders .box:before, .with_borders .box:after {
    background: #00a9ca;
}
.with_borders .box:before, .portfolio_boxes .box:before {
    background: #00a9ca;
    content: "";
    display: block;
    height: 2px;
    left: 1px;
    position: absolute;
    top: -2px;
    width: 10px;
    z-index: 2;
}
.with_borders .box:hover:after, .portfolio_boxes .box:hover:after {
    height: 80px;
}
.with_borders .box:hover:before, .portfolio_boxes .box:hover:before {
    width: 80px;
}
.with_borders .box:hover:after, .with_borders .box:hover:before {
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.img-center{
  margin: 0 auto;
}
.page-center {
    text-align: center;
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control-feedback {
    color: #777;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
}
.has-feedback label~.form-control-feedback {
    top: 27px;
}
.has-feedback .form-control {
    padding-right: 50spx;
}
.has-feedback {
    position: relative;
}
.form-group {
    margin-bottom: 5px;
}
.list-icons {
    list-style: none;
    padding: 0;
    position: relative;
}
.list-icons li {
    padding: 5px 0;
    padding-left: 20px;
}
.list-icons li i {
    min-width: 25px;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    line-height: 25px;
}
.list-icons li a{
  color: #09afdf;
}
.pr-10 {
    padding-right: 10px;
}
.text-default {
    color: #09afdf;
}
.separator-2, .separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}
.separator-2:after {
    background: #d1d1d1;
    background: -moz-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.18)),color-stop(35%,rgba(0,0,0,.12)),color-stop(70%,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.18) 0,rgba(0,0,0,.12) 35%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%);
}
.separator-2:after, .separator-3:after {
    content: "";
    height: 1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    position: absolute;
}

ul.lead-list{
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #727272;
  padding:0 0 0 12px;
}
ul.lead-list2{
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #727272;
  padding:0 0 0 25px;
}
ul.lead-list2 li{list-style:circle;}
.yellow-h2 {
  color: #f1682c;
  font-family: "Ubuntu",sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.table-q table{width:100%;}
.table-q tr {
  border: 1px solid #ccc;
  line-height: 35px;
  padding: 0;
}
.table-q td{font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #727272;
  padding-left:15px;}
 .table-q th{font-family: 'Roboto', sans-serif;
  padding-left:15px;
 } 
 .british-box1{background-image:url("../images/1.html");background-repeat:no-repeat;height:100%;width:100%;}
  .british-box1 > h2 {
  color: #3b5a80;
  padding: 28px 9px;
  font-family: 'Roboto', sans-serif;
}
  .british-box2{background-image:url("../images/2.html");background-repeat:no-repeat;height:100%;width:100%;}
  .british-box2 > h2 {
  color: #fff;
  padding: 28px 0 28px 14px;
  font-family: 'Roboto', sans-serif;
} 
   .british-box3{background-image:url("../images/3.html");background-repeat:no-repeat;height:100%;width:100%;}
  .british-box3 > h2 {
  color: #fff;
  padding: 28px 0 28px 14px;
  font-family: 'Roboto', sans-serif;
} 
    .british-box4{background-image:url("../images/4.html");background-repeat:no-repeat;height:100%;width:100%;}
  .british-box4 > h2 {
  color: #fff;
  padding: 28px 0 28px 14px;
  font-family: 'Roboto', sans-serif;
}  
.british-box5{background-image:url("../images/5.html");background-repeat:no-repeat;height:100%;width:100%;}
.british-box5 > h2 {
  color: #fff;
  padding: 15px 0 28px 14px;
  font-family: 'Roboto', sans-serif;
}  
.british-box-s1{background-color:#95afd4;padding:10px;margin-bottom:20px;padding-bottom:18px;}
.british-box-s1 p{ font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #263b56;}
.british-box-s2{background-color:#578bd3;padding:10px;margin-bottom:20px;padding-bottom:33px;}
.british-box-s2 p{ font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff;}
  .british-box-s3{background-color:#0044a3;padding:10px;margin-bottom:20px;padding-bottom:27px;}
.british-box-s3 p{ font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff;}
 .british-box-s4{background-color:#013378;padding:10px;margin-bottom:20px;}
.british-box-s4 p{ font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff;} 
.british-box-s5{background-color:#7c1624;padding:10px;margin-bottom:20px;}
.british-box-s5 p{ font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #fff;}
  ul.ul-footer-links{
  text-transform: uppercase;
  font-size: 11px;
  margin: 15px 0 !important;
  margin-left: 20px !important;
  display: block;
}
.ul-footer-links li{
padding: 0 10px !important;
margin-left: 0 !important;
margin-right: 0 !important;
line-height: 12px;
}
.ul-footer-links li:first-child{
  border-right: 1px solid #acacac;
}