@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff'),
        url('../fonts/Nunito-Bold.ttf') format('truetype'),
        url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype'),
        url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBold.woff') format('woff'),
        url('../fonts/Nunito-SemiBold.ttf') format('truetype'),
        url('../fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.woff2') format('woff2'),
        url('../fonts/Nunito-Medium.woff') format('woff'),
        url('../fonts/Nunito-Medium.ttf') format('truetype'),
        url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



body {font-family: 'Nunito'; color: #404040; font-size:17px;  background: url(../../assets/images/whychoose-bg.svg) #fff; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {letter-spacing: 0;}

.btn {
    background-color: #1f86da;
    border-radius: 50px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px;
    min-width: 210px;
    height: 56px;
    line-height: 45px;
    display: inline-flex;
    justify-content: end;
    padding-left: 29px;
    align-items: center;
}
.btn:after {
    content: "";
    background: url(../../assets/images/btn-arrow.png);
    width: 38px;
    height: 38px;
    display: flex;
	    margin-left: auto;
}

.btn:hover, .header-btn>.btn:hover, .btn:focus, .post-more a:hover {background-color: #f04447 !important; color: #fff !important; outline:none !important;}

.post-more>a {
    background-color: #1f86da !important;
    border-radius: 50px !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px !important;
    min-width: 210px;
    height: 56px;
    line-height: 45px !important;
    display: inline-flex !important;
    justify-content: end;
    padding-left: 29px !important;
    align-items: center;
}
.post-more a:after {
    content: "";
    background: url(../../assets/images/btn-arrow.png);
    width: 38px;
    height: 38px;
    display: flex;
	    margin-left: auto;
}


	
.btn-white:hover {
    background-color: #f04447 !important;
    color: #fff;
}
.btn-white:hover:after {
    filter: brightness(9);
}
	
.btn-white {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px;
    min-width: 210px;
    height: 56px;
    line-height: 45px;
    display: inline-flex;
    justify-content: end;
    padding-left: 29px;
    align-items: center;
}
.btn-white:after {
    content: "";
    background: url(../../assets/images/btn-arrow-w.png);
    width: 38px;
    height: 38px;
    display: flex;
	    margin-left: auto;
		
}


a {text-decoration: none !important;} 
.text-right {text-align: right;} 

.t-red {color: #982028;}  

.h1, h1 {font-size:47px; text-transform: uppercase; font-weight: 400;line-height: 1;}
.heading, h2 {font-size:42px;font-weight: bold; color: #f14448; }
h3 {font-size: 24px; color: #2087da; font-weight: bold;}
h4 {font-size:20px;font-weight: 600; }
h5 {font-size:18px;font-weight: 600; } 
h6 {font-size:17px;font-weight: 500; }
p {margin-bottom: 1.5rem;} 

img {max-width: 100%; height: auto;}
.section { padding:100px 0;}

.text-blue {    color: #1f86da;  }

.header-bottom:before {
    content: "";
    background: url(../../assets/images/logo-shadow.png);
    display: block;
    width: 750px;
    position: absolute;
    left: 10%;
    right: 0;
    top: 0;
    height: 490px;
    transform: scale(1.5);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/*Header*/
#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index:11;
}

.header-top {
    padding: 7px;
    position: relative;
    z-index: 1;
    background: rgb(34 34 34 / 20%);
}

.header-top .ft-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    filter: brightness(9);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.header-top li>a {
    font-size: 0;
    padding-left: 0;
    background-position: center;
}
.header-bottom>.container>.row {margin: 0;}
.header-top .inline {display: inline-block;	color: #fff;padding-right: 20px;font-size: 16px;font-weight:500;}
.header-top .inline a {color: #fff;}
.header-top .inline a:hover {color: #ee8f15;}


.navbar-nav>li {
    padding-right: 10px;
    position: relative;
    display: flex;
    line-height: 70px;
    align-items: center;
}

.navbar li>a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 29px;
    height: 48px;
}


.navbar li:hover>a, .navbar li.current-menu-item a {
    color: #ffffff;
    background-color:#c65265bd !important;
    border-radius: 50px;
}

.home .navbar li.current-menu-item a {
    background: transparent !important;
}

.home .navbar li.current-menu-item a:hover {
    background-color: #f04447a8 !important;
}


.gray-header .inline a {color: #000; font-weight:400;}

.sub-menu-toggle span {
    display: none;
}
button.sub-menu-toggle {
    border: none;
    background: none;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 40px;
    background: #f1f9fc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0;
    list-style: none;
    min-width: 150px;
    border-radius: 35px;
    padding: 4px;
	    text-align: center;
}


.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.sub-menu li a {
    padding: 10px 20px;
    display: block;
    line-height: 19px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    border-bottom: #DDC solid 0px;
    line-height: 24px;
    height: 44px;
}

.sub-menu li a:hover {
    color: #fff;
}

button.sub-menu-toggle:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0dd";
    color: #fff;
    position: relative;
    top: -3px;
left: -32px;
}
.menu-item-has-children>a {
    padding-right: 34px !important;
}



/*Footer*/
#footer {
background:#edf6fd;color: #404040;line-height: 1.8;}
.footer-row {padding: 100px 0;}
.ft-widget ul { list-style: none; margin: 0; padding: 0;}
.ft-widget ul li {
    margin-bottom: 10px;
}
#footer a { color: #404040;}
#footer a:hover {color:#787878;}
.ft-widget h5 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #2087da;
    font-weight: bold;
}
.ft-widget h5:after {content: ""; background: #f14448; width:35px; height: 3px; display: block; margin-top: 5px;}

.copyright-row>.container {
    padding: 30px 0;
    border-top: #a49f9b solid 1px;
}
.copright-text span {padding: 0 20px;}
.copright-text b {
    font-weight: normal;
}
.ft-social {margin: 0; padding: 0; list-style: none;}
.ft-social a {width: 28px; height: 25px; display: block; line-height: 18px; padding-left: 35px;} 
.ft-social a:hover {opacity: 0.5;} 

.fb{background: url(../../assets/images/fb.png) no-repeat; } 
.linkden{background: url(../../assets/images/linkden.png) no-repeat; }   
.insta{background: url(../../assets/images/insta.png) no-repeat; } 
.youtube{background: url(../../assets/images/youtube.png) no-repeat; } 