@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Landing Page
Version    : 1.0
Author     : 
Author URI : 
Support    : 
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

## Genaral Styles
## Buttons & Links #STYLING
## Forms #STYLING
## Preloader
## Primary Navbar
## Hero Header
## Footer
## Info Box
## Gallery
## About 
## Services
## Mockups
## Contact
## Partners Slider
## Call-to-action #Get Quote
## Testimonial
## Team Cards
## Hover Effect
## Features


## Typography
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:300,400,500,700,900');
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Roboto', sans-serif;
/*  overflow-x: hidden;*/
    font-weight: 400;
    font-display: swap;
}


/* ----------------------------------
Genaral Styles - Global Components
---------------------------------- */


/* Backgrounds */

.cs-primary-bg {
    background-color: #004e9c;
}

.cs-gray-bg {
    background: #f7f7f7;
}

.cs-pattren-bg {
    background-image: url(../images/graph.png);
    background-position: center;
    background-size: cover;
}


/* Typhography */

p {
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.cs-section-heading {
    margin-bottom: 56px;
    text-align: center;
}

.cs-section-heading h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
    margin-bottom: 15px;
}

.cs-section-heading .sec-devider {
    color: #004e9c;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.cs-section-heading h2 span {
    color: #004e9c;
}

.cs-section-heading h4 {
    color: #555555;
    font-size: 17px;
    max-width: 510px;
    margin: auto;
    display: block;
    font-weight: 300;
    line-height: 28px;
}

@media(max-width:768px) {
    .cs-section-heading h2 {
        font-size: 26px
    }
}


