@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body {
    /*background: #f2f1ef url("../images/top-bg.jpg") repeat-x;*/
    background: #f2f1ef;
    color: #44464a;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #000249;
}

a,
a:hover,
a:focus,
.btn,
.btn:hover,
.image-caption,
.owl-theme .owl-controls .owl-buttons div,
.service-wrp li,
.service-wrp li::before {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000249;
    font-weight: 500;
    margin: 0 0 20px;
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

p {
    margin: 0 0 1.8rem 0;
}

h2::before {
    background-color: #000249;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100px;
}

.center-border h2:before {
    margin: 0 auto;
}

.white-text h2::before {
    background-color: #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    ;
}

.white-bg {
    background: #fff;
}

.sec-padding {
    padding: 50px 0;
}



/* Shutter Out Horizontal */

.btn-hover {
    color: #fff;
    border: none;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #303032;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-tra303032nsition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-hover:before {
    border-radius: 3px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f9bb4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-hover:hover,
.btn-hover:focus,
.btn-hover:active {
    color: white;
}

.btn-hover:hover:before,
.btn-hover:focus:before,
.btn-hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn {
    min-width: 120px;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
}

.top-header {
    background-color: #303032;
    padding: 12px 0;
}

.header-contact li,
.social-media li {
    display: inline-block;
}

.social-media li a {
    background-color: #303032;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.social-media li a:hover {
    background-color: #0f9bb4;
}

.contact-list li {
    padding-left: 20px;
}

.contact-list a {
    color: #fff;
}
.contact-list a:hover {
    color: #0f9bb4;
}
.contact-list a i {
    margin-right: 10px;
}

.navbar.navbar-default {
    background-color: #303032;
    border: medium none;
    border-radius: 0;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.page_home .navbar-default .navbar-nav li.nav-home a,
.page_about .navbar-default .navbar-nav li.nav-about a,
.page_reference .navbar-default .navbar-nav li.nav-reference a,
.page_service .navbar-default .navbar-nav li.nav-services a,
.page_tile .navbar-default .navbar-nav li.nav-tiles a,
.page_contact .navbar-default .navbar-nav li.nav-contact a {
    color: #0f9bb4;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
    background-color: #303032;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0;
}

.dropdown-menu > li > a {
  color: #fff;
  font-size: 13px;
  padding: 6px 20px;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #0f9bb4;
}

.navbar-brand {
    height: auto;
}

.navbar-default.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0;
}

.navbar-default.fixed {
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 100;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}

#banner-slide ul li::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-direction-nav a {
    background: #303032;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.slide-wrap {
    position: absolute;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    margin: 0 auto;
    bottom: 0;
}

.slide-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
}

