html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archivo', sans-serif;
}

h2 {
    font-size: 38px;
    font-weight: 600;
    color: #161c2d;
}

ul,
li,
a,
p {
    font-family: 'Archivo', sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec {
    padding: 40px 0;
    width: 100%;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: underline;
    background-color: #19aa89;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.border {
    position: relative;
}

.border:before {
    background-color: #b11b0e;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: -12px;
    width: 70px;
}

.error_page {
    color: #fff;
    text-align: center;
}

.error_page h1 {
    margin: 0 0 20px;
}

.main_btn1 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    background: #ffffff00;
    overflow: hidden;
    /* border: 1px solid #19aa89; */
    border-radius: 10px;
    background-color: #2e4b5d;
}

.main_btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    background: #19aa89;
    border-radius: 10px;
}

.s9_right.ss {
    text-align: center;
    margin: 0 0 40px;
}

/************************** Blog************************************/
.blog_banner {
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(150, 105, 97, 0.67) 0%, rgba(2, 0, 76, 0.84) 100%), url(blogimg/blog_banner.jpg);
}

.blog_ban_box h1 {
    margin: 0 0 10px;
}

.blog_ban_text_left {
    color: #fff;
}

.blog_ban_text_left h2 {
    color: #fff;
}

.blog_ban_text_left {
    padding: 0;
    margin-top: 20px;
}

.blog_post {
    border-radius: 30px;
    border: 1px solid #eee;
    transition-duration: .2s;
    height: 460px;
    margin: 0 0 30px;
}

.blog_img img {
    border-radius: 30px 30px 0 0;
}

.blog_post:hover {
    box-shadow: 5px 5px 3px hsla(0, 0%, 80%, .6);
    transform: translateY(-3px);
    transition-duration: .2s;
}

.blog_bot.sec {
    background: #fff;
}

.blog_post_text h2 {
    font-size: 20px;
}

.blog_post_text {
    background-color: #fff;
    padding: 1.25rem;
    margin: 0 0 20px;
}

.blog_post_text p {
    color: #706f6f;
    margin: 10px 0;
}

.blog_post_text a {
    color: #fab552;
}

.blog_icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    top: 0;
    transform: translate(-50%, 40%);
}

.blog_innerbanner {
    padding: 40px 0 100px;
    background: linear-gradient(180deg, rgb(39 30 74) 22%, rgb(255 255 255 / 84%) 100%), url(blogimg/blog_innerbanner.jpg);
    position: relative;
    z-index: 11;
}

.blog_innerbanner:before {
    position: absolute;
    content: "";
    background-image: url(blogimg/blog_innerbanner.svg);
    background-size: 100% 100px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform: scale(1, -1);
}

.blog_ban_box {
    color: #fff;
}

.blog_ban_box h2 {
    color: #fff;
}

.blog_contentleft p {
    margin: 20px 0;
}

.blog_contentpoint {
    color: #333;
    background: #4c9a4526;
    padding: 20px 30px;
    border-radius: 10px;
}

.blog_contentpoint h4 {
    font-weight: 600;
    margin: 10px 0;
}

.blog_contentpoint ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 10px;
}

.blog_contentpoint ul li:before {}

.blog_contentpoint ul {
    text-decoration-style: dashed !important;
}

.blog_contentleft h2 {
    font-size: 25px;
    margin: 20px 0;
}

.blogh3 {
    padding: 30px;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    position: relative;
    border: 2px solid #001376;
    margin: 20px 0;
    border-radius: 20px;
}

.blog_contentleft ul li {
    margin: 0px 0 10px;
    position: relative;
}

.blog_contentleft ul li i {
    color: red;
    margin: 0 10px 0px 0;
}

.blog_contentleft ul li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ban_1.png) no-repeat;
    background-size: 20px;
}

.blogh3 h3 {
    position: relative;
    margin: 0px 0 10px;
    /* padding:0 0 0 36px; */
    font-weight: 700;
}

.blog_contentpoint a {
    display: inherit;
    margin: 0 0 8px;
    color: #4c9a45;
    font-weight: 500;
}

.blog_contentleft img {
    margin: 20px 0;
    width: 900px;
}

