/**************************************************************************
***************** 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 
* 9. 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');

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

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.60) !important;
}

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

.main-slider .big-title {
    font-weight: 500;
    line-height: 1.6em;
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider .sub-title {
    font-weight: 400;
    line-height: 1.3em;
    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: 20px;
    font-style: normal;

}

.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: 47px;
}

.single-service-col {

}

.single-service-col ul {
    margin: 0;
    padding: 0;
}

.single-service-col li {
    margin: 0 10px 20px 0;
    padding: 0;
    list-style: none;
/ / width: 360 px;
    width: calc(50% - 10px);
    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: 14px;
    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-bg.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: 96px 0 60px;
    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 strong {
    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 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;
}

ul.top-nav {
    padding: 0;
    margin: 0;
    list-style: none;
/ / position: relative;
/ / top: 28 px !important;
    left: unset;
    overflow: hidden;
    height: 30px;
    width: auto;
    clear: both;
}

.call-us {
    float: right;
    margin-top: 15px;
    font-size: 20px;
    text-align: right;
}

.home-banner-image {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    height: 360px;
}

.banner {
    /* background: linear-gradient(to right, #0476b5, #0476b5, white, white); height: 360px;*/
    /*background: linear-gradient(90deg, #0476b5 40%, white 50%); */
    background: #0054a5;
    height: auto;
    position: relative;
}

/* .banner-right.col-sm-4{
   position: absolute;
   top: 0;
   right: 0;
   }*/

