@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: "Raleway", sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}
/*go to top Start ======================================================*/

button:active, button:focus {
outline: 0;

}

.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 {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/*go to top end ======================================================*/

.tt_cr{
  text-align: center;
}
.logo{
  padding-top: 10px;
  padding-bottom: 10px;
  /*display: block;*/
      display: inline-block;
}
.btn-wg .btn-widget-container{
  margin: 0;
}
.btn-wg .powered-by{
  display: none;
}

.logo-small{
  display: none;
  position: absolute;
  margin-top: -80px;
}
.logo-large{
  -webkit-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s; 
}
.logo-container{
  position: relative;
}
.nor-h3{
  font-family: 'Roboto', sans-serif !important;
}
.logo-spec{
  margin: 0px 8px 8px 8px;
  float: left;
}
.spl-link{
  position: relative;
}
.sep-read-more{
  float: left;
  clear: both;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -50px;
  padding: 10px 20px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);

  -webkit-transition: .3s all;
   -o-transition: .3s all;
   transition: .3s all; 

}

ul.csr-list{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}

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: #757575;
  text-indent: -13px;
  position: absolute;
}

.spl-link:hover a.sep-read-more{
  bottom: 100px;
  background: rgba(0,0,0,.5);
  color: #fff;
}
.txt-blue{
  color: #1966ea;
  
}
.txt-justify{
  text-align: justify;
}
.txt-center{
  text-align: center;
}
.txt-left{
  text-align: left;
}
.txt-right{
  text-align: right;
}

h2{
  font-size: 20px;
}
.prod-sub-heading {
    margin-top: -5px;
    color: #019fc4;
    text-transform: uppercase;
    margin-bottom: -5px;
    font-family: 'Raleway', sans-serif;
}
a.read-more {
    font-weight: 700;
}
h3.blg_hding {
    font-size: 26px;
    color: #5a5a5a;
    font-weight: 600;
    line-height:normal;
    font-family: 'Roboto';
}
.lead-blog{
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #848484;
}
.table-striped{
   font-family: 'Roboto';
   color: #555; 
}
.table-striped>tbody>tr>td{
  padding: 12px;
}
.table-striped>tbody>tr:nth-of-type(odd){
   background-color:#f1f9ff;
}
img {
    vertical-align: middle;
}
.navbar-brand>img {
    display: inline-block;
    float: left;
    padding-top: 8px
}
.homepage .navbar-brand h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #262626;
  
  font-weight: 300;
  float: left;
  margin-top: 28px;
  margin-bottom: 5px;
  min-width: 250px;

}
.inner .navbar-brand h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #262626;
  font-weight: 300;
  float: left;
  margin-top: 25px;
  margin-bottom: 0;
  min-width: 222px;

}
.proudly {
    text-align: right;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 23px;
    margin-right: 10px;
    color: #1362ea;
}
.pd-lr-xs15{
  padding-left: 0;
  padding-right: 0; 
}

.brd-t-b{
  position: relative;
  /*cursor: pointer;*/
  overflow: hidden;
}
.pic-cont{
  z-index: 10;
}

.hover-on{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(226, 49, 173, .9);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  text-align: left;
  z-index: 9;

  -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s; 
}
.hover-on a, .hover-on a:visited, .hover-on a:hover{
  display: block;
  color: #fff;
  
}
.brd-t-b:hover .hover-on{
  opacity: 1;
  left: 0px;
}
.img-center{
  margin: 0 auto;
  text-align: center;
}


.pd-lr0{
  padding-left: 0;
  padding-right: 0; 
}
.pd-l0{
  padding-left: 0;
}
.pd-r0{
  padding-right: 0;
}
.center-txt{
  text-align: center;
}
.left-txt{
  text-align: left;
}
.right-txt{
  text-align: right;
}
span.contact-top{
  font-family: 'Open Sans', sans-serif;
  color: #00a651;
  font-size: 18px;
  font-weight: 600;
}
span.contact-top a{
    font-family: 'Open Sans', sans-serif;
    color: #00a651;
    font-size: 18px;
    font-weight: 600;
}
span.contact-top-add{
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 600;
}
span.contact-top-add a{
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 600;
}
.service-title{
  font-family: 'Raleway', sans-serif;
  color: #494340;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
}
.service-description{
  font-family: 'Roboto', sans-serif;
  color: #999999;
  font-size: 11px;
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-service-more{
  font-family: 'Raleway', sans-serif;
  color: #fff;
  background: #ffa200;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 12px;
  margin-top: 0px;
  margin-bottom: 18px; 
  font-weight: bold;

  -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s; 

  -webkit-box-shadow: 4px 3px 9px rgba(0,0,0,.09);
   box-shadow: 4px 3px 9px rgba(0,0,0,.09); 
}

.btn-service-more:hover{
  color: #fff;
  background: #5366a4;
}
#option-testimonial{
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #1a5fd6;
  border-bottom: 2px solid #1a5fd6;
  background: #f0f8ff;
}
.best-option{
  font-size: 20px;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;

}
.lead-bo{
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 18px;
  margin-bottom: 12px;
}
.bxslider2{
  padding: 0px;
  display: block;
}
.bxslider2 li{
  padding-left: 40px;
  padding-right: 40px;
}
.bx-wrapper .bx-viewport{
  left: 0;
}
.bx-wrapper{
  margin-bottom: 20px;

}
.bxslider-insurance img{
  width: 150px !important;

}
.sp_b10{
  margin-bottom: 15px;
  margin-top: 15px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
  margin-left: -20px;

}

.bx-wrapper .bx-controls-direction a.bx-next{
  margin-right: -20px;
}

.lead-tm{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  color: #673ab7;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 12px; 
  position: relative;
  /*margin-left: 30px;
  padding-right: 80px;*/
  display: inline-block;

}
.quotes{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 45px;
  position: absolute;
  color: #dadada;
  line-height: 10px !important;
  height: 20px;
  margin-top: 8px;
  margin-left: -22px;
}
.current-opening .content {
    background: url(../images/calendar.png) no-repeat -14px 0;
    padding-bottom: 25px;
    background-position: 0% 0%;
}

.column-content .content {
    display: block;
    padding-left: 50px;
    border-left: 1px solid #ccc;
}

.column-content .content em {
    display: block;
    color: #41a645;
    font-size: 14px;
    font-family: 'lato';
}

em small {
    font-size: 12px;
    color: #555555;
}


.column-content a.read-more {
    background: none;
    color: #58595b;
    padding-top: 5px;
    display: block;
    text-decoration: underline;
}

.img_doc{
  margin: 0 auto;
  display: block;
  text-align: center;
}

.lead-title{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.txa_c{
  text-align: center;
}
.lead-tm:before{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 45px;
  position: absolute;
  color: #dadada;
  top: 10px;
  left: -20px;
  line-height: 10px;
}
.btn-book-app-small{
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  background: #26a65b;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 0; 
  font-weight: 600;
  -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s; 
}

.btn-book-app-small:hover{
  color: #fff;
  background: #5366a4;
}
#appointment{
  padding-top: 0;
  padding-bottom: 0;
  background: #04aa93;
  position: relative;
/*  float: left;
  width: 100%;*/
  
}
.book-appintment{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.building-placeholder{
  min-height: 200px;
}
.btn-book-appointment {
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #ffffff;
    color: #04aa93;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff; 
}
.btn-book-appointment:hover {
  color: #04aa93;
  border-color: #fff;
}

#why{
  padding-bottom: 0;
  padding-top: 0;
  background: #f5dcca url('../images/bg-hospital-tour.jpg') no-repeat;
  min-height: 174px;
}
.why-txt-bg{
  min-height: 174px;
}
.why-choose{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  margin-top: 0px;
  padding-top: 40px;
  color: #0b2e59;
  font-weight: normal;
}
.lead-why{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #0b2e59;
  margin-top: 18px;
  margin-bottom: 0px; 
}