.blog_contentright {
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.25);
    margin: 0 0 30px;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    border-top: 18px solid #4c9a45;
    position: fixed;
    top: 50px;
    z-index: 1;
    width: 30%;
}

.blog_contentright img {
    height: 60px;
}

.blog_contentright h2 {
    font-size: 25px;
    margin: 20px 0;
}

.s14_btn {
    text-align: center;
}

.blog_color1 {
    color: #000;
    background: #fdc71b;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 20px 0;
}

.blog_contentleft h3 {
    margin: 20px 0;
}

/************************** popup  ************************************/
.modal {
    top: 0%;
    background: #000000de;
}

.modal-dialog {
    max-width: 500px;
    margin: 50px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px;
}

.pop_heading h5 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 15px;
    border-left: 4px solid #0071dc;
    padding: 0 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #19a988;
}

.pop_heading h4 {
    font-size: 15px;
    color: #858585;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}

span.pop_icon {
    position: absolute;
    color: #19aa89;
    left: 13px;
    top: 11px;
}

.field .form-control {
    width: 100%;
    border-radius: 0;
    padding: 3px 0 4px 37px;
    resize: auto;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
}

.modal-content {
    box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
    width: 450px;
    border-bottom: #f7941d 5px solid;
    border-radius: 23px;
}

#popupform p {
    text-align: center;
    font-size: 14px;
    color: #f41368;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    border: none;
    width: 100%;
    background: #19aa89;
}

