/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 26px;
}

hr {
    color: #b2b2b2 !important;
}

.box {
    transition: box-shadow .3s;
    height: 260px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    float: left;
}

    .box:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
        transform: scale(1) translateY(-5px);
    }

.social-icons {
    margin-top: 40px;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline;
        }

            .social-icons ul li a {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 15px;
                border-radius: 50%;
                line-height: 40px;
                width: 40px;
                height: 40px;
                text-align: center;
                background: #ddd;
                font-size: 16px;
            }

                .social-icons ul li a:hover {
                    color: #fff;
                }

.facebook a {
    color: #4867AA;
}

    .facebook a:hover {
        background: #4867AA;
    }

a:hover, a:focus {
    color: #097fbf;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #097fbf;
    }

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
    padding: 65px 0;
}

.section-header {
    margin-bottom: 10px;
    text-align: center;
}

    .section-header .section-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-top: 0;
        font-weight: 600;
        color: #03749f;
        position: relative;
    }

        .section-header .section-title span {
            color: #097fbf;
        }

    .section-header .section-subtitle {
        margin-top: 15px;
        color: #333;
        font-size: 16px;
        font-weight: 400;
    }

    .section-header .lines {
        margin: auto;
        width: 6rem;
        position: relative;
        border-top: 4px solid #505050;
        opacity: .55;
        margin-top: 15px;
    }

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 7px 24px;
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

    .btn:focus,
    .btn:active {
        box-shadow: none;
        outline: none;
        color: #fff;
    }

.btn-common {
    background: #04749f;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 0.5rem;
}

    .btn-common:hover {
        color: #fff;
        background: #097fbf;
        border-color: #097fbf;
        transition: all .50s ease-in-out;
        -moz-transition: all .50s ease-in-out;
        -webkit-transition: all .50s ease-in-out;
    }

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
}

    .btn-border:hover {
        border: 2px solid #fff;
        color: #fff;
        background-color: #097fbf;
    }

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 0px;
    color: #999;
    text-transform: capitalize;
}

    .btn-rm i {
        vertical-align: middle;
    }

button:focus {
    outline: none !important;
}

.clear {
    clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
    margin-top: 40px;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline;
        }

            .social-icons ul li a {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 15px;
                border-radius: 50%;
                line-height: 40px;
                width: 40px;
                height: 40px;
                text-align: center;
                background: #f3f4f6;
                font-size: 16px;
            }

                .social-icons ul li a:hover {
                    color: #fff;
                }

.facebook a {
    color: #4867AA;
}

    .facebook a:hover {
        background: #4867AA;
    }

.twitter a {
    color: #1DA1F2;
}

    .twitter a:hover {
        background: #1DA1F2;
    }

.google-plus a {
    color: #DD4D42;
}

    .google-plus a:hover {
        background: #DD4D42;
    }

.youtube a {
    color: #DF2926;
}

    .youtube a:hover {
        background: #DF2926;
    }

.linkedin a {
    color: #007BB6;
}

    .linkedin a:hover {
        background: #007BB6;
    }

.pinterest a {
    color: #BD081C;
}

    .pinterest a:hover {
        background: #BD081C;
    }

.dribbble a {
    color: #EA4C89;
}

    .dribbble a:hover {
        background: #EA4C89;
    }

.behance a {
    color: #0B7CFF;
}

    .behance a:hover {
        background: #0B7CFF;
    }

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 11px;
    right: 15px;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 4px;
        background-color: #3fbafd;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    padding: 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

    .top-nav-collapse .navbar-nav .nav-link {
        color: #333 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        .top-nav-collapse .navbar-nav .nav-link:hover {
            color: #097fbf !important;
        }

/*.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}*/

.indigo {
    background: transparent;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.05);
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}


.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.navbar {
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #51575e;
    font-size: .875rem;
    margin-left: 24px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #097fbf;
}

/*.navbar .nav-link.active {
  color: #fff !important;
  background: #097fbf;
}*/

.dropdown-toggle::after {
    display: none;
}

.slicknav_btn {
    border-color: #097fbf;
    border: none;
}

.slicknav_menu .slicknav_icon-bar {
    background: #097fbf;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .box {
        height: 340px;
        margin-bottom: 20px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        position: absolute;
        padding: 5px 5px;
        top: 0;
        /*width: 70%;*/
    }

        .navbar-brand img {
           /* width: 55%;*/
        }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_nav .active a {
        background: #097fbf;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #097fbf;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #097fbf;
    }
}
/* ==========================================================================
  5. Features Section Style
   ========================================================================== */
#features {
    background: url(../images/features-bg.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    #features .section-title {
        color: #fff;
    }

    #features .section-subtitle {
        color: #fff;
    }

    #features .icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    #features .box-item {
        padding: 15px 0;
    }

        #features .box-item ul li {
            list-style-type: none;
            list-style: none;
            background: url(../images/arrow.png) 0 15px no-repeat;
            margin-left: 11px;
            padding: 9px 0 1px 14px;
            line-height: normal;
        }

            #features .box-item ul li a {
                color: #237205;
                text-decoration: none;
            }

                #features .box-item ul li a:hover {
                    color: #e97719;
                    text-decoration: none;
                }

        #features .box-item .icon {
            border: none;
            text-align: center;
            float: left;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #features .box-item .icon i {
                color: #097fbf;
                font-size: 24px;
                line-height: 60px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        #features .box-item .text {
            padding-left: 80px;
        }

            #features .box-item .text h4 {
                color: #3fbafd;
                font-weight: 700;
                font-size: 16px;
                text-transform: uppercase;
                line-height: 22px;
            }

            #features .box-item .text p {
                font-size: 16px;
                line-height: 26px;
            }

        #features .box-item:hover .icon {
            background: #000000;
        }

            #features .box-item:hover .icon i {
                color: #ffffff;
            }

    #features .show-box img {
        position: absolute;
        bottom: -120px;
    }

/* ==========================================================================
  6. Contact Us
  ========================================================================== */
.contact-us h3 {
    font-size: 36px;
    margin-bottom: 45px;
}

.contact-us p span {
    color: #097fbf;
    padding-left: 10px;
}

#contact {
    background: #ffffff;
    color: #444444;
    position: relative;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-color: #a4cade;
    border-radius: 0px;
    color: #444444;
    background: transparent;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .form-control:focus {
        box-shadow: none;
        color: #333333;
        border-color: #3fbafd;
        background: transparent;
        outline: none;
    }

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* ==========================================================================
7. Footer Style
 ========================================================================== */
footer {
    background: #0584b5;
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 14px;
}

.copyright {
    float: right;
    color: #fff;
}

    .copyright a {
        color: #fff;
        text-decoration: inherit;
    }

        .copyright a:hover {
            color: #3fbafd;
        }