.slide-content span,
.slide-content a {
    background: rgba(0,0,0,.5);
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.slide-content a:hover {
    color: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.slide-content span {
    margin-bottom: 30px;
}

.image-noslide {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.image-caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    z-index: 5;
}

.image-noslide:hover .image-caption {
    transform: translateY(0);
}

.contact-bloc-sec {
    display: table;
    height: 400px;
    width: 100%;
}

.black-bg {
    background-color: #000;
    display: table-cell;
    height: 100%;
    opacity: 0.7;
    padding: 30px 15px;
    vertical-align: middle;
    width: 100%;
}

.white-text {
    color: #fff;
}

.white-text h2 {
    color: #fff;
}
.welcome-section {
    text-align: justify;
}
.testimonial-section {
    background-color: #fafafa;
}

.testimonial-sec {
    background: url(../images/parallax.jpg) no-repeat center center / cover fixed;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #303032 none repeat scroll 0 0;
    border-radius: 3px;
    opacity: 1;
    padding: 6px 15px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #0f9bb4;
}

#img-carousel .item {
    margin: 5px;
}

.top-footer {
    background-color: #fff;
    padding: 50px 0;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #303032; 
}

.service-wrp li,
.contact-info li {
    margin-bottom: 10px;
}

.service-wrp li {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.service-wrp li:hover{
    padding-left: 25px;
}
.service-wrp li:hover::before {
    left: 5px;
}

.service-wrp li::before {
    content: "\f101";
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
}
.get-connected .input-group {
    margin-top: 30px;
}

.get-connected .btn-hover:hover::before {
    border-radius: 0 3px 3px 0;
}
.btm-footer {
    background-color: #303032;
    padding: 25px 0 10px;
}

.btm-footer a:hover {
    color: #0f9bb4;
}

.btm-footer a {
    color: #fff;
}

.why-choose ul li {
    border: 1px solid #ccc;
    margin-bottom: 15px;
   
    padding: 10px;
    text-align: center;
}

.blog-content {
    border-top: 1px solid #eaeaea;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    padding: 20px;
}
.blog-content h4 {
    font-size: 16px;
}
.mainblog ul {
    margin-bottom: 20px;
}
.mainblog li {
    font-size: 13px;
    margin-bottom: 6px;
}

.mainblog .btn {
    min-width: auto;
    padding: 8px 14px;
    text-transform: capitalize;
}

.blog-info-sm {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}
.blog-sm-img {
    float: left;
    height: 70px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: 70px;
}
.blog-sm-site {
    float: left;
    width: calc(96% - 70px);
}

.blog-sm-img img {
    height: 100%;
    width: 100%;
}
.blog-sm-site > h5 {
    margin-bottom: 10px;
}

/*contact page*/
#ContactForm .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    height: 55px;
    padding: 10px;
}
#ContactForm textarea.form-control {
    height: auto;
}

#ContactForm .btn {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 20px;
    text-transform: uppercase;
    width: 160px;
}
.ft-contact {
    margin: 30px 0;
}
.ft-contact > li {
    font-size: 17px;
    font-weight: 300;
    line-height: 38px;
}
.ft-contact li i {
    font-size: 20px;
    line-height: 1.3;
    margin-right: 20px;
}
.ft-contact a:hover, 
.ft-contact a:focus, 
.contact-lt a:hover, 
.contact-lt a:focus {
    color: #0f9bb4;
}
.sect-map iframe {
    height: 300px;
    width: 100%;
}

.thumbnail {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.viewbox-body {
    border-radius: 3px;
}
.viewbox-content {
    margin: 5px;
}
.viewbox-header {
    display: none;
}
.viewbox-footer {
    margin: 0
}

.code-sec .input {
    width: 156px;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
}

/*MEDIA QUARIES STARTS HERE*/

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 200px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #0f9bb4;
    }

    .contact-list li {
        padding-left: 0;
    }

    .contact-list li:first-child {
        margin-right: 20px;
    }

    .welcome-section {
        text-align: left;
        margin-bottom: 30px;
    }

    .contact-info, 
    .social-media {
        margin-top: 30px;
    }

    .btm-footer {
        text-align: center;
    }


}

@media (max-width: 640px) {
    .slide-wrap {
        display: none;
    }
}
@media (min-width: 640px) {
    .why-choose ul li {
        margin-right: 10px;
        float: left;
        width: 48.25%;
    }
}
@media (min-width: 768px) {
    .text-rt-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .nav.navbar-nav {
        margin-top: 10px;
    }
    .why-choose ul li {
        width: 31%;
    }
    .navbar-right {
        margin-right: -30px;
    }
}

@media (min-width: 992px) {
    .text-rt-md {
        text-align: right;
    }
    .text-center-md {
        text-align: center;
    }
    .why-choose ul li {
        width: 32%;
    }
    .header-contact.hidden-xs {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .text-rt-lg {
        text-align: right;
    }
    .text-center-lg {
        text-align: center;
    }
    .why-choose ul li {
        width: 24%;
    }
    .header-contact.hidden-xs {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 950px;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-contact {
        margin-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
        .navbar-brand {
            max-width: 300px;
        }
}
/*==========================
        SCROLL TOP
==========================*/

.scrollToTop {
    bottom: 0;
    color: #fff;
    display: none;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
}

.scrollToTop i {
    background: #0f9bb4;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.scrollToTop:hover i {
    border-radius: 50%;
}