@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');


* {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    /* --orange-color: #f05a29; */
    --main-color: #0f52ba;
    --black-color: #2b2a29;
    --white-color: #fff;
    --line-color: #4d4d4d;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    background: #fefefe;
}

.navbar-toggler {
    background: var(--main-color);
}

.groupingTags {
    font-size: 14px;
}

.groupingTags span {
    font-size: 22px;
    line-height: 1;
}

.groupingTags img {
    width: 28px;
    margin-right: 8px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1.3rem;
}

p {
    margin: 0;
}

.p-66-0 {
    padding: 66px 0;
}

.p-45-0 {
    padding: 45px 0;
}

.p-60-0 {
    padding: 90px 0
}

.p-50-0 {
    padding: 50px 0
}

.p-34-0 {
    padding: 34px 0
}

.container {
    max-width: 1170px;
}

select:focus, input:focus, button:focus, button:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

a, select {
    cursor: pointer;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slide {
    opacity: 1 !important;
}

.gap {
    padding: 50px 0;
}

.gap-102 {
    padding: 102px 0;
}

.gap-62 {
    padding: 62px 0;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    background: #4d4d4d;
    border-radius: 50px;
}

.slick-dots {
    bottom: -42px !important;
}

div#showimage {
    position: relative;
}

div#showimage .cross {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -15px;
    top: -15px;
    color: var(--black-color);
}

/*************Header Section**************/

header .navbar-brand img {
    width: 188px;
}

header nav.navbar.newClass {
    background: #fff;
    box-shadow: 0 0 8px #0000001c;
}

header nav.navbar {
    position: fixed !important;
    width: 100%;
    z-index: 9;
    padding: 15px 1rem !important;
}

header ul.navbar-nav > li a:before {
    width: 22px;
}

header .newClass ul.navbar-nav li a:before {
    background: var(--main-color) !important;
}

header ul.navbar-nav > li.active a:before {
    transform: translate(0, 0px);
}

header ul.navbar-nav > li.active a {
    color: var(--main-color) !important;
}

header ul.navbar-nav > li {
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

header ul.navbar-nav > li button {
    background: var(--main-color);
    color: var(--white-color) !important;
    border-radius: 50px;
    padding: 2px 18px;
    text-transform: capitalize;
    display: flex;
    height: 32px;
    align-items: center;
}

header ul.navbar-nav > li a {
    padding: 24px 0px !important;
    color: var(--black-color) !important;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

header .dropdown-menu.get_quotes {
    max-width: 44.5rem;
    transform: translate(-78%) !important;
    left: 0 !important;
}

header .notification a:before, header .menu a:before {
    display: none;
}

header .notification span + p {
    position: absolute;
    right: 0;
    background: #f05a29;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    transform: translate(0px, -10px);
}

header ul.navbar-nav > li a:before {
    left: 0;
    width: 40%;
    top: 22px;
    content: '';
    margin: auto;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    transform: translate(-101%, 0px);
    transition: all 0.3s ease;
}

header ul.navbar-nav > li:hover a:before {
    transform: translate(0, 0);
}

header ul.navbar-nav > li .active a:before {
    transform: translate(0, 0);
}

header .profile-item > span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 8px;
}

header .profile-item span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .profile-item h6 {
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'medium';
    color: #fff;
}

header .profile-item h6 + span {
    font-size: 12px;
    color: #fff;
}


/*************Banner Section**************/


section.banner {
    position: relative;
    /* height: 120vh; */
    height: 110vh;
    padding-top: 100px;
    overflow: hidden;
}

section.banner > img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: auto;
}

section.banner .content {
    margin: 60px 0 0;
}

section.banner .content h1 span {
    color: var(--main-color);
    font-weight: 600;
}

section.banner .content h1 {
    font-size: 48px;
    margin: 0 0 30px;
}

section.banner .content p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--line-color);
}

section.banner .content button {
    height: 58px;
    text-transform: capitalize;
    color: var(--white-color);
    background: var(--main-color);
    min-width: 220px;
    font-size: 18px;
}

section.banner .content button img {
    width: 21px;
    margin-left: 7px;
}

/***********Featured*****************/

.featured {
    background: #fafafa;
}

.head {
    margin: 0 0 30px;
}

.head p {
    font-size: 15px;
    text-align: center;
    color: var(--line-color);
    margin: 10px 0 0;
}

.head h3 {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.head h2 {
    color: var(--main-color);
    font-weight: 500;
}

.spacing-top {
    margin-top: 122px;
}

section.featured .slick-arrow {
    display: none !important;
}

section.featured .slick-slide img {
    height: 65px;
    object-fit: contain;
}

.slick-dots li.slick-active {
    background: var(--main-color) !important;
    opacity: 1 !important;
}


/*******************Process*********************/

section.process .box {
    text-align: center;
}

section.process .box span {
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
    border: 4px solid var(--main-color);
    justify-content: center;
    border-radius: 50%;
}

section.process .box span img {
    height: 70px;
}

section.process .box h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600;
}

