/**************************************************************************
***************** Master Stylesheet ************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Header styles 
* 3. slider styles 
* 4. Welcome section styles 
* 5. Full img sec styles 
* 6. FAQ sec styles 
* 7. Testimonial sec styles 
* 8. statics sec styles 
* 9. Testimonial sec styles 
* 10. Blog sec styles 
* 11. Client Carousel sec styles 
* 12. Home CTA sec styles 
* 13. Footer sec styles 

***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Raleway:400,600,700,800|Roboto:400,700,900';


@import url('flaticon.css');

body {


    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
button {
    outline: none;
}
strong{
    font-weight: normal;
}
.liste li{
    list-style-type: square;
}
.listes{
    font-weight: bold;
}
.espace{
    height: 2em;
}
p {
    color: #666666;
    line-height: 24px;
    font-size: 16px;
    margin-top: -7px;
}
img {
    max-width: 100%;
}

#telimg{
    display: inline;
}

#guyane{
    font-size: 25px;
}
#btn-guyane{
    font-size: 25px;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    margin-bottom: 20px;
    margin-top: 0;
    background:none;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.btn-xlg {
    padding: 15px 50px;
    display: inline-block;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.btn-readmore {
    color: #FFF;
    /*background-image: -webkit-linear-gradient(90deg, #b0171a 0%, #D61538 100%);*/
    background-color: #e23c2a;
    /*box-shadow: inset 0 1px 1px #a4e388;*/
    font-size: 16px;
    border-radius: 4px;

    font-weight: bold;
}
.btn-readmore:hover {
    /*color: #fff;
    background: #e6ae49;*/
    background: #32599e;
    color: #FFF;
    border-radius: 4px;
}
.btn-readmore-round {
    color: #505050;
    background-color:transparent;
    border-radius: 80px;
    border:3px solid #23537B;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 12px 30px;
    font-family: 'Bree Serif', serif;
}
.btn-readmore-round:hover {
    background: #23537B;
    color: #FFF;
    border-radius: 80px;
        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;
}
/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background-color: transparent;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #000;
    color: #323232;
}

.input-sm {
    padding: 12px 15px;
    height: auto;
    
}
textarea {
    height: 120px;
}
label {
    color: #323232;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: normal;
}

