
html {
    scroll-behavior: smooth;
}

.header-bg {
    position: static;
    display: block;
    overflow: visible;
    top: 0;
    height: auto;
    min-height: 750px;
    background: rgb(46,49,146);
    background: linear-gradient(180deg, rgba(46,49,146,1) 0%, rgba(88,90,168,1) 100%);
    background-position: 0px 0px, 100% 50%;
    background-size: auto cover;
    white-space: normal;
    object-fit: fill;
    -o-object-fit: fill;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

}

.services {
    margin: 0;
    padding-top: 70px;
}
section {
    padding-top: 6rem;
    margin-bottom: 2rem;
}
section:first-child {
    padding-top: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5a5872;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2b2a3d;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5a5872;
    margin: 0px;
}

/*===========================
     Header
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    background: #fff;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 15px 0;
}

.navbar {
    padding: 15px 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 150px;
}

@media (max-width: 767px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
    .navbar-brand img {
        width: 130px;
    }
}
.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin-left: 10px;
    }
    .navbar-nav {
        flex-direction: row;
        margin: 0 auto;
        padding-top: 10px;
    }
}

.navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Oswald", sans-serif;
}

.navbar-nav .nav-item a::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #2e3192;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a.active,
    .navbar-nav .nav-item a:hover {
        color: #2e3192;
    }
}

.navbar-nav .nav-item a.active::before,
.navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.sticky .navbar-nav .nav-item a {
    color: #222;
}

.sticky .navbar-nav .nav-item a::before {
    background-color: #2e3192;
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
    color: #2e3192;
}

/*===== hero =====*/
.single_hero {
    height: 700px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(88,90,168);
    background: linear-gradient(180deg, rgba(88,90,168,1) 0%, rgba(46,49,146,1) 100%);
}

@media only screen and (min-width: 1400px) {
    .single_hero {
        height: 800px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_hero {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .single_hero {
        height: 450px;
    }
}

.single_hero::before {
    position: absolute;
    content: "";
    background-color: rgba(43, 42, 61, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero_content {
    padding-top: 0px;
}

.hero_content .hero_title {
    font-size: 60px;
    line-height: 45px;
    color: #fff;
    margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_content .hero_title {
        font-size: 44px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_content .hero_title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .hero_content .hero_title {
        font-size: 24px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_content .hero_title {
        font-size: 40px;
        line-height: 60px;
    }
}

.hero_content .hero_title span {
    display: contents;
    color: #2e3192;
}

.hero_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hero_content p {
        font-size: 16px;
    }
}

.hero_content .main-btn {
    margin-top: 45px;
}
.main-btn {
    color: #fff;
    background: #e74c3c;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 700;;
}
.main-btn:hover {
    background: #fff;
    color: #e74c3c;
    transition: 0.5s ease-in-out;
}

/*===========================
     About US
===========================*/
.about_icon {
    font-size: 3rem;
}
.features {
    margin-top: 3rem;
}
.about_us p {
    margin-top: 1rem;
}
.section_title {
    color: #2b2b2b;
    font-size: 3rem;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
    font-family: "Oswald", sans-serif;
}
.section_title span {
    color: #2e3192;
}
.section_title:after {
    width: 100px;
    height: 3px;
    display: block;
    background: #2e3192;
    content: "";
    margin: 20px auto;
}

/*===========================
     Services
===========================*/
.serviceList {
    margin: 15px 0px;
}
.serviceList li {
    margin-bottom: 70px;
    list-style: none;
}
.single-item {
    border: 2px solid #e9ecef;
    padding: 0 35px 35px;
    min-height: 350px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}
.single-item:hover {
    box-shadow: 0px 5px 40px 0 rgba(20, 52, 92, 0.15);
    border-radius: 5px;
    border-color: #2e3192;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.single-item:hover .details h3 {
    color: #2e3192;
}
.single-item:hover .icon {
    color: #fff;
}
.single-item .icon {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}
.single-item .icon i {
    font-size: 36px;
    border-radius: 3px;
    margin-top: -40px;
    border: 2px solid #e9ecef;
    background: #f9f9f9;
    color: #2e3192;
    padding: 15px;
}
.single-item:hover .icon i {
    background: #2e3192;
    color: #fff;
    border: 2px solid #2e3192;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.single-item .details {
    text-align: center;
}
.single-item .details h3 {
    font-weight: bold;
    min-height: 60px;
    line-height: 30px;
    font-size: 18px !important;
    font-family: "Oswald", sans-serif;
    margin: 12px 0px 10px;
    text-transform: uppercase;
    color: #2b2b2b;
}
.single-item .details p {
    font-size: 16px;
    margin: 0;
    min-height: 110px;
}

.absolute-text {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.contact_icons {
    color: #fff;
    background: #2e3192;
    border-radius: 50%;
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 5px;
}
.box {
    margin-bottom: 18px;
}
.box h6 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin-top: 10px;
}
.box a {
    color: #000;
    cursor: pointer;
}
.contact-form {
    background: #b0bec5;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 2.5rem;
}

.single_form {
    margin-top: 30px;
}

.single_form input,
.single_form textarea {
    width: 100%;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    background: none;
    transition: all 0.3s ease-out 0s;
}

.single_form input:focus,
.single_form textarea:focus {
    border-color: #2e3192;
}

.single_form textarea {
    height: 170px;
    resize: none;
    padding-top: 15px;
}

.single_form input[type="submit"] {
    color: #fff;
    background: #2e3192;
    border: none;
}

/*===========================
    11.FOOTER css 
===========================*/
.footer_area {
    background-color: #2e3192;
    padding-top: 15px;
    padding-bottom: 5px;
}

.footer_menu ul li {
    display: inline-block;
    padding-top: 5px;
}

.footer_menu ul li + li {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .footer_menu ul li + li {
        margin-left: 15px;
    }
}

.footer_menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out 0s;
}

.footer_menu ul li a:hover {
    color: #fff;
}

.credit {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
}

.credit a {
    color: #fff;
}

.footer_social ul li {
    display: inline-block;
}

.footer_social ul li + li {
    margin-left: 30px;
}

.footer_social ul li a {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .footer_social ul li a {
        font-size: 20px;
    }
    .footer_social ul li + li {
        margin-left: 10px;
    }
    .footer_social {
        margin-top: 15px;
    }
    .boxes {
        margin-top: 20px;
    }
    .single-item {
        min-height: 250px;
    }
    .single_features {
        margin-bottom: 30px;
    }
    section {
        margin-bottom: 0;
    }
}

/*===========================
     Back To Top 
===========================*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #7173b5;
    text-align: center;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #7173b5;
}
