

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:hover {

    -webkit-transition: 0.3s ease;

    transition: 0.3s ease;

}



a {

    transition: all 0.5s ease 0s;

    text-decoration: none !important;

    outline: none !important;

}



html,

body {

    margin: 0 !important;

    padding: 0px !important;

    font-family: "Roboto", sans-serif;

    font-weight: 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-family: Arial, Helvetica, sans-serif;   
}



h2 {



    font-size: 46px;
    line-height: 49px;
    color: #3C9FDE;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;

}

h2 span {

    font-weight: bold;
    color: #1B2967;
    display: inline;
    font-size: 46px;
    line-height: 49px;
 font-family: Arial, Helvetica, sans-serif;
}

h3 {



    font-size: 38px;

    line-height: 53px;

    margin-bottom:30px;

}





p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #888B95;
    margin-bottom: 0px;
}



.common-space-top {

    padding-top: 145px;

}

.common-space-bottom {

    padding-bottom: 145px;

}

.common-space-inner-top {

    padding-top: 64px;

}

.common-space-inner-bottom {

    padding-bottom: 64px;

}





/* === THEMED BUTTONS === */

.common-blue-btn {

    background: #318ACF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    color: #fff !important;
    padding: 8px !important;
    display: inline-flex;
    align-items: center;
    min-width: 179px;
    font-size: 12px !important;
    letter-spacing: 1.5px;
    text-transform: uppercase !important;
    font-weight: bold !important;
    transition: all 300ms ease;
    justify-content: space-between;

  }

  img.common-btn-arrw {

    margin-right: 5px;

    transition: all 300ms ease;

}  

img.common-btn-arrw-2 {

    margin-left: 20px;

    opacity: 0;

    width: 0;

    transition: all 300ms ease;

} 

.common-blue-btn:hover img.common-btn-arrw-2  {

    opacity: 1;

    width:auto;

}

.common-blue-btn:hover img.common-btn-arrw  {

    opacity: 0;

    width: 0;

}

  .btn-common:hover,

  .btn-common:focus {

    padding: 19px 23px 19px 30px;

  }

 

 





.btn-submit{

    background: #006FBA 0% 0% no-repeat padding-box;

    border-radius: 4px;

    color: #fff;

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 600;

    padding: 15px 56px;

    border: 1px solid #006FBA;

}

.btn-submit:hover{

    background: #fff 0% 0% no-repeat padding-box;

    color: #006FBA;

    border: 1px solid #006FBA;

}


.read-press {
    background: #318ACF;
    border-radius: 24px;
    display: inline-block;
    padding: 16px 40px 17px 51px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.8px;
}
.read-press span {
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    transition: all 0.3s ease 0s;
}
.read-press:hover {
    padding: 16px 51px 17px 40px;
    color: #fff !important;
}
.read-press:hover span {
    right: 28px;
    left: auto;
    transform: translateX(56%);
}

.future-banner{
    background: transparent linear-gradient(101deg, #40AED9 0%, #3052A2 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 60px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    max-width: 990px;
    margin: 0 auto;
    /* margin-bottom: 105px; */
}
.future-banner-left h2{
    font-size: 46px;
    margin-bottom: 0px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: capitalize;
}
.future-banner-left h2 span{
     font-size: 40px;
    line-height: 46px;
    font-weight: normal;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.future-banner-right p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
}

@media (min-width: 1300px){

    body .container {
        max-width: 1225px;
    }

}

@media (min-width: 1800px){

    body .container {

        max-width: 1600px;

    }

    }

@media (max-width:1200px) {

    h2 {
        font-size: 32px;
        line-height: 35px;
    }
     h2 span {
        font-size: 32px;
        line-height: 35px;
    }

}

@media (max-width:991px) {

    .btn-submit{

        padding: 10px 51px;

    }
    h2 {
        font-size: 32px;
        line-height: 35px;
    }
     h2 span {
        font-size: 32px;
        line-height: 35px;
    }

      h3 {

        font-size: 26px;

        line-height: 40px;

      }

.common-space-bottom {

    padding-bottom: 90px;

}

.common-space-top {

    padding-top: 90px;

}

}


@media (max-width: 991px) {
    .future-banner
 {
        padding: 40px 30px;
        margin-bottom: 52px;
        margin-top: 0px;
    }
    .future-banner-left h2{
        font-size: 30px;
        line-height: 36px;
    }
    .future-banner-left h2 span {
    font-size: 28px;
    line-height: 36px;
    }
    .future-banner-left h2
 {
        font-size: 28px;
        line-height: 36px;
 }
    
}
@media (max-width: 767px) {
    .future-banner{
        margin-top: 0;
        padding: 59px 48px;
        margin-bottom: 52px;
        flex-direction: column;
        align-items: flex-start;
        background: transparent linear-gradient(180deg, #40AED9 0%, #3052A2 100%) 0% 0% no-repeat padding-box;
    }
    .future-banner-left h2{
        font-size: 40px;
        line-height: 43px;  
        margin-bottom: 27px;
        font-weight: normal;
    }
    .future-banner-left h2 span{
        font-size: 40px;
        line-height: 43px;  
        font-weight: bold;
    }
    .future-banner-right p{
        font-size: 16px;
        line-height: 22px;
    }
}


@media (max-width:767px) {

    

    .common-space-inner-top {

        padding-top: 44px;

    }

    .common-space-inner-bottom {

        padding-bottom: 44px;

    }

    p {

        font-size: 16px;

        line-height: 26px;

    }

    body .container {

        padding-left: 20px;

        padding-right: 20px;

    }

}

@media (max-width: 767px) {
    h2 {
        font-size: 34px;
        line-height: 38px;
    }
    h2 span{
        font-size: 34px;
        line-height: 38px;
    }
    .inner-banner-content
 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 80px;
    display: flex
;
    justify-content: center;
    align-items: end;
    background: transparent linear-gradient(257deg, #0C144B00 0%, #060B2A99 100%) 0% 0% no-repeat padding-box;
}
}

@media (max-width: 767px) and (min-width:580px) {
    .inner-banner-content h1 {
        max-width: 623px;
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .inner-banner-content h1 span {
        font-size: 34px;
        line-height: 38px;  
    }
    .inner-banner-content {
        padding-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .future-banner{
        padding: 49px 30px;
    }
}

@media (max-width: 370px) {

    .inner-banner-content
 {

    padding-bottom: 60px;
    background: transparent linear-gradient(257deg, #0C144B00 0%, #060B2A99 100%) 0% 0% no-repeat padding-box;
}
    .inner-banner-content h1 {
        max-width: 350px;
        font-size: 30px;
        line-height: 36px;
    }
        .inner-banner-content h1 span {
        font-size: 30px;
        line-height: 36px;  
    }
}