﻿body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: black;
    background: #555;
    font-weight: 500;
}

.font1 {
    font-family: 'Montserrat', sans-serif;
}

.font2 {
    font-family: 'Frank Ruhl Libre', serif;
}

.font3 {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
}


a:hover {
    text-decoration: none;
}

.first-div {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1000;
    top: 0px;
}


.logo-img {
    width: 230px;
}

.logo-img-span {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 7px;
}



.clear_div {
    clear: both;
}


.bg-cover {
    background: url(assets/img/bg2.jpg);
    background-size: cover !important;
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 80px;
}

.bg-cover-overlay {
    background: rgba(0,0,0,0.27);
    padding: 90px 30px;
}

.bg-cover h1 {
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 27px;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 6px 15px;
}

.main-box {
    background: #eeeeee;
}

.clr-div {
    padding: 0px !important;
}


.box1 {
    padding: 70px 80px 70px 80px;
    background: #01024c;
    text-align: center;
}

    .box1 h1 {
        margin: 0px;
        color: #ffb400;
        margin-bottom: 30px;
        text-align: center;
        line-height: 45px;
        font-family: "Frank Ruhl Libre", Sans-serif;
        font-weight: 300 !important;
        /*text-shadow: 1px 1px 1px gray;*/
    }

    .box1 h2 {
        color: #cccaca;
    }

.box2 {
    padding: 50px 50px 20px 50px;
}

    .box2 h1 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-family: "Frank Ruhl Libre", Sans-serif;
        font-weight: 300 !important;
    }

.bold-text {
    font-weight: 600;
}

.box1 p {
    color: white;
    font-weight: 300 !important;
    font-size: 17px;
    margin-top: 23px;
    padding: 0px 40px;
    line-height: 30px;
}

.bg-images-box img {
    margin-bottom: 40px;
}


header {
    background: url(assets/img/bg2.jpg) no-repeat center top;
    color: #fff;
    padding: 103px 0px 110px 0px !important;
    background-size: cover !important;
    margin-top: 69px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.header-box {
    background: #01024c;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 55px;
    width: 51%;
}


header h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 53px;
    font-weight: 300;
    line-height: 1.1em;
}

header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 20px;
}

.connect-now {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 13px 40px 13px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffb400;
}

    .connect-now:hover {
        background-color: #ffb400;
    }


.connect-now-two {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #01024c;
    border-color: #01024c;
    /*color: #051c2c;*/
    background-color: #ffffff;
    border-radius: 5px;
    padding: 13px 40px 13px 40px;
    border-style: solid;
    border-width: 2px;
    /*border-color: #ffb400;*/
}

    .connect-now-two:hover {
        background-color: #01024c !important;
        color: white !important;
        border-color: #01024c !important;
    }

.title-heading {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 51px;
    font-weight: 300;
    line-height: 1.1em;
    color: #5b88b4;
    text-align: center;
    margin-top: 8px;
}

.line-img {
    width: 160px;
}

.box-with-icon {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dddddd;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*margin: 3% 3% 3% 3%;*/
    padding: 14% 8% 10% 8%;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin-top: 30px;
}

    .box-with-icon h3 {
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 2px;
        color: #051c2c;
        margin: 25px 0px 10px 0px;
    }

    .box-with-icon:hover {
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.28);
    }

    .box-with-icon p {
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5em;
        color: #051c2c;
    }


.sv-icons {
    fill: #5b88b4;
    width: 70px;
}

.box-with-icon:hover .sv-icons {
    fill: #ffcb6d;
}



.line-img-one {
    float: right;
}


/**/

.who-we-are-section {
    position: relative;
    padding: 65px 0px;
}

.carousel-inner {
    margin-top: 30px;
}

.who-we-are-content-img img {
    /*border: 4px solid #5b88b4;*/
}

.who-we-are-section:before {
    position: absolute;
    content: '';
    background: #eaeef0;
    left: -15px;
    top: 0px;
    bottom: 0px;
    width: calc(70% + 15px);
}

.rem-padding {
    padding: 0px;
}

