@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-regular.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/OpenSans-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/OpenSans-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-SemiBold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'OpenSans-bold';
    src: url('../fonts/OpenSans-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/OpenSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
html {
    scroll-behavior: smooth;
  }
body{
    font-family: 'OpenSans-Regular';
    font-size:14px;
    color: #3D5975;
}
.logo {
    width: 142px;
}



span.flags a {
    margin-right: 5px;
}

span.flags img {
    height: 17px;
}


nav .nav-link{
    font-family: 'OpenSans-bold' ;
    border-radius: 4px;
}
a.nav-link:hover {
    background: #4295e1;
    color: white !important;
}
nav.navbar {
    background: white !important;
    box-shadow: 0px 0px 10px #686868ab;
}

.banner {
    margin-top: 88px;
}
/* .banner{
    height:430px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/mainbanner.jpg);
    color:#fff;
    padding-top: 50px;
    font-family: 'OpenSans-bold';
    background-attachment: fixed;
} */
.service-box {
    margin-bottom:40px;
}
.service-img{
    height: 200px;
    /* background: url(../images/sample-img.jpg); */
    background-position: center;
    background-position: center !important;
    background-size: cover !important;
}
.service-head {
    padding: 10px 0px;
    font-family: 'OpenSans-bold';
    font-size: 15px;
    letter-spacing: -1px;
}
.service-body{
    background: #3d5975;
    border-radius: 0px 0px 10px 0px;
    padding: 20px;
    color: #fff;
    line-height: 1.4rem;
    min-height: 293px;
}
.service-body ul{
    padding: 0px;
    margin: 0;
}
.service-body ul li{
    list-style-type:none;
}
.heading{
    font-family: 'OpenSans-bold'; 
    color: #3D5975;
    font-size: 26px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
}
.services .heading{
    margin-top: 52px;
}
.heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height:8px;
    background: #4295E1;
    bottom: -5px;
    right: 0;
}
.profile-section{
    padding: 0px 0px;
    background: #F7F7F7;
    overflow: hidden;
}
.profile-section img{
    height: 100%;
}
.profile-section{
    color:#3D5975;
}
@media only screen and (max-width:991px){
    .profile-section img{
        width: 100%;
    }
    .copy-right{
        text-align: center;
        height:auto !important;
    }
    .copy-right .float-left,  .copy-right .float-right{
        float: none !important;
    }
    .copy-right i{
        margin-top:7px;
    }
}
strong{
    font-family: 'OpenSans-bold'; 
}
.services {
    margin-bottom: 60px;
}
/* .profile-section {
    min-height: 350px;
    padding: 60px 0;
    background: #F7F7F7;
}
.profile-image{
    margin-top: 30px;
}
.profile-image img{
    width:120px;
} */
footer{
    background: url(../images/footer-bg.jpg);
    color: white;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding-top:60px;
    position: relative;
    font-size:17px
}
footer::before{
    content: "";
    position: absolute;
    background: #3d3d3d2e;
    width: 100%;
    height: 100%;
    top: 0;
}
footer .heading{
    color: white;
}
.contact-form {
    margin-top: 70px;
}
.contact-form input{
border-radius: 0px;
}
.copy-right {
    background:#c6c6c6;
    color: #3D5975;
    font-size: 14px;
    padding: 22px;
    height: 67px;
    margin-top: 100px;
}
.copy-right i {
    text-align: center;
    margin-right: 10px;
    background: white;
    color: #c6c6c6 !important;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    font-size: 23px;
    padding-top: 7px;
}
.partners{
    background: #ffffff;
    padding:60px 0px;
    text-align: center;
}
.partners img {
    width: 140px;
    margin: 20px 0px;
}
.submit-btn {
    background-color: rgba(255, 255, 255, 1);
    padding: 8px 47px !important;
    font-weight: bold;
    font-size: 15px;
    transition: all .3s;
    border: 0px;
}
.submit-btn:hover{
    background: #4295E1;
}

.service-head img {
    width: 39px;
}