.btn-readmore {
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #c0a48c;
    color: #704837;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; 
}
.btn-readmore:hover {
  color: #0475ff;
  border-color: #0475ff;
}



#speciality{
  padding-top: 20px;
  padding-bottom: 50px;
}

.special-prog{
  font-size: 25px;
font-weight: bold;
text-align: center;
margin-top: 0px;
padding-top: 40px;
color: #000;
font-weight: 600;
}
.lead-special{
  font-family: 'Cabin', sans-serif;  
  font-size: 16px;
  text-align: center;
  color: #666;

}

#packages{
  background: url(../images/pattern.png) repeat #41a645 !important;
  padding: 35px 0px 20px 0px ;
}

.pack-title{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-weight: normal;
}
.cont-home {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    color: #90e6ff;
    font-weight: normal;
}

.lead-home-cont{
    font-family: 'Cabin', sans-serif;  
  font-size: 15px;
  color: #90e6ff;
}
.lead-pack{
  font-family: 'Cabin', sans-serif;  
  font-size: 15px;
  color: #fff;
  line-height: 17px;

}
.lead-why{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #0b2e59;
  margin-top: 18px;
  margin-bottom: 0px; 
}

.btn-readmore {
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #68aecd;
    color: #0b2e59;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition: all .2s;
     -o-transition: all .2s;
     transition: all .2s; 
}
.btn-readmore:hover {
  color: #0475ff;
  border-color: #0475ff;
}

.navbar-brand h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #262626;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  line-height: 18px;
}

.prod-img{
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  margin-top: 15px;

}
.prod-code {
    padding: 0 10px;
    margin: 0 10px;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: .85em;
    font-weight: 600;
    color: #607D8B;
    border-top: 1px dotted #e0e0e0;

}
.prod-name{
  line-height: 1.2em;
  padding: 0 10px;
  margin: 0 10px;
  margin-bottom: 10px;
}

.prod-desc{
  font-size: .95em;
  line-height: .95em;
  padding: 0 10px;
  margin: 0 10px;
  margin-bottom: 5px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
  font-family:"Roboto",sans-serif;
}

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;
}
#wrapper{
  width:100%;
  height:1868px;
  background: url(../images/index-part.jpg) top center no-repeat;
}

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;
}
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.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;
}

.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;
  margin-top: 10px;
}
.btn-border {
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #e6e6e6;
    color: #465bc4;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .2s;
     -o-transition: all .2s;
     transition: all .2s; 
}
.btn-border:hover {
  color: #26a65b;
  border-color: #465bc4;

}
.btn-white{
  color: #fff;
}
.btn-white:hover{
  color: #d49b5b;
}
.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;
}
.bg-brown{
  background: #795548;
}
.spacer30{
  padding-top: 30px;
  height: 1px;
  clear: both;
}
.spacer30:after
{
    content: '.';
    visibility: hidden;
    clear: both;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
.download-wraper{
  position: relative;
  padding: 60px 0;
  text-align: center;


}
.download-wraper .btn-primary {
padding: 10px 20px;
    background: #dadada;
    color: #333;
    font-size: 13px;
    font-weight: 400;

    border-radius: 20px;
    z-index: 1;   
    position: relative;
   
}
.brochure-dl-container{
  margin-top: 40%;
}
.brochure-dl-container2{
  margin-top: 20%;
}
.download-wraper .btn-primary:hover {
   background: #1e60bd;
   color: #fff;
}
.download-wraper::after {
  content: "";
  background: url('../images/pdf-icon.png') no-repeat center center;
  opacity: 0.10;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;   
}

.download-wraper-reduce{
  position: relative;
  padding: 60px 0;
  text-align: center;
  margin-top: 15px;


}
.color-blue{
	color: #1756bf;
	font-weight: bold;
	border-bottom: dashed 1px #1756bf;
}
.download-wraper-reduce .btn-primary {
    padding: 10px 20px;
    background: #dadada;
    color: #333;
    font-size: 13px;
    font-weight: 400;

    border-radius: 20px;
    z-index: 1;   
    position: relative;

   
}

.download-wraper-reduce .btn-primary:hover {
   background: #1e60bd;
   color: #fff;
}
.download-wraper-reduce::after {
  content: "";
  /*background: url('../images/pdf-download-brochure-reduce.png') no-repeat center center;*/
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;   
}


.download-wraper-steel{
  position: relative;
  padding: 60px 0;
  text-align: center;
  margin-top: 15px;


}
.download-wraper-steel .btn-primary {
padding: 10px 20px;
    background: #dadada;
    color: #333;
    font-size: 13px;
    font-weight: 400;

    border-radius: 20px;
    z-index: 1;   
    position: relative;
   
}

.download-wraper-steel .btn-primary:hover {
   background: #1e60bd;
   color: #fff;
}
.download-wraper-steel::after {
  content: "";
  /*background: url('../images/pdf-download-brochure-steel.png') no-repeat center center;*/
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;   
}
ul.products{
  list-style: none;
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 13px;

}

.breadcrumb {
    padding: 8px 15px 10px;
    margin-bottom: 33px;
    list-style: none;
    text-align: center;
    color: #a5a5a5;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0px 1px 0px rgba(255,255,255,.5);
    margin-top: -15px;
    font-family: 'Lato';
}
.breadcrumb a {
    color: #a5a5a5;
    -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;
}
.breadcrumb a:hover {
    color: #585858;
    
}
.breadcrumb>.active {
    color: #a5a5a5;
}
#main-content{
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}
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;

}
.header-img{
  height: 65px;
  max-height: 65px;
  /*background: url('../images/csr-sub-header.jpg') no-repeat bottom center;*/
  position: relative;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -10px;
}
.header-img img{
  /*margin-left: 20px;*/
  position: absolute;
  bottom: -16px;
  left: 20px;
}

h2.csr{
  padding: 45px 0 0px;
  text-align: left;
  font-size: 22px;
  font-family: 'open sans';
  font-weight: 300;
}

ul.csr-list{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}

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: #757575;
  text-indent: -13px;
  position: absolute;
}

#inner-body{
  margin-top: 0px;
    z-index: 999;
    position: relative;
}

.bg-white{
  padding-top: 0px;
  background: #fff;
}


ul.csr-list li {
    color: #727272;
    padding: 0 17px;
    line-height: 18px;
    margin-bottom: 8px;
}
ul.csr-list li a{
  color: #727272;

}
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;
}



ul.blt-list{
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}

ul.blt-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.blt-list li:before{
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 11px;
  padding-top: 2px;
  color: #757575;
  text-indent: -13px;
  position: absolute;
}

ul.blt-list li {
    color: #727272;
    padding: 0 17px;
    line-height: 18px;
    margin-bottom: 8px;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #a7a7a7;
}


.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 50px 0;
}