.who-we-are-content-img {
    width: calc(499px + 8%);
    margin-left: 0%;
    background-repeat: no-repeat;
}

.who-we-are-content {
    width: 619px;
    padding: 0px 15% 0px 15px;
    margin-left: auto;
}

.large-title {
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 53px;
    font-weight: 300;
    line-height: 1.1em;
    color: #051c2c;
}

.box-01 {
    margin-bottom: 20px;
    padding: 10% 5% 7% 5%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.31) 0%, rgba(255,255,255,0.49) 100%);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.09);
}


    .box-01 i {
        color: #5b88b4;
    }


.box-02 {
    margin-bottom: 20px;
    padding: 6% 5% 3% 5%;
    background-color: none;
}

    .box-02 i {
        color: #ffb400;
    }

.box-divs {
    position: relative;
}

    .box-divs i {
        position: absolute;
        left: 20px;
    }

    .box-divs h3 {
        color: #051c2c;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 2px;
        padding-left: 30px;
    }

    .box-divs p {
        color: #051c2c;
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5em;
        padding-left: 30px;
    }

/**/

.transparent-bg h2 {
    color: #ffb400 !important;
}

.transparent-bg p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.transparent-bg {
    background-color: #051c2c;
    padding: 5%;
    position: relative;
}

.transparent-bg-overlay {
    background: url(assets/img/t1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.transparent-bg-overlay-two {
    background: url(assets/img/t2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.transparent-bg img {
    border: 4px solid #bbc6ce;
}

/**/

.tr-box {
    background: rgba(91,136,180,0.34);
    padding: 40px 20px;
    border-radius: 5px;
    text-align: center;
}

.svg-icon {
    width: 120px;
    fill: white;
    border: 2px solid white;
    padding: 20px;
    border-radius: 100%;
}

.tr-box h4 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: white;
    margin-top: 20px;
}


.central-title {
    text-align: center;
    font-weight: 700 !important;
    font-size: 40px;
    margin-bottom: 0px;
}

.mt-30 {
    margin-top: 30px !important;
}

.central-sub-title {
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    color: white !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
}

.services-box {
    padding: 70px 0px 50px 0px;
}

/*Clients Slider*/
.client-slider-box {
    border: 3px solid #bbc6ce;
    padding: 30px 25px;
}



    .client-slider-box p {
        color: #051c2c;
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.7em;
    }

    .client-slider-box .name {
        color: #051c2c;
        font-family: "Lato", Sans-serif;
        font-size: 17px;
        font-weight: 900;
        text-transform: uppercase;
    }


    .client-slider-box .country {
        color: #5b88b4;
        font-family: "Lato", Sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

.blue-head {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #5b88b4;
}

.large-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.about-list {
    list-style: none;
    padding-left: 0px;
    color: white;
    margin: 20px 0px;
    position: relative;
}

    .about-list i {
        position: absolute;
        left: 0px;
        top: 5px !important;
        font-size: 20px !important;
    }

    .about-list li {
        font-family: "Montserrat", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding-left: 20px;
        position: relative;
        margin-bottom: 6px;
    }

.bordered-none {
    border: none !important;
    margin-top: 50px;
}

.about-sub-head {
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.1em;
    margin-top: 30px;
}

.thin-bordered-img {
    border: 4px solid #bbc6ce;
}

.f-top-one {
    margin-top: 50px;
}

.f-top-two {
    margin-top: 80px;
}

.f-top-three {
    margin-top: 80px;
}

.footer-logo-img {
    width: 130px;
}

.social-icons img {
    width: 29px;
    display: inline-block;
    margin-right: 4px;
    margin-top: -23px;
}

footer {
    background: #141414 !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3% 5% 0% 5%;
    position: relative;
    margin-top: 80px;
}

.footer-overlay {
    /*background: url(assets/img/Line.png);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-size: contain;
    opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer-logo-icon {
    width: 45px;
    fill: #051c2c;
}

.footer-logo-span {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #051c2c;
    position: relative;
    top: 7px;
    left: 3px;
}

.top-footer-border {
    /*border-top: 1px solid #a8a8a8;*/
    /*margin-top: 10px;*/
}



.btn-custom {
    font-size: 19px !important;
    margin-top: 20px;
    /*color: white;*/
    border-radius: 3px !important;
    /*font-family: 'Josefin Sans', sans-serif !important;*/
    padding: 12px 30px 10px 30px !important;
    /*background: #009594 !important;*/
    /*border: 1px solid #009594 !important;*/
    border-color: #1b0b55 !important;
    background-color: #1b0b55 !important;
    color: #fff !important;
    font-family: "Lato", Sans-serif;
}

    .btn-custom:hover {
        background: #261076 !important;
        border: 1px solid #261076 !important;
    }

.btn-subscribe {
    background: #051c2c;
    color: white;
    font-weight: 700 !important;
    padding: 0.575rem 1.15rem;
}

    .btn-subscribe:hover {
        color: white !important;
    }

.subscribe-field {
    padding: 1.375rem 1.15rem !important;
}

.social-list {
    list-style: none;
    margin-bottom: 0px;
    float: right;
}

    .social-list a {
        color: white;
    }

    .social-list i {
        width: 35px;
        height: 35px;
        font-size: 19px;
        line-height: 35px;
        text-align: center;
        background: #051c2c;
        border-radius: 100%;
    }

        .social-list i:hover {
            color: #051c2c;
            background: white;
        }


.top-footer-border p {
    padding-top: 20px;
    color: #717171;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.contactus {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}


    .contactus a {
        color: #051c2c;
    }

.modal-heading {
    text-align: center !important;
}


.modal-header {
    padding: 10px 10px 0px 0px;
    border: none;
}

footer p {
    color: #aaafb2;
}

footer h4 {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #aaafb2;
    margin-bottom: 18px;
}

.footer-link a {
    color: #aaafb2;
    font-size: 16px;
}

    .footer-link a:hover {
        color: white;
    }

.content-div {
    padding: 70px 0px;
}

.about-top-section {
    background: #eaeef0;
    padding: 80px 0px;
    margin-top: 69px;
}

.modal-input {
    height: 45px !important;
    background: #f2f2f2;
}

.modal-btn {
    float: none;
    margin: 0 auto;
    background-color: #1b0b55 !important;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 40px !important;
    border-color: #1b0b55 !important;
    margin-bottom: 30px !important;
}

    .modal-btn:hover {
        background: #261076 !important;
        border: 1px solid #261076 !important;
        color: white !important;
    }

@media(min-width:992px) {
    .image-right {
        padding-right: 20px;
    }

    .modal-body-padding {
        padding: 0px 70px;
    }


    .modal-content {
        border: 4px solid #5b88b4;
    }

    .small-width {
        width: 72%;
        margin: 0 auto;
        display: block;
    }

    .client-slider-box {
        height: 350px;
    }

    .pleft-margin {
        margin-left: 30px;
    }
}


.btn.focus, .btn:focus {
    box-shadow: none !important;
}

@media(min-width:768px) {
    .no-padding {
        padding: 0px !important;
    }

    .modal-dialog {
        width: 670px !important;
    }

    .login-btn {
        margin-right: 14px;
    }

    .margins-btn {
        margin-top: 10px;
    }

    .text-right-md {
        text-align: right;
    }
}


.text-ad {
    position: relative;
}

    .text-ad i {
        position: absolute;
        left: 0px;
        top: 6px;
        font-size: 20px;
    }

.text-ad {
    padding-left: 20px;
}

@media(max-width:767px) {

    .about-sub-head {
        font-size: 27px;
    }

    .navbar-brand {
        visibility: hidden;
    }


    .who-we-are-content-img img {
        width: 224px;
        margin: 0 auto;
        display: block;
    }

    .contact-section {
        margin-top: 40px !important;
        padding-bottom: 50px !important;
    }

    .about-top-section {
        margin-top: 0px !important;
        padding-top: 50px !important;
    }

    .faqs-group p {
        font-size: 15px !important;
        line-height: 26px !important;
    }


    .faqs-group a {
        font-size: 18px !important;
    }


    .f-top-two {
        margin-top: 40px !important;
    }

    .f-top-one {
        margin-top: 0px !important;
    }

    .f-top-three {
        margin-top: 10px !important;
    }

    .about-list li {
        font-size: 16px !important;
        line-height: 23px;
        margin-bottom: 13px;
    }

    .content-div {
        padding: 40px 0px;
    }

    .carousel-inner {
        margin-top: 40px;
    }

    .mobile-center {
        text-align: center;
    }

    .title-heading {
        font-size: 37px;
    }

    .who-we-are-section {
        padding: 40px 0px;
    }

    .box-divs h3 {
        line-height: 23px;
    }

    .who-we-are-section:before {
        position: absolute;
        content: '';
        background: #eaeef0;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
    }

    .large-title {
        font-size: 37px;
        text-align: center;
    }


    .who-we-are-content-img {
        width: 100%;
        margin-left: 0%;
        background-repeat: no-repeat;
    }

    .who-we-are-content {
        width: 100%;
        margin-left: auto;
        padding: 15px;
    }

    header p {
        font-size: 16px;
    }

    .footer-link {
        /*display: inline-block;*/
    }

    .services-box {
        padding: 40px 0px 50px 0px !important;
    }



    footer {
        padding: 5% 5% 0% 5%;
    }

        footer h4 {
            margin-top: 40px;
            display: inline-block;
            padding-right: 19px;
            font-size: 15px;
        }

    .contactus {
        text-align: left;
        margin-top: 20px;
        font-size: 15px;
    }

    .social-list {
        font-size: 15px;
    }

    .social-list {
        float: left;
    }


    .footer-link a {
        padding-right: 17px;
        font-size: 14px;
    }

    .large-para {
        font-size: 16px;
    }

    .blue-head {
        text-align: center;
    }

    .transparent-bg {
        padding-bottom: 45px;
    }

    .tr-box {
        margin-bottom: 30px;
    }

    .connect-now {
        padding: 13px 25px 13px 25px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .transparent-bg h2 {
        margin-top: 30px;
    }

    .transparent-bg img {
        margin-top: 30px;
    }

    .transparent-bg p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }

    header {
        background: url(assets/img/header.jpg);
        background-size: cover !important;
        padding: 0px !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit !important;
        margin-top: 60px !important;
    }

        header .col-sm-12 {
            padding: 0px !important;
        }

        header p {
            /*text-align: center;*/
        }


    .mob4 {
        padding-bottom: 10px !important;
    }

    header h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
        font-weight: 500;
        text-align: center;
    }

    .header-box {
        width: 100%;
        padding: 30px;
    }

    .logo-img-span {
        font-size: 14px;
        top: 5px;
    }



    .login-btn {
        font-size: 10px;
        padding: 11px 10px 10px 10px !important;
    }

    .logo-img {
        /*width: 25px;*/
    }
}


@media(max-width:380px) {
}


@media(max-width:767px) {

    .contactus-form-header {
        margin-top: 50px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {


    .who-we-are-content-img {
        margin-top: 200px !important;
    }

    .header-box {
        width: 80%;
    }

    .f-top-one {
        margin-top: 20px !important;
    }

    .f-top-three {
        margin-top: 20px !important;
    }

    .who-we-are-section:before {
        position: absolute;
        content: '';
        background: #eaeef0;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
    }

    .tr-box h4 {
        font-size: 15px;
    }


    .who-we-are-content-img {
        width: 100%;
        margin-left: 0%;
        background-repeat: no-repeat;
    }

    .who-we-are-content {
        width: 100%;
        margin-left: auto;
        padding: 15px;
    }
}


.connect-now-three {
    margin-right: 10px;
}

@media(min-width:1100px) {
    .f-50 {
        font-size: 50px !important;
    }

    .le-right {
        padding-left: 25px;
    }

    .content-div-nn {
        padding-bottom: 80px !important;
    }

    .lr-margin {
        margin-top: 19px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .who-we-are-content {
        width: 480px;
    }

    .who-we-are-content-img {
        width: calc(411px + 8%);
        margin-left: 0%;
        background-repeat: no-repeat;
    }
}

.last-section {
    padding: 70px 0px 80px 0px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: white !important;
    border-color: white;
    box-shadow: 0px 0px 3px 4px #f6f6f6;
}

.faqs-section {
    background: #f9f9f9;
    padding: 50px 0px 70px 0px;
}

.faqs-group p {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.panel-collapse {
    padding: 20px 0px 0px 20px;
}

.faqs-group a {
    color: #051c2c;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}



@media (max-width: 330px) {
    .logo-img-span {
        font-size: 12px !important;
    }
}


/**/
.banner-box-icons img {
    display: inline-block;
    width: 25px;
    margin-right: 3px;
}

.banner-box-icons p {
    margin-bottom: 3px;
    margin-top: 10px;
}

.banner-box-icons {
    margin: 20px 0px;
}


.login-btn {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #051c2c;
    color: #051c2c;
    background-color: #ffb400;
    border-radius: 5px;
    padding: 10px 17px 10px 17px !important;
    width: 110px;
}

    .login-btn:hover {
        background: #ffc333;
    }

    .login-btn img {
        width: 22px;
        margin-right: 4px;
        display: inline-block;
        position: relative;
        top: -2px;
    }


.signup-btn {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: white;
    color: white;
    border-color: #1b0b55 !important;
    background-color: #1b0b55 !important;
    border-radius: 5px;
    padding: 10px 17px 10px 17px !important;
    width: 110px;
}

    .signup-btn:hover {
        background: #261076 !important;
        border: 1px solid #261076 !important;
        color: white !important;
    }

    .signup-btn img {
        width: 22px;
        margin-right: 4px;
        display: inline-block;
        position: relative;
        top: -2px;
    }

.apply-top-margin {
    margin-top: 4px;
}


.box-title .title-heading {
    width: 100%;
    text-align: center;
}

    .box-title .title-heading span {
    }

.quick-contact-btn:hover {
    background: white !important;
    color: #333 !important;
}

@media(min-width:1100px) {
    .box-title .title-heading {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #5b88b4;
        line-height: 0.1em;
        margin: 10px 0 20px;
    }

        .box-title .title-heading span {
            background: #fff;
            padding: 3px 10px;
            border: 1px solid #5b88b4;
        }
}



.img-list {
    position: relative;
    margin: 25px 0px;
}

    .img-list p {
        padding-left: 34px;
    }

    .img-list img {
        position: absolute;
        left: 0px;
    }



@media(max-width:767px) {
    .login-btn {
        width: 80px;
        font-size: 10px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 3px;
    }

    .apply-top-margin {
        margin-top: 1px !important;
    }

    .signup-btn {
        width: 80px;
        font-size: 10px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 3px;
    }

    .login-btn img {
        width: 14px !important;
    }

    .signup-btn img {
        width: 14px !important;
    }

    .banner-box-icons p {
        text-align: left !important;
    }

    .connect-now-three {
        width: 140px;
        font-size: 13px !important;
        padding: 10px 0px !important;
    }

    .connect-now-two {
        width: 140px;
        font-size: 13px !important;
        padding: 10px 0px !important;
    }
}


@media(max-width:767px) {
    .m-text {
        margin-top: 12px;
    }
}

@media(max-width:322px) {
    .login-btn {
        width: 75px;
        font-size: 10px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 3px;
    }

    .signup-btn {
        width: 75px;
        font-size: 10px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 3px;
    }

    .login-btn img {
        width: 14px !important;
    }

    .signup-btn img {
        width: 14px !important;
    }
}



@media(max-width:576px) {
    .m-text {
        text-align: center !important;
    }

    .login-btn {
        width: 110px;
        font-size: 15px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .signup-btn {
        width: 110px;
        font-size: 15px !important;
        letter-spacing: 0.2px !important;
        padding: 8px 0px !important;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .first-div {
        position: initial !important;
    }

    header {
        margin-top: 0px !important;
    }
}



@media(min-width:992px) and (max-width:1299px) {
    .box1 h1 {
        font-size: 30px;
    }

    .box1 {
        padding: 50px 80px 50px 80px;
    }

    .box2 h1 {
        font-size: 30px;
    }

    .box1 p {
        font-size: 18px;
        margin-top: 23px;
        padding: 0px 10px;
        line-height: 29px;
    }
}

@media(min-width:1200px) {
    .s01 {
        background: #01024c;
    }


    .contactus-form-header {
        font-size: 40px !important;
    }

    .box1 {
        padding: 50px 40px 60px 5px;
        background: #01024c;
        text-align: left;
        width: 560px;
        margin-left: auto;
    }

        .box1 h1 {
            text-align: left;
        }

        .box1 p {
            text-align: left;
            padding: 0px;
        }

    .box2 {
        padding: 50px 0px 20px 50px;
        /*background: #131313;*/
        text-align: left;
        width: 560px;
        margin-right: auto;
    }
}


.remove-margin {
    margin: 0px !important;
}

@media(min-width:992px) and (max-width:1199px) {

    .box1 {
        padding: 50px 30px 70px 32px;
        text-align: left;
    }

        .box1 h1 {
            text-align: left;
            padding-left: 5px;
        }
}


.colored-list-style {
    /*padding-right: 20px !important;*/
}

.central-title-small {
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1em;
    color: #051c2c;
    margin-top: 0px;
    margin-bottom: 20px;
}

.choose-us-box {
    background: url(assets/img/couples.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 0px;
    background-attachment: fixed;
}

    .choose-us-box .overlay {
        background: rgba(0,0,0,0.67);
        padding-top: 50px;
        padding-bottom: 90px;
    }

.choose-us-box-list {
    position: relative;
    /*padding: 20px;*/
    /*margin: 0.5rem;*/
    background: rgba(255, 255, 255, 0.85);
    /*padding-right: 98px;*/
}

.colored-list-style h3 {
    position: absolute;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    top: 0px;
    background: #1b0b55;
    /* width: 100%; */
    display: block;
    width: 100%;
    color: white !important;
    margin: 0px;
    padding: 7px;
}

.colored-list {
    padding-left: 0px;
    list-style: none;
    font-size: 16px;
    position: relative;
    padding: 70px 20px 20px 20px !important;
}

    .colored-list li {
        margin-bottom: 15px;
        line-height: 21px;
        padding-left: 25px;
        position: relative;
        color: #222;
        font-size: 15px;
    }

    .colored-list i {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #4f4e50 !important;
    }

.choose-us-box-list i {
    padding-right: 7px;
    font-size: 20px;
}

.quick-contact {
    background: #1b0b55 !important;
    color: white;
    padding: 15px 0px 20px 0px;
}

    .quick-contact h3 {
        font-size: 28px;
        text-shadow: 1px 1px 1px #3f3f3f;
        margin-top: 16px;
        font-weight: 300;
        font-family: "Frank Ruhl Libre", Sans-serif;
    }

.quick-contact-btn {
    font-family: "Lato", Sans-serif;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #3f3f3f;
    background: none !important;
    border: 1px solid white !important;
    color: white !important;
    padding: 10px 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.select-heading {
    background: #FFC107;
    color: black;
    padding: 6px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 74%;
    font-size: 24px;
    margin-bottom: 26px;
    color: black;
    letter-spacing: 1px;
}

@media (min-width: 1199px) {
    .central-title {
        font-size: 43px;
    }

    .who-we-are-content-img img {
        margin-left: 100px;
    }
}

.choose-us-box .central-title {
    color: white;
}


@media (min-width: 992px) {
    .services-box-list {
        padding-left: 20px;
    }

    .services-box-list-right {
        padding-right: 10px;
    }
}


@media (max-width: 767px) {
    .box1 {
        padding: 15px 15px 22px 15px !important;
    }

    .select-heading {
        width: 100%;
        font-size: 18px;
    }

    .mt-small-3 {
        margin-top: 30px !important;
    }


    .login-btn {
        margin-right: 10px !important;
    }

    .box1 p {
        padding: 0px !important;
        font-size: 16px !important;
        line-height: 25px;
    }

    .box1 h1 {
        font-size: 32px !important;
        line-height: 28px;
        margin-top: 15px;
    }

    .bg-cover {
        background-attachment: inherit !important;
    }

    .box2 {
        padding: 35px 15px !important;
        text-align: center;
    }

    .quick-contact-btn {
        font-size: 15px !important;
    }

    .quick-contact h3 {
        font-size: 21px;
        /* text-shadow: 1px 1px 1px #3f3f3f; */
        margin-top: 20px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .central-title-small {
        font-size: 35px;
    }

    .central-sub-title {
        font-size: 14px;
        margin-top: 0px;
    }

    .choose-us-box-list {
        margin-bottom: 40px;
    }

    .choose-us-box .overlay {
        padding-bottom: 50px !important;
    }


    .services-box-list {
        margin-top: 30px;
    }

    .services-box-list {
        padding-left: 0px;
    }

    .box2 h1 {
        font-size: 28px !important;
        margin-bottom: 18px;
    }

    .box2 p {
        padding: 0px !important;
        font-size: 16px !important;
        line-height: 25px;
    }

    .bg-cover {
        margin-top: 0px !important;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    #sm-50 {
        margin-top: 40px !important;
    }
}

.contact-section {
    /* background: #333; */
    margin-top: 80px;
    padding-bottom: 90px;
}

.contact-small-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contactus-form {
    background: #eeeeee;
    padding: 20px;
}

.contactus-form-header {
    margin-bottom: 0px;
    margin-top: 0px;
    background: #4d4a58;
    color: white;
    font-weight: 400 !important;
    padding: 14px;
    /* margin-bottom: 29px; */
}

@media (min-width: 768px) {
    .contactus-form-header {
        font-size: 30px;
        /*font-weight: 600 !important;*/
        text-shadow: 1px 1px 1px black;
    }
}

.contactus-form-header {
    font-family: 'Frank Ruhl Libre', serif;
}





.link2 {
    color: #222;
    /*font-size: 18px;*/
}

ul.list-social-contact li a {
    font-size: 17px;
    line-height: 33px;
    display: block;
    width: 33px;
    height: 33px;
    background: #444;
    border-radius: 100%;
    color: white !important;
    margin-top: 0px;
    text-align: center;
}

.mt-40 {
    margin-top: 40px !important;
}

ul.list-social-contact li a i {
    color: white;
}

ul.list-social-contact li a:hover {
    background: #1b0b55 !important;
    color: white !important;
}

    ul.list-social-contact li a:hover i {
        color: white !important;
    }
/**/
.navbar-bg {
    background: #141414 !important;
}

.navbar-color {
    background: #141414 !important;
}

.gallery-images img {
    margin-bottom: 30px;
}

.logo-img {
    width: 380px;
    margin: 0 auto;
    display: block;
    padding: 30px 0px;
}

.navbar-nav a {
    color: white !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-weight: 500;
}

.navbar-brand {
    visibility: hidden;
}

.nav-link-active {
    background: #00a0c6;
}


.table-dark {
    background-color: #202020;
}

.colored-bg {
    background: black;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(2, 2, 2) 51%, rgb(16, 16, 16) 51%, rgb(16, 16, 16) 71%, rgb(16, 16, 16) 100%);
    text-align: center;
    padding: 40px 0px;
}

    .colored-bg h1 {
        color: white;
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .colored-bg h2 {
        color: white;
        font-size: 94px;
        font-weight: 900;
        letter-spacing: 1.3px;
    }

    .colored-bg h3 {
        color: white;
        font-size: 36px;
        font-weight: 600;
        margin-top: 20px;
        line-height: 48px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .colored-bg h4 {
        background: #FFC107;
        color: black;
        padding: 6px;
        font-weight: 800;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 74%;
        font-size: 24px;
        margin-bottom: 26px;
        color: black;
        letter-spacing: 1px;
    }

.colored-bg-link {
    font-size: 24px;
    color: white;
}

    .colored-bg-link:hover {
        color: #eeeeee;
    }

.green {
    color: #6cff00 !important;
    font-weight: 800 !important;
    /*font-size:32px*/
}

.register-btn {
    font-size: 25px;
    padding: 10px 20px;
    font-weight: 600;
}

.box-headings {
    display: inline-block;
    font-weight: 600;
    font-size: 27px;
    background: white;
    padding: 4px 12px;
    margin-bottom: 0px;
}



    .box-headings img {
        width: 25px !important;
        position: relative;
        top: -1px;
    }

.box-headings-border {
    border: 2px solid white;
}

.large-text {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.my-ul {
    list-style: none;
}

.bold-header {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-pr {
    color: #6cff00 !important;
    font-weight: 600;
}

.img-box img {
    width: 140px;
    height: 140px;
    background: #050505;
    /* border-radius: 100%; */
    padding: 10px;
    border: 4px solid #cdcdcd;
}

.img-box h3 {
    font-weight: 600;
    margin-top: 19px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.my-ul-list li {
    margin-bottom: 20px;
    line-height: 24px;
}

.black-link {
    color: black;
}

    .black-link:hover {
        color: #111;
    }


@media(min-width:768px) {
    .br-block {
        display: block;
    }

    .navbar-brand {
        display: none;
    }
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    font-size: 37px !important;
    color: #111 !important;
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    font-size: 37px !important;
    color: #111 !important;
    right: -30px;
}

.name {
    font-weight: 600;
    font-size: 22px;
}

@media(max-width:767px) {
    .owl-carousel .owl-nav button.owl-prev {
        display: none !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        display: none !important;
    }
}

@media(max-width:767px) {


    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55;
        font-size: 15px;
        line-height: 21px;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(255, 255, 255) !important;
        border-color: rgb(252, 252, 252) !important;
    }

    .footer-logo-img {
        display: none;
    }

    .colored-bg {
        padding: 30px 20px;
    }

    .logo-img {
        width: 270px;
    }

    .colored-bg h1 {
        font-size: 25px;
    }

    .colored-bg h2 {
        font-size: 37px;
    }

    .colored-bg h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .colored-bg h4 {
        width: 100%;
        font-size: 18px;
    }

    .colored-bg-link {
        font-size: 11px;
    }

    .register-btn {
        font-size: 20px;
    }

    .box-headings {
        display: inline-block;
        font-weight: 800;
        font-size: 19px;
        background: white;
        padding: 6px 12px;
        margin-bottom: 0px;
        padding-bottom: 4px !important;
    }

        .box-headings img {
            width: 23px !important;
            position: relative;
            top: -2px;
        }

    .large-text {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 23px;
    }

    .navbar-collapse {
        padding-top: 14px;
    }

    .img-box img {
        /*width: 100px;*/
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
    }

    .my-ul {
        padding-left: 0px;
    }

    .img-box h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }


    .table-responsive-mb {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .colored-bg h2 {
        font-size: 80px;
    }

    .colored-bg h1 {
        font-size: 43px;
    }

    .navbar-nav a {
        color: white !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-weight: 500;
    }
}


@media(min-width:1199px) {
    .box-headings img {
        width: 39px !important;
        position: relative;
        top: 1px;
    }

    .box-headings {
        display: inline-block;
        font-weight: 800;
        font-size: 24px;
        background: white;
        padding: 9px 12px 3px 12px;
        margin-bottom: 0px;
    }


        .box-headings .img-vid {
            width: 44px !important;
            position: relative;
            top: -2px;
        }

        .box-headings .img-attire {
            width: 30px !important;
            position: relative;
            top: -2px;
        }

        .box-headings .jc {
            top: -2px;
        }

        .box-headings .sh-img {
            width: 26px !important;
            top: -2px;
        }

        .box-headings .contact-icon {
            width: 30px !important;
            top: -3px !important;
        }
}


@media(min-width:768px) {

    .comments-div {
        position: relative;
    }


        .comments-div span {
            display: inline-block;
            position: absolute;
            left: 0px;
            top: 0px;
            font-weight: bold;
        }

        .comments-div p {
            padding-left: 130px;
            position: relative;
        }
}

@media(max-width:767px) {




    .comments-div span {
        display: inline-block;
        margin-right: 30px;
        font-weight: bold;
    }
}