button.close {
    background: url(img/cross.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1;
}

.fade.in {
    overflow: hidden;
}

.field textarea.form-control {
    height: auto;
}

button.ban_btn span {
    background: #bf2727;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50px;
    display: block;
    text-align: center;
}

/************************** popup ************************************/

/*sidebar form*/
.sidebar_form_bg {
    width: 250px;
    position: fixed;
    top: 20%;
    transform: translate(-250px, 0);
    border-radius: 5px;
    cursor: pointer;
    transition: linear .3s;
    z-index: 99;
    box-shadow: 46px 5px 10px 0 #00000029;
}

.sidebar_active {
    transform: translate(0, 0);
}

.sidebar_head {
    position: absolute;
    transform: rotate(-90deg);
    right: -168px;
    background: #2e4b5d;
    padding: 10px;
    color: #ffffff;
    top: 130px;
    width: 300px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
}

.sidebar_form {
    background: #fff;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    border: 2px solid #f7941d;
}

.sidebar_head h3 {
    font-size: 18px;
}

.sidebar_form .form-control {
    padding: 13px;
    height: auto;
    border: 2px solid #19aa89;
}

.sidebar_form button.ban_btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: none;
    background: #19aa89;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}

/*sidebar form end*/

/************************** header  ************************************/
.header {
    width: 100%;
    padding: 0;
    /* position:absolute; */
    z-index: 999;
    background: #fff;
    position: relative;
}

.head_top {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.head_top ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.head_top ul li a {
    color: #ffffff;
    font-size: 13px;
}

.head_top ul li span {
    margin: 0 10px 0 0;
    color: #ffffff;
}

.logo {
    width: 100%;
    text-align: center;
    margin: 0px 0;
}

.logo img {
    margin: 0px 0;
    height: 80px;
    max-width: 75%;
}

.head_mid {
    margin: 33px 0;
    text-align: center;
}

.head_mid .navbar-nav>li {
    display: inline-block;
    float: none;
    padding: 0;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    padding: 0px 0 0 18px;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}

.dropdown-menu {
    padding: 0 0;
    margin: 0;
    background-color: #fff;
    top: 24px;
}

.dropdown-menu>li>a {
    color: #000;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #ababab;
}

.caret {
    color: #eb5c3e;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #000000;
    transition: 0.7s;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ff5421;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    margin: 0 auto;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.head_bot {
    width: 100%;
    /* padding:5px 0; */
}

.head_left {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.head_left ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 20px;
}

.head_left ul li span {
    margin: 0 15px 0 0;
}

.head_left ul li a {
    color: #ffffff;
    font-weight: 700;
}

.head_right {
    width: 100%;
    text-align: right;
    margin: 7px 0;
}

.head_topright {
    text-align: right;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}

.head_topleft {
    text-align: left;
    padding: 5px 0;
}

.head_box1 a {
    color: #000;
    font-size: 14px;
}

.head_box1 span {
    font-size: 20px;
    float: left;
    margin: 10px 10px 0 0;
}

.head_box1 span i {
    color: #2f55d4;
}

.head_topright a {
    color: #fff;
}

.head_topright a span {
    margin: 0 5px 0 0;
}

.head_bot .container {
    /* box-shadow:inset 0 0 200px #ffffff; */
    /* border-radius:50px; */
    /* background:#ffffff; */
    /* padding:3px 0; */
}

.head_midbtn {
    padding: 10px 20px;
    background-color: #19aa89;
    margin: 22px 0;
    color: #ffffff;
    border-radius: 10px;
}

.head_midbtn {
    margin: 22px 0;
}

.head_mid li.yel:before {
    content: "";
    position: absolute;
    background: #E9BD00;
    width: 100%;
    height: 8px;
    border-radius: 5px 5px 0px 0px;
    bottom: 0;
    left: 9px;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 350ms ease-in-out;
    top: 34px;
}

.head_mid li.yel:hover:before {
    transform: scale(1);
}

.dropdown {
    display: inline-block;
    padding: 0px 0 0 18px;
}

.headbtn {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #ffd300;
    background: linear-gradient(169deg, #ffbc00 0, #ffe700 100%);
}

.head_top {
    width: 100%;
    padding: 5px 0;
    background-color: #000000;
    border-bottom: 1px solid #fff;
}

.head_top ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.head_top ul li a {
    color: #ffffff;
    font-size: 13px;
}

.head_top ul li span {
    margin: 0 10px 0 0;
    color: #ffffff;
}

.head_midbtn a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.head_midbtn a span {
    margin-right: 6px;
    font-size: 18px;
    color: #ffffff;
}

/************************** Banner  ************************************/
.h_banner {
    width: 100%;
    padding: 60px 0px 30px;
    overflow: hidden;
    background: url(img/main_banner.webp) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.ban_right:before {
    content: url(img/form-bg-two.webp);
    position: absolute;
    top: -78px;
    left: -135px;
    overflow: hidden;
}

.ban_left {
    width: 100%;
    margin-top: 30px;
}

.ban_left h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.ban_left p {
    color: #fff;
    margin: 20px 0;
}

.ban_left ul {
    color: #fff;
    column-count: 2;
}

.ban_left ul li span {
    margin: 0 10px 0 0;
    color: #fec531;
}

.ban_left ul li {
    margin: 0 0 10px;
    font-weight: 600;
}

.ban_bot_list ul {
    margin: 5px 0 20px;
}

.ban_right {
    width: 100%;
    position: relative;
    z-index: 1;
}

.ban_form {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 30px;
    padding: 20px 20px;
    margin-top: 10px;
}

.ban_form h3 {
    margin: 0 0 20px;
    text-align: center;
    color: #19aa89;
    font-size: 25px;
    font-weight: 800;
}

.ban_form .form-control {
    height: auto;
    padding: 15px;
    border: none;
    color: #000;
    border-radius: 4px;
}

.ban_form button.ban_btn {
    padding: 15px 10px;
    border-radius: 4px;
    border: none;
    background: #ffc107;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #000;
}

.ban_left p {
    margin: 15px 0;
    font-size: 16px;
}

span#discount-text {
    color: #ffffff;
    font-size: 30px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.ban_right label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

span.green-color {
    color: #2e4b5d;
}

.btn-submit {
    width: 100%;
    /*margin-top: 25px;*/
    text-align: center;
    border: none;
    color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    position: relative;
}

.or-box {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    color: #202942;
    padding: 8px;
    top: 10px;
    box-shadow: -1px 2px 11px 0 rgb(0 0 0/20%);
}

.home-desc-center span {
    display: block;
    font-weight: 600;
}

.blue-theme {
    background: #2e4b5d;
    color: #fff;
}

.form-btn {
    display: inline-block;
    border: none;
    outline: none;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 700;
    width: 49%;
}

.whats-app-theme {
    background: #19aa89;
    color: #ffffff !important;
}

.ban_btn ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.ban_img {
    width: 50%;
}

.ban_btn {
    margin: 20px 0;
}

/************************** Section 1  ************************************/
.h_sec1.sec {
    background: url(img/hero-bg.svg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.s1_box img {
    height: 60px;
}

/************************** Section 2  ************************************/
.s2_left h2 {
    margin: 0 0 20px;
    font-size: 35px;
}

.s2_box {
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 23px 0;
}

.s2_box h3 {
    margin: 15px 0 10px;
    font-size: 26px;
    font-weight: 700;
}

.s2_box.s2 {
    margin-top: 60px;
}

.h_sec2.sec {
    position: relative;
    z-index: 2;
    background: #fff;
}

/************************** Section 2  ************************************/
.h_sec3.sec {
    background: #fff;
    position: relative;
    z-index: 2;
}

/*section 3*/
.s3_top {
    text-align: center;
    margin: 0 0 50px;
}

.s3_top h2 {
    margin: 0 0 20px;
}

.s3_box {
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d9d9d9;
    border-radius: 11px 11px 11px 11px;
    margin: 0 0 30px;
    height: 270px;
}

.s3_box h3 {
    margin: 15px 0;
    font-size: 22px;
    color: #000;
}

.s3_content {
    position: absolute;
    content: "";
    top: 74px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.s3_content h3 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 22px;
}

/************************** Section 4  ************************************/
.s4_top {
    color: #fff;
}

.h_sec4 {
    text-align: center;
    background-image: url(img/s4_banner.svg);
    background-color: #1e61d3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
    z-index: 2;
}

.s4_top h2 {
    color: #fff;
}

.s4_top p {
    margin: 20px 0;
}

/************************** Section 5  ************************************/
.h_sec5.sec {
    background: #F6F4F2;
    position: relative;
    z-index: 2;
}

.s5_right h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

.s5_right {
    margin: 0 0 30px;
}

.s5_box {
    margin: 0 0 30px;
}

.s5_box h3 {
    margin: 10px 0;
    color: #000;
}

.s5_btn {
    text-align: center;
    margin-top: 20px;
}

.s5_left img {
    border-radius: 50px;
}

/************************** Section 6  ************************************/
.s6_right {
    background: #233273;
    color: #fff;
    padding: 20px 20px;
    border-radius: 30px;
    margin-top: 30px;
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.s6_right h3 {
    margin: 0 0 20px;
}

.s6_right img {
    margin: 20px 0;
}

td {
    padding: 6px 0px;
    border: none;
    padding: 10px 30px;
}

tbody {
    background-color: transparent;
    width: 100%;
}

td.right {
    text-align: right;
}

.s6_left h2 {
    margin: 20px 0;
    color: #000;
}

.s6_left ul li {
    display: inline-block;
    margin: 15px 0;
}

.s6_left ul li span {
    margin: 0 10px 0 0;
    color: #fec531;
}

.s6_left h3 {
    margin: 20px 0;
    color: #000;
}

.h_sec6.sec {
    background: #fff;
    /* position: relative; */
    /* z-index: 2; */
}

/************************** Section 7  ************************************/
.h_sec7 {
    /* background:#f3f6f6; */
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 999;
    background-image: url(img/faq.jpeg);
    background-size: cover;
}

.accordion_head {
    color: #F95C19;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    background: #ffffff00;
    /* -webkit-box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 16%); */
    color: #ffffff;
    background: #0a2840;
    box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 16%);
    margin: 10px 0px 0px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #0a2840;
    border-radius: 10px;
}

.accordion_head:after {
    content: "";
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
    opacity: 0;
}

.accorion_head:hover:after {
    opacity: 1;
}

.accordion_body {
    background: #ffffff;
    margin: 0 0 14px 0;
}

.accordion_body p {
    padding: 20px 20px;
    background: #ffffff;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid;
}

.plusminus {
    float: right;
    color: #ffffff;
    font-size: 30px;
    padding: 2px 12px;
    border-radius: 5px;
    margin: -3px 15px 0 0;
    font-weight: 600;
}

.s7_top {
    text-align: center;
    margin: 0 0 30px;
}

.s7_right {
    position: relative;
    z-index: 1;
    background: #0a2840;
    width: 100%;
    border-radius: 30px;
    padding: 20px 20px;
    margin-top: 120px;
}

.s7_right h3 {
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}

.s7_right h3 span {
    color: #ffc107;
}

.h_sec8.sec {
    position: relative;
    z-index: 2;
    background: #fff;
}

.s8_top h2 {
    color: #000;
    font-size: 44px;
}

.s8_top p {
    font-size: 20px;
    margin: 20px 0;
}

.s8_top p {
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
    font-weight: 600;
}

.h_sec8 .container {
    background: url(img/s8_1.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 80px 50px;
    border-radius: 50px;
}

.h_sec9 {
    background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.s9_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}

.s9_box {
    width: 100%;
    padding: 20px 30px;
    background: #514fa7;
    color: #fff;
    border-top: 6px solid #ffaa17;
    position: relative;
}

.s9_box::before {
    content: "\f10e";
    position: absolute;
    font-family: 'FontAwesome';
    top: 87px;
    right: 30px;
    font-size: 60px;
    line-height: 0;
    color: #ffaa17;
}

.s9_box_top {
    width: 100%;
}

.s9_box_top img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.s9_box_top h3 {
    margin: 30px 0 10px;
    display: inline-block;
}

.s9_box_bot {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}

.s9_right h2 {
    font-size: 30px;
    color: #fff;
}

.s9_right p {
    margin: 20px 0;
}

.s9_right ul li {
    display: inline-block;
}

.s9_right ul li span {
    color: #ffaa17;
}

span.white {
    color: #fff !important;
}

.h_sec10.sec {
    background: #fff;
    position: relative;
    z-index: 2;
}

.s10_right h2 {
    margin: 0 0 20px;
}

.h_sec11.sec {
    background: #fff;
    position: relative;
    z-index: 2;
}

.s11_right h2 {
    margin: 0 0 20px;
}

.s11_left img {
    border-radius: 50px;
}

/************************** Contact-us   ************************************/

/*inner section*/

/************************** Banner  ************************************/
.inner_h_banner {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #000;
    overflow: hidden;
}

.inner_ban_left h1 {
    font-size: 40px;
    font-weight: 600;
}

.inner_ban_left span {
    background: #16537c;
    color: #fff;
}

.inner_ban_left p {
    margin: 20px 0;
}

.inner_ban_list {
    background: #16537c;
    color: #fff;
    padding: 1rem;
    border-radius: 20px;
}

.inner_ban_btn ul li {
    display: inline-block;
}

.inner_ban_btn {
    margin-top: 20px;
}

.inner_ban_list ul li {
    margin: 0 0 10px;
    font-size: 13px;
}

.inner_ban_list ul li span {
    margin: 0 10px 0 0;
}

.inner_ban_list h3 {
    margin: 0 0 10px;
    font-weight: 600;
}

.inner_ban_right img {
    margin-left: -2.2rem;
    max-width: 695px;
    height: auto;
    overflow: hidden;
}

/************************** Section 1  ************************************/
.h_sec20 {
    background: url(img/s20_banner.webp) no-repeat;
    background-size: cover;
}

.s20_left h2 {
    color: #fff;
    margin: 0 0 20px;
}

.s20_left p {
    color: #fba937;
    font-size: 26px;
}

.btnStyle {
    background: #19aa89;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    border: none;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.btnStyle:hover {
    background: #2e4b5d;
    color: #ffffff;
}
/************************** Section 2  ************************************/
.universities-img {
    background: url(img/s12_uni.webp);
    background-position: 50%;
    height: 65px;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
    top: 16px
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -3050px 0
    }
}

.h_sec12 {
    background: url(img/s12_banner.webp) no-repeat;
    background-size: cover;
}

.s12_left h2 {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
}

/************************** Section 2  ************************************/

/************************** Section 3  ************************************/
.h_sec13 {
    background: url(img/s12_banner.webp) no-repeat;
    background-size: cover;
}

.s13_left h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.s13_left p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.s13_right ul li {
    font-size: 14px;
    margin: 0 0 10px;
}

.s13_left {
    border-right: 4px solid #febb06;
}

/************************** Section 4  ************************************/
.h_sec4 {
    background: url(img/s20_banner.webp) no-repeat;
    background-size: cover;
    color: #fff;
}

.s14_left h2 {
    color: #ffffff;
    font-size: 30px;
}

.s14_left h3 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #fff;
}

.s14_tab {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.s14_tab ul {
    display: inline-block;
    text-align: center;
    border: none;
}

.s14_tab ul li:hover a {
    background: transparent;
}

.s14_tab ul li a {
    border: none;
    color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    color: #ffffff;
    background: #fba937;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}

.s14_tab ul li {
    -webkit-transition: linear .4s;
    list-style: none;
    margin: 0 10px 0;
}

.s14_tab ul li:hover i {
    transform: rotate(360deg);
    transition: linear .3s;
}

.s14_tab ul li a,
.s14_tbox .nav-tabs>li>a {
    color: #16537c;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
}

.s14_tab ul li a::before {
    content: "";
    position: absolute;
    background: #fba937;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.s14_tab ul li a:hover::before {
    width: 100%;
}

.s14_tab ul li a:hover {
    color: #fba937;
}

.s14_tab ul li i {
    margin: 0 10px 0 0;
    color: #ffb400;
}

.s14_box h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    /* text-align: center; */
    color: #0275d8;
    margin: 20px 0;
}

.s14_box.active {
    box-shadow: 0px 29px 62px 0px rgb(0 0 0 / 19%);
}

.s14_box.active h5 {
    color: #000000;
}

.s14_box:hover {
    box-shadow: 0px 29px 62px 0px rgb(0 0 0 / 19%);
}

.s14_box:hover h5 {
    color: #000000;
}

.s14_box:hover .s2_box.active {
    box-shadow: none;
}

.s14_box {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
    transition: linear 0.5s;
    padding: 10px 30px;
    border-radius: 20px;
}

.s14_box p {
    color: #000;
}

.s14_boximg img {
    border-radius: 20px;
}

.h_sec14.sec {
    background: url(img/s20_banner.webp);
}

.s14_right p {
    color: #fff;
}

/************************** Section 5  ************************************/
.h_sec15 {
    background: url(img/s12_banner.webp) no-repeat;
    background-size: cover;
}

.h_sec15 {
    position: relative;
}

.h_sec15:before {
    position: absolute;
    content: "";
    background: url(img/s15_1.webp)no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 50%;
}

.s15_left h2 {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px;
}

.s15_left p {
    font-size: 14px;
}

.s15_right h2 {
    background: #16537c;
    color: #fff;
    padding: 20px 20px;
    font-size: 22px;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 20px;
}

/************************** Section 6  ************************************/
.h_sec16 {
    background: #2e4b5d;
    position: relative;
    z-index: 8;
}

.s16_top {
    text-align: center;
    margin: 0 0 30px;
}

.s16_top h2 {
    margin: 0 0 20px;
    color: #fff;
}

.s16_top p {
    color: #fff;
}

.s16_box ul li {
    display: inline-block;
    color: #ffffff;
    background: #19aa89;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 0 0 20px;
    width: 24.5%;
    text-align: center;
    font-weight: 600;
}

.s16_btn {
    text-align: center;
}

.s16_btn .main_btn1 {
    background: #fff;
    color: #000;
}

/************************** Section 7  ************************************/
.h_sec17 {
    background: #f3f3f3;
}

.s17_left h2 {
    font-size: 25px;
}

.s17_left p {
    margin: 20px 0;
}

/*************sec 8****************/
.h_sec18 {
    background: url(img/s20_banner.webp) no-repeat;
    background-size: cover;
    color: #fff;
}

.s18_left h2 {
    color: #fff;
    margin: 0 0 20px;
}

ul.list-unstyled.m-0.mt-4 {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

ul.list-unstyled.m-0.mt-4 li {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #fff;
}

p.m-0.fs-5 {
    color: #fba937;
}

.s18_left p {
    margin: 0 0 20px;
    font-size: 15px;
}

/*************sec 9****************/
.h_sec19 {
    background: #e2e3e5;
}

.s19_box h2 {
    font-size: 20px;
    margin: 20px 0;
}

.s19_box p {
    font-size: 14px;
}

/*inner section*/
.inner_page_banner {
    width: 100%;
    padding: 130px 0 30px;
    text-align: center;
    background: #000000;
    color: #fff;
}

.inner_page_banner h3 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
}

.terms_section {
    width: 100%;
    padding: 40px 0;
}

.terms_section h5 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.terms_section p {
    margin: 10px 0;
    color: #666;
    font-size: 16px;
}

.terms_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #21a7d0;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}

.terms_section ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    color: #000;
}

.terms_section ul li a {
    color: #102a45;
    text-transform: capitalize;
}

.terms_section .form-control {
    resize: none;
    border-radius: 0;
    height: auto;
    padding: 13px;
    border-color: #ccc;
}

.terms_section_form {
    width: 100%;
}

.terms_section_form h5 {
    font-size: 22px;
    margin: 0 0 30px;
}

.terms_s_left {
    width: 100%;
    padding: 90px 0;
}

.terms_s_left h3 {
    font-size: 24px;
    margin: 0 0 10px;
}

.terms_s_left p {
    color: #666;
}

.capbox0 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#CaptchaDiv0 {
    width: 20%;
    background: var(--white);
    padding: 9px 12px;
    margin: 0 0 15px;
    border-radius: 0;
    float: left;
    border: 2px solid #555;
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 76%;
    float: left;
    border-radius: 0;
    margin: 0 0 0 20px;
    border: 2px solid #555;
}

#CaptchaInput0 {
    margin: 1px 0px 1px 30px;
    width: 130px;
    border-radius: 0;
    padding: 4px;
    border: 2px solid #555;
}

button.cont_but {
    font-size: 18px;
    background: #f7941d;
    color: #fff;
    border-radius: 50px;
    padding: 12px 0;
    box-shadow: 0px 5px 15px #00000087;
    transition: 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: none;
}

/************************** Footer  ************************************/
footer {
    width: 100%;
    overflow: hidden;
    background: #212942;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 2;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 70px 0 40px;
    color: #fff;
}

.foot_bot {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ffffff;
    background: #212942;
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: var(--white);
    margin: 0 0 30px;
}

.foot_box h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}

.foot_box h3:before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20%;
    background: #ffffff;
}

.foot_box p {
    color: #fff;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: 10px;
    transition: ease .2s;
    background: #f7941d;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    font-size: 14px;
}

.foot_box ul li a:hover {
    font-size: 16px;
    color: #c11414;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}

.foot_box ul li span {
    margin: 0 10px 0 0;
}

.footerimg {
    margin-top: 20px;
}

/*responsive*/
@media screen and (max-width:1366px) {}

@media screen and (max-width:980px) {
    h2 {
        font-size: 30px;
        font-weight: 500;
    }

    p {
        font-size: 14px;
    }

    .sec_head h2 {
        font-size: 30px;
    }

    .head_mid {
        margin: 0 0;
        text-align: center;
    }

    .logo {
        margin: 5px 0;
    }

    .sec {
        padding: 40px 0;
        overflow: hidden;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 5px;
    }

    .dropdown-menu {
        top: 46px;
    }

    .head_menu ul li a {
        padding: 7px 20px;
    }

    .sidebar_form_bg {
        display: none;
    }

    .head_midbtn {
        display: none;
    }

    .ban_left h1 {
        font-size: 30px;
    }

    .ban_left p {
        font-size: 18px;
    }

    .ban_img {
        width: 80%;
    }

    .ban_form h3 {
        font-size: 20px;
    }

    .form-btn {
        font-size: 16px;
    }

    .accordion_head {
        font-size: 16px;
    }

    .main_btn {
        padding: 12px 30px;
    }

    .ban_list ul li {
        font-size: 14px;
    }

    .foot_box {
        margin: 0 0 20px;
    }

    button.cont_but {
        width: 100%;
    }

    #CaptchaDiv0 {
        width: 16%;
        padding: 9px 7px;
    }

    .capbox-inner0 {
        width: 78%;
        margin: 0 0 0 10px;
    }

    #CaptchaInput0 {
        margin: 0 0 0 7px;
        width: 55px;
    }

    .terms_s_left {
        padding: 0;
    }

    .rev_s1_left {
        margin: 0 0 20px;
    }
}

@media screen and (max-width:767px) {
    .blog_contentright {
        text-align: center;
        padding: 20px 20px;
        box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.25);
        margin: 0 0 30px;
        border-radius: 15px 15px 15px 15px;
        overflow: hidden;
        border-top: 18px solid #4c9a45;
        position: relative;
    }

    .inner_ban_right img {
        margin-left: 0;
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

    .s20_left {
        text-align: center;
        margin: 0 0 20px;
    }

    .s12_left {
        text-align: center;
        margin: 0 0 20px;
    }

    .s14_tab ul {
        display: flex;
        flex-direction: column;
    }

    .h_sec15:before {
        display: none;
    }

    .s16_box ul li {
        width: 100%;
    }

    .s1_box {
        text-align: center;
    }

    .s2_left {
        margin: 0 0 30px;
    }

    .s2_box {
        margin: 0 0 20px;
    }

    .s2_box.s2 {
        margin-top: 0px;
    }

    .s3_box {
        height: auto;
    }

    .s3_boxss {
        display: none;
    }

    .s5_right {
        margin-top: 30px;
    }

    .s6_right {
        position: relative;
        width: 100%;
    }

    .s7_right {
        margin-top: 20px;
    }

    .s10_right {
        margin: 20px 0;
    }

    .s9_right {
        margin: 20px 0;
    }

    .main_btn {
        padding: 10px 20px;
    }

    h2.main-title.mb-4 {
        margin: 0 0 10px;
    }

    section#process {
        display: none;
    }

    h2 {
        font-size: 26px;
    }

    .sec {
        padding: 30px 0;
    }

    .sec h2 {
        font-size: 20px;
    }

    a.main_btn {
        width: 100%;
        text-align: center;
    }

    button.navbar-toggle {
        margin: -44px 0 0;
        background-color: #000;
    }

    .header {
        position: relative;
        background: #ffffff;
    }

    .head_mid {
        margin: 0;
    }

    .logo {
        text-align: left;
    }

    .modal-content {
        width: 314px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }

    .head_mid .navbar-nav>li {
        display: block;
        float: none;
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 4px 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000000;
        text-align: center;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
        margin: 10px 0 0;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        color: #ffffff;
    }

    .head_b_btn {
        width: 100%;
        text-align: right;
        position: relative;
        display: none;
    }

    .head_topright {
        display: none;
    }

    .h_banner {
        background-position: unset;
        padding: 10px 0 30px;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #000000;
    }

    .ban_left h1 {
        font-size: 20px;
    }

    .ban_btn ul li {
        margin: 0 5px 0 0;
    }

    .ban_btn {
        text-align: center;
    }

    .ban_img {
        width: 100%;
    }

    .left-hlf li p {
        display: inline-block;
        font-size: 20px;
    }

    .left-hlf .exprt {
        margin-left: 0;
        padding-left: 0;
        position: relative;
        margin-top: 20px;
    }

    .dir-help {
        padding: 10px 30px;
        width: 100%;
        text-align: center;
    }

    .dir-help:before {
        display: none;
    }

    .right-hlf p a {
        font-size: 16px;
    }

    .callto {
        margin-top: 20px;
        text-align: center;
    }

    .accordion_head {
        font-size: 13px;
        line-height: normal;
        padding: 11px 15px 11px 15px;
    }

    .plusminus {
        font-size: 24px;
        padding: 0;
        margin: 0;
    }

    .accordion_body p {
        padding: 10px 10px;
    }

    .terms_section {
        padding: 30px 0;
    }

    .inner_page_banner {
        padding: 30px 0 30px;
    }

    .terms_section_form {
        width: 100%;
        margin: 0;
    }

    .terms_section_form h2 {
        font-size: 30px;
    }

    .modal-dialog {
        max-width: 340px;
        margin: 30px auto 0;
    }

    .pop_heading h5 {
        font-size: 10px;
        margin: 0;
        border-left: none;
        padding: 22px 0 0 13px;
    }

    .pop_heading h4 {
        font-size: 12px;
    }

    .pop_heading {
        padding: 0;
    }

    .modal-body p {
        display: none;
    }

    #CaptchaDiv0 {
        width: 100%;
    }

    .capbox-inner0 {
        width: 100%;
        margin: 0 0 0 0px;
    }

    #CaptchaInput0 {
        width: 57px;
        margin: 1px 0px 1px 0;
    }

    button.cont_but {
        width: 100%;
    }

    .foot_box ul li {
        line-height: 30px;
        position: relative;
        font-size: 14px;
    }
}