@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;600;700&display=swap');

body {
    font-size: 15px;

    color: #333;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}


/*.container {
    width: 100%;
    max-width: 1300px;
}*/



/* Header */

.container {
    width: 100%;
    max-width: 1170px;
}

header {
    height: 100px;
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 6%);
}

header .top-bar {
    padding: 5px 0;
}

header .top-bar a {
    color: #286090;
}

.justify-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

header .logo {
    margin-right: auto;
    position: relative;
    top: -16px;
}

header .logo img {
    height: 70px;
}

/* Main-Navigation */

header .main-nav {
    /* float: right; */
    transition: all 200ms ease-in-out;
}

header .nav.nav-pills {}

header .nav.nav-pills li a {
    color: #333;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    transition: all 200ms ease-in-out;
    font-weight: bold;
    border-radius: 0;
}

header .nav.nav-pills li:nth-last-child(1) a {
    padding-right: 0;
}

header .nav.nav-pills li a:hover,
header .nav.nav-pills li a:focus {
    background-color: transparent;
    border: 0;
    color: #3d5bad;
}

header .nav.nav-pills li a.active {
    color: #3d5bad;
}


header .nav.nav-pills li {
    margin: 0
}



/* submenu */

header .main-nav .nav.nav-pills>li {
    position: relative
}

header .main-nav .nav.nav-pills>li>ul {

    box-shadow: 0px 12px 20px 0px #33333352;

    border-radius: 8px;

    padding: 15px 0;

    background-color: rgb(119 119 119);

    border: 0;

    transition: all 200ms cubic-bezier(0, 1.16, 1, 1);

    opacity: 0;

    display: inherit;
    top: 110%;
    margin-left: -15px;
    transform: translateX(-50%);
    left: 50%;
    visibility: hidden;
}

.main-nav .nav.nav-pills>li:hover>ul {
    display: block;
    top: 75px;
    opacity: 1;
    visibility: visible;
}


.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9.5px 8px;
    border-color: transparent transparent rgb(119 119 119 / 55%) transparent;
}

header .main-nav .nav.nav-pills ul li a {
    padding: 8px 20px;
    display: block;
    color: #ffffff;
    margin: 0 10px;
    font-weight: 300;
}


header.page-header-fixed {
    background-color: #333;
}

header.page-header-fixed .nav.nav-pills li a {
    padding: 22px 5px;
}

.toggle-btn {
    display: none;
}

.page-header-fixed {
    background-color: #333;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}


/* End // Main Navigation */

section h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #23366f;
    margin-top: 0;
}

section p {
    line-height: 23px;
}

/*Banner*/

.banner {

    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
}

.banner-about-us {
    min-height: 500px;
    background-image: url(../images/banner.jpg);
}

/*About us*/
.about-us {
    margin-bottom: 25px;
}



.about-us p {
    margin-top: -5px;
}

.about-us img {
    margin: auto;
}

/*Our Stategy*/
.our-strategy {
    background-color: #1a2d79;
    color: #fff;
}

.our-strategy-header {
    text-align: center;
    margin-bottom: 20px;
}

.our-strategy-header h1 {
    font-weight: 600;
    margin: 40px 0 20px 0;
    display: block;
    color: #fff;
}

.our-strategy-header p {
    padding: 0 8% 0 8%;
    font-size: 16px;
    line-height: 26px;
}

.our-strategy-work h3 {

    font-weight: bold;

    margin-bottom: 18px;

    font-size: 22px;
}