section.process .box p {
    font-size: 15px;
    margin: 0;
    color: var(--line-color);
}


/**************************Innovation***********************/

section.innovation {
    background: #fafafa;
}

section.innovation .box {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 0 16px 6px #0000000a;
}

section.innovation .box:hover {
    box-shadow: -4px 2px 12px 0px #0f52ba69;
}

section.innovation .box span {
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section.innovation .box span img {
    width: 100%;
}

section.innovation .box .content {
    padding: 15px;
}

section.innovation .box .content h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    color: var(--main-color);
}

section.innovation .box .content p {
    color: var(--line-color);
    font-size: 15px;
}


/**********************Opportunity********************/

section.opportunity {
    border-bottom: 40px solid #0f95d3;
}

section.opportunity .map {
    margin: 45px auto;
    width: 70%;
    display: block;
}

section.opportunity .map img {
    width: 100%;
}

section.opportunity ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.opportunity ul li button {
    height: 53px;
    color: var(--white-color) !important;
    background: var(--main-color);
    font-size: 15px;
    text-transform: capitalize;
    min-width: 178px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

section.opportunity ul li {
    margin: 0 25px;
    width: 100%;
}

section.opportunity ul li button img {
    width: 20px;
    margin-left: 7px;
}


/*********************Blog***********************/

section.blog-banner {
    height: auto;
}

section.blog-banner .content h1 {
    color: var(--main-color);
}

section.blog-innovation .box span {
    height: 196px;
}

section.blog-innovation .box .content p {
    color: var(--main-color);
    font-weight: 600;
}

section.blog-innovation .box {
    margin-bottom: 20px;
}

section.opportunity.blog-started {
    border: none;
}

section.blog-started {
    background: #003399;
    position: relative;
    padding: 75px 0;
}

section.blog-started .head h3 {
    color: var(--white-color);
}

section.blog-started .img {
    width: 260px;
    position: absolute;
    top: -130px;
    left: 104px;
}

section.blog-started .img img {
    width: 100%;
}

section.blog-started .content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: end;
}

section.blog-innovation {
    padding-bottom: 190px;
}

section.blog-started .head {
    width: 100%;
}

section.blog-started .head h3 {
    text-transform: none;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
}

section.blog-started .content li:first-child {
    margin-left: 0;
}

section.blog-started .content li button.btn {
    background: #0f95d3;
}

/******************About*********************/

section.about-banner .img {
    position: absolute;
    right: 0;
    width: 38%;
    bottom: 0;
}

section.about-banner {
    padding-bottom: 70px;
}

section.about-banner .img img {
    width: 100%;
}


/******************Testimonial*********************/

section.testimonial-main {
    padding-bottom: 190px;
}

section.testimonial-main .head-1 h2 {
    font-size: 36px;
    position: relative;
    font-weight: 500;
}

section.testimonial-main .head-1 h2 img {
    position: absolute;
    left: -40px;
    top: -68px;
    width: 138px;
    z-index: -1;
}

section.testimonial-main .head-1 h2 span {
    color: var(--main-color);
}

section.testimonial-main .head-1 {
    margin: 0 0 50px;
}

section.testimonial-main p {
    font-size: 17px;
    width: 80%;
}

section.testimonial-main .user {
    display: flex;
    margin: 25px 0 0;
    align-items: center;
    width: 100%;
}

section.testimonial-main .user span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50px;
}

section.testimonial-main .user span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testimonial-main .user h5 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 3px;
}

section.testimonial-main .user p {
    font-size: 15px;
    width: 100%;
}

section.testimonial-main .slick-arrow {
    position: absolute;
    right: 0;
    left: unset;
    top: -98px;
    color: #fff;
    background: var(--main-color);
    min-width: 32px;
    height: 28px;
    border-radius: 4px;
}

section.testimonial-main .slick-arrow.slick-prev {
    right: 40px;
    background: #eef1fc;
}

section.testimonial-main .slick-arrow:before {
    color: #fff;
    opacity: 1;
}

section.testimonial-main .slick-arrow.slick-prev:before {
    color: #505050;
}

section.about .box {
    width: 95%;
}

section.about .box p {
    font-size: 17px;
    color: #4d4d4d;
    margin: 0 0 20px;
}

section.about .box p:last-child {
    margin: 0;
}

section.about .img img {
    width: 100%;
}

section.about .img {
    position: relative;
    width: 100%;
}

section.about .img img.pattern {
    position: absolute;
    width: auto;
    right: -10px;
    top: -10px;
    z-index: -1;
}

/*****************************Contact Us***************************/

section.contact-form form label {
    font-size: 15px;
    text-transform: capitalize;
}

section.contact-form form .form-control {
    height: 45px;
    border-radius: 6px;
}