.form-full {
    width: 100%;
}
a:focus {
    outline: none;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.padding-100{
    padding: 100px 0;
}
/* Spacer Style   ||-----------*/
.spacer-30 {
    width: 100%;
    height: 30px;
    float: left;
}
.spacer-15 {
    width: 100%;
    height: 15px;
}
.sec-title {
    margin-bottom: 27px;
}
.sec-title h2 {
    margin: 0;
    font-size: 27px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #383838;
    line-height: 22px;
    text-transform: uppercase;
}
.sec-pad {
    padding: 95px 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 18px;
    line-height: 31px;
}

.top-header {
    background: #0067b1;
    width: 100%;
    padding:0;
    
}
.top-header .social{
  float: left;
}
.top-header .social ul {
    
}
.top-header .social li{
  float: left;
}
.top-header .social a {
  display: inline-block;
  font-size: 18px;
  float: left;
  padding: 0 15px;
  color: #FFF;
  line-height: 48px;
  border-right: 1px solid #1B4FA8;
  border-left: 1px solid #2B78BA;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.top-header p{
  color: #FFF;
  text-align: right;
  padding: 18px 0 0 0;
}
.plr-none{
    padding-left: 0;
    padding-right: 0;
}

/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider{
    position:relative;
    z-index: 10;
}

.main-slider .tp-caption{
    z-index:5;
}

.main-slider .tp-dottedoverlay{
    background-color: rgba(0,0,0,0.0) !important;
}

.carousel-inner .tp-dottedoverlay{
    background-color:rgba(0,0,0,0.70) !important;
}

.main-slider .big-title{
    font-weight:500;
    line-height:1.2em;
    color:#ffffff;
    font-size:45px;
    font-weight: bold;
    background: #E23C2A;
}

.main-slider .sub-title{
    font-weight:400;
    line-height:1.1em;
    color:#f06529;
    font-size:18px;
    font-style:italic;
}
/*
.main-slider .video-btn-box{
    position:relative;
    width:100%;
    max-width:76px;
    max-height:76px;
    margin:0 auto 40px;
}

.main-slider .video-btn-box a{
    position:relative;
    display:block;
    width:76px;
    height:76px;
    max-width:76px;
    max-height:76px;
    line-height:68px;
    padding-left:5px;
    font-size:20px;
    color:#54be73;
    border:4px solid #ffffff;
    background:rgba(255,255,255,1);
    border-radius:50%;  
}

.main-slider .video-btn-box a:hover{
    color:#54be73;
    border-color:#54be73;
    background:#ffffff;
}
*/
.main-slider .normal-text{
    font-weight:400;
    line-height:1.8em ;
    color:#ffffff;
    font-size:30px ;
    font-style:normal;
    background: rgba(0, 0, 0, 0.8);
    
}

.main-slider .slide-btn-one{
    border-width: 2px !important;
    color: #FFF;
    background-color:#e23c2a;
    border-radius: 80px;
    border:3px solid #e23c2a;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 12px 30px;
    font-family: 'Bree Serif', serif;
}

.main-slider .tp-caption .theme-btn.btn-style-one{
    color:#ffffff;
}
.main-slider .slide-btn-two{
    border-width: 2px !important;
    color: #FFF;
    background-color:transparent;
    border-radius: 80px;
    border:3px solid #FFF;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 12px 30px;
    font-family: 'Bree Serif', serif;
}

.main-slider .tp-caption .slide-btn-one:hover{
    color: #FFF;
}

.main-slider .tp-caption .slide-btn-two:hover{
    color: red;
}
.tp-bullets{
    display: none;
}
.tp-bullets.preview3 .bullet{
    width:8px !important;
    height:8px !important;
    padding:0px !important;
    background:#d2d2d2 !important;
    border-radius:50px;
    margin:0px 12px;
    border:0px !important;
    display: none;
}

.tp-bullets.preview3 .bullet:before{
    position:absolute;
    content:'';
    left:-3px;
    top:-3px;
    width:14px;
    height:14px;
    border-radius:50%;
    background-color:rgba(255,255,255,0);
}

.tp-bullets.preview3 .bullet:hover::before,
.tp-bullets.preview3 .bullet.selected::before{
    background-color:rgba(84,190,115,0.50);
}

.tp-bullets.preview3 .bullet:after{
    position:absolute;
    content:'';
    width:100%;
    height:1px;
    left:100%;
    padding-right:20px;
    top:4px;
    background-color:rgba(255,255,255,0.50);
}

.tp-bullets.preview3 .bullet.last:after{
    display:none !important;
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected{
    width:8px !important;
    height:8px !important;
    padding:0px !important;
    border:0px !important;
    background:#54be73 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
    background:none !important;
    width:50px !important;
    overflow:hidden;
    margin-top:-10px !important;
    height:50px !important;
}

.main-slider .tparrows.preview3::after{
    top:0px;
    background:transparent;
    border:2px solid #ffffff;
    color:#ffffff;
    font-size:18px;
    height:50px !important;
    line-height:46px;
    width:50px !important;
    padding:0px;
    border-radius:50%;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
    content: "\f104";
    font-family: "Flaticon";
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
    content: "\f18b";
    font-family: "Flaticon";
}

.main-slider .tparrows.preview3.tp-leftarrow{
    left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
    right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
    color:#ffffff;
    background:rgba(226,60,42,0.90);
    border-color:rgba(226,60,42,0.90);
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
    visibility:hidden;
    opacity:0;
    display:none;   
}

.main-slider .tp-bannertimer{
    display:none !important;    
}
/* Start Home page css */

.wd-50{
    width: 50%;
    margin: auto;
}
.mb-50{
    margin-bottom: 45px;
}
.section-title{
    
}
.section-title h2{
    text-transform: uppercase;
}
.section-title p{
    
}
.bg-blue{
    
    width: 100%;
    padding: 50px 0 20px;
    
}
.bg-blue h2{
    color: #FFF;
    font-size: 30px;
    padding-top: 20px;
}
.btn-bk-circle-1{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: red;
    float: right;
    right: 138px;
    position: absolute;
    bottom: 7px;
}
a.video-btn .fa-play{
    color: #FFF;
    padding-left: 8px;
}
.btn-col-1{
    float: right;
    margin-right: 20px;
}
a.btn-req{
    width: 286px;
    padding: 20px 0 20px 20px;
    background-color: #FFF;
    float: left;
    font-size: 18px;
    border-radius: 70px;
    z-index: 9;
    position: relative;
    margin-right: 30px;
}
a.btn-req:hover{
    color: #e23c29;
}
.req-icon{
    float: right;
    background: url(../img/resource/req-icon.jpg) no-repeat right;
    background-position: 236px 17px;
}
a.video-btn{
    padding:0;
    display: inline-block;
    background-color: #33373f;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 77px;
    float: right;
    text-align: center;
}
a.video-btn:hover{
    padding: 0;
    display: inline-block;
    background-color: red;
}
.zigjag-bg{
    background: url(../img/resource/zigzag-bg.png) repeat-x;
    height: 32px;
}
/* Start about section*/
#about{
    padding: 100px 0;
}
.about-text{
    float: left;
    margin-bottom: 17px;
}
.single-service-col{
    
}
.single-service-col ul{
  margin: 0;
  padding:0; 
}
.single-service-col li{
  margin: 0 16px 20px 0;
  padding:0;
  list-style: none;
  width: 275px;
  display: inline-block; 
}
.single-service-col li:nth-child(2){
  margin-right: 0;
}
.single-service-col li:nth-child(4){
  margin-right: 0;
}
.single-service-col .service-img-holder{
    overflow: hidden;
}
.single-service-col .ser-nme{
    width: 100%;
    background-color:#e23c2a;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;

}
.service-block-two{
    float: left;
}
.service-block-two ul{
  margin: 0;
  padding: 0;
}
.service-block-two li{
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left;
}
.service-block-two .image-box {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
    margin-right: 20px;
}
.service-block-two .text-box {
    float: left;
}
.service-block-two .text-box .title-box h2{
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.service-block-two .text-box .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.3em;
}
/* End about section*/

/* Start inspection section*/
.inspection-block{
    padding: 50px 20px;
    float: left;
    width: 100%;
    border-right: 1px solid #294F8D;
}
.inspection-block::last-child{
    border-right: none;
}
.inspection-block-inner{
    float: left;
}
.inspection-block-inner .icon {
    float: left;
    width: 100px;
    height: 75px;
    margin-right: 5px;
    text-align: center;
}
.inspection-block-inner .text-box {
    float: left;
    width: 313px;
    
}
.inspection-block-inner .text-box .title-box h2{
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}
.inspection-block-inner .text-box .text {
   
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    line-height: 1.3em;
    display: table;
}
.bck-bg{
    background: url(../img/resource/back-bg.jpg) repeat-x;
}
/* End inspection section*/

/* Start why choose section*/
.why-block{
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    float: left;
    width: 100%;
    border: 1px solid #d7d7d7;
}
.why-block .title-box{
  float: left;
  padding-top: 30px;
  padding-left: 20px;
}
.why-block .title-box h2{
    font-size: 18px;
    font-weight: bold;
    color: #173f76;
}
.why-block .icon-circle{
    width: 90px;
    height: 90px;
    float: left;
    border-right: 1px solid #d7d7d7;
    background-color: #f0f0f0; 
    text-align: center;
    line-height: 86px;
}

/* Start Testimonial section*/
#testimonials{
    background-position: center;
    background: url(../img/resource/testimonial.jpg) repeat;
}
#testimonials .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(18,121,198,0.9);
}
#testimonials .container {
  position: relative;
  z-index: 3
}
#testimonials h1{
    font-size: 40px;
    color: #FFF;
}
#testimonials .text-box {
  width: 100%;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px 100px 0px;
}
#testimonials .quote-icon{
     width: 68px;
    background-color: transparent;
    float: left;
    font-size: 30px;
    color: #FFF;
    position: relative;
    top: 30px;
    left: 60px;
    text-align: center;
    line-height: 45px;
    display: none;
}
#testimonials .quote-icon .fa{
  

}
#testimonials .text-box p {
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  padding: 0;
  line-height: 24px;
  text-align: center;
  font-family: "PT Serif",sans-serif;
  position: relative;
}
#testimonials p.name {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  font-family: "PT Serif",serif;
  text-align: center;
  color: #FFF;
}
#testimonials p.name span {
  font-size: 22px;
  line-height: 20px;
  font-style: italic;
  color: #FFC00B;
}
#testimonials .client-img{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: transparent;
  border: 6px solid rgba(173, 165, 165, 0.3);
  float: left;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FFF;
  background-color: #FFF;
}
#testimonials .item {
  padding-bottom: 0px;
}
/* Start why choose section*/
#why-choose{
    padding: 100px 0;
    
}
.why-choose-cnt-bx{
    
}
.why-choose-cnt-bx h4{
    font-size: 18px;
}
.why-choose-cnt-bx p{
    font-size: 16px;
}
.why-list{
}
.mr-tp-10{
    margin-top: 10px;
}
.why-list ul{
    margin: 0;
    padding: 0;
}
.why-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
}
.why-list li::before {
    content: '\f14a';
    font-family: 'fontawesome';
    margin-right: 10px;
    font-size: 18px; 
    color: #173f76;
}
#btm-img{
  padding: 80px;

}