.center {
  text-align: center;
  padding-bottom: 0px;
}
.center-text{
  text-align: center;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #525252;
}
.lead_jf{
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;

  color: #525252;
}
.box.three{
  margin-top: 15px;
  margin-bottom: 15px;
}

h2.h2-blue{
  color: #36a1ec;
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;

}

h2.h2-grey{
  color: #4c4b4b;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
h2.h2-grey-inner{
  color: #4c4b4b;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 15px;
}

h2.h2-white{
  color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
}
.download-pdf {
    text-align: center;
    line-height: 14px;
    margin-top: 0;
    margin-bottom: 25px;
}

.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******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-top: 8px;
}

.top-bar {
    padding: 0px 0;
    border-bottom: 1px solid #edecec; 
    /*line-height: 28px;*/
    padding-bottom: 4px;
}

.top-number{
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 600;
}

.top-number p{
  margin: 0;
  line-height: 28px;
}

.social{
  text-align: right;
}
.top-links {
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;

    margin-right: 15px;
}

.top-links  li {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  /*margin-top: -2px;*/

}

.top-links  li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  background: #1362ea;
  padding: 1px 18px 2px;
  border-radius: 0 0 3px 3px;

  /*margin-top: -2px;*/
}
.top-links  li:last-child a {
  padding: 0;
  margin: 0;

}

.top-links li a:hover {

  background-color: #00a651;
}

.top-links  li a.blk_bg{
  background-color: #626262;
}
.top-links  li a.blk_bg:hover{
  background-color: #00a651;
}
.top-links  li a.gre_bg{
  background-color: #ddd;
  color: #444;
}
.top-links  li a.gre_bg:hover{
  background-color: #00a651;
  color: #fff;
}
.top-links  li a.nor_bg{
  background-color: transparent;
  color: #444;
}
.top-links  li a.nor_bg:hover{
  background-color: #00a651;
  color: #fff;
}

.btn_blk{
  background-color: #626262;
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: inline-block;
}

.btn_blk:hover{
  background-color: #00a651;
  color: #fff;
}

.btn_red{
  background-color: #d72424;
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: inline-block;
}
.btn_red:hover{
  background-color: #00a651;
  color: #fff;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
     /*line-height: 28px;*/
}

ul.social-share li {
  display: inline-block;
  margin-top: 4px;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #18bb3e;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 21px;
  font-size: 13px;
}

ul.social-share li a:hover {
  background: #0655dc;
  color: #fff;
}

.icon-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
    color: #303f9f;
}
.icon-text span {
    display: inline-block;
    vertical-align: middle;
}
.icon-text span.small{
  line-height: 12px;
  margin-top: -5px;
}

.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;
  position: relative;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.22);
}
.navbar-brand {
  padding: 0;
  margin:0;
}
hr.hr-arrow-bot {
    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-bot:before {
    background: #066baf;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    margin-top: -1px;
    width: 50%;
}
hr.hr-arrow-bot:after {
    background: #fff;
    color: #066baf;
    content: '\f107';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 35px;
    padding: 0 40px;
    position: relative;
    top: -15px;
}

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%;
}
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{
  color: #066baf;
  font-size: 24px;
  font-family: 'Raleway';
}


.homepage .navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #000;
  padding: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 999;
  transition:background-color 0.2s;
  min-height: 115px;
  -webkit-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s; 

}

.inner .navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 0;
  background-color: #1a5fd6;
  z-index: 999;
  transition:background-color 0.2s;
  min-height: auto;
  -webkit-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s; 
   height: 50px;
}

.img-full-width
{
  
  overflow: hidden;
  min-height: 350px; 
  background-size: cover !important; 

}
.img-full-width img
{
  width: 100%
  
}

.img-padding-right0{
  padding-right: 0;
}

.homepage .navbar-nav{
  margin-top: 32px;
 }

 .navbar-default{
    border-width: 0; 
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
 }

 .navbar-default .caret{
  display: none;
 }

.navbar-default .navbar-nav>li>a {
     /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 24px;
    
    font-size: 12px;
    font-weight: 700;
    border-top: 3px solid transparent;
    border-color: transparent;
    padding: 8px 13px;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
  color: #026db1;
}


.navbar-default .navbar-nav > li > a:hover{
  background-color: #4daf51;
  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: #4daf51;
  color: #fff;
  border-color: transparent;
}

.navbar-default .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    min-width: 20em;
    
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 12px;
}

.navbar-default .navbar-nav li.open>a, .navbar-default .navbar-nav .open>a:focus{
  background-color: #000;
  color: #fff!important;
  transition: none;
}



.navbar-default .dropdown-menu>li>a {
    color: #333;
    font-size: 12px;
    padding-top: 8px ;
    padding-bottom: 8px ;
    font-weight: 600;
    border-bottom: 1px solid #eceded;
    
}

.navbar-default .dropdown-menu>li>a:focus,.navbar-default .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #4daf51;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav>li{
  margin-left: 20px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
    margin-right: 0;
    padding: 9px 8px;
    border-radius: 32px;
    margin: 7px auto;
    /*display: block;*/
    text-align: center;
    float: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #fff;

}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #1a5fd6; 
}
.navbar-inverse .navbar-nav > li > a {
  	padding: 15px 14px;
    margin: 0;
    color: #555656;
    line-height: 24px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-top: 3px solid transparent;
    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;
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    margin: 0;
    margin-bottom: 30px;

    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0px;
    overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info .txt-info {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-transform: none;
  line-height: 15px;
  background: rgba(46, 69, 99, 0.9);
  padding: 15px;
  padding-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 11px;
  opacity: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.thumb-info:hover .txt-info{
  opacity: 1;
  max-height:1000px;
  -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
.thumb-info img {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.thumb-info:hover .thumb-info-title {
  background: rgba(46, 69, 99, 0.9);
  bottom: 130px;
}

#news{
  padding: 0;
  margin: 0;
}

.thumb-info.tb-thumb-info .thumb-info-title {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 30px 9px 14px;
}

.thumb-info .thumb-info-title {

    left: 0;
    right: 17px;
    bottom: 0px;
    
    background: #d1ac69;
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;

    padding: 9px 15px;
    position: absolute;
    
    z-index: 2;
    max-width: 100%;
    height: 55px;


    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.thumb-info .font-normal{
  padding-top: 13px;
  line-height: 15px;
}
.thumb-info .font-normal .txt-info{
 margin-top: 12px;
}
.thumb-info .font-big{
  font-size: 20px;
  line-height: 35px;

}

/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;border-bottom: 2px solid #1a5fd6;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 170px;
  padding: 20px;
  padding-top: 5px;
  position: relative;
}

#main-slider .carousel .carousel-content-2 {
  margin-top: 340px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  padding-top: 5px;
  position: relative;
}


#main-slider .carousel .carousel-content-3 {
  margin-top: 340px;
  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;
}

#main-slider .carousel h2 {
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 22px;
  margin-top: 5px;
  text-align: left;
  display: inline-block;

}
span.title1{
  color: #3F51B5;
  font-size: 19px;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
span.title2{
  font-size: 54px;
  font-weight: bold;
  display: inline-block;
  color: #00b129;
}


.carousel-content-2 span.title2, .carousel-content-3 span.title2{
  font-size: 26px;
  font-weight: 300;
  color: #fff;

}
span.title3{
    color: #424242;
    font-size: 24px;
    font-weight: 700;

}

.carousel-content-4 span.title3{
  color: #fbba23;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 900;
}


span.title1-1{
  color: #000;
  font-family: 'Raleway';
  font-size: 22px;
  display: block;
  font-weight: lighter;
  padding-bottom: 25px;
}
span.title2-1{
  font-family: 'Raleway';
  font-size: 45px;
  margin-bottom: 25px;
  font-weight: bold;
  display: inline-block;
  color: #ff0089;
  line-height:50px;
}
span.title3-1{
    color: #424242;
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: bold;

}

span.title2-3{
  font-family: 'Raleway';
  font-size: 45px;
  line-height: 45px;
  margin-top: 40px;
  font-weight: bold;
  display: inline-block;
  color: #141c4a;
}
span.title1-3{
  color: #424242;
  font-size: 19px;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
#main-slider .carousel h3 {
  margin-top: 10px;
  color: #fff;
}
#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: 1;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  /*height: 420px;*/

}
#main-slider .carousel .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 1;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 270px;

}
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%;
  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;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #2f7afd;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-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;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color:  #2f7afd;
   margin: 0 15px 0 0;
   border: 1px solid #2f7afd;
   position: relative;
}

