@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.eot');
    src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        url('../fonts/Metropolis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.eot');
    src: url('../fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff'),
        url('../fonts/Metropolis-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.eot');
    src: url('../fonts/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff'),
        url('../fonts/Metropolis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBold.eot');
    src: url('../fonts/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff'),
        url('../fonts/Metropolis-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jonova';
    src: url('../fonts/Jonova.eot');
    src: url('../fonts/Jonova.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jonova.woff2') format('woff2'),
        url('../fonts/Jonova.woff') format('woff'),
        url('../fonts/Jonova.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a {
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

html,
body {
    margin: 0;
    padding: 0px;
    font-family: 'Metropolis';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;

}

input,
button,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

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

img {
    max-width: 100%;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: normal;
    letter-spacing: 4.46px;
    font-family: 'Jonova';
    text-transform: uppercase;
}


h2 {

    font-size: 38px;
    line-height: 43px;
    color: #000;
    font-weight: normal;
    letter-spacing: 3.53px;
    font-family: 'Jonova';
    text-transform: uppercase;
}

h3 {

    font-size: 12px;
    line-height: 14px;
    color: #4180D7;
    margin-bottom: 16px;
    font-weight: 300;
    font-family: 'Metropolis';
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
    display: inline-block;
    letter-spacing: 1.2px;
}
h3::after {
    content: '';
    width: 52px;
    height: 0.5px;
    background: #4180D7;
    position: absolute;
    left: 0;
    top: 50%;
}
h4 {

    font-size: 12px;
    line-height: 14px;
    color: #4180D7;
    margin-bottom:12px;
    font-weight: 400;
    font-family: 'Jonova';
    text-transform: uppercase;
    letter-spacing: 1.2px;
}



p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis';
    font-weight: normal;
    color: #000000;
}



/* === THEMED BUTTONS === */
.common-btn-blue {
    border-radius: 24px;
    color: #fff;
    /* padding: 18px 27px; */
    padding: 0px 0px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 300ms ease;
    letter-spacing: 1.2px;
    font-family: 'Metropolis Semi' !important;
  }
.common-btn-blue:hover {
    /* background: #2668C4; */
    color: #fff;
}
.common-btn-blue span {
    position: relative;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 10px 0 17px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    background: url(../images/arrow-right-white-double.svg) -25px center #4180D7 no-repeat;
}
.common-btn-blue:hover span {
    background: url(../images/arrow-right-white-double.svg) 13px center #4180D7 no-repeat;
}
.home-header .menu-main-wrap .common-btn-blue {
    color: #0A1F3D;
}
.home-header.fixed .common-btn-blue {
    color: #0A1F3D;
}
.common-space-top{
    padding-top: 114px;
}
.common-space-bottom{
    padding-top: 114px;
}

.btn-common-blue{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #4180D7;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 28px;
    padding: 0px 0 0 24px;
    height: 55px;
    letter-spacing: 1.4px;
    line-height: normal;
    font-family: 'Metropolis Semi';
}
.btn-common-blue.white{
    color: #fff;
}

.btn-common-blue span {
    position: relative;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 10px 0 17px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    background: url(../images/arrow-right-white-double.svg) -25px center #4180D7 no-repeat;
}
.btn-common-blue:hover span {
    background: url(../images/arrow-right-white-double.svg) 15px center #4180D7 no-repeat;
}
.btn-common-blue.white-btn{
    /* background: #fff; */
    color: #FFF;
}
.btn-common-blue.white-btn span{
    background: url(../images/arrow-right-white-double.svg) -24px center #4180D7 no-repeat;
}
.btn-common-blue.white-btn:hover span {
    background: url(../images/arrow-right-white-double.svg) 13px center #4180D7 no-repeat;
}


@media (min-width: 1300px){
body .container {
    max-width: 1200px;
}
}
@media (min-width: 1800px){
    body .container {
        max-width: 1600px;
    }
    }
@media (max-width:1024px) {

}
@media (max-width:991px) {

   
 
    h4 {
    
        font-size: 12px;
        line-height: 14px;
    }

}
@media (max-width:767px) {
    body .container {
        max-width: 100%;
    }
    .common-space-top{
        padding-top: 100px;
    }
    .common-space-bottom{
        padding-top: 100px;
    }
    
    p {
        font-size: 14px;
        line-height: 20px;
    }
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}