#btm-img .img-holder{
    height: 239px;
  overflow: hidden;

}
figure.effect-bubba h2{
    color: #fff;
    font-size: 24px;
}
/* Start call us section*/
#call-us{
    padding: 20px 0 103px;
    background-color: #0b2347;
}
#call-us .img-holder{
    right: -49px;
position: absolute;
top: 0;
bottom: 0;
}
#call-us .img-holder img{
    
    
}
.text-call{
    
}
.text-call h2{
    color: #ebba11;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 60px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.call-bx{
width: 486px;
border-radius: 30px;

background-color: #4784e4;
text-align: center;
margin: auto;
line-height: 46px;
}
.call-bx .icon-col{
  background-color: transparent;
  border-radius: 50%;
  margin: 3px 0 0 4px;
  border: 1px solid #FFF;
  height: 44px;
  color: #FFF;
  width: 44px;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
}
.call-bx .phn{
  font-size: 40px;
color: #FFF;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
/* start Blog css */
#blog{
padding: 80px 0;
}
#blog .blog-main-holder{
  width: 100%;
}
#blog .single-blog-post .date{
  width: 70px;
  padding: 15px;
  float: left;
  background-color: #e23c2a;
  margin: 10px 0 0 10px;
  position: absolute;
  bottom: 20px;
}
#blog .single-blog-post .date h3{
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
}
#blog .single-blog-post .date span{
  font-weight: normal;
  font-size: 18px;
}
#blog .single-blog-post{
  width: 100%;
}
#blog .single-blog-post .img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#blog .single-blog-post .blog-content{
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #FFF;
  border: 1px solid #eaeaea;
}
#blog .single-blog-post .blog-content > ul {
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0px;
  margin-bottom: 30px;
}
#blog .single-blog-post .blog-content > ul li {
  display: inline;
  padding: 0 10px 0 0;
  font-weight: normal;
  font-size: 14px;
}
#blog .single-blog-post .blog-content > ul li .pull-right{
  float: right;
}
#blog .single-blog-post .blog-content > ul li span{
  color: #c81515;
}
#blog .single-blog-post .blog-content h3{
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  letter-spacing: 0.30px;
  
}
#blog .single-blog-post p{
  margin: 0;
  padding: 0;
  color: #999999;
  text-align: left;
  letter-spacing: 0.3px;
}
#blog .single-blog-post a.readmore{
  padding: 5px 0;
  font-size: 15px;
  color: #e23c2a;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  display: table;
  text-transform: capitalize;
    font-family: "Open Sans",sans-serif;
}

