@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html{scroll-behavior:smooth}
body{
    background-color: #535BB2;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}

html {
    height: 100%;
    margin: auto;
    width: 100%;
  }

h1, h2, h3{
line-height: 1.2;
font-family: 'Raleway', sans-serif;
}

h1{
font-size: 36px;
margin: 0;
padding: 0;
}


h3{
font-size: 28px;
margin: 15px 0;
}

h2{
font-size: 32px;
}

html{
scroll-behavior: smooth;
width: 100%;
}

a, div, :hover, img{
transition: all 0.3s ease-out;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


* { box-sizing: border-box; }

button {
    outline: 0;
    cursor: pointer;
}

a {
color: #333;
}
a:hover {
    text-decoration: none;
}

img, video{
max-width: 100%;
}

/*start from here*/

.container{
    max-width: 1200px;
}

.header img{
    width: 100%;
}

.header{
    padding: 10px 0;
}

.header--container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--link{
    display: flex;
    width: 80%;
    max-width: 200px;
}

.tp .header--link{
    max-width: 200px;
}

.tp main{
    background-color: #fff;
    color: #000;
}

#footer{
    padding: 0px;
    background: #242a6c;
}

#footer .logo{
    width: 80%;
    max-width: 150px;
}

.col2 a{
    display: flex;
}

.list-unstyled{
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
}

.terms{
    padding: 60px 0;
}

.opt{
    display: flex;
    justify-content: center;
}

.homepage #footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #353e9b;
}

#footer .col-md-4 img{
    max-width: 30px;
    margin-left: 10px;
}

#footer .align-self-right{
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.copy{
    font-size: 12px;
    opacity: .5;
    padding: 0;
    margin: 5px 0;
}

#footer .col1{
    display: flex;
    justify-content: start;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

#footer .col2{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}


#footer .col2 img{
    width: 20px;
}

.hero{
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-image: url('images/back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media(max-width:768px){
    .hero{
        min-height: 50vh;
    } 
}

.homepage .header{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

.hero:before{
    background: #535BB2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: .7;
}

.hero h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 56px;
    padding-top: 60px;
}

@media (max-width:768px){
   
.hero h1{
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 30px;
} 
}

.hero .rec{
    color: #FF804C;
}

.cont{
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}

.cont a{
    color: #fff;
}

.cont p{
    margin: 0;
}
.cont-container{
    display: flex;
    flex-direction: column;
}

#footer a, .header a{
    color: #fff;
}
.header a{
    text-decoration: none;
    padding-left: 10px;
}

.cta{
    background-color: #fff;
    color: #535BB2;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.info{
    
}

.info.white{
    background-color: #fff;
}

.info.white p, .info.white h3{
    color: #000;
}

.innner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-inner{
    max-width: 350px;
}

.imgs img{
    max-width: 300px;
    margin: 50px 0;
}

.imgs-right{
    display: flex;
    justify-content: flex-end;
}

.info-inner--right{
    text-align: right;
}
@media(min-width:768px){
.info-row .col-md-6:nth-child(1){
    border-right: 1px solid rgb(255, 255, 255);
    position: relative;
}

.info-row .col-md-6:nth-child(1):before{
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    right: -8px;
    border-radius: 20px;
    border: 2px solid rgb(255, 255, 255);
    background: #535BB2;
    top: 50%;
    transform: translateY(-50%);
}

.info.white .info-row .col-md-6:nth-child(1):before{
    border: 2px solid #000;
    background: #fff;    
}

.info.white .info-row .col-md-6:nth-child(1){
    border-right: 1px solid #000;
    position: relative;
}

}

.imgs-right img{
    padding-right: 40px;
}

.imgs-left img{
    padding-left: 40px;
}


.contact{
    padding-top: 80px;
    padding-bottom: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
}
.contact-out{
    background-color: #fff;
    width: 100%;
}

.contact .logo{
    max-width: 200px;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    filter: brightness(0);
}
.contact a{
    color: #004CA9;
}

.contact h1{
    margin-bottom: 20px;
}

@media(max-width:768px){
    .imgs-right img {
        padding-right: 0px;
        max-width: 200px;
        margin: 20px 0;
    }
    .imgs-left img {
        padding-right: 0px;
        max-width: 200px;
        margin: 20px 0;
        padding-left: 0;
    }
    .imgs-right, .imgs-left, #footer .col1, #footer .col2 {
        display: flex;
        justify-content: center;;
    }
    .info{
        padding: 30px 0;
    }
    .info.white{
        padding-top: 30px;
    }
    .info-inner--right,.info-inner {
        text-align: center
    }
    #footer .col2{
        padding-bottom: 12px;
    }
}