.interior-left-box {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.interior-right-box {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-image-wrapper {
    position: relative;
}

ol, ul {
    padding-left: 15px;
    margin-left: 5px;
}

/
/
.banner-right .fa-ul > li {
/ / display: -webkit-flex;
/ / display: flex;
/ /
}

.banner-right .fa-ul > li p {
    margin-bottom: 0;
}

.banner-right .fa-ul > li i {
    margin-top: -4px;
}

.theme-color {
    color: #e23c2a;
}

ul.top-nav .current a {
    color: #e23c2a;
}

.side-nav ul .current a {
    background: #e23c2a;
}

.hd-logo {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.hd-logo h1 {
    margin: 0;
    padding-left: 10px;
    display: inline-block;
}

.image-caption-box {
    height: auto;
    float: none;
    overflow: inherit;
}

.image-caption-box img {
    width: 100%;
}

.single-service-col .col-xs-6 {
    margin-bottom: 30px;
}

.home-content-container {
    padding-bottom: 0;
}

.form-content td.field-full div.label {
    padding-left: 0;
}

.main-form {
    box-shadow: none;
}

.form-box {
    border-radius: 0;
}

#thank-you h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 32px;
    margin-bottom: 32px;
}

#thank-you p {
    text-align: center;
}

.banner {
    margin-bottom: 0px;
}

.home-content-container {
    border-top: 1px solid #0476b5;
    background: none;
    padding-top: 30px;
}

.banner-right span {
    font-weight: bold;
}

.form-box h2 {
    background: #298abf;
    color: white;
}

.form-content b {
    font-size: 16px;
}

input.button1 {
    margin-top: 4px;
}

.form-content {
    padding-bottom: 0;
    background: #f5f5f5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input.inp-txt, select, textarea {
    height: 20px;
    padding: 2px 2px 2px 4px;
    font-size: 14px;
    color: #999;
    background: #fff;
    border: 1px solid #b8b6b2;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: inset none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-content table td {
    padding-bottom: 20px;
}

.button1 {
    width: 249px;
    height: 50px;
    border: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    margin-top: 10px;
    background: #298abf;
}

.side-nav {
    margin-bottom: 30px;
    border-radius: 0;
    padding-bottom: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}

.side-nav ul li:first-child {
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-left: 15px;
}

@media only screen and (max-width: 480px) {
    .single-service-col li {
        width: 100%;
    }

    .single-service-col .col-xs-6 {
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .bck-bg .col-xs-12 {
        width: 50%;
    }

    .footer-box .col-xs-6 {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .call-us {
        margin-top: 0;
    }

    .content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-right.col-sm-4 {
        position: relative;
    }

    .banner-image-wrapper.col-sm-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .interior-left-box, .interior-right-box {
        float: none;
        width: 100%;
        clear: both;
    }

    .banner-right h1, .banner-right h2 {
        color: #055581;
        font-weight: 600;
        font-size: 16px;
    }

    .banner-right h2 {
        margin-bottom: 15px;
    }

    .banner-right.col-xs-4 .fa-ul {
        padding-left: 15px;
    }

    .banner-right.col-xs-4 .fa-ul li p {
        font-size: 13px;
    }

    .banner-right .fa-ul > li i {
        margin-top: -4px;
        font-size: 1.5em;
    }

    .banner-right .fa-ul > li {
        margin-bottom: 5px;
    }

    .banner-right.col-xs-4 {
        position: relative;
        /*background: white;*/
        /*// width: 750px;*/
        background: #0054a5;
        width: 100%;
    }

    .header-box h1 {
        font-size: 22px;
    }

    .header .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    ul.top-nav {
        list-style: none;
        overflow: hidden;
        clear: both;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        z-index: 500;
        height: auto;
    }

    .call-bx {
        width: auto;
        background-color: transparent;;
        margin-bottom: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .text-call h2 {
        text-align: center;
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .ftr-links li ul {
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    .ftr-links li ul li {
        display: inline-block;
        margin-top: 15px;
    }

    .ftr-links li ul li a {
        font-size: 11px;
    }

    .bottom-container {
        padding: 0;
    }

    .left-column, .right-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ptb-80 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .why-block .icon-circle {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .why-block {
        display: flex;
        margin-bottom: 10px;
    }

    .ptb-80.bck-bg .wrapper .row .col-xs-12:nth-child(5) .why-block, .ptb-80.bck-bg .wrapper .row .col-xs-12:nth-child() .why-block {
        margin-bottom: 0;
    }

    .why-block .title-box h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .why-block .title-box {
        display: flex;
        align-items: center;
        padding: 10px;
        width: calc(100% - 50px);
    }

    .why-block .icon-circle img {
        width: 100%;
    }

    .why-block .title-box h2 {
        font-size: 14px;
    }

    .home-content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .single-service-col .ser-nme {
        font-size: 15px;
    }

    .wrapper {
        width: 100%;
    }

    .bck-bg .spacer-30 {
        display: none;
    }

    .form-content {
        min-height: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
    .banner-right h1, .banner-right h2 {
        font-size: 18px;
    }

    .banner-right h2 {
        margin-bottom: 0;
    }

    .home-content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-right.col-xs-4 .fa-ul {
        padding-left: 5px;
    }

    .col-sm-8.banner-image-wrapper {
        padding-right: 0;
    }

    .fa-ul > li {
        position: relative;
        margin-bottom: 5px;
    }

    .banner-right .fa-ul > li i {
        margin-top: -4px;
        font-size: 1.5em;
    }

    .banner-right h1, .banner-right h2 {
        color: #055581;
        font-weight: 600;
    }

    .content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper {
        width: 100% !important;
    }

    .col-sm-8.banner-image-wrapper {
        width: 100%;
    }

    .banner-right.col-sm-4 {
        position: relative;
        /*background: white;*/
        background: #0054a5;
        width: 100%;
    }

    .interior-left-box, .interior-right-box {
        float: left;
    }
}

@media only screen and (max-width: 819px) {
    .banner-right h1 {
        margin-top: 15px;
    }

    /*.banner{
      background: none;
      }*/
    .banner-image-wrapper.col-sm-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .home-content-container {
        border-top: none;
    }

    .form-box h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hd-logo-a img {
        max-width: unset;
        max-height: unset;
        width: 40px;
        height: 40px;
    }

    .hd-logo {
        margin-top: 10px;
        -webkit-justify-content: center;
        justify-content: center;
    }

    ul.top-nav {
        list-style: none;
        overflow: hidden;
        clear: both;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        z-index: 500;
        height: auto;
    }

    .home-content-container {
        padding-top: 30px;
    }

    .wrapper.home-banner-image {
        width: 100%;
    }

    .menu {
        transform: translateY(-9px);
    }

    .call-us {
    / / margin-top: 10 px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .header {

        background: #fff url(../images/header_bg2.png) repeat-x 50% 100%;
    }

    .call-us {
        text-align: center;
        float: none;
    }
}

@media only screen and (min-width: 820px) {
    ul.top-nav {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 991px) {
    .form-box h2
    .hd-logo {
        margin-top: 25px;
    }

    .hd-logo img {
        width: 50px;
        height: 50px;
    }

    .hd-logo h1 {
        font-size: 30px;
    }

    .banner-right .fa-ul > li i {
        margin-top: -3px;
        font-size: 1.5em;
    }

    .banner-right.col-sm-4 {
        margin-top: 5px;
    }

    .banner-right .fa-ul {
        margin-bottom: 0;
    }

    .home-content-container {
        padding-top: 30px;
    }

    .banner {
        height: auto;
    }

    .banner-right h1 {
    / / font-size: 20 px;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 5px;
        color: #055581;
        font-weight: 600;
    }

    .banner-right span {
        font-size: 13px;
    }

    .banner-right h2 {
        font-size: 16px;
        margin-top: 0px;
        color: #055581;
        font-weight: 600;
        margin-bottom: 0;
    }

    .home-banner-image {
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 210px;
    }
}

@media only screen and (max-width: 991px) {
    .button1 {
        font-size: 16px;
    }

    .form-content td.field-full textarea {
        height: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button1 {
        margin-top: 15px !important;
    }

    .image-caption-box img {
        margin-top: 10px;
    }

    .ftr-links li ul li a {
        border-left: none;
        border-right: 1px solid #cacacb;
    }

    .ftr-links li ul li:first-child a {
        border-right: 1px solid #cacacb;
    }

    ul.ftr-links li ul li {
        display: block;
    }

    .left-column {
        width: 70%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    .bottom-container {
        padding: 0;
    }

    .right-column {
        float: left;
        width: 30%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-content {
        min-height: unset;
    }

    .wrapper {
        width: 750px;
    }

    .home-content-container .main-form {
        clear: both;
        margin-bottom: 0;
    }

    .single-service-col .ser-nme {
        font-size: 17px;
    }

    .why-block .icon-circle {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .why-block {
        display: flex;
    }

    .why-block .title-box h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .why-block .title-box {
        display: flex;
        align-items: center;
        padding: 10px;
        width: calc(100% - 50px);
    }

    .why-block .icon-circle img {
        width: 100%;
    }

    .ptb-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .call-bx {
        width: auto;
        background-color: transparent;;
        margin-bottom: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .text-call h2 {
        font-size: 20px;
        text-align: center;
    }

}

@media only screen and (min-width: 992px) {
    .banner-right .fa-ul {
        margin-left: 43px;
    }
}

@media only screen and (max-width: 1199px) {
    .form-content table tr:nth-child(4) td {
        padding-bottom: 0;
    }

    .button1 {
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-form {
        margin-bottom: 0;
    }

    .banner-right .fa-ul {
        margin-bottom: 0;
    }

    .banner-right .fa-ul > li i {
        margin-top: -8px;
    }

    .banner-right .fa-ul > li p {
        margin-bottom: 10px;
    }

    .banner-right h2 {
        margin-bottom: 0;
    }

    .banner-right.col-sm-4 {
        margin-top: 5px;
    }

    .home-content-container {
        padding-top: 30px;
    }

    .banner {
        height: auto;
    }

    .banner-right h1 {
        font-size: 26px;
        color: #055581;
        font-weight: 600;
        margin-top: 10px;
    }

    .banner-right {
        margin-top: 30px;
    }

    .banner-right span {
        font-size: 16px;
    }

    .banner-right h2 {
        font-size: 24px;
        margin-top: 0px;
        color: #055581;
        font-weight: 600;
    }

    .fa-ul > li:last-child p {
        margin-bottom: 0;
    }

    .home-banner-image {
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 310px;
    }

    .call-bx {
        width: auto;
        background-color: transparent;;
        margin-bottom: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .text-call h2 {
        font-size: 27px;
        text-align: center;
    }

    .left-column {
        width: 70%;
        padding-right: 15px;
    }

    .right-column {
        width: 30%;
        padding-left: 15px;
    }

    .ptb-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrapper {
        width: 970px;
    }

    .single-service-col .ser-nme {
        font-size: 17px;
    }

    .why-block {
        display: flex;
    }

    .why-block .icon-circle {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why-block .title-box h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .why-block .title-box {
        display: flex;
        align-items: center;
        padding: 15px;
        width: calc(100% - 70px);
    }
}

@media only screen and (min-width: 1200px) {
    .banner-right.col-sm-4 {
        margin-top: 5px;
    }

    .banner-right {
        margin-top: 30px;
    }

    .wrapper {
        width: 1170px;
    }

    .button1 {
        margin-top: 6px;
    }
}

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

/*** added on 10/17/2017 ***/

.call-us .phone-number {
    font-size: 28px;
    color: #055581;
    font-weight: 600;
}

.form-content table {
    width: 100%;
}

.form-content td.field-full input.inp-txt {
    height: 30px !important;
    width: 100% !important;
}

.form-content td.field-full textarea {
    height: 52px !important;
    width: 100% !important;
}

.service-img-holder img {
    width: 100%;
}

.main-form {
    margin-top: 0;
}

.quotes blockquote {
    background: url(../images/quotes.png) no-repeat;
    background-size: 15px auto;
    background-position: 8px 0px;
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

#call-us {
    padding: 0;
}

#call-us .img-holder {
    position: relative;
}

.footer {
    padding: 0;
}

.ftr-left-column, .ftr-left-column, .bottom-container .left-column, .bottom-container .right-column {
    padding-left: 15px;
    padding-right: 15px;
}

#call-us .img-holder {
    right: unset;
    position: relative;
    top: unset;
    bottom: unset;
}

.call-bx {
    width: auto;
    background-color: transparent;;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.text-call h2 {
    text-align: center;
}

/*** added on 12/3/2017 ***/
.banner .fa-ul > li {
    color: white;
}

.banner-right h1, .banner-right h2 {
    color: #02fffa;
}

.banner {
    padding-top: 15px;
}

.banner-wrapper {
    float: right;
    position: relative;
}

.banner-title {
    color: #3284b4;
    position: absolute;
    top: 14%;
    left: 0px;
    width: 48%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}

.banner-phone-number {
    color: #2b587f;
    position: absolute;
    top: 27%;
    left: 84px;
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-title {
        top: 14.5%;
        left: 0px;
        width: 48%;
        text-align: center;
        font-size: 16px;
    }

    .banner-phone-number {
        left: 74px;
        font-size: 27px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 991px) {
    .banner-title {
        top: 15%;
        left: 0px;
        width: 48%;
        text-align: center;
        font-size: 13px
    }

    .banner-phone-number {
        top: 26%;
        left: 58px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 819px) {
    .banner-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        float: none;
        max-width: 672px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .banner-image-wrapper {
        border-bottom: 1px solid #02fffa;
    }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
    .banner-title {
        left: 0px;
        width: 48%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .banner-title {
        font-size: 2.2vw;
        left: 0px;
        width: 48%;
        text-align: center;
    }

    .banner-phone-number {
        left: 14%;
        font-size: 4vw;
        top: 26.5%;
    }
}


a.banner-phone-number:hover{
    text-decoration: none;
}