/* start clients css */
#clients {
  padding: 0px 0;
}
#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#clients .container .item {
  height: 145px;
  line-height: 145px;
}
#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#clients .container .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clients .container .owl-theme .owl-nav {
  margin: 0;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

#footer-bar{
  background-color: #0067b1;
  width: 100%;
  height: 66px;
  width: 100%;
  float: left;
}
#footer-bar .icon{
  width: 45px;
  height: 45px;
  float: left;
  background-color: #2e2d2e;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 48px;
  border-radius: 50px;
  margin-top: 12px;
}
#footer-bar .p-num{
  float: left;
  padding-left: 10px;
}
#footer-bar .p-num a{
  float: left;
  font-size: 20px;
  color: #FFF;
  line-height: 65px;
  margin-right: 10px;
}
#footer-bar a.btn-get-quote {
  text-transform: capitalize;
  color: #FFF;
  font-size: 24px;
  height: 66px;
  width: 100%;
  text-align: center;
  font-family: 'Bree Serif', serif;
  float: left;
  margin-left: 25px;
  line-height: 65px;
  background-color: #e23c2a;
}
#footer-bar .social-links {
  width: auto;
  float: right;
}

#footer-bar .social-links a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #3c3c3e;
  color: #FFF;
  font-size: 20px;
  line-height: 47px;
  transition: all 500ms ease-out 0s;
  border-radius: 88px;
  margin-top: 12px;
}
#footer-bar .social-links .fb{
    background-color: #3b579d;
}
#footer-bar .social-links .tw{
    background-color: #2caae1;
}
#footer-bar .social-links .g-pl{
    background-color: #e7291b;
}
#footer-bar .social-links .linkdn{
    background-color: #0177b5;
}
#footer-bar .social-links a:hover {
  background: #e23c2a;
  transition: all 500ms ease-out 0s;
}
/* start footer css */
footer{
  padding: 48px 0 30px;
  background-color: #2c2c2c;
  width: 100%;
  float: left;
}
footer .widget{
}
footer a.readmore{
  color: #c59651;
  margin-top: 10px;
  display: table;
}
footer .padd-offset{
  padding-left: 20px;
}
footer .padd-offset-1{
  padding-left: 75px;
}
footer h3{
  margin: 0;
  padding-bottom: 30px;
  text-transform: capitalize;
  color: #FFF;
  text-align: left;
  letter-spacing: 0.5px;
}
footer p{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #5D5F62;
  text-align: left;
  letter-spacing: 0.3px;
}
footer .quick-links li a {
  font-size: 14px;
  line-height: 16px;
  color: #cfcfce;
  margin-bottom: 15px;
  display: block;
  text-transform: capitalize;
}
footer .quick-links li a:before {
 content: '\f105';
 font-family: 'fontawesome';
 margin-right: 12px;
 color: #cfcfce;
}
footer .textwidget{
  width: 100%;
  margin-bottom: 15px;
}
footer .textwidget-icon {
  width: auto;
  float: left;
  font-size: 20px;
  color: #FFF;
  margin-right: 14px;
}
footer .info-detail {
  width: auto;
  padding: 0 26px 0 29px;
}
footer .info-detail p{
  padding:0 0 0 0;
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  color: #cfcfce;
  font-weight: 400;
  line-height: 22px;
}
/* start footer-bottom css */
.footer-bottom{
  padding: 15px 0;
  background-color: #202020;
  color: #cfcfce;
  font-size: 15px;
  width: 100%;
float: left;
}
.footer-bottom p{
  padding: 0;
  margin: 0;
  color: #cfcfce;
  font-size: 15px;
}
.create-by{
  float: left;
}
.copyright{
  float: right;
}