#main-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;
}

#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 slider ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

#main-slider-inner {
  position: relative;
}


#main-slider-inner .carousel .carousel-content {
  margin-top: 60px;
  padding-top: 5px;
  position: relative;
}


#main-slider-inner .carousel h2 span.title2 {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  color: #fff;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 20px;
  display: inline-block;
}

#main-slider-inner .carousel h2 span.title2:after {
    content: " ";
    display: inline-block;
    margin: 0 auto;
    height: 1px;
    width: 38%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

#main-slider-inner .carousel h2 span.title1{
  font-weight: 200;
}
#main-slider-inner .carousel h2 span.title2{
  font-weight: 700;
}

@-webkit-keyframes blink {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -ms-animation-name: blink;
  -o-animation-name: blink;
  

  -webkit-animation-iteration-count: 8;
  -moz-animation-iteration-count: 8;
  -ms-animation-iteration-count: 8;
  -o-animation-iteration-count: 8;
  

  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -moz-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -ms-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -o-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  
}

#main-slider-inner .carousel h2.dark {
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 24px;
  margin-top: 80px;
  text-align: right;

}


#main-slider-inner .carousel h3 {
  margin-top: 10px;
  color: #fff;
}
#main-slider-inner .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
.btn-grp{
  position: relative;
  display: inline-block;
}

.carousel-content-btn {
  position: absolute;
  right: 0;
  float: right;
  top: 0;
}

.btn-slide-appt{
  padding: 8px 20px;
  background: rgba(156, 39, 176, .9);
  color: #fff;
  border-radius: 4px;
  margin-top: -40px;
  display: inline-block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  position: absolute;

  top: 50%;
  right: 0;
  z-index: 10;

  -webkit-transition: .3s all;
   -o-transition: .3s all;
   transition: .3s all; 
}

.btn-slide-appt:hover{
  background: #3F51B5;
  color: #fff;
  padding-right: 10px; 
}
.btn-slide-lab{
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px;
  margin-top: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  position: absolute;

  -webkit-transition: .3s all;
   -o-transition: .3s all;
   transition: .3s all; 

  top: 50%;
  right: 0;
  z-index: 10; 
}
.btn-slide-lab:hover {
  background: #3F51B5;
  color: #fff;
  padding-right: 10px; 
}
#main-slider-inner .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider-inner .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 230px;
  -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;
}

.overlay-top {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    min-height: 280px;
     z-index: -1;

}

#main-slider-inner .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;
}


#main-slider-inner .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider-inner .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-inner .prev,
#main-slider-inner .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;
}

#main-slider-inner .prev:hover,
#main-slider-inner .next:hover {
  background-color: #2f7afd;
}

#main-slider-inner .prev {
  left: 10px;
}

#main-slider-inner .next {
  right: 10px;
}

#main-slider-inner .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider-inner .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;
}

#main-slider-inner .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color:  #2f7afd;
   margin: 0 15px 0 0;
   border: 1px solid #2f7afd;
   position: relative;
}

#main-slider-inner .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;
}

#main-slider-inner .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-inner .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;
  text-align: center;
}
#main-slider-inner .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;
}

#main-slider-inner .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-inner .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-inner .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 slider ended ========================*/


#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 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;
}

/*------------------*/

#small-slider {
  position: relative;
  background: #eee;
}



#small-slider .carousel .carousel-content {
  margin-top: 160px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  padding-top: 10px;

}


#small-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;
}

#small-slider .carousel h3 {
  margin-top: 10px;
  color: #fff;
}
#small-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#small-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#small-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: 260px;
  -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;
}
#small-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;
}

#small-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#small-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;
}

#small-slider .prev,
#small-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;
}

#small-slider .prev:hover,
#small-slider .next:hover {
  background-color: #2f7afd;
}

#small-slider .prev {
  left: 10px;
}

#small-slider .next {
  right: 10px;
}

#small-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#small-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;
}

#small-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
   margin: 0 15px 0 0;
   background-color: #2f7afd;
   border: 1px solid #2f7afd;
   position: relative;
}

#small-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;
}

#small-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;
}

#small-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;
}

#small-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;
}

#small-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;
}


/*---------------------------------*/


.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;
}
.txt-container{
  position: relative;
  display: inline-block;
}
#feature {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}

.features{
  padding: 0;
}


.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.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.jpg') no-repeat right top;
    
}
/* Custom container */
.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;
}

#services {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 3px solid #8326a6;
}

#strategy {
  background: #2e4563;
  padding-bottom: 20px;
}
#page-header {
    background: #2e4563;
    padding-bottom: 35px;
    padding-top: 35px;
}
#page-header .breadcrumb {
    padding: 0 15px 0px;
    margin-bottom: -10px;
    list-style: none;
    text-align: center;
    color: #708baf;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 0;
    box-shadow: none;
    margin-top: -15px;
    font-family: 'Lato';
    font-size: 12px;
}
#page-header .breadcrumb a {
    color: #708baf;
    font-size: 12px;
    -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;
}
#page-header .breadcrumb>li+li:before {
    color: #708baf;
}
.zero-margin{
  margin-bottom: 10px;
  margin-top: 0;
}
#page-header .breadcrumb>.active {
    color: #708baf;
    font-size: 12px;
}

  #strategy .lead{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #b6c3d8;
    font-weight: 100px;
    line-height: 22px;
  }

.header-lead{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #7c9fcc;
    font-weight: 100px;
    line-height: 22px;
  }

#bathroom-furniture{
  background: #bb944f;
  padding: 0;
  position: relative;
}
#bathroom-suites{
  background: #443223;
  padding: 0;
  position: relative;
}

#bathroom-taps{
  background: #5f4c40;
  padding: 0;
  position: relative;
}
#bathroom-tiles{
  background: #6d6355;
  padding: 0;
  position: relative;
}

#bathroom-accessories{
  background: #52908e;
  padding: 0;
  position: relative;
}

#more-links{
   background: #000;
   position: relative;

}
.padding-all0{
  padding: 0;
}
.padding-all-left1{
  padding: 0;
  padding-left: 1px;
  padding-bottom: 1px;
}
.home-product-title{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  margin-top: 55px;

}
.pd-l0{
  padding-left: 0;
}