.our-strategy-work .img-div {
    height: 138px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.our-strategy-work .img-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-strategy-work p {

    margin: 25px 0 30px 0;

    line-height: 22px;

    width: 100%;
}

.our-strategy-work a {
    display: block;
    color: #fff;
}

.our-strategy-work a:hover {
    text-decoration: none;
}

.our-strategy-work .img-div img {
    transition: all 200ms ease;
}

.our-strategy-work a:hover .img-div img {
    width: 120%;
    opacity: 0.8;
}

/*Company Retreats*/

.banner-comp {
    min-height: 300px;
    background-image: url(../images/banner7.jpg);
}

.banner-team {
    min-height: 300px;
    background-image: url(../images/banner2.jpg);
}
.banner-cont {
    min-height: 300px;
    background-image: url(../images/banner5.jpg);
}
.banner-abt {
    min-height: 300px;
    background-image: url(../images/banner3.jpg);
}
.banner-car {
    min-height: 300px;
    background-image: url(../images/banner3.jpg);
}

.comp-event .comp-img img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.comp-event .comp-img {
    margin-bottom: 25px;
    height: 371px;
    overflow: hidden;
    position: relative;
}

.comp-event-hrd {
    margin-bottom: 20px;
}


.form-control {

    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 0;
    color: #555;
    background-image: none;
    border: 1px solid #9f9f9f;
}

.btn {
    padding: 10px 30px;
    border-radius: 0;
    background-color: #23366f;
    font-size: 16px;
}

.btn-primary {
    background-color: #23366f;
}

/*Footer*/
footer {
    background-color: #252526;
    padding-top: 30px;
    color: #fff;
}

footer .ftr-col {
    margin-bottom: 40px;
}

footer .ftr-col h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

footer .ftr-col p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 30px;
}

footer .quick-links ul {
    font-size: 16px;
    list-style: none;
    padding: 0;
}

footer .quick-links ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

footer .contact-us a .fa {
    width: 40px;
    text-align: left;
    font-size: 25px;
}

footer .contact-us .social-links a {
    background-color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 7px;
}

footer .contact-us .social-links a .fa {
    font-size: 25px;
    color: #252526;
    text-align: center;
    display: inline-block;
    line-height: 38px;
}

footer .ftr-copyright {
    height: 78px;
    line-height: 78px;
    background-color: #141414;
    text-align: center;
}



/*Media Queries*/

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    header .nav.nav-pills li a {
        font-size: 16px;
    }

    .you-video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    header .main-nav {
        position: fixed;
        background-color: #23366f;
        top: 0;
        bottom: 0;
        right: -340px;
        width: 320px;
        padding-top: 50px;
        box-shadow: 1px 1px 14px 7px rgb(0 0 0 / 26%);
    }

    header .logo {
        top: 6px;
    }

    header .logo img {
        height: 38px;
    }

    header {
        background-color: #ffffff;
        height: 50px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999
    }

    header .main-nav .nav.nav-pills>li {
        width: 100%;
        padding: 0;
    }

    header .nav.nav-pills li a {
        color: #fff;
    }

    header .nav.nav-pills li a,
    header.page-header-fixed .nav.nav-pills li a {
        padding: 15px 35px;

        width: 100%;
    }


    .toggle-btn {
        display: block;
        position: absolute;
        right: 12px;
        color: #25376e;
        top: 4px;
    }

    .toggle-btn.menu-open-close {
        z-index: 9;
        color: #fff;
    }

    .toggle-btn input {
        display: none;
    }

    .toggle-btn span {
        font-size: 25px;
        margin-top: 8px;
    }

    .top-bar {
        display: none;
    }

    .our-strategy-work .img-div img {
        width: 100%;
    }



    .about-us p {
        margin-top: 15px;
    }

    footer .ftr-col p {
        padding-right: 0;
        margin: 0;
    }

    .quick-links ul li {
        width: 50%;
        float: left;
    }

    .contact-us ul li {
        width: 100%;
    }

    .about-us .comp-event-txt {
        margin-top: 0;
        bottom: 20px;
    }

    .comp-event .comp-img {
        height: auto;
    }

    .comp-event .comp-img img {
        position: inherit;
        width: 100%;
    }


    .you-video {
        height: 350px;
    }

    .our-strategy-work .img-div {
        height: 200px;
    }

}

@media (max-width: 480px) {
    .our-strategy-work .col-md-3 {
        width: 100%;
    }

    .comp-event .comp-img-holder .col-md-3 {

        width: 100%;
    }

    .our-strategy-work .img-div {
        height: 138px;
    }
}