/*** 

====================================================================
    Page Title
====================================================================

***/

.inner-baner{
    background:url(../img/background/4.jpg);
}
.page-title{
    position:relative;
    text-align:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.70);
}

.page-title h2{
    position:relative;
    font-size:45px;
    font-weight:700;
    color:#ffffff;
    padding:100px 0px 40px;
    text-transform:uppercase;
    text-align: left;
}

.page-title .bread-crumb{
    position:relative;
    display:inline-block;
    padding:9px 0px 6px;
    border-radius:50px;
    top:-63px;
    z-index:1;
    float: left;
    background-color:transparent;
}

.page-title .bread-crumb li{
    position:relative;
    display:inline-block;
    line-height:1em;
    margin-right:35px;
    color:#ffffff;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.page-title .bread-crumb li:after{
    content:'\f07e';
    position:absolute;
    right:-29px;
    top:-1px;
    font-weight:400;
    width:20px;
    text-align:center;
    line-height:1em;
    font-family: 'FontAwesome';
}

.page-title .bread-crumb li:last-child{
    margin-right:0px;   
}

.page-title .bread-crumb li:last-child:after{
    display:none;   
}

.page-title .bread-crumb li a{
    color:#ffffff;
    font-weight:700;
    text-transform:uppercase;
}


/*** 

====================================================================
    About page css
====================================================================

***/
.about-img{
    
}
.points-bx{
    float: left;
}
.points-bx .textwidget{
  width: 100%;
  margin-bottom: 15px
}
.points-bx .textwidget-icon{
  width: auto;
  float: left;
  font-size: 24px;
  color: #EC1313;
  margin-right: 14px;
}
.points-bx .info-detail {
  width: auto;
  padding: 0 26px 0 29px;
}
.points-bx .info-detail p{
  padding:0 0 0 0;
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.services-block{
    position:relative;
}

.services-block .inner-box{
    position:relative;
    padding:60px 32px;
    text-align:center;
    border:1px solid #eaeaea;
    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;
}

.services-block .inner-box:hover{
    border:1px solid transparent;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
    box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
    background-color: #cca876;
}

.services-block .inner-box .icon-box{
    position:relative;
    line-height: 1em;
    color: #0686d8;
    font-size: 50px;
}

.services-block .inner-box .title-box{
    position:relative;
}

.services-block .inner-box .title-box h2{
    position:relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top:25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block .inner-box .title-box h2 a{
    color: #333333;
    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;
}

.services-block .inner-box .title-box h2 a:hover{
    color:#54be73;
}
.services-block .inner-box .text{
    font-size:16px;
    color:#777777;
    margin-top:15px;
}

/*** 

====================================================================
    Fact Counter style
====================================================================

***/

.fact-counter-column{
    position:relative;
    padding:65px 0px 25px;
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.fact-counter-column:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(32,127,221,0.90);
}

.fact-counter{
    position:relative;
}

.fact-counter .column{
    position:relative;
    margin-bottom:40px;
    margin-top:100px;
    width: 25%;
    float: left;
}

.fact-counter .column .inner{
    position:relative;
    text-align:center;
}

.fact-counter .column .inner .icon-box{
    position:relative;
    color:#000;
    font-size:36px;
    line-height:1em;
    margin-bottom:20px;
}

.fact-counter .count-outer .percentage{
    display:inline-block;
    font-weight:700;
    color:#000;
    font-size:40px;
    line-height:1em;
    font-family: 'Heebo', sans-serif;
}

.fact-counter .count-outer .count-text{
    position:relative;
    font-weight:700;
    color:#000;
    font-size:40px;
    line-height:1em;
    font-family: 'Heebo', sans-serif;
}

.fact-counter .column .counter-title{
    position:relative;
    font-size:16px;
    font-weight:400;
    color:#000;
    margin-top:10px;
    font-family: 'Hind Guntur', sans-serif;
}

/***************************************
* . accordion Page styles 
****************************************/

.accordion {
    margin: 0;
}
.accordion .panel {
    border: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}
.accordion .panel:first-child a[role=button] {
    padding-top: 0;
}
.accordion a[role=button] {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Raleway';
    color: #898989;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    padding-top: 15px;
    display: block;
    text-decoration: none !important;
    position: relative;
}
.accordion a[role=button].collapsed:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    content: '+';
    font-family: 'Raleway';
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
    text-align: center;
    color: #898989;
}
.accordion a[role=button]:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    content: '-';
    font-family: 'Raleway';
    font-size: 28px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    color: #898989;
}
.accordion p {
    font-size: 15px;
    line-height: 26px;
    color: #898989;
    margin: 0;
}
.accordion .panel-collapse p {
    padding-top: 20px;
    padding-bottom: 15px;
}
.accordion a[role=button] {
    border: 1px solid #dedede;
    padding: 5px 50px 5px 0 !important;
    padding-left: 20px !important;
    color: #242424;
}
.accordion .panel {
    padding-bottom: 10px;
    margin: 0;
}
.accordion a[role=button]:before {
    border-radius: 50%;
    bottom: 8px;
    right: 0px;
    color: #FFF;
}
.accordion a[role=button].collapsed:before {
    font-size: 28px;
    line-height: 20px;
}
.accordion .panel-collapse {
    border-top: 0;
}
.accordion .panel-collapse .inner-box {
    padding: 38px 0;
}
.accordion .panel-collapse .inner-box h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.accordion .panel-collapse .inner-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion .panel-collapse .inner-box ul li {
    float: left;
    margin: 0 35px 0 0;
}
.accordion .panel-collapse .inner-box ul li a {
    font-size: 15px;
    color: #757575;
}
.accordion .panel-collapse .inner-box ul li i {
    color: #757575;
    padding: 0 15px 0 0;
}
.accordion a[aria-expanded="true"] {
    background: #23537B;
    color: #fff;
}
.sec-clients {
    padding: 0 60px 0 0;
}

