@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap');
body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #232323;
    padding: 0;
    overflow-x: hidden;
    margin: 0;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: #444444;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #111111;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    max-width: fit-content;
}

.text-center {
    text-align: center;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.banner-img {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 12%;
}

.banner-img img {
    width: 100%;
    max-width: 100%;
}

header {
    padding-top: 30px;
    background: #0a2b4c;
}

.box-inner-hero {
    background: #0a2b4c;
    position: relative;
    box-shadow: 0 19px 38px rgb(255 255 255 / 30%), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 30px;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
    margin-top: -120px;
    margin-bottom: 50px;
}

.img-tab p {
    font-size: 12px;
    color: gray;
}

.theme-btn.style-two {
    background: #f48209;
    margin-top: 15px;
    padding: 15px 20px;
}

.ban-links {
    text-align: right;
}

.box-inner-hero .title-line-2 {
    margin-bottom: 20px;
}

.box-inner-hero ul li {
    text-align: center;
    display: inline-flex;
    list-style: none;
    margin: 0px 15px 30px 15px;
    justify-content: center;
}

.box-inner-hero ul {
    display: flex;
    justify-content: center;
}

.theme-btn.style-one span {
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 25px;
    line-height: 49px;
    border: 3px solid;
    color: #0050b2;
    vertical-align: middle;
}

/*XXXXXX*/

.headings-title {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height:41px;
}

.banner-img p {
    text-align: center;
    font-size: 32px;
    color: #a4a4a4;
}

.headings-title span {
    color: #0a2b4c;
}

p:last-child {
    margin: 0;
}


.theme-btn1.style-one1 {
    background: #f48209;
    margin-top: 15px;
    font-size:20px;
    font-weight:500;
    height:50px;
    width:200px;
    font-size:17px;
    /*font-weight:00;*/
    padding:13px;
    
}
.theme-btn1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn1:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: #010100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.theme-btn1:hover:before {
    bottom: -40%;
}

.theme-btn1.style-one1:hover {
    color: #fff;
}
.theme-btn.style-one {
    background: #f48209;
    margin-top: 15px;
    font-size:20px;
    font-weight:500;
    height:50px;
    width:200px;
    font-size:20px;
    font-weight:700;
    padding:13px;
    
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: #010100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.theme-btn:hover:before {
    bottom: -40%;
}

.theme-btn.style-one:hover {
    color: #fff;
}

.bg-color {
    background: #000;
    padding: 50px 0;
}

.title-line-2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}

.title-line-2 span {
    color: #f48209;
}

.counter-line {
    text-align: center;
}

.counter-line p {
    color: #a5a5a5;
    font-size: 20px;
}

.counter-line h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.title-line-3 {
    text-align: center;
    color: #000000;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 600;
}

.title-line-3 span {
    color: #0a2b4c;
}

.list-point p {
    color: #000;
    font-size: 22px;
}

.list-point ul li {
    position: relative;
    padding-left: 20px;
    line-height: 35px;
}

.list-point ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    /*background: url(../images/cir-icon.svg);*/
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 7px;
}
.muul{
    list-style-type:none;
    margin-left:0px;
}

.heads h4 {
    margin: 0;
}

.heads p {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 60px;
}

.grad-main p:nth-child(1) {
    text-align: center;
    color: #000000;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
}

.grad-main p:nth-child(3) {
    font-size: 20px;
}

.grad-main img {
    margin: 30px 0;
}

.needs-but p {
    margin: 0;
    font-size: 22px;
    color: #000;
    margin-top: 60px;
}

.doc-intro .title-line-2 {
    text-align: left;
    font-size: 35px;
    margin: 0;
}

.doc-intro strong {
    color: #f48209;
    font-size: 32px;
    margin: 50px 0;
    display: block;
    line-height: 35px;
}