/* Other*/

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(min-width:768px) {
    section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.section-small {
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .section-small {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

.nopad {
    padding-top: 0;
    padding-bottom: 0
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.cs-hero-title {
    color: #333333;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    display: block;
    max-width: 784px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.cs-hero-title span {
    color: #004e9c;
}

@media (max-width: 768px) {
    .list-inline>li+li {
        margin-top: 15px;
    }
    .cs-hero-title {
        font-size: 20px;
        line-height: initial;
    }
}


/* ----------------------------------
Buttons & Links #STYLING
---------------------------------- */

.btn {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 35px 12px;
    -webkit-transition: all .7s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media(max-width:768px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn-static:hover {
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    border-radius: 5px !important;
}

/*.btn {
    border-radius: 100px;
}*/

.btn {
    border-radius: 5px;
}

.btn:hover {
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-radius: 10px;
}

.btn-primary,
.btn-primary:hover {
    background-color: #3eaa36;
    border-color: #3eaa36;
    color: #fff;
}

.btn-secondary,
.btn-secondary:hover {
    background-color: #3eaa36;
    /*border-color: #004e9c;*/
    color: #fff;
    border: 3px solid;
    border-color: #79d073;
}

.btn-primary:focus {
    background-color: #d05353;
    border-color: #d05353;
    color: #fff;
}

.btn-white-primary,
.btn-white-primary:hover {
    background-color: #ffffff;
    color: #3eaa36;
}

.btn-white-primary:focus {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #3eaa36;
}

.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border-color: #fff;
    border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: #fff;
    color: #000;
}

.btn-radius {
    border-radius: 5px;
}

.btn-round {
    border-radius: 100px;
}

.cs-nav-btn {
    background-color: #3eaa36;
    width: 127px;
    height: 41px;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 500;
    text-align: center;
}

@media(min-width:1200px) {
    .cs-nav-btn {
        margin-left: 30px;
    }
}

.cs-nav-btn:hover,
.cs-nav-btn:focus {
    background-color: #fff !important;
    color: #3eaa36 !important;
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

@media(max-width:768px) {
    .cs-nav-btn {
        width: 80%;
        margin: 20px;
    }
}


/* ----------------------------------
Forms #STYLING
---------------------------------- */

.form-group {
    margin-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #190f27;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    height: auto;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 1px #004e9c;
    box-shadow: 0px 0px 0px 1px #004e9c;
    border-color: #004e9c;
}

label {
    font-size: 14px;
}


/* --------------------------------------------------
Preloader
-------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}

.cp-balls {
    -webkit-animation: cp-balls-animate 1s linear infinite;
    animation: cp-balls-animate 1s linear infinite;
}

.cp-spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cp-balls {
    -webkit-animation: cp-balls-animate 1s linear infinite;
    animation: cp-balls-animate 1s linear infinite
}

.cp-balls:before {
    border-radius: 50%;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3eaa36;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cp-balls-animate-before 1s ease-in-out infinite;
    animation: cp-balls-animate-before 1s ease-in-out infinite
}

.cp-balls:after {
    border-radius: 50%;
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #004e9c;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: cp-balls-animate-after 1s ease-in-out infinite;
    animation: cp-balls-animate-after 1s ease-in-out infinite
}

@-webkit-keyframes cp-balls-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cp-balls-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cp-balls-animate-before {
    0% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@keyframes cp-balls-animate-before {
    0% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@-webkit-keyframes cp-balls-animate-after {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
}

@keyframes cp-balls-animate-after {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
}


/* ----------------------------------------
Navbar Styling
---------------------------------------- */

.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: 10px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar-default {
    background-color: transparent;
}

.navbar.scrolled {
    background: rgb(68, 68, 68); /* IE */
    background: rgba(0, 0, 0, 0.78); /* NON-IE */
}

/* Logo */

.navbar-default .navbar-brand {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    height: auto;
    padding: 7px 15px;
}

.cs-logo {
    height: 36px;
    width: 148px;
}


/* Dropdown menu */

.dropdown-menu {
    padding: 5px 0;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    min-width: 210px;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -webkit-transform-origin: 10% top;
    transform-origin: 10% top;
    -webkit-transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.dropdown-menu:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 70px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.open>.dropdown-menu {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
}


/* Show Dropdown Menu on hover */

ul.nav li:hover>ul.dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
}


/* Show Dropdown Menu on hover */

.dropdown-menu>li>a {
    color: #000000;
    font-size: 15px;
    padding: 12px 25px;
    position: relative;
}

.dropdown-menu>li>a:hover:after {
    position: absolute;
    -webkit-transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    left: 0;
    top: 0;
    background: #44bbff;
    width: 3px;
    height: 35px;
    content: "";
}

.dropdown-menu>li>a:hover {
    color: #44bbff;
}


/* Toggle Button styling */

.navbar-toggle {
    border: 0;
}

.offcanvas-toggle {
    background: transparent !important;
    padding-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* Nabar Responsive */

.navbar-default .navbar-offcanvas {
    background-color: #333333;
    ;
}

@media(min-width:770px) {
    /* Fixing Offcanvas menu plugin "displying Issue" (lg screens) */
    #js-bootstrap-offcanvas {
        height: 0 !important;
    }
}

@media(max-width:768px) {
    /* Styling Offcanvas menu plugin */
    .navbar-offcanvas {
        overflow: hidden;
        overflow-y: auto;
    }
    ul.dropdown-menu>li>.dropdown-menu {
        padding-left: 15px;
    }
    /* Positioning elements on offcanvas bar */
    .cs-topbar .navbar-right {
        position: absolute;
        right: 50px;
        top: 0;
        margin: 0;
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
        top: 8px;
    }
}


/* Dropdown Menu Styling */

@media(min-width:768px) {
    ul.dropdown-menu>li>.dropdown-menu {
        top: 0;
        left: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        float: none;
        padding: 10px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* ----------------------------------------
Primary Navbar
---------------------------------------- */

.cs-primary-navbar .navbar-right {
    margin-top: 4px;
}

.navbar-default.cs-primary-navbar {
    /*background-color: #333333;*/
}

.navbar-default.cs-primary-navbar .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 25px;
    border: 1px solid transparent;
    border-radius: 27px;
}

.navbar-default.cs-primary-navbar .navbar-nav>li>a:hover,
.navbar-default.cs-primary-navbar .navbar-nav>li>a:focus {
    color: #44bbff;
}


/* Optonal*/

@media(min-width:768px) {
    .navbar-default.cs-primary-navbar {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}


/* ----------------------------------------
Hero Header
---------------------------------------- */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-image: url("../images/hero-bg.webp");
    background-image: url("../images/hero-bg.jpg");
    background-position: center;
    color: white;
    background-size: cover;
    padding: 90px 0;
}

.header-content h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.cs-header-form {
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 458px;
    display: block;
    margin: auto;
}

.cs-header-form-main {
    padding: 50px 50px 0 50px;
}
.cs-header-form-sub {
    padding: 0 0 50px 50px;
}

.cs-header-form h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 0;
    font-weight: 700;
}

.cs-header-form h4 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 36px;
    font-weight: 500;
}

@media(min-width:768px) {
    header {
        padding: 170px 0 159px;
    }
    .header-content {
        /*margin-top: 130px;*/
    }
}

@media(max-width:768px) {
    .header-content h1 {
        text-align: center;
        font-size: 38px;
        line-height: initial;
    }
    .header-content {
        text-align: center;
    }
    .cs-header-form {
        margin-top: 90px;
    }
    .cs-header-form-main {
        padding: 40px 40px 0 40px;
    }
    .cs-header-form-sub {
        padding: 0 0 40px 35px;
    }
}


/* ----------------------------------------
Footer
---------------------------------------- */

.footer {
    padding: 90px 0;
}

.cs-footer-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cs-footer-about p {
    color: #96a1a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.cs-footer-links {
    margin-top: -10px;
}

.cs-footer-links>li>a {
    color: #96a1a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.cs-footer-links>li>a:hover {
    color: #82b440;
}

.cs-contact-icontext {
    margin-bottom: 20px;
}

.cs-contact-icontext .media-left {
    padding-right: 17px;
}

.cs-contact-icontext .cs-icon {
    color: #f7941d;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
}

.cs-contact-icontext p {
    color: #96a1a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.14;
    margin-bottom: 0;
}

.cs-footer-navbar {
    float: right;
}

.cs-footer-navbar>li {
    display: inline-block;
}

.cs-footer-navbar>li+li {
    margin-left: 25px;
    ;
}

.cs-footer-navbar>li>a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}

.cs-footer-navbar>li>a:hover {
    text-decoration: underline;
}

.cs-copyright-bar {
    background-color: #151515;
    padding: 30px 0;
    color: #fff;
}

.cs-copy-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
    margin-top: 5px;
}

@media(max-width:768px) {
    .footer {
        padding: 30px 0;
    }
    .cs-footer-links,
    .cs-footer-about,
    .cs-copy-text {
        text-align: center;
    }
    .cs-footer-title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cs-footer-navbar {
        float: none;
        margin-bottom: 20px;
        text-align: center
    }
    .cs-footer-navbar>li>a {
        padding: 10px 5px;
    }
}


/* Back to top */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media(max-width:760px) {
    .back-to-top {
        bottom: 15px;
        right: 10px;
    }
}


/* --------------------------------------------------
Info Box
-------------------------------------------------- */

.info-box {
    margin-top: 30px;
    text-align: center;
}

.info-title {
    margin-top: 40px;
    margin-bottom: 13px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.info-text {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    max-width: 216px;
    display: block;
    margin: auto;
}


/* --------------------------------------------------
Gallery
-------------------------------------------------- */

.nopadlr {
    padding: 0 !important;
}

.gallery-list img {
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

@media(max-width:768px) {
    .gallery-list>li {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .gallery-list img {
        padding: 1px;
    }
}

@media(max-width:768px) {
    .nopadlr {
        padding: 1px;
    }
}


/* Custom Grid 5 col per row */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media only screen and (max-width: 480px) {
    .form-email-subscribe input {
        min-width: initial;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* --------------------------------------------------
About 
-------------------------------------------------- */

.cs-about-content h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.cs-about-content h2 span {
    color: #3eaa36;
}

.cs-about-content p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin: 27px 0;
    line-height: 26px;
}

.cs-about-gallery {
    display: table;
    width: 100%;
}

.cs-about-gallery>li>a img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.cs-about-gallery>li {
    display: table-cell;
    padding-top: 15px;
}

.cs-about-gallery>li+li {
    padding-left: 10px;
}

@media(min-width:768px) {
    .cs-about-media {
        padding-left: 60px;
    }
}

.cs-icon-media .cs-icon {
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #79d073;
    background-color: #3eaa36;
    width: 63px;
    height: 63px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 57px;
}

.cs-icon-media h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.cs-icon-media p {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.cs-icon-media .media-left {
    padding-right: 20px;
}

.mbm30 {
    margin-bottom: 30px;
}
@media(max-width:768px){
    .cs-about-gallery{margin-bottom: 40px;}
}

/* --------------------------------------------------
Tabs #Services
-------------------------------------------------- */

.cs-services-bg {
    background-image: url(../images/bg2.webp);
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
}

.nav-pills>li>a {
    border-radius: 0;
    background-color: #232323;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 25px;
    text-transform: uppercase;
}

.nav-pills>li>a .fa-fw {
    margin-right: 10px;
    font-size: 25px;
    vertical-align: middle;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(62, 170, 54, 0.8);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #3eaa36;
}

.tab-content {
    background-color: #ffffff;
    padding: 49px;
}

.tab-content h3 {
    color: #333333;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 23px;
}

.tab-content p {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
}

@media(max-width:768px) {
    .nav-pills {
        border-right: 2px solid #3eaa36;
    }
    .nav-pills>li>a {
        padding: 25px 10px;
        text-align: center;
    }
    .tab-content {
        padding: 20px;
    }
}


/* --------------------------------------------------
Mockups
-------------------------------------------------- */

img {
    max-width: 100%;
}

.right {
    right: 0;
}

.p0 {
    padding: 0;
}

.v-align-transform {
    position: relative;
    z-index: 2;
}

@media(min-width:768px) {
    .v-align-transform {
        top: 10%;
        position: absolute;
    }
}

.image-block,
.image-block .image-bg {
    padding: 0;
    height: 50vw;
    max-height: 700px;
}

.image-block .container {
    height: 100%;
}

.image-block-right .image-bg {
    position: absolute;
    top: 0;
}

@media all and (max-width: 768px) {
    .image-block {
        height: auto;
        max-height: 1000000px;
    }
    .image-block .image-bg {
        height: 350px;
    }
    .image-block .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
    .image-block-right .image-bg {
        position: relative;
    }
}

.image-edge {
    background-color: #f8f8fa;
}

.image-edge .container {
    position: relative;
}




/* ----------------------------------
Contact
---------------------------------- */


/*google Map*/

.google-map {
    height: 632px;
    width: 100%;
}
@media(max-width:768px){
    .google-map {
        height: 332px;
    }
}
.cs-subscribe-form h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
}

.cs-subscribe-form p {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 56px;
}

.cs-contact-content {
    padding-top: 80px;
}

.cs-contact {
    margin-top: 46px;
}

.cs-contact h2 {
    color: #077ce6;
    margin: 0;
}

.cs-contact h4 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    margin: 18px 0;
}

.cs-contact p {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
@media(max-width:768px){
    .cs-subscribe-form h2 {font-size: 24px;font-weight: 400;}
    .cs-subscribe-form{padding: 50px 0;}
}

/* --------------------------------------------------
Partners Slider
-------------------------------------------------- */

.cs-partners-bg {
    background-color: #181818;
    padding: 50px 0;
    cursor: -webkit-grab;
    cursor: grab;
}

.cs-partner-slider.owl-carousel .owl-item img {
    width: auto;
}


/* ----------------------------
Call-to-action #Get Quote
---------------------------- */

.get-quote-section {
    background-color: #004e9c;
    padding: 40px 0;
}

.get-callback-section {
    background-color: #004e9c;
    /*padding: 40px 0;*/
    text-align: center;
}

.form-group .form__field {
  width: 360px;
  background: #fff;
  color: #a3a3a3;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 30px 18px;
}
       .btn--btn {
          display: inline-block;
          background: transparent;
          color: inherit;
          font: inherit;
          border: 0;
          outline: 0;
          padding: 0;
          transition: all 200ms ease-in;
          cursor: pointer;
        }
        .btn--primary {
          background: #3eaa36;
          color: #fff;
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          padding: 12px 10px;
        }
        .btn--primary:hover {
          background: rgba(62, 170, 54, 0.8);
        }
        .btn--primary:active {
          background: #3eaa36;
          box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
        }
        .btn--inside {
          margin-left: -56px;
        }




@media (max-width: 800px) {
  .form-group .form__field {
    width: 100%;
  }
  .btn--btn {
    display: block;
  }
  .btn--inside {
    margin: 10px auto;
  }
}
@media (max-width: 465px) {
  .form-group .form__field {
    width: 100%;
  }
  .btn--btn {
    display: block;
  }
  .btn--inside {
    margin: 10px auto;
  }
} 

@media(min-width:768px) {
    .get-quote-section {
        padding: 73px 0;
    }
    .get-callback-section {
        padding: 73px 0;
    }
}

.call-to-action h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.call-to-action h2 span {
    color: #3eaa36;
}

.call-to-action h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.call-to-action-link {
    margin-top: 30px;
}

@media(max-width:768px) {
    .get-quote-section {
        text-align: center;
    }
    .get-quote-section p {
        margin: 20px;
    }
    .get-callback-section {
        text-align: center;
    }
    .get-callback-section p {
        margin: 20px;
    }
    .btn-block {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }
    .btn-block-text {
        margin-bottom: 0px !important;
    }
    .contact-point {
        margin-top: 20px;
        border-top: 1px solid #e6e6e6;
        padding-top: 20px;
    }
    .call-to-action h2 {
        font-size: 22px
    }
}


/* ----------------------------------------
Testimonial
---------------------------------------- */
.cs-testimonial{border-style: solid;
    border-width: 1px;
    border-color:  #e5e5e5;
    box-sizing: border-box;padding: 30px;
}
.cs-testimonial .cs-profile-img{
    width: 85px !important;
    height: 85px;overflow: hidden;max-width: initial;
}
.cs-testimonial .media-left{padding-right:23px;position: relative;top: -50px;}
.cs-testimonial h4{color:  #004e9c;margin: 0;
    font-size: 19px;/* Approximation due to font substitution */
    font-weight: 500;}
.cs-testimonial p{color:  #777777;
    font-size: 13px;/* Approximation due to font substitution */
    font-weight: 400;}
.cs-testimonial h5{color:  #555555;
    font-size: 16px;/* Approximation due to font substitution */
    font-weight: 300;
    font-style: italic;
    line-height: 26px;margin-bottom: 0;margin-top: -10px;}

/* Owl Slider Styling */

.cs-testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    border-style: solid;
    border-width: 1px;
    border-color:  #004e9c;
    box-sizing: border-box;
    background-color:  rgba(255, 255, 255, 0);
    width: 39px;
    height: 39px;border-radius: 0;color:  #004e9c;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
    background: #004e9c;color: #fff;
    border-color: #004e9c;
}

/*.cs-testimonial-slider.owl-theme .owl-prev {
    position: absolute;
    left: 0;
    top: 34%;
}*/

.owl-carousel .owl-stage{
    padding: 40px 0;
}
/* ----------------------------------------
Team Cards
---------------------------------------- */

.cs-team-card {
    display: block;
    margin: auto;
    max-width: 262px;
    margin-bottom: 40px;
}

.cs-team-image {
    width: auto;
    height: 258px;
}

.cs-team-content {
    padding: 30px 30px 25px;
    background-color: #f4f4f6;
    position: relative;
}

.cs-team-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 29px;
    background-color: #3eaa36;
    width: 3px;
    height: 42px;
    transition: all .3s ease;
}

.cs-team-card:hover .cs-team-content:after {
    height: 100%;
    top: 0;
    background: #004e9c;
}

.cs-team-content h4 {
    color: #333333;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.cs-team-content p {
    color: #004e9c;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}

.cs-team-links>li {
    display: inline-block;
    margin: 0 10px;
}

.cs-team-links>li>a {
    display: inline-block;
    color: #fefefe;
    font-size: 15px;
    color: #ffffff;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    box-sizing: border-box;
    line-height: 43px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    width: 41px;
    height: 41px;
}

.cs-team-links>li>a:hover {
    background: #fff;
    color: #004e9c;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
.overlay {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 156, 0.85);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

@media(min-width:768px) {
    .overlay {
        font-size: 20px;
    }
}

.overlay:hover {
  opacity: 1;
}

/* ----------------------------------
Hover Effect
---------------------------------- */

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    /*background-color: rgba(141, 112, 175, 0.55);*/
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: rgba(0, 78, 156, 0.85);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-zoom-in  */

.imghvr-zoom-in figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.cs-team-card:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

figcaption {
    text-align: center;
}

figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^='imghvr-'] i {
    -webkit-transition: .08s ease !important;
    transition: .08s ease !important;
}


/* --------------------------------------------------
Features
-------------------------------------------------- */

.cs-feature {
    margin-top: 30px;
}

.cs-feature h2 {
    color: #227bef;
    ;
    margin: 0;
}

.cs-feature h4 {
    color: #333333;
    margin-top: 16px;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
}

.cs-feature p {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.cs-center-img {
    margin-top: 150px;
}
@media(max-width:768px){
    .cs-feature{
        text-align: center;
    }
}










.video-slider .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}

img.gmap {
    min-height: 550px;
}

@media (max-width: 768px) {
    img.gmap {
        min-height: auto;
    }
}


.faq-wrapper {
  margin: 25px 0;
}
 
dl {
  line-height: 170%;
  margin-bottom: 20px;
}
 
dl, dt, dd {
  margin: 0;
  padding: 0;
}
 
.faqs dt {
  font-weight: 700;
  background: #f1f1f1;
  position: relative;
  padding: 6px 14px;
  margin: 15px 0;
  border-radius: 4px;
}
 
.faqs dd {
  display: none;
}
 
.faqs dd {
  padding: 0 0 15px 7px;
}
 
.faqs .hover {
  cursor: pointer;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}