/* ==============================
  services Side Bar Widget styles
============================== */
.service-page{
    width: 100%;
    height: 100%;
}
.pull-left .single-sidebar-widget {
  padding-right: 50px;
}
.pull-right .single-sidebar-widget {
  padding-left: 50px;
}
.single-sidebar-widget {
  margin-bottom: 50px;
  background-color: #FFF;
}
.single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 span {
  font-size: 20px;
}
.single-sidebar-widget .sec-title h2:after {
  content: '';
  width: 55px;
  height: 3px;
  background: #fc5858;
  display: block;
  margin-top: 13px;
}
.single-sidebar-widget .special-links{
  margin-bottom: 0;
  width: 100%;
}
.single-sidebar-widget .special-links ul{
    margin: 0;
    padding: 0;
}
.single-sidebar-widget .special-links li{
    list-style: none;
}
.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
  width: 100%;
}
.single-sidebar-widget .special-links li a {
  border: 1px solid #EFEFEF;
  color: #242424;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
  background: transparent;
  color: #FFF;
  background-color:  #1d72c9;

}
.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
  color: inherit;
}
.single-sidebar-widget .special-links li a:after {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  font-size: 12px;
  right: 20px;
  line-height: 50px;
  color: #6A6969;
  font-weight: normal;
}
.single-sidebar-widget .single-service-broucher {
  border: 4px solid #1d72c9;
  padding: 30px;
  background-color: transparent;
}
.single-sidebar-widget .single-service-broucher p {
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.single-sidebar-widget .single-service-broucher p  {
  font-weight: bold;
}
.single-sidebar-widget .single-service-broucher .thm-button {
  margin-top: 20px;
}
.service-tab-content{
  float: right;
  background-color: #FFF;
 
}
.service-tab-content .image-box{
  background-color: #f2f2f2;
  margin-bottom: 20px;
  height: 385px;
  overflow: hidden;
}

.service-tab-content .text-box{
  width: 100%;
  float: left;
}
.service-tab-content .text-box h2.title{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  padding: 30px 0 20px 0;
  letter-spacing: 1px;
  font-family: "Raleway",sans-serif;
}
.service-tab-content .text-box h2.title:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #1d72c9;
    display: block;
    position: relative;
    top: 32px;
    left: 0;
    margin: 0;
}
.service-tab-content .text-box p{
  font-size: 14px;
  color: #969696;
  margin: 0;
  text-align: left;
  padding: 0 0 20px 0;
}
.image-caption-box{
  height: 243px;
  float: right;
  overflow: hidden;
}
.image-caption-box .service-text-box{
  float: left;
  width: 62%;
}
.service-text-box h2.heading{
  color: #242424;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}
.service-text-box p {
  font-size: 15px;
}
.caption-box-img{
  float: right;
}
.color-blue{
    color: #1d72c9;
}
.color-red{
    color: #CA232A;
}


/*** 
Start Contact Page css
====================================================================
    Contact Form
====================================================================

 ***/

.contact-section{
    position:relative;
}

.contact-section .contact-inner{
    position:relative;
    padding:30px 30px 10px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
}

.contact-form label.error{
    color:#ff0000;
    line-height:20px;
    padding:10px 0px 0px 0px;
    text-transform:capitalize;
    font-weight:400;
    font-size:14px;
}
.contact-form{
    
}
.contact-form .form-group{
    padding:0px 15px;
    margin-bottom:30px;
}

/*** 

====================================================================
    Default Form
====================================================================

***/

.contact-form{
    position:relative;
}

.contact-form .form-group{
    padding:0px 10px;
    margin-bottom:20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea{
    display:block;
    width:100%;
    line-height:23px;
    height:45px;
    color: #000;
    border-radius: 0;
    font-size:14px;
    border:1px solid #eaeaea;
    padding:10px 15px;  
    background-color:#fafafa;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.contact-form textarea{
    height:115px;
    resize:none;    
}
.contact-form input[type="submit"]{
    float: left;
    text-transform: capitalize;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color:#b9b9b9;
    background-color:#ffffff;   
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
    border-color:#ff0000;   
}

.contact-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:11px;
    color:#ff0000;
    font-weight:500;    
}

/*** 

====================================================================
    Contact Info Section
====================================================================

 ***/

.contact-info-text{
    position:relative;
    font-size:16px;
    margin-bottom:30px;
}
.contact-info-text .text{
    margin-bottom: 20px;
}
/*** 

====================================================================
    List Style Three
====================================================================

***/

.list-style-three{
    position:relative;
}

.list-style-three li{
    position:relative;
    color:#e23c2a;
    font-size:18px;
    font-weight:700;
    padding-left:24px;
    margin-bottom:35px;
    text-transform:uppercase;
    
}

.list-style-three li:last-child{
    margin-bottom:0px;
}

.list-style-three li .arrow{
    position:absolute;
    left:0px;
    top:6px;
    color:#000;
    font-size:16px;
    margin:0px;
    font-family: 'FontAwesome';
}

.list-style-three li span{
    color:#777777;
    font-size:16px;
    font-weight:400;
    margin-top:15px;
    margin-left:-24px;
    display:inline-block;
    text-transform:capitalize;
    
}

/*** 

====================================================================
    Map Section Style
====================================================================

***/
.map-column{
    width: 100%;
    background-color: #FFF;
    padding-bottom: 50px;
}
.map-outer{
    position:relative;
}

.map-canvas{
    position:relative;
}


/* Start Login Page css */
.login-form{
    width: 40%;
    padding: 30px 38px;
    height: 100%;
    margin: auto;
    box-shadow: 0 0 20px #dddbdb;
}
.login-form input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    border-color: rgba(146, 141, 141, 0.5);
    background-color: transparent;
    border-radius: 4px;
    color: #333;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
}
.login-form input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #323232;
    color: #333;
}
.login-form input[type="submit"] {
    color: #FFF;
    background-color: #e23c2a;
    font-size: 16px;
    border-radius: 4px;
    border:none;
    margin: 0;
    padding: 5px 15px;
    font-weight: bold;
}
.login-form input[type="submit"]:hover {
    background: #32599e;
    color: #FFF;
    border-radius: 4px;
}