section.contact-form form button.btn {
    float: right;
    font-size: 15px;
    background: var(--main-color);
    text-transform: capitalize;
    height: 45px;
    padding: 0 20px;
    border: none;
}

section.contact-form .content h3 {
    font-size: 24px;
    margin: 0 0 30px;
    color: var(--main-color);
}

section.contact-form .content .store a {
    display: block;
    width: auto;
    margin-bottom: 25px;
}

section.contact-form .box {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #ced4da;
    padding-right: 35px;
}

/* .info {
    background: #fafafa;
    position: relative;
    margin-bottom: 190px;
    margin-top: 70px;
} */

.info .pattern {
    position: absolute;
    right: 0;
    bottom: 0;
}

.info .content {
    padding: 0 72px;
}

section.contact-form .info .content .content h3 {
    font-size: 40px;
}

section.contact-form .info .content h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

section.contact-form .info .content p {
    font-size: 15px;
    color: #4d4d4d;
}

section.contact-form .info .content ul {
    margin: 25px 0 0;
}

section.contact-form .info .content ul li {
    font-size: 16px;
    color: #4d4d4d;
    margin: 10px 0;
    padding-left: 27px;
    display: inline-block;
    position: relative;
    width: 100%;
}

section.contact-form .info .content ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
}

.social h5 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 500;
    margin: 0 0 15px;
}

.social ul li {
    margin-right: 8px;
}

.social ul li a {
    display: block;
}

.info hr {
    width: 45%;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 7px;
    left: 0;
    border: none;
    background: #30539f;
}

.info hr:last-child {
    width: 55%;
    right: 0;
    left: unset;
    background: #0f95d3;
}

section.contact-banner {
    height: auto;
    padding-bottom: 90px;
}

/********************Webinar***********************/

section.webinar-info .box span img {
    width: 70%;
    margin: 0 auto;
}

section.webinar-info .box span {
    background: #dbe6fa;
}

/********************Gallery***********************/

.gallery-box .show {
    display: block !important
}

.gallery-box .column {
    display: none;
}

section.launch-line {
    background: var(--main-color);
    padding: 68px 0;
}

section.launch-line p {
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    font-weight: 200;
}

/*********************Footer*************************/

footer .box.about img {
    height: 65px;
}

footer .box.about p {
    margin: 45px 0 0;
}

footer {
    color: var(--white-color);
    padding: 40px 0;
    border-bottom: 20px solid #0f95d3;
    background: #0f52ba;
}

footer .box.about p b {
    display: block;
    font-weight: 600;
}

img.footer-pattern {
    margin: 45px auto 0;
    display: block;
    width: 95%;
}

footer .box ul li a {
    /* color: var(--white-color); */
    text-transform: capitalize;
    font-weight: 500;
}

footer .box ul li {
    margin: 0 0 12px;
}

footer .box ul li:last-child {
    margin: 0;
}

footer .box .line.text-white {
    margin: 45px 0 0;
}

footer .social {
    margin: 45px 0 0;
}

footer .social ul {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

footer .social ul li {
    margin: 0;
    width: 35px;
    height: 35px;
    display: flex;
    margin-right: 10px;
    align-items: center;
}

footer .social ul li a {
    display: flex;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50px;
    align-items: center;
}

footer .social ul li a img {
    width: 66%;
    margin: 0 auto;
    display: block;
}

footer .social ul li a img {
    height: auto !important;
}

footer {
    position: relative;
}

footer img.dott {
    position: absolute;
    width: 98%;
    margin: 0 auto;
    top: -13px;
    left: 0;
    right: 0;
}


#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 0 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img, #gallery video {
    width: 100%;
    height: auto;
    margin: 4% 0;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

div#myBtnContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
}

div#myBtnContainer button {
    width: 100%;
    text-transform: capitalize;
    border: none;
    border-bottom: 5px solid #e9e9e9;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    margin: 0 0.5%;
    display: flex;
    align-items: center;
}

section.gallery-box {
    padding: 85px 0 190px;
}

div#myBtnContainer button.active {
    border-color: var(--main-color);
}

section.blog-banner.blog-inner .img {
    height: 300px;
    overflow: hidden;
}

section.blog-banner.blog-inner .img img {
    height: 100%;
    object-fit: cover;
}

section.blog-inner {
    background: #fff;
}

section.blog-inner .box {
    box-shadow: none !important;
    margin: 0;
    border-radius: 0;
}

section.blog-inner .box p {
    margin: 0 0 25px;
    line-height: 25px;
    color: #424242;
}

footer .box h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 15px;
}

.policy .content {
    display: inline-block;
}

.policy .content h5 {
    margin: 0 0 10px;
    font-weight: 600;
}

.policy .box {
    padding-bottom: 120px;
}

.policy .box h4 {
    margin: 0 0 10px;
    font-weight: 600;
}

section.banner .head {
    margin: 30px 0 20px;
}

section.banner .head h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
}