.color-home1{
  color: #374058;
}
.color-home2{
  color: #d5a756;
}
.color-home3{
  color: #b4896d;
}
.color-home4{
  color: #2a251d;
}
.color-home5{
  color: #024442;
}


h2.white-bold{
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 32px;
  font-weight: 300;

}


.home-lead{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 35px;
}

span.gold-text{
  color: #d49b5b;
}


.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;
}
.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}
.lead h3{
  color: #36a1ec;
}
hr.hr-small-blue-center{
  width: 50px;
  border-top:3px solid #36a1ec;
  margin-top: 0;
  padding-top: 0;
}
hr.hr-small-gold-center{
  width: 35px;
  border-top: 2px solid #d1ac69;
  margin-top: 0;
  padding-top: 0;
  border-bottom-color: transparent; 
}

.home-product-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 22px;
    
    line-height: 22px;
    font-weight: 400;
    margin-top: 55px;
}
.page-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0px;
}


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;
}


.range-h4-link{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  display: inline-block;
}
.range-h4-link  h4{
  color: #5f6d7b;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;

  -webkit-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s; 
}

.range-h4-link:hover h4{
  color: #0b7ff3;
}

#testimonial{
  background-color: #48b2ce;
  padding-top: 30px;
  padding-bottom: 20px;
}

.testimonial-img{
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 64px;
  border: 2px solid white;

  -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: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 19px;
}

.btn-white-border{
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 7px 18px;
  color: #fff;
  font-size: 13px;
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
}
.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 {
  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%;
}


.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 Page CSS ******
**************************/

.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;
}



.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;
}


/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}


.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.png");*/
    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 CSS ******
**************************/

#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;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.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;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.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;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  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;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ddd;
  box-shadow: none;
}
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;
}

/*********************
****blog page css*****
**********************/

.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;
}
.widget-lead{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #90e6ff;
}
.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;
  /* font-weight: 300 */}

.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;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

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;
}

.search_box {
  background-image: url("../images/search_icon.png");
  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;
}


/**********************
**blog single page css*
**********************/

.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{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #0b2e59;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  color: #90e6ff;

}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #6b779a;
}

#bottom ul li a {
 color: #6b779a;
}

#bottom ul li a:hover {
  color: #fff;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  background: #04447b;
}

#footer p{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  margin-top: 10px;
}

.powered-by{
  font-size: 11px;
}

.award-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 1px solid #dfe2e6;
    border-right: 1px solid #dfe2e6;
}

h2.h2-touch{
  font-family: 'Ubuntu', sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #686868;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fff;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

#footer ul > li {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#footer ul > li a{
  color: #6d6e6c;
}

.contact-footer{
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #686868;
  margin-bottom: 0;
}

#footer ul.contact-links {
    color: #506176;
    margin-top: 20px;
    line-height: 18px;

}
#footer ul.contact-links li{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin: 0;
}
.address{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #959595;

}
.copyright{
  margin-top: 20px;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  line-height: 15px;
  vertical-align: bottom;
  padding-top: 2px;
}
.ams{
  font-size: 12px;
  color: #c2bdbd;
}
.social-icon-footer{
  display: block;
  position: relative;
  padding-bottom: 20px;
  text-align: right;
}
.social-icon-footer li{
  display: inline-block !important;
  position: relative;
    color: #fff  !important;
}
.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: #4CAF50;
    color: #ffffff !important;
  }

#chairman-section {
    padding-bottom: 30px;
    background-color: #1E7BB8;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 8px solid #ddd;
}

.chairman {
    background-color: #fff;
    padding: 0;
     min-height: 295px;
}

.chairman h2.title {
    font-size: 18px !important;
    display: block;
    font-weight: 400;
    background: #1E7BB8;
    padding-top: 20px;
    margin-top: 0px;
}
.chairman h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#chairman-section:before {
    background-color: #066BAF;
    content: " ";
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
}
.news-update {
    background-color: #fff;
    padding: 0;
    box-shadow: -1px 0px 1px rgba(0, 0, 0, .2 );
    display: block;
    min-height: 295px;
    height: 100%;
}
.news-update h2.title {
    font-size: 18px !important;
    display: block;
    font-weight: 400;
    background: #148bdb;
    padding-top: 20px;
    margin-top: 0px;
}
.news-update h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.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.png") 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;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}

.form-control {
    border-radius: 5px;
    background: #fff;
    height: 40px;
    padding-right: 30px;
    border-color: #e1e1e1;
    color: #777;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
}
.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: 42.5px;
}

.has-feedback {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}


.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;
}





.nav-tabs {
    border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}
.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;
}
.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::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px
}

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;
 } 
  
  
  
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;
}


/*****************************how tab start***************************************/
#howTabs.nav-tabs {
    border: 0;
}
#howTabs.nav{
    text-align: center;
}

#howTabs.nav-tabs>li.active>a, #howTabs.nav-tabs>li.active>a:hover, #howTabs.nav-tabs>li.active>a:focus {
    color: #0caa59;
    background: rgba(0,0,0,.0);
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    border-left: 2px solid #4285f4;
    border-right: 2px solid #4285f4;
}

#howTabs.nav-tabs>li {
    margin-bottom: 0px;
    float: none;
    display: inline-block;
    
}
#howTabs .icon img{
  margin-bottom: 5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;  

}
#howTabs.nav-tabs>li>a {
    margin-right: 7px;
    margin-bottom: 15px;
    line-height: 12px;
    background: rgba(0,0,0,.0);

    border: 0;
    padding: 8px;
    text-transform: uppercase;
    color: #1570bc;

    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

#howTabs.nav-tabs>li>a:hover img{
  margin-bottom: 0;
}

#howTabs.nav-tabs>li>a:hover {
    color: #0caa59;
    font-weight: 600;
    padding-bottom: 8px;
    -webkit-box-shadow: inset 0px -27px 29px -25px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -27px 29px -25px rgba(0,0,0,0.15);
    box-shadow: inset 0px -27px 29px -25px rgba(0,0,0,0.15);
}

#howTabs.nav-tabs>li.active>a:hover img, #howTabs.nav-tabs>li.active>a:focus img{
  margin-bottom: 5px; 
}
#howTabs.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
#howTabs.nav-tabs > li.active > a::after, #howTabs.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

#howTabs.nav-tabs > li > a::before {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
#howTabs.nav-tabs > li.active > a::before, #howTabs.nav-tabs > li:hover > a::before {
    transform: scale(1);
}

.howTabs{
  margin-top: 0px;
}
.howTabs .tab-pane, .howTabs .tab-pane>.active{
  font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #8e8f8f;
    text-align: center;
}
#collapse-howTabs{
  font-family: 'Ubuntu', sans-serif;
}
#collapse-howTabs .panel-title {
   background: transparent; 
   color: #1570bc; 
    text-transform: uppercase;
}

#collapse-howTabs .panel-heading.active  {
    background: transparent;
    color: #1570bc;
}

#collapse-howTabs .panel-default>.panel-heading {
   background: transparent; 
   color: #1570bc;
}
#collapse-howTabs .panel-title>a {
    color: #1570bc;
    text-transform: uppercase;
    display: block;
}