/* start Faqs css */
#faq {
  padding: 100px 0 170px;
}
#faq .section-title-style{
  width: 100%;
  padding-bottom: 40px;
}
#faq .faq-search {
  background: #f9f9f9 none repeat scroll 0 0;
  width: 745px;
  padding: 20px;
  margin-top: 30px;
}
#faq .faq-search input[type="text"] {
  border: 1px solid #e9e9e9;
  color: #aeaeae;
  font-size: 14px;
  padding: 10px 20px;
  width: 79%;
  font-family: "Open Sans",sans-serif;
  outline: none;
}
#faq .faq-search input[type="button"] {
  background: #242424;
  border: medium none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: -4px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
}
.general-question {
  margin-top: 50px;
}
.general-question .panel-group .panel {
  border-radius: 0;
  margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
  border-color: #e9e9e9;
  background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
}
.general-question .panel-group .panel-default .panel-title a {
  display: block;
  position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
  content: "\f106";
  font-family: fontawesome;
  background: #f9f9f9 none repeat scroll 0 0;
  border-left: 1px solid #e9e9e9;
  color: #7d7d7d;
  font-size: 24px;
  padding: 10px 15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
  content: "\f107";
  font-family: fontawesome;
  background: #2f538a none repeat scroll 0 0;
  border-left: 1px solid #e9e9e9;
  color: #FFF;
  font-size: 24px;
  padding: 10px 15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.general-question .panel-body {
  padding: 25px 15px 30px;
}
.general-question .panel-body .panel_body_up h2 {
  color: #1d72c9;
  font-family: "Raleway",sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
  text-transform: none;
}
.general-question .panel-body .panel_body_up p {
  color: #898989;
  font-size: 14px;
  font-weight: 500;
}
.general-question .panel-body .panel_body_down .panel_down_text {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}


/* Team page Start*/

.our-team{
    border-left: 8px solid #e23c2a;
    border-bottom: 8px solid #e23c2a;
}
.our-team .team-image{
    position: relative;
    text-align: center;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .description{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgba(36, 107, 231, 0.6);
    transition: all 0.5s ease 0s;
}
.our-team:hover .description{
    opacity: 1;
}
.our-team .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #0067b1;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team .social li{
    display: block;
    margin-bottom: 10px;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #e23c2a;
}
.our-team .team-info{
    padding: 20px;
}
.our-team .title{
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}
.our-team .title:hover,
.our-team .post:hover{
    color: #bc3fbf;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .our-team .social{ left: -20px; }
}
@media only screen and (max-width: 480px){
    .our-team .social{ left: -20px; }
}
/* End Team page */