
/* ==================== */
body{ font-family: 'Mulish'; }
* {padding: 0px;margin: 0px;}
p {padding: 0px; }
ul {padding-left: 20px;}
ul{margin: 0; padding: 0; margin-left: 20px; }
ul li{ list-style: disc; margin-bottom: 10px;font-weight: 500; }
a {color: #000; text-decoration: none;transition: all 0.3s;}
a:hover {text-decoration: none;}
figure {margin-bottom: 0;}
h2 span {color: #0abab5;}
h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0; }
h1{ font-size: 50px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h2{ font-size: 48px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h3{ font-size: 42px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h4{ font-size: 36px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h5{ font-size: 32px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h6{ font-size: 24px;color: #282828;margin-bottom: 20px;font-family: 'Mulish';font-weight: 700; letter-spacing: -0.25px; } 
h1, h2, h3, h4, h5, h6 { margin-top: 35px; }
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0px;}
.default_template{ margin-bottom: 50px;}
.mobile{ display: none; }

.list-style{margin: 0; padding: 0;}
.list-style li{position: relative;padding-left: 30px; list-style: none;}
.list-style li::before{content: "";background-image: url(../images/select.png);position: absolute;left: 0;height: 20px;width: 22px;top: 3px;background-size: contain;background-repeat: no-repeat;}

.container {max-width:1420px;margin: auto;} 
.default_btn{border: 2px solid #dd200d;background: #dd200d;padding: 11px 31px;font-size: 18px;line-height: 26px;color: #fff;position: relative;display: inline-block;overflow: hidden;text-transform: capitalize;z-index: 1;transition: 0.3s ease-in-out;font-family: 'Mulish';font-weight: 600;letter-spacing: 1px;border-radius: 10px;}
.default_btn:hover{ color: #fff; transition: 0.3s ease-in-out; background: #0055a5;}
.tra-btn {background: transparent;border: 2px solid #0055a5;color: #0055a5;}
.arrow-btn img {margin-left: 15px;width: 14px !important;margin-top: -4px;} 
p {color: #111111;font-size: 17px;line-height: 30px; font-weight: 500;}

.form-page form {  max-width: 800px; margin: auto;} 
.form-group {margin-bottom: 20px;}  
.form-group textarea{ height: 150px;}   
.form-group {margin-bottom: 18px;}  
.form-group .form-control {display: block;border: 1px solid #c9c9c9;padding: 14px 15px;border-radius: 50px;font-weight: 500;color: #444444;font-size: 16px;font-family: 'Mulish';}
.form-group .form-control::placeholder {color: #0a1c50;}    
.form-group textarea.form-control {height: 120px;border-radius: 30px;}  
.form-group span.wpcf7-form-control-wrap {width: 70%;}  
.form-group span.wpcf7-form-control-wrap .form-control { width: 100%;}  
.form-group label { font-size: 16px; margin-bottom: 8px; line-height: normal; font-weight: 500;    padding-left: 15px;} 
.form-group.submit-btn { margin-bottom: 0;}

.form-sec { max-width: 1000px; margin: auto;border: 1px solid #f0f0f0; padding: 30px 40px;border-radius: 20px;background: #f1f8ff;}
.form-sec .default_btn {outline: none; border: none;}   
.payment-book img { width: 100%;}   
.payment-book {background: #fff; padding: 40px 40px; border-radius:20px;}   
.payment-book h5 {background: #0abab5; color: #fff; padding: 22px 20px 30px 20px;text-align: center;border-radius: 10px;font-size: 28px; text-transform: capitalize;}
.payment-book h6 {font-size: 22px;line-height: normal;margin-bottom: 30px;margin-top: 0;background: #333446;color: #fff;padding: 12px 20px 20px 20px;text-align: center;border-radius: 10px;}
.contact-img img{ width: 100%; border-radius: 15px; }   
.contact-info {margin-top: 70px;display: flex;flex-wrap: wrap;justify-content: center;} 
.contact-info .contact-box {width: 250px;text-align: center;border-right: 1px solid #333446;}
.contact-info .contact-box span {background: #fff;height: 50px;width: 60px;display: flex;align-items: center;justify-content: center;border: 1px solid #0055a5;background-color: #003b73;margin: auto;}
.contact-info .contact-box span img {width: 25px;filter: invert(1);}
.contact-info .contact-box h6 {margin-top: 20px;margin-bottom: 8px;font-size: 24px;color: #003b73;}
.contact-info .contact-box a {color: #333446;font-weight: 500;font-size: 16px;    }
.contact-info .contact-box a:hover {color: #dd200d;}
.contact-info .contact-box:last-child {border-right: none;}
.contact-info .contact-box:hover span {animation: prt-bounce .5s ease-in-out 50ms;}
@keyframes prt-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.site-map ul {column-count: 3;}
.site-map ul li {list-style: none;}
.site-map ul li .default_btn {padding: 11px 20px;display: block;text-align: center;}
 
.scroll-to-target {cursor: pointer;position: fixed;bottom: 15px;right: 15px;display: none;width: 30px;height: 30px;line-height: 20px;color: #fff;z-index: 999;background-color: #6fc0d3; border-radius: 30px !important;}
.scroll-to-target a svg {fill: #fff;width: 30px;height: 30px;padding: 8px;}
.btn-center {text-align: center;padding-top: 35px;}
 
/* ======faq-page-start====== */
.inner-faq {margin-bottom: 90px;}
.faq-page {padding: 60px 0px;}
.faq-page h4 {text-align: center;margin-bottom: 40px;color: #000000;}
.faq-page .accordion-item h2 {margin-bottom: 0;}
.faq-page .collapsed::after {background-color: #e90536 !important;}
.faq-page .accordion {margin: 0px auto 0px;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.faq-accordion-col {width: 100%;}
.faq-page .accordion-item {margin-bottom: 12px;border: 0;border: 1px solid #dddddd;border-radius: 0px;overflow: hidden;box-shadow: 8px 0px 30px hsl(0deg 0% 56.47% / 15%);}
.faq-page .accordion-item:hover {border-color: #e90536;}
.faq-page .accordion-item:last-child {margin-bottom: 0px;}
.faq-page .accordion-button {position: relative;color: #111111;padding: 15px 55px 15px 35px;font-size: 17px;line-height: 30px;font-family: 'Mulish';font-weight: 700;box-shadow: none;}
.faq-page .accordion-button:not(.collapsed) {background-color: transparent;}
.faq-page .accordion-button:not(.collapsed) {box-shadow: none;}
.faq-page .accordion-button::after {width: 32px;height: 32px;background-color: #003b73;background-position: center center;border-radius: 50%;position: absolute;right: 15px;top: 14px;background-image: url("../images/plus.png");background-size: auto;}
.faq-page .accordion-button:not(.collapsed)::after{transform: rotate(0deg);background-image: url("../images/minus.png");background-size: auto;}
.faq-page .accordion-body {padding: 0px 35px 20px 35px;color: #111111;font-size: 17px;font-family: 'Mulish';font-weight: 400;}
.faq-page .accordion-body ul {margin-top: 15px;}
.faq-page .accordion-body a {color: rgb(164, 206, 15);}
.faq-page .accordion-body a:hover {color: rgb(2, 87, 151);}
:is(.faq-page) :is(.accordion-body) :is(p, h1, h2, h3, h4, h5, h6, li, div, span) {color: rgb(18, 18, 19);}
.faq-page .accordion-body p {line-height: 24px;}
.inner-faq { padding-top: 20px;}
        
.fix-sec {position: fixed;right: 10px;bottom: 10px; z-index: 9;}
.fix-sec ul {padding: 0;margin: 0;}
.fix-sec ul li {margin-bottom: 12px;list-style: none;}
.fix-sec ul li:last-child{ margin-bottom: 0;}
.fix-sec ul li a {display: flex;height: 50px;width: 50px;border-radius: 50px;background: #fff;align-items: center;justify-content: center;box-shadow: 0px 0px 6px #adadad;}
.fix-sec ul li a img {width: 42px;border-radius: 50px;}

.page404 { text-align: center;}
.page404 figure img {width: 450px;margin: auto;}
.page404 h6 {font-size: 56px;margin-bottom: 20px;font-weight: 600;}
.page404 p {font-size: 20px;margin-bottom: 20px;}
        
 .table {max-width: 100%;margin: auto;background: #ecf6ff; border: 1px solid #0072df;border-collapse: separate;border-radius: 10px;} 
 .table thead {background: #003b73;border-bottom: 1px solid #0072df;box-shadow: none;border-radius: 10px 0px 10px 0px;}
 .table thead tr th:nth-child(1){border-radius: 10px 0px 0px 0px;}
 .table thead tr th:last-child{border-radius: 0px 10px 0px 0px;}
 .table tr:last-child td, .table tr:last-child th{border-bottom: none;}
 .table tr th:first-child , 
 .table tr td:first-child{ text-align: left;}
 .table thead tr th {border-bottom: 1px solid #a0c878 !important;}
 .table tr th, .table tr td {padding: 15px 30px;color: #111111;font-size: 14px; font-weight: 500;text-align: center;}
 .table thead tr th {font-weight: 700; border-bottom: none;color: #fff;}

/* =============visa_types-Start============= */
.client_sec {padding-bottom: 120px;overflow: hidden;position: relative;}
.client_sec:before {content: "";position: absolute;bottom: -80px;left: 0px;right: 0;background-image: url(../images/client_shadow.png);height: 500px;background-size: 100%;width: 1647px;margin: auto;}
.client_sec h4 {text-align: center;margin-bottom: 45px;}
.client-box {background: #003b73;padding: 20px 20px;border: 6px solid #fff;margin: 0 7px;text-align: center;height: 100%;}
.client-box img {width: auto !important;text-align: center;margin: auto;margin: 20px auto;}
.client-box p {color: #fff;font-size: 14px;line-height: 24px;font-weight: 400;}
.client-box span {color: #fff;font-size: 16px;line-height: 30px;font-weight: 400;}
.client_slider .owl-item, .client_slider .owl-item .item {height: 310px;}
.client_sec .client_slider {padding: 0 100px;}
.client_sec .client_slider .owl-nav button.owl-prev span, .client_sec .client_slider .owl-nav button.owl-next span {display: none;}
.client_sec .client_slider .owl-nav {justify-content: center;margin: auto;display: flex;position: relative;margin-top: 20px;margin-left: -20px;}
.client_sec .client_slider .owl-nav button.owl-prev:before {content: "";width: 15px;height: 11px;position: absolute;background-image: url(../images/client_click.png);background-size: auto;top: 7px;margin: 0px 0px 0px -30px;}
.client_sec .client_slider .owl-nav button.owl-next::after {content: "";width: 15px;height: 11px;position: absolute;background-image: url(../images/client_click.png);background-size: auto;transform: rotate(180deg);top: 7px;margin: 0 0 0 40px;}
 
/* ======inner-banner-start====== */
.inner_banner {background: #003b73;padding: 50px 0px;margin-bottom: 50px;}
.inner_banner h1 {color: #fff;text-align: center;margin-bottom: 0;}

.frace_banner {margin-bottom: 70px;}
.frace_banner img{ width: 100%; border-radius: 10px;} 

 
.resources p a {color: #003b73;}
.resources p a:hover {color: #dd200d;}