.list-bio ul li:nth-child(1) {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.list-bio ul li {
    line-height: 30px;
    color: #a5a5a5;
    font-size: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.lg {
    align-self: center;
}

.box-main {
    text-align: center;
    position: relative;
    padding: 80px 15px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    height: 100%;
    margin-left:30px;
    margin-right:30px;
}

.icon-img img {
    width: 50%;
    height: 95px;
    width: 95px;
    position: absolute;
    left: -32px;
    top: -55px;
}
.wid-100 .col-lg-2.col-md-2.col-sm-12 {
    width: 16%;
    margin: 0 20px;
}

.journey-sep {
    margin: 60px 0;
}

.journey-sep .title-line-3 {
    margin-bottom: 90px;
}

.youtube-video {
    margin: 10px 0;
}

.graydit {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(168, 200, 241, 1) 100%);
}

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #0a2b4c 2px solid;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    color: #000;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */

.faq-drawer__title:hover {
    color: #4e4b52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.faq-drawer__content p {
    font-weight: 400;
    margin-top: 15px;
}

footer {
    background: #0a2b4c;
    padding: 60px 0;
}

.blue-se {
    background:white;
    color:black;
    border-radius: 20px;
    padding: 75px 20px;
    margin-right: 85px;
}

.blue-se h5 {
    color: #0a2b4c;
    font-size: 18px;
    margin-bottom: 30px;
}

.blue-se p {
    border-bottom: 2px solid #0a2b4c;
    color: #0a2b4c;
    font-size: 22px;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.blue-se p span {
    position: absolute;
    right: 0;
    font-size: 33px;
    bottom: 6px;
}

.foot h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.foot p,
a {
    color: #fff;
}

.text-fb p {
    color: #fff;
}

.text-fb.txt-right p {
    text-align: right;
    font-size: 25px;
}
.my_top
{
    margin-top: 100px;
    
}
.banner-img .title-line-2 {
    font-size: 45px;
    margin-top: 0px;
    font-weight: 600;
    line-height:60px;
}

.list-add {
    box-shadow: 0 0 15px #e1e1e1;
    height: 100%;
    padding: 20px;
}

.list-add p {
    font-size: 14px;
}

.list-add p strong {
    font-size: 16px;
    color: #000;
}

.h-whatsapp {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    position: fixed;
    top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
    padding: 13px;
    z-index: 99
}

/*XXXXXXXXXXX Responsive Css XXXXXXXXXXX*/

@media (max-width:1199px) {
    header .theme-btn.style-one {
        margin: 0;
    }
    .banner-img .title-line-2 {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 2px;
        line-height:40px;
    }
    .banner-img p {
        text-align: center;
        font-size: 22px;
        color: #a4a4a4;
    }
    .box-inner-hero ul {
        display: inherit;
        text-align: center;
    }
    .box-inner-hero ul {
        display: inherit;
    }
    .box-inner-hero ul li {
        width: 42%;
        text-align: center;
        display: inline-block;
        list-style: none;
        justify-content: center;
        margin: 20px;
    }
    .title-line-2 {
        font-size: 22px;
    }
    .box-inner-hero {
        margin-top: 50px;
    }
    .headings-title {
        font-size: 22px;
        line-height:40px;
    }
    .title-line-3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .heads p {
        font-size: 16px;
    }
    .heads p {
        font-size: 16px;
    }
    .grad-main p:nth-child(1) {
        font-size: 20px;
    }
    .grad-main p:nth-child(3) {
        font-size: 16px;
    }
    .doc-intro .title-line-2 {
        font-size: 25px;
    }
    .doc-intro strong {
        font-size: 18px;
        margin: 15px 0;
    }
    .doc-intro strong {
        font-size: 16px;
    }
    .list-bio ul li:nth-child(1) {
        font-size: 18px;
    }
    .wid-100 .col-lg-2.col-md-2.col-sm-12 {
        width: 40%;
        margin: 50px 20px;
    }
    .text-fb {
        text-align: center;
    }
    .text-fb.txt-right p {
        text-align: center;
    }
    .blue-se {
        padding: 65px 20px;
        margin-right: 25px;
    }
    .blue-se p {
        font-size: 18px;
    }
    .blue-se p span {
        font-size: 30px;
    }
    .foot h5 {
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .blue-se {
        margin-right: 0;
    }
}

@media (max-width:999px) {
    .z-ab{
        margin-bottom:66px;
    }
    
}
@media (max-width:767px) {
    header .theme-btn.style-one {
        display: none;
    }
    .logo {
        text-align: center;
    }
    .banner-img .title-line-2 {
        font-size: 22px;
        margin-top: 0px;
        line-height:30px;
    }
     .headings-title {
        font-size: 22px;
        line-height:40px;
    }
    .banner-img p {
        font-size: 18px;
    }
    .box-inner-hero ul li {
        width: 25%;
    }
    
    .box-inner-hero {
        margin: 50px 0;
        width: 100%;
    }
    .list-point p {
        color: #000;
        font-size: 18px;
    }
    .heads p {
        line-height: 24px;
        margin-top: 15px;
    }
    .wid-100 .col-lg-2.col-md-2.col-sm-12 {
        width: 70%;
    }
    .about-intro {
        margin-bottom: 50px;
        text-align: center;
        padding-left:15px;
        padding-right:15px;
    }
    .list-point
{
 padding-left:15px;
        padding-right:15px;   
}
    .counter-line {
        margin: 20px 0;
    }
    .counter-line h3 {
        font-size: 30px;
    }
    .counter-line p {
        font-size: 16px;
    }
    .doc-intro {
        margin-top: 30px;
    }
    .faq-drawer__title {
        font-size: 16px;
    }
    .text-fb {
        margin: 3px 0;
    }
    .list-bio ul li {
        font-size: 16px;
    }
    .grad-main p:nth-child(1) {
        margin-top: 30px;
    }
}

/*XXXXXXXXXXX End Responsive Css XXXXXXXXXXX*/