#collapse-howTabs .panel-heading.active .panel-title>a {
    color: #1570bc;
    text-transform: uppercase;
}


 #collapse-howTabs.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
    border-top: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(to right,#0caa59 0%, #fff 80%);
    -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #0caa59 50%, transparent 100%);
    -o-border-image: -o-linear-gradient(left, transparent 0%, #0caa59 50%, transparent 100%);
    border-image: linear-gradient(to right, transparent 5%, #0caa59 50%, transparent 95%);
    border-image-slice: 1;
}
/********************************how tab end ******************************************/

.bathroom-tap{font-size:18px;padding-left:15px;}
.tapware-h3 {
  color: #36a1ec;
  font-family: "roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.tapware-c{padding-left:0;}

@media screen and (max-width: 600px) {
  #main-slider .carousel .carousel-content {
    margin-top: 80px;
   }
   span.title2-1 {
    font-size: 30px;
    line-height: 50px;
}
span.title3-1 {
    font-size: 18px;
}

.bx-wrapper .bx-caption span {
    color: #000;
    font-family: 'Montserrat', Arial;
    display: block;
    font-size: 13px !important;
    padding: 10px 5px 10px 60px;
    line-height: 18px;
}
.thumbnails .caption p {
    color: #666;
    line-height: 1.71429;
    font-size: 11px !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.thumbnails .caption h1 {
    font-size: 14px !important;
}

#services .pull-right.pic-cont {
    float: left !important;
}
.brd-t-b {
    border-bottom: 1px solid #d8d3d1;
    border-top: none !important;
}

.spacer30 {
    padding-top: 10px;
    height: 1px;
    clear: both;
}

}


.modal {
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}
.modal-body h1 {

    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.modal-content.register {
    background: #18bb3e;
}
.register .btn.btn-primary {
    margin: 0 auto;
        margin-top: 0px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
}
.register .modal-header .close {
    margin-top: -10px;
}
.programicon i {
    color: #fff;
    font-size: 24px;
    margin: 0;
    left: -10px;
    z-index: 2;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}
.programicon {
    margin-left:-13px;
height: 56px;
bottom: 0;
left: -15px;
width: 100%;
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
background-color: #42b3e5;
float: left;
width: auto;
text-align: middle;
line-height: 56px;
padding: 0 20px;

}


.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.spl-link:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text a{color:#fff; font-weight:600; }
.thumbnail{ border:none !Important; padding:0px !Important; margin-bottom: 0px;}
.thumbnails a {
    color: #000;
}
.thumbnails li {
    list-style: none;padding: 0px 5px;
}
.item .caption p {
  color:#666;
  letter-spacing:1px;
    font-size: 12px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.item .caption {

    border-right: 1px solid #E5E5E5;
    background: #F0F0F0;
    padding: 10px;
    float: left;
    text-align: left;

}
.item-prev{float: left;
top: 130px;
position: absolute;
left: 30px;
border-radius: 0 !important;}

.item-next{float: right;
top: 130px;
position: absolute;
right: -10px;
border-radius: 0 !important;}
.item .caption h1 {
    margin:0px 0px 5px 0px;
    color: #000;
font-size: 18px;
line-height: 1.5;
font-weight: 600;
letter-spacing: 1px;

}

#myModal .modal-dialog {

    width: 600px;

}
.popup-package {
    width: 50%;
    float: left;
    height: 100%;
    background: #1a5fd6;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 5px;
    margin-top: 65px;
}
.modal-content.register {
    width: 50%;
    float: left;
    height: 100%;
}
.popup-package img {
    width: 50%;margin-bottom: 15px;
}
.popup-package h1{
    color:#fff;font-weight: bold;font-size: 45px;margin: 0;
}
.popup-package h2{
    color:#fff;font-weight: bold;font-size: 30px;
}
.popup-package h3{
    color:#fff;
    font-size: 20px;
font-weight: bold;
}

.thumbnails .thumbnail img {
    /*height: 190px;*/
    width: 100%;
    object-fit: cover;
}

.thumbnails a:hover .caption {
    background: #5cd2d2;
    color: #fff;
}
.thumbnails a:hover .caption h1{
    color: #fff;
}
.thumbnails a:hover .caption p{
    color: #fff;
}

.doctorthumb {
    background: #3156A3;
    display: block;
    height: 325px;
    padding: 20px;
    
}
.doctorthumb .caption1 h1 {
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
font-size: 20px;
}
.doctorthumb .caption1 img {
    margin: 0 auto;
}
.doctorthumb .caption1 p {
    color: #fff;
    margin: 12px 0 10px 0;
}
.doctorthumb .caption1 a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-top: 30px;
    float: right;
}


.doctorthumb-event {
    background: #42b3e5;
    display: block;  
    float: left;	
}
.doctorthumb-event .caption1 h1 {
        color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    padding: 5px 5px;
    min-height: 50px;
}
.doctorthumb-event .caption1 img {
    margin: 0 auto;
}
.doctorthumb-event .caption1 p {
    color: #fff;
    margin: 0px 0 0px 0;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px 15px 5px 15px;
    text-align: left;
}

span.blog-readmore {
    color: #1a5fd6;
    float: left;
    margin: -5px 0 10px 15px;
}
.doctorthumb-event .caption1 a {
    color: #fff;
    padding: 0 0px 0 0;
    margin-top: 0px;
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
}

.padleft0{
padding-left: 0;
margin-top: -10px;
}

.thumbnails .caption {
    background: #F0F0F0;
    text-align:left;
    padding: 12px;
	min-height: 120px;
}

.thumbnails:hover .caption {
    background: #42B3E5;
}

.thumbnails:hover .caption h1{
    color: #fff;
}
.thumbnails:hover .caption p{
    color: #fff;
}

.thumbnails .caption h1 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 10px 0;
    text-transform:uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.thumbnails .caption p {
    color: #666;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
.thumbnails .caption h1 span {
    font-size: 12px;
}

.thumbnails .caption h4 {
    color: #0384ce;
    font-style: italic;
    font-size: 14px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.sentence {
    font-family: 'PT Serif', serif;
    color: #3156A3;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.55556;
}

.doclist ul {
    padding: 0;
    margin-top: 15px;
}
.doclist ul li {
    list-style: none;
    color: #666;
    line-height:25px;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.doclist ul li i {
    color: #42B3E5;
	margin-right: 10px;
}
table.doctable {
    width: 100%;
    font-family: "Open Sans" !important;
}
table.doctable tr:nth-child(2n+1) {
    background: #F0F0F0;
}
table.doctable td:first-child, table th:first-child {
    font-size: 14px;
    line-height: 1.625;
    color: #000;
    vertical-align: top;
}
table.doctable td, table th {
    padding: 11px 15px;
    color: #666;
    font-family: "Open Sans" !important;
}
ul.doctors-team .thumbnails .caption {
    min-height: 120px;
}

 .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -30px;
}

button.tablinks.subtab {padding: 14px 20px 14px 35px;    text-transform: uppercase;}
button.tablinks.subtab:hover{padding: 14px 20px 14px 35px;    text-transform: uppercase;}
button.tablinks.subtab.active{padding: 14px 20px 14px 35px !important;    text-transform: uppercase;}

/* Style the tab */
.tab {
  float: left;
  width: 24%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
color: #fff;
padding: 14px 20px;
width: 100%;
border: none;
text-align: left;
transition: 0.3s;
font-size: 15px;
box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
font-weight: 800;
background: #41b3e5;
margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}


/* Style the buttons inside the tab */
.tab button{
  display: block;
color: #fff;
padding: 14px 20px;
width: 100%;
border: none;
text-align: left;
transition: 0.3s;
font-size: 15px;
box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
font-weight: 800;
background: #41b3e5;
margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

/* Style the buttons inside the tab */
.tab a {
  display: block;
color: #fff;
padding: 14px 20px;
width: 100%;
border: none;
text-align: left;
transition: 0.3s;
font-size: 15px;
box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
font-weight: 800;
background: #41b3e5;
margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab a:hover {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

/* Create an active/current "tab button" class */
.tab a.active {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}


/* Style the buttons inside the tab */
.tab a {
  display: block;
color: #fff;
padding: 14px 20px;
width: 100%;
border: none;
text-align: left;
transition: 0.3s;
font-size: 15px;
box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
font-weight: 800;
background: #41b3e5;
margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab a:hover {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

/* Create an active/current "tab button" class */
.tab a.active {
background-color: #3156a4;
font-size: 15px;
font-weight: 800;
padding: 14px 20px;
color: #fff;
}

.tabcontent p {
    font-family: 'Source Sans Pro', sans-serif;
	color: #666;
    font-size: 16px;
    letter-spacing: normal;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding:0px 30px;
  width: 76%;
  border-left: none;
}
.tabcontent h2{margin-top:0px;margin-bottom: 0 !important; font-family: 'Source Sans Pro', sans-serif;}

.tabcontent .icons h2 {
    margin-top: 20px;}

  #gmap_canvas img {
    max-width: none !important; 
    background: none !important;
  }
  #map_wrapper {
      height: 200px;
  }

  #map_canvas {
      width: 100%;
      height: 100%;
  }
  
  
 .caption.doctor-team-detail {
    background: none;
}
.caption.doctor-team-detail:hover {
    background: none;
} 

.thumbnails:hover .caption.doctor-team-detail {
    background: none;
}

.thumbnails:hover .caption.doctor-team-detail h1{
    color: #000;
}
.thumbnails:hover .caption.doctor-team-detail p{
    color: #000;
}
.thumbnails .caption.doctor-team-detail a{
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background: #3156A3;
	color:#fff !important;
	text-transform: uppercase;
	    display: block;
    margin-top: 20px;
}	
.thumbnails .caption.doctor-team-detail {
padding:10px 0px;
}
.thumbnails .caption h1 {margin-bottom:0px;}

.thumbnails .caption.doctor-team-detail p{
    min-height: 100px;
}
.margin-top-15, ul.margin-top-15 {
    margin-top: 5px;
	    padding-left: 0;
}

.items-list1 li {
    padding: 4px 0;
    border-bottom: 1px solid #E5E5E5;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0 !important;
    font-size: 12px;
}
.items-list1 span {
    float: left;
    color: #000;
    padding-top: 5px;
	font-weight: 600;
}
.items-list1 .value {
    background: #42B3E5;
    padding: 4px 10px;
	    float: right;
    color: #FFF;
}

.antenatal1 .bx-wrapper .bx-prev {
    right: 30px;
    background: url(../images/controls.png) no-repeat 0 -32px;
    top: -30px;
	left: auto;
}
.antenatal1 .bx-wrapper .bx-next {
    right: 25px;
    background: url(../images/controls.png) no-repeat -43px -32px;
    top: -30px;
}
.icons h2{ font-size:15px;line-height: 22px;}
.icons .col-md-4 {
    margin-bottom: 25px;
}

.mainheading{
    background: #3156A3;
    color: #fff;
    padding: 8px 20px;
    width: 100%;
    display: block;
}
.antenatal .thumbnails .caption {
    background: #F0F0F0;
    text-align: left;
    padding: 12px;
    min-height: auto;
}
.antenatal .thumbnails:hover .caption {
    background: #42B3E5;
}


.internal-title{
    font-size: 30px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.special-clinics {
    background: #F0F0F0;
    float: left;
    padding: 20px 5px;
    margin: 0px 15px;
}

.pad0{padding:0 !important;}
.icons .col-md-6.pad0 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
.servicebanner {
    overflow-x:hidden;
}
.servicebanner img{
    max-width: 190%;
    margin-left: -45%;
    margin-right: -45%;
}
}

p.widget-lead a {
    color: #90e6ff;
    margin: 0 5px;
}
.nicu{ font-family:font-family: 'PT Serif', serif;}
.nicu h1{ font-family: 'PT Serif', Georgia, serif;
    color: #3156A3;
    font-style: italic;
    margin-top: 24px;
    line-height: 1.55556;
	text-align: center;
    font-size: 20px;}
.nicuh1{text-align: left !important;
    font-style: normal !important;}	
.nicu h1 span{font-weight: 100;} 
.announcement {
    width: 100%;
    background: #F0F0F0;
    padding: 30px;
	float: left;
}
.announcement  h2{color: #3156A3;}
.announcement p {
    font-size: 16px;
    padding: 10px 0 0;
	color: #666;
}
.announcement a{
    background-color: #3156A3;
    border: 1px solid #3156A3;
	padding: 16px 20px;
    font-size: 15px;
	color: #FFF;
	float: left;
    margin-top: 20px;
}
.italictext{
    font-family: 'PT Serif', Georgia, serif !important;
    color: #3156A3 !important;
    font-style: italic;
    margin-top: 24px !important;
    line-height: normal;
    text-align: center;
    font-size: 20px !important;
    font-weight: 500;}

.caption.doctor-team-detail.col-md-8 {
    padding: 0px 20px;
}	
.caption.doctor-team-detail.col-md-9 {
    padding: 0px 20px;
}	
.doctorteamapp{
display: inline-block !important;
    padding: 10px 15px !important;}
	
.minheighteam{min-height:auto !important;}


.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    background: #41b3e5;
    padding: 0;
}
.card-header {
    border: none;
}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #223a66;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: bold;
	padding-left: 0px;
	    white-space: normal;
}
button.btn.btn-link.btn-block.text-left {
    font-size: 16px !important;
    padding: 14px 30px !important;
    color: #fff !important;
}
.btn.btn-link.btn-block.text-left i {
    transform: rotate(90deg);
    float: right;
    margin-top: 5px;
}
.btn.btn-link.btn-block.text-left.collapsed i {
    transform: rotate(0deg);
    float: right;
    margin-top: 5px;
}

 


#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}

.text-left {
    text-align: left!important;
}

.mobilecatlink{
display: block;
    color: #fff !important;
    padding: 14px 20px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.3s;
    font-size: 15px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
    font-weight: 800;
    background: #41b3e5;
    margin-bottom: 5px;
	}
	
.team-member .tab {
    float: left;
    width: 10%;
}

.team-member .tab button.active{ 
   background: #fff;
    color: #3156a4;
}
.team-member .tab-team1{
    transform: rotate(-90deg);
    margin-top: 30px;
    width: auto;
    
}
.team-member .tab-team2{
    transform: rotate(-90deg);
    margin-top: 76px;
    width: auto;
}
.team-member .tab-team3{
    transform: rotate(-90deg);
    margin-top: 77px;
    width: auto;
    margin-left: -2px;
}

.team-member .tabcontent {
    float: left;
    padding: 0px 30px;
    width: 85%;
    border-left: none;
}
.team-member1 .tabcontent {
    float: left;
    padding: 0px 30px;
    width: 100%;
    border-left: none;
}
:focus {
    outline: none !important;
}
.card-header button.btn.btn-link.btn-block.text-left {
    background: #3156a4;
}
.card-header button.btn.btn-link.collapsed.btn-block.text-left{
    background: #41b3e5;
}
.bg-gray h5 {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.bg-gray ul li {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.tabcontent h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
	margin-bottom:10px;
}
.tabcontent ul li {
    font-family: 'Source Sans Pro', sans-serif !important;
}
button:hover {
    text-decoration: none !important;
}
.departments h1 {
    background: #0384CE;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 6px 0;
}

.success-story-page h1 {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px 0px 25px 0px;
}

.success-story-page1 h3{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px 0px 25px 0px;
}

.success-story-page1 h3:after {
    content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #42B3E5;
    margin-top: 7px;
}

.success-story-page1 ul {
    clear: both;
    float: left;
    padding: 0;
}

.value {
    float: left;
    background-color: #3156A3;
    color: #FFF;
    padding: 6px 13px 6px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	font-family: 'Source Sans Pro', sans-serif;
	 margin-bottom: 10px;
}
.arrow-date {
    left: 0;
    right: auto;
}
.arrow-date{
    content: '';
    display: inline;
    visibility: visible;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 0;
    right: 0;
}
.arrow-date {
    border-color: #3156A3 transparent;
}
.padl0{padding-left:0;}
.success-story-div.thumbnails .caption {
    background: #ffffff;
    text-align: left;
    padding: 15px 0 0 0;
	min-height: auto;
}
.success-story-div.thumbnails:hover .caption p {
    color: #666;
}
.success-story-div.thumbnails .caption h4 {
    color: #0384ce;
    font-style: italic;
    font-size: 14px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}
.success-story-div.thumbnails .caption p {
    color: #666;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.success-story-div {
    border-bottom: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 30px;
}

.success-story-page1 ul.categories a{
    font-size: 14px;
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    text-align: center;
    list-style: none;
    margin: 0 6px 6px 0px;
    display: inline-block;
    width: 100%;
}

.success-story-page1 ul.archives li {
    border: 1px solid #E5E5E5;
    padding: 6px 20px;
    text-align: left;
    color: #666;
    list-style: none;
    margin: 0 6px 6px 0px;
    display: inline-block;
    width: 100%;
	font-size: 14px; 
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
}



.gray-bg{background: #efefef;
    float: left;
    padding: 15px 0;}
	
.white-bg{background: #fff;
    float: left;
    padding: 15px 0;
	border:1px solid #efefef;}
.complication h4{
    color: #000;
}
	
.complication h4 span {
    color: #8d8d8d;
}
ul.sucess-story-images li {
    list-style: none;
	    margin-bottom: 20px;
}
ul.sucess-story-images {
    float: left;
    padding-left: 0;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.success-story-page1 ul.archives a.btn {
    padding: 0;
    width: 100%;
}
.success-story-page1 ul.categories a.btn {
    border-radius: 0;
}
.categories a.btn.active {
    background: #1a5fd6;
    color: #fff;
}
.categories a.btn:hover {
    background: #1a5fd6;
    color: #fff;
}

.starating{width: 70px; margin-bottom: 7px;}
.overflowauto{overflow:auto !important;}
.contact-form {
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 15%;
    width: 400px;
    border: 2px solid #cccccc;
}

.contact-form textarea.form-control {
    height: 75px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    margin-top: 0px !important;
}
.dept-box {
    border-bottom: 3px solid #009bad;
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 380px;
    overflow: hidden;
    position: relative;
}
.dept-box .dept-details {
    background-color: #fbf7f8;
    bottom: -65px;
    padding: 0 15px 20px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.dept-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
}
.dept-box .dept-details .icon {
    color: #009bad;
    display: inline-block;
    font-size: 32px;
    position: relative;
    top: -15px;
}
.dept-box .dept-details h4 {
    font-size: 18px;
    font-weight: 700;
	    margin-top: 0;
}
.dept-box .dept-details .details {
    font-size: 14px;
}
.dept-box .dept-details a.thm-btn {
    margin-top: 15px;
    background: #009bad;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.dept-box .dept-details a.thm-btn.inverse {
    background-color: #fff;
    border-color: #009bad;
    color: #009bad;
}
.dept-box .dept-details a.thm-btn {
    margin-top: 15px;
    background: #009bad;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.dept-box:hover .dept-details {
    bottom: 0;
}
.dept-box .dept-details img {
    color: #009bad;
    display: inline-block;
    position: relative;
    top: -20px;
    width: 50px;
}

.dept-box .dept-details i.fa.fa-user-md {
    color: #009bad;
    display: inline-block;
    font-size: 32px;
    position: relative;
    top: -15px;
}
section.our-services h2 {
    font-size: 40px;
    margin: 0 0 40px 0;
}
.why-us h2 {
    font-size: 30px;
    margin: 0 0 40px 0;
	text-transform:uppercase;
}
.why-us ul {
    list-style: none;
    padding-left: 0;
}
.why-us ul li {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}
.why-us ul li i {
    color: #1e60bd;
    margin-right: 10px;
}
.contact-form button#submit-btn2 {
    width: 100%;
    background: #07a843;
    font-weight: 700;
}
.w-100 {
    width: 100%!important;
}

@media screen and (max-width: 900px) and (min-width: 320px) {
.contact-form { position: relative; 
   top:0px;
   right:0px;
   width:100%;
   margin: 20px 0;
   }
}

.appointment-form {
    background: #fafafa;
    border: 2px solid #eee;
}
.form-spacing {
    margin: 40px 30px 35px;
}
.vertical-space-lg {
    margin: 50px 0;
}
.appointment-form .form-header {
    background-color: #1a5fd6;
    border-color: #1a5fd6;
}
.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 0px 10px 22px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.appointment-form .form-header h4, .appointment-form .form-header a {
    color: #fff;
}
.appointment-form .form-header h4, .appointment-form .form-header a {
    color: #fff;
}
.appointment-form .form-header a {
        font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.form-header .or_icon {
    color: #a9a9a9;
    background: #efefef;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}
.appointment-form>form {
    padding: 20px 20px 0 20px;
}
.form-group {
    margin-bottom: 10px;
}
label {
    font-weight: 500;
    font-size: 15px;
}
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
    height: 45px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.top-space {
    margin-top: 20px;
}
.btn-success {
    background-color: #1a5fd6;
    border-color: #1a5fd6;
	font-weight: 600;
    text-transform: uppercase;
}

.wid100{width:100%;}
.why-us p{text-align: justify; font-size: 16px;}

@media screen and (min-width: 1024px) {
  .cont-home {
    font-size: 25px;
	}
	.lead-home-cont {
    font-size: 18px;
}
#bottom h3 {
    font-size: 18px;
}
.widget-lead {
    font-size: 16px;
    line-height: 22px;
}

}

#mybutton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}
#mybutton1 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}
.whatsapp img {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 600px) {
.dept-box .dept-details h4 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
}
.dept-box {
    min-height: 220px;
}
.dept-box .dept-details {
    bottom: 0;
}
.dept-box .dept-details {
    padding: 0 5px 15px;
}
.dept-box .dept-details a.thm-btn {
    margin-top: 5px;
    font-size: 10px;
    padding: 0px 15px;
}
.why-us ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.why-us h2 {
    font-size: 22px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.why-us p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 40px;
}
.dept-box .dept-details img {
    color: #009bad;
    display: inline-block;
    position: relative;
    top: -15px;
    width: 40px;
}
.dept-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -25px;
    width: 60px;
}
}