@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all .4s ease;
}
.fixed-header {
    background-color: #2e99cb;
}
body {
    margin: 0;
    font-family: 'Poppins';
}
.menu-list li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-right: 13px;
    font-weight: 500;
}

.menu-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.menu-list li {
    display: inline-block;
}

.logo-container img {
    max-height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.first-section {
    background-image: url(../images/heading13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: top;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}
.first-section h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.first-section .heading-section {
    color: #fff;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
}
.first-section:after {
    content: '';
    background-color: #0c1930;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
h1 {
    font-size: 45px;
}

.first-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
}

.first-section p {
    letter-spacing: 0.03em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.button {
    font-size: 16px;
    font-weight: 600;
    background-color: #2e99cb;
    color: #fff;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 100px;
    box-shadow: 0 20px 71px -14px #32708d;
    letter-spacing: 2px;
}
a {
    text-decoration: none;
}
.first-section .button {
    margin-top: 30px;
    display: inline-block;
}

/*second section*/
.three-columns {
    display: flex;
}

.three-step>div {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 18px -10px #000000;
    border-radius: 19px;
}

.three-columns .column {padding: 30px 35px;text-align: justify;}

.three-step {
    padding-top: 100px;
    padding-bottom: 120px;
}

.three-columns .column:nth-child(2) {background: #f8f8f8;}

.three-columns .column:nth-child(3) {
    background: #ededed;
}
.three-step .number {
    font-size: 55px;
    color: #2e99cb;
    font-weight: 800;
    margin: 0;
    line-height: 43px;
}
.three-step p:not(.number) {
    font-size: 13px;
    line-height: 24px;
}

.three-step h3 {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 21px;
}
/*second section end*/

/*third section*/
.filters-list .column:nth-child(n) {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 2em;
    padding-top: 19px;
    padding-right: 15px;
    padding-bottom: 19px;
    padding-left: 15px;
    box-shadow: 1px 2px 24px 6px rgb(103 151 255 / 11%);
    background: #fff;
    margin-bottom: 3%;
}

.filters-list .three-columns {
    justify-content: space-evenly;
}

.filters-list .column {
    width: 100%;
    text-align: center;
}

.filters-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.filters-list .column:not(:last-child) {
    margin-right: 3%;
}
h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top:0;
}
.small-title {
    color: #2e99cb;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 15px;
    margin-bottom: 10px;
}
.filters-list .column span {
    font-size: 10px;
    display: block;
    color: #910303;
    margin-top: -13px;
    margin-bottom: -18px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 11px;
    letter-spacing: 0.03em;
}

.filters-list .column {
    position: relative;
}
/*third section end*/

/*pricing*/
.four-columns {
    display: flex;
    justify-content: space-between;
}

.pricing-section {
    background: #f9f9f9;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
}

.pricing-table {
    background-color: #fff;
    box-shadow: 0 0 11px -10px #000000;
    border-radius: 15px;
    width: 22%;
    text-align: left;
    border: 1px solid #f3f3e9;
}

.pricing-section .four-columns {
    margin-top: 60px;
}
.pricing-number {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pricing-top p:first-child {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px;
}

.pricing-top .description {
    color: #484848;
    margin-top: 3px;
    font-size: 13px;
}

.pricing-table>div {
    padding: 0 30px;
}

.pricing-table .pricing-top {
    border-bottom: 2px solid #f0f7f5;
    display: block;
    padding-top: 5px;
}

.price {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}
.month {
    color: #2e99cb;
    font-weight: 500;
    font-size: 14px;
}

.pricing-button a {
    color: #2e99cb;
    border: 2px solid #2e99cb;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
}

.pricing-button {
    width: 100%;
}

.pricing-middle ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    margin-top: 20px;
}
.pricing-bottom ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    border-top: 2px solid #ebeced;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.pricing-middle span, .pricing-middle p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pricing-middle span {
    font-size: 18px;
}
.pricing-bottom li {
    display: flex;
    align-items: center;
}

.pricing-bottom li span {
    margin-right: 7px;
    font-size: 17px;
}
.pricing-bottom .disabled {
    color: #c1c0c0;
}
.pricing-middle ul li:not(:first-child) {
    display: flex;
    align-items: baseline;
}

.pricing-middle ul li:not(:first-child) span {
    margin-right: 6px;
}
/*pricing end*/

/*footer*/
footer .column {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

footer .four-columns {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.copyright {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding-bottom: 40px;
    padding-top: 35px;
}
footer {
    padding-top: 40px;
    box-shadow: 0 0 13px -11px #000000;
    margin-top: 50px;
}
footer .column:first-child {
    padding-left: 0;
}

footer .column:last-child {
    padding-right: 0;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul a {
    color: #000;
    font-size:14px;
}
.pricing-middle ul li:not(:first-child) {
    display: flex;
    align-items: baseline;
}

.pricing-middle ul li:not(:first-child) span {
    margin-right: 6px;
}

footer .column p {
    font-size: 15px;
    color: #5e5d5d;
    font-family: 'Open Sans';
    line-height: 22px;
}
.follow svg {
    height: 30px;
}

.follow li {
    display: inline-block;
    margin-right: 3px;
}
footer h4 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 16px;
}
/*footer end*/

/*features*/
.feature .icon img {
    height: 30px;
    display: block;
}

.feature .icon {
    background: #2e99cb;
    display: inline-block;
    padding: 10px;
    margin-right: 15px;
}

.features-list .feature {
    display: flex;
    align-items: flex-start;
    padding-right: 30px;
    text-align: justify;
}

.feature h4 {
    margin-top: 0;
    color: #2e99cb;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 6px;
}
.features-list .feature:not(:last-child) {
    margin-bottom: 35px;
}
.features-list .column {
    width: 32%;
    margin-bottom: 20px;
}

.features-list .feature p {
    margin-top: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 23px;
}
.features-list {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
    
}
.features-list h2 {
    margin-bottom: 80px;
}
.features-list .two-columns {
    text-align: left;
}
.two-columns {
    display: flex;
    justify-content: space-around;
}
/*features end*/

/*faq*/
.question {
    position: relative;
    padding-left: 40px;
    padding-bottom: 5px;
}

.question .icon-side {
    position: absolute;
    font-size: 20px;
    color: #2e99cb;
    top: -3px;
    line-height: 16px;
    left: 0;
    border: 3px solid #2e99cb;
    border-radius: 30px;
    padding: 4px 7px;
    font-weight: 600;
}
.faq-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top:40px;
}

.faq-list .question {
    text-align: left;
}

.faq-list .column {
    width: 48%;
}

.faq-list .two-columns {
    justify-content: space-between;
}
.question h4 {
    color: #2e99cb;
}
.faq-list .button {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow:none;
}
/*faq end*/

/*photo section*/
.photo-section img {
    width: 100%;
}

.photo-section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:80px;
}

.photo-section .column {
    width: 50%;
}
.photo-section .two-columns {
    justify-content: space-between;
}
.photo-section h2 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -10px;
}

.photo-section p {
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 22px;
    margin-bottom: 40px;
}
.button:hover {
    transform: scale(1.15);
    background-color: #0b6690;
}
.button{
    transition: .4s ease all;
}
.pricing-button a:hover {
    background: #2e99cb;
    color: #fff;
}

.pricing-button a {
    transition: .4s ease all;
}

/*photo section end*/

/*hamburger menu*/
@media screen and (max-width:980px){
    .hamburger-menu:before {
        content: 'Menu';
        color: #fff;
        position: absolute;
        left: 0;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        font-weight: 700;
        font-size: 19px;
        top: -3px;
    }
    .hamburger-menu>div {
        background: #fff;
        height: 3px;
        width: 30px;
        margin-bottom: 6px;
        float: right;
        clear: both;
    }
    .hamburger-menu {
        position: relative;
        width: 100px;
        height: 23px;
    }
    .menu-list {
        display: none;
    }
    header {
        padding-top: 5px;
    }

    header .mobile-menu a {
        color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-size: 13px;
        padding-left: 0;
        color: #4a4a4a;
        text-align: center;
    }

    .mobile-menu li {
        display: block;
    }
    .mobile-menu {
        background: #dedede;
        display: block;
        position: absolute;
        padding: 10px 30px;
        right: 0;
        top: 17px;
        width: 90vw;
    }
    
    .menu-container {
        position: relative;
    }
    .three-columns, .two-columns {flex-direction: column;}

    .three-step>div {
        overflow: hidden;
    }
    .features-list {
        padding-bottom: 30px;
    }
    
    .photo-section .column {
        width: 100%;
    }
    
    .photo-section .question {
        padding-left: 0;
        margin-top: 40px;
    }
    
    #filters .four-columns {flex-direction: column;}
    
    #filters {
        padding-bottom: 30px;
    }
    
    #pricing .four-columns {
        flex-direction: column;
    }
    
    .pricing-table {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .faq-list .column {
        width: 100%;
    }
    
    footer .column {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    footer .four-columns {
        flex-direction: column;
    }
    .features-list .column {
        width:100%;
    }
}
/*hamburger menu end*/

.menu-list a:after {content: '';height: 3px;position: absolute;bottom: -8px;background: #fff;left: 10px;width:0;transition: all .4s ease;}

.menu-list a {
    position: relative;
    transition: .4s ease all;
}

.menu-list a:hover:after {
    width: calc(100% - 20px);
}

.colored-header{
    background-color: #000;
}
.top-spacing{
    margin-top:150px;
}
.text-spacing .content-wrapper{
    padding-left:10%;
    padding-right:10%;
}
.text-spacing h2{
    margin-left:0 !important;
    margin-top:40px !important;
}
.about-us {
    background-color: #2e99cb;
padding-left: 10%;
padding-right: 10%;
margin-top: 75px;
margin-bottom: 50px;
padding-top: 50px;
padding-bottom: 50px;
}


.about-us-title {text-transform: uppercase;font-size: 50px;color: white;}
.about-us h2 {margin-left: 0;margin-bottom: 20px; color: white;}
.about-us .question {padding-left: 100px;margin-top: 12px;}
.about-us .question p {margin-bottom: 0 !important; color: white;}