@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bg-blue {
    background: #00619a;
}

.top-bar {
    overflow: hidden;
    padding: 5px;
}

header {
    background: #fff;
    position: relative;
}

.logo {
    color: #2c63ae;
}

.logo img {
    width: 80px;
    height: fit-content;
    margin-right: 10px;
}

.logo h1 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #00619a;
}

.logo h6 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    color: #00619a;
}

.logo p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #00619a;
    line-height: 16px;
}

.navbar-right ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 38px 10px !important;
    color: #333 !important;
    border-bottom: solid 3px transparent;
}

.navbar-right ul li:hover a {
    color: #00619a !important;
    border-bottom: solid 3px #00619a;
}

.navbar-right ul li.active a {
    color: #00619a !important;
    border-bottom: solid 3px #00619a;
}

.slider-section {
    position: relative;
    max-height: 100%;
    height: 500px;
    overflow-y: hidden;
}

.slider-section:after {
    content: '';
    background-image: linear-gradient(to right, rgb(0 97 154 / 70%), transparent);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.slider-section img {
    width: 100%;
}

.slider-content {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
}

.left_content {
    margin-top: 20%;
    color: #fff;
}

.left_content h4 {
    font-weight: 300 !important;
    font-size: 25px;
    letter-spacing: 2px !important;
    font-family: 'Rubik', sans-serif;
    animation: slide-up3 1s;
}

@keyframes slide-up3 {
    from {
        padding-top: 200px;
        opacity: .15;
        line-height: 80px;
    }
    to {
        padding-top: 0;
        opacity: 1;
        ine-height: 25px;
    }
}

.left_content h2 {
    font-weight: 700;
    font-size: 55px;
    letter-spacing: 2px !important;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    animation: slide-up 2s;
}

@keyframes slide-up {
    from {
        padding-top: 100px;
        opacity: .25;
        line-height: 80px;
    }
    to {
        padding-top: 0;
        opacity: 1;
        ine-height: 25px;
    }
}

.left_content h2 span {
    color: #ffaf1e;
}

.inner-head {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    /*background: url(../images/inner-bg.JPG) no-repeat center center;*/
    background-size: cover;
}

.inner-head::after {
    content: '';
    background: rgb(0 39 74 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.inner-head .innertext {
    position: relative;
    z-index: 5;
}

.inner-head .innertext h2 {
    color: #fff;
    font-size: 50px;
}

.inner-head .breadcrumb li {
    color: #ccc;
}

.inner-head .breadcrumb li a {
    color: #fff;
}

section {
    padding: 100px 0;
}

.about-title {
    display: block;
}

.about-title h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-title h2 {
    text-transform: uppercase;
    color: #01325d;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

.about-serv {
    display: block;
}

.about-serv ul {
    margin: 0;
    padding: 0;
}

.about-serv ul li {
    list-style: none;
    background: url(../images/about-arrow.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    width: 49%;
    margin: 8px 0;
}


/*****************************************/

.section-heading {
    display: block;
    margin-bottom: 100px;
    text-align: center;
}

.section-heading h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #01325d;
}

.services-section {
    background: rgb(1 50 93 / 10%);
}

.service-box {
    height: 100%;
    background: #fff;
    padding: 50px 20px 10px;
    text-align: center;
    border-radius: 10px;
    transition: transform 250ms;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.service-box img {
    margin-bottom: 20px;
    width: 80px;
    border: #00619a solid 4px;
    border-radius: 100%;
    padding: 7px;
    box-shadow: #ccc 0px 3px 10px;
}

.blue-box {
    background: #00619a;
    color: #fff;
}

.blue-box img {
    margin-bottom: 20px;
    width: 80px;
    border: #fff solid 4px;
    border-radius: 100%;
    padding: 7px;
    box-shadow: #004369 0px 3px 10px;
}

.service-box h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #01325d;
    font-size: 20px;
}


/*******************************/

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #00619a;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #00619a;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #00619a;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #00619a;
    padding: 13px 20px;
    border: 1px solid #00619a;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #00619a;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #00619a;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


/************************/

.contact-box {
    display: block;
}

.contact-box .icon {
    height: fit-content;
}

.contact-box .address h3 {
    font-size: 18px;
    font-weight: 700;
}

.contact-box .address h4 {
    font-size: 16px;
    font-weight: 600;
}

.contact-box .address p {
    margin: 0;
}

.contact-box .address p a {
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}


/***********************/

@media (max-width:767.98px) {
    .logo h1 {
        font-size: 17px;
    }
    .logo p {
        font-size: 11px;
    }
    .navbar-right ul li a {
        padding: 10px 20px !important;
    }
    .navbar-nav {
        background: #edf0f3;
    }
    .left_content h2 {
        font-size: 31px;
    }
    .slider-section {
        height: auto;
    }
    section {
        padding: 50px 0;
    }
    .about-title {
        margin-top: 30px;
    }
    .about-serv ul li {
        width: 100%;
        margin: 4px 0;
    }
    .single-cta {
        margin-bottom: 20px;
    }
    .form-box {
        margin-top: 20px;
    }
}

.bg-img {
    background: url(../images/executive.png) no-repeat;
    background-size: cover;
}

.tab-head h3 {
    text-transform: uppercase;
}


/*************pagination***********/

.gallery-section .thumb:hover .img-thumbnail {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-bottom .pagination {
    margin-top: 0px;
    justify-content: flex-end;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0px;
}

.pagination>li>a {
    margin-right: 5px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #32c5d2;
}