/*@font-face{
    font-family:GT-Walsheim;
    src:url(../fonts/GT-Walsheim-Regular.woff2);
    font-weight:400;
}
@font-face{
    font-family:GT-Walsheim;
    src:url(../fonts/GT-Walsheim-Medium.woff2);
    font-weight:600;
}
@font-face{
    font-family:GT-Walsheim;
    src:url(../fonts/GT-Walsheim-Bold.woff2);
    font-weight:700;
}*/
body { font-family: 'Jost', sans-serif; position: relative;font-weight:400;}
.text-decoration-underline{text-decoration:underline;}
.fs-20px{font-size:23px;}
.bg-yellow{background-color:#05396b !important;}
.color-white{color:white;}
.p-7px{padding:7px;}
.py-15px{padding-bottom:8px; padding-top:17px;}
.mt-20px{margin-top:20px;}
.text-dark:hover{color:black !important;}
.banner{background-size: cover;background-position: center;background-repeat: no-repeat; background-color: #ffaa17;padding-top: 210px;padding-bottom: 110px;}
.banner:before { background-image : url("../images/banner-bg.png");content: '';position: absolute; width: 100%;height: 100%; top: 0;opacity: 0.05;}
.banner a img{cursor: pointer;}
.z-index-0{z-index: 0 !important;}
.z-index-1{z-index: 1 !important;}
.z-index-2{z-index: 2 !important;}
ul.list-style li{position: relative; font-size: 18px; padding-bottom: 4px; color: #666;}
.list-style li:before{content: '\f105'; position: absolute;color: #000;font-family: fontAwesome;left: -16px; font-size: 19px; top: 0px;}
h1{font-size: 51px;font-weight: 700;}
h2{ font-size: 35px; font-weight: 600;}
h3{font-size: 28px; font-weight: 600;}
.border-blue { border-color: #203769!important;}
/*.btn-primary{background: #05396b;padding: 10px 35px 10px 13px;color: #fff;text-decoration:none;border-radius: 5px;position: relative;overflow: hidden;display: inline-block;font-size: 20px;font-weight:500;    border: 1px solid #05396b;}
.btn-primary:hover { background: #ffaa17; border: 1px solid #05396b; color: #fff;}
.btn-primary:focus, .btn-secondary:focus {outline: none !important;box-shadow: none !important;}
.btn-primary:after{ content: ''; position: absolute; width: 40px;height: 100px; background: #727272;top: 0;right: -17px;transform: rotate(30deg);opacity: 0.7;transition: 300ms linear;z-index:0}
.btn-primary:hover::after{width: 300%;height: 200%;}*/

.round-stripe{bottom: -78px;    right: -46px;    transform: rotate(180deg);}
.banner p{font-size: 24px;    line-height: 28px;}
a { color: #05396b; }
a:hover{ color: #ffaa17;}
p{ font-size: 18px; line-height: 25px; color: #2c2d30;}
section { padding: 40px 0; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background: none;font-size: 20px;}
.nav-pills .nav-link {font-size: 20px;     position: relative;}
.nav-pills .nav-link:before {    content: ""; position: absolute;background: #ffaa17; height: 2px; width: 100%; top: 1px; transition: 300ms linear; z-index: -1; left: 0;}
.nav-pills .nav-link.active:before {  height: 100%;}
.step{background: #ffaa17;border-radius: 50%;display: flex !important;justify-content: center;align-items: center;color: #05396b; font-weight: 700;height: 45px;width: 45px; transition: 500ms linear;}
.step-content:hover .step{ background: #05396b; color:#fff;}
.step-bg{background-size: cover;background-position: center;background-repeat: no-repeat;}
.step-bg:before { background-image : url("../images/pattern.png");content: '';position: absolute; inset:0;}
.text-blue{ color: #05396b;}
.bg-yellow{background: #ffaa17;}
.card-bg:hover{ box-shadow: 0 0 5px #05396b;}
.tab-content{    background: #fff4e0;padding: 28px 10px;border-radius: 3px;box-shadow: 0 0 3px #ffaa17; border: none;}
.nav-pills .nav-link:after {content: ''; position: absolute; bottom: 21px; width: 20px; height: 20px; background: #fff; transform: rotate(224deg);margin: auto;left: 0;right: 0; z-index: -2;
    transition: 380ms linear;}
.nav-pills .nav-link.active:after{    background: #ffaa17;bottom: -10px;z-index: -2;}
.bottom-5px{bottom: 5px;}
.back-to-top i {font-size: 24px;color: #fff;line-height: 0;}
.back-to-top:hover {background: #ead1a6;}
.back-to-top.active {visibility: visible;opacity: 1;}
.accordion-button:focus { box-shadow: none;}
.close-mark .close {right: -1rem;top: -0.875rem;background: #ff0404;border-radius: 12.5rem;width: 1.875rem;height: 1.875rem;color: #fff!important;font-size: 1rem;font-weight: 400;line-height: 0.625rem !important;transition: .5s;padding: 0.125rem;border: 0px;padding-bottom: 0.563rem !important;z-index: 99;}
.mw-900px {max-width: 56rem !important;}
.fw-600{font-weight: 600;}
.accordion-button::after {filter: grayscale(1);}
.back-to-top {position: fixed;visibility: hidden;opacity: 0;right: 15px;bottom: 15px;z-index: 99999;background: #05396b;width: 40px;height: 40px;opacity:0.8;border-radius: 50%;transition: all 0.4s;}

/*Filp Box CSS*/
.flip-box {background-color: transparent;width: 100%;height: 200px;border: 1px solid #f1f1f1;perspective: 1000px; border-radius: 5px;}
.flip-box-inner {  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s;transform-style: preserve-3d;    box-shadow: 0 0 3px #ccc; border-radius: 5px;}
.flip-box:hover .flip-box-inner {transform: rotateX(180deg);}
.flip-box-front, .flip-box-back {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;min-height: 190px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.flip-box-front {background: linear-gradient(45deg, #fff, #efefef);}
.flip-box-back {background-color: #05396b;color: white;transform: rotateX(180deg);}
/*Filp Box CSS*/


/*Carosal*/
.testimonial-slider { background-color: #ffaa17; padding: 3em 2em;}
.testimonial-title {color: #fff;}
.testimonial-title h2 {padding-left: 0.2em;}
.card { margin: 0 0.5em; box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); border: none;  height: 100%;}
.carousel-control-prev,.carousel-control-next {background-color: #fff;  width: 3em;height: 3em; border-radius: 50%;  top: 60%;transform: translateY(-50%);}
.card-body{min-height: 350px;}
.carousel-control-prev:hover, .carousel-control-next:hover {background: #05396b;}
.carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon {filter: invert(0) grayscale(0);}
/*Carosal*/


.accordion-button:not(.collapsed) { color: #000;   background-color: #ffc56042;}
.accordion-button{font-size: 25px;}
.navbar ul li .nav-link:after { content: '';position: absolute;width: 100%;height: 5px;   background: #fff;left: 0;bottom: -16px; transition: 300ms linear;}
.navbar ul li .nav-link.active:after{background: #ffaa17;}

























#header {min-height: 75px;transition: all 0.5s;z-index: 997;transition: all 0.5s;background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}
.logo img{width:210px;}
.navbar {padding: 0;}
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar a { display: flex; align-items: center;justify-content: space-between;font-size: 18px;font-weight:600;color: #4e4039;white-space: nowrap;transition: 0.3s;}
 .navbar a i {font-size: 12px; line-height: 0; margin-left: 5px; }
.navbar li:hover > a {color:#05396b ;}
.mobile-nav-toggle {color: #7a6960;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}
.mobile-nav-toggle.bi-x {color: #fff;}
 
.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background:#05396b85;transition: 0.3s;}
 .navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}
.navbar-mobile ul {display: block !important;position: absolute;top: 55px;right: 15px;left: 15px;padding: 12px 0 !important;background-color: #fff;overflow-y: auto;transition: 0.3s;border-radius: 10px;}
.navbar-mobile a {padding: 10px 20px;font-size: 15px;color: #7a6960;}
.img_border {border: 3px solid #05396b !important;box-shadow: #B5B5B5 3px 2px 10px !important;border-radius: 8px; }
@-webkit-keyframes up-down {0% {transform: translateY(10px);}100% {transform: translateY(-10px);}}
@keyframes up-down {0% {transform: translateY(10px);}100% {transform: translateY(-10px);}}

.resources-box h3 {font-size: 19px;font-weight: bold;text-decoration: none !important;}
a.text-decoration-none{text-decoration: none !important;}
footer a{color: #05396b; font-weight: bold;}
footer a:hover { color: #fff; }
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}


.navbar {padding: 0;}
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none;align-items: center;}
.navbar li {position: relative;}
 .navbar a i {font-size: 12px; line-height: 0; margin-left: 5px; }
.mobile-nav-toggle {color: #7a6960;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}
.mobile-nav-toggle.bi-x {color: #fff;}
 @media (max-width: 991px) {.mobile-nav-toggle { display: block;}.navbar ul {display: none;}} 
.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background:#05396b85;transition: 0.3s;}
 .navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}
.navbar-mobile a {padding: 10px 20px;font-size: 15px;color: #7a6960;}
@-webkit-keyframes up-down {0% {transform: translateY(10px);}100% {transform: translateY(-10px);}}
@keyframes up-down {0% {transform: translateY(10px);}100% {transform: translateY(-10px);}}
.modal-open{overflow: initial !important;}
footer p{font-size: 15px;}






.btn-primary:focus {color: #fff;background-color: #f7ad2d; border-color: #17386a;box-shadow: none;}
.btn-primary{color: #fff; background: #17386a;   font-size: 20px !important;font-weight: 500 !important; padding: 10px 15px; border: none; border-radius: 0;
    overflow: hidden;  position: relative;  z-index: 1; transition: all 0.5s ease-in-out; text-decoration: none; border-radius: 4px;}
.btn-primary:focus, .btn-primary:hover{ color: #17386a; background: #ffaa17;}
.btn-primary:before, .btn-primary:after{ content: '';background: #17386a;position: absolute;top: 0;right: 0;height: 2px; width: 0;transition: 400ms ease all;}
.btn-primary:after{right: auto;top: auto; left: 0; bottom: 0;}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:hover:after, .btn-primary:focus:after{  width: 100%;  transition: 800ms ease all;}
.btn-secondary{background: #fff; padding: 11px 14px;border-radius: 5px; border: 1px solid #05396b; text-decoration: none; color: #05396b;     font-size: 20px;
    font-weight: 500;}
.btn-secondary:hover{background: #ffaa17;}
.contact-us { border-right: 1px solid #dee2e6;}
.bg-yellow a {
   
    font-weight: 900;
}
.banner-btn a:hover {
    background: #fff;
}
footer a {
    color: #fff;
}
    footer a:hover {
        color: #ffaa17;
    }