@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.eot');
    src: url('../fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Regular.woff2') format('woff2'),
        url('../fonts/Heebo-Regular.woff') format('woff'),
        url('../fonts/Heebo-Regular.svg#Heebo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Bold.eot');
    src: url('../fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Bold.woff2') format('woff2'),
        url('../fonts/Heebo-Bold.woff') format('woff'),
        url('../fonts/Heebo-Bold.svg#Heebo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Medium.eot');
    src: url('../fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Medium.woff2') format('woff2'),
        url('../fonts/Heebo-Medium.woff') format('woff'),
        url('../fonts/Heebo-Medium.svg#Heebo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-SemiBold.eot');
    src: url('../fonts/Heebo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-SemiBold.woff2') format('woff2'),
        url('../fonts/Heebo-SemiBold.woff') format('woff'),
        url('../fonts/Heebo-SemiBold.svg#Heebo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Light.eot');
    src: url('../fonts/Heebo-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Light.woff2') format('woff2'),
        url('../fonts/Heebo-Light.woff') format('woff'),
        url('../fonts/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Thin.eot');
    src: url('../fonts/Heebo-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Thin.woff2') format('woff2'),
        url('../fonts/Heebo-Thin.woff') format('woff'),
        url('../fonts/Heebo-Thin.svg#Heebo-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
  width: 100%;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #212e3c;
    font-family: 'Heebo';
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: inherit;
    background-color: #fff;
}
body #wrapper {
    background-color: #fff;
    position: relative;
    padding-top: 100px;
}
body a{
    text-decoration: none;
    color: #032b66;
    transition: all 0.3s ease-in-out;
}
body a:hover{
    color: #5e789c;
}
body a:hover,
body a:focus,
body a:active {
  color: #5e789c;
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
  transition: all 0.3s ease-in-out;
}
body p,
body ul li,
body ol li {
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 129%;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: #032b66;
}

h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 20px;
}

body img {
    max-width: 100%;
}
img {
    width: auto;
    height: auto;
}
p + p, ul + p, ol + p, blockquote + p, .image + p, .table-responsive + p, .bg-table + p, figure.table + p, a + p, p + ul, ul + ul, ol + ul, blockquote + ul, .image + ul, .table-responsive + ul, .bg-table + ul, figure.table + ul, a + ul, p + ol, ul + ol, ol + ol, blockquote + ol, .image + ol, .table-responsive + ol, .bg-table + ol, figure.table + ol, a + ol, p + blockquote, ul + blockquote, ol + blockquote, blockquote + blockquote, .image + blockquote, .table-responsive + blockquote, .bg-table + blockquote, figure.table + blockquote, a + blockquote, p + table, ul + table, ol + table, blockquote + table, .image + table, .table-responsive + table, .bg-table + table, figure.table + table, a + table {
    margin-top: 15px;
}
p + h1, ul + h1, ol + h1, blockquote + h1, .image + h1, .table-responsive + h1, .bg-table + h1, figure.table + h1, a + h1, p + h2, ul + h2, ol + h2, blockquote + h2, .image + h2, .table-responsive + h2, .bg-table + h2, figure.table + h2, a + h2, p + h3, ul + h3, ol + h3, blockquote + h3, .image + h3, .table-responsive + h3, .bg-table + h3, figure.table + h3, a + h3, p + h4, ul + h4, ol + h4, blockquote + h4, .image + h4, .table-responsive + h4, .bg-table + h4, figure.table + h4, a + h4, p + h5, ul + h5, ol + h5, blockquote + h5, .image + h5, .table-responsive + h5, .bg-table + h5, figure.table + h5, a + h5, p + h6, ul + h6, ol + h6, blockquote + h6, .image + h6, .table-responsive + h6, .bg-table + h6, figure.table + h6, a + h6, p + .h1, ul + .h1, ol + .h1, blockquote + .h1, .image + .h1, .table-responsive + .h1, .bg-table + .h1, figure.table + .h1, a + .h1, p + .h2, ul + .h2, ol + .h2, blockquote + .h2, .image + .h2, .table-responsive + .h2, .bg-table + .h2, figure.table + .h2, a + .h2, p + .h3, ul + .h3, ol + .h3, blockquote + .h3, .image + .h3, .table-responsive + .h3, .bg-table + .h3, figure.table + .h3, a + .h3, p + .h4, ul + .h4, ol + .h4, blockquote + .h4, .image + .h4, .table-responsive + .h4, .bg-table + .h4, figure.table + .h4, a + .h4, p + .h5, ul + .h5, ol + .h5, blockquote + .h5, .image + .h5, .table-responsive + .h5, .bg-table + .h5, figure.table + .h5, a + .h5, p + .h6, ul + .h6, ol + .h6, blockquote + .h6, .image + .h6, .table-responsive + .h6, .bg-table + .h6, figure.table + .h6, a + .h6 {
    margin-top: 35px;
}
p + .table-responsive, ul + .table-responsive, ol + .table-responsive, blockquote + .table-responsive, .image + .table-responsive, .table-responsive + .table-responsive, .bg-table + .table-responsive, figure.table + .table-responsive, a + .table-responsive, p + figure.table, ul + figure.table, ol + figure.table, blockquote + figure.table, .image + figure.table, .table-responsive + figure.table, .bg-table + figure.table, figure.table + figure.table, a + figure.table, p + .bg-table, ul + .bg-table, ol + .bg-table, blockquote + .bg-table, .image + .bg-table, .table-responsive + .bg-table, .bg-table + .bg-table, figure.table + .bg-table, a + .bg-table {
    margin-top: 25px;
}
.thumbnail-container, .thumbnail_container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 1;
}
.thumbnail {
    margin: 0px;
    display: block;
    padding: 0px;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: none;
}
.thumbnail a, .thumbnail img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.object-fit img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.img-effect-01 img{
    transition: all .5s ease-out !important;
    transform: scale(1);
}
.img-effect-01:hover img {
    transform: scale(1.05);
}
.section-gap, .inner-page-gap {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.section-gap.double-gap, .inner-page-gap.double-gap{
    padding: 80px 0px;
}
.section-gap.double-gap-t, .inner-page-gap.double-gap-t{
    padding-top: 80px;
}
.section-gap.double-gap-b, .inner-page-gap.double-gap-b{
    padding-bottom: 80px;
}
.main-title {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #032b66;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 129%;
    margin-bottom:20px;
}
.sub-title{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 163%;
    color: #07407d;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-left: 18px;
}
.sub-title::before{
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: #07407d;
    border-radius: 50%;
    top: 6px;
    left: 0;
}
.btn{
    padding: 11px 30px 13px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    border-width: 1px;
    box-shadow: none !important;
    border-radius: 74px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.btn span{
    position: relative;
    display: block;
    top: 0;
    transition: all .2s ease-out;
}
.btn::before, .btn::after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-out;
}
.btn::before {
    left: 0;
}
.btn::after {
    right: 0;
}
.btn:hover::before, .btn:hover::after {
    width: 0;
}
.btn:not(:hover) span{
    animation: btn-animation-out .3s forwards;
}
.btn:hover span{
    animation: btn-animation .3s forwards;
}
@keyframes btn-animation-out {
    0% {
        top: 0;
    }
    50% {
        top: -40px;
        opacity: 0;
    }
    60% {
        top: 40px;
        opacity: 0;
    }
    100% {
        top: 0;
    }
}
@keyframes btn-animation {
    0% {
        top: 0;
    }
    50% {
        top: 40px;
        opacity: 0;
    }
    60% {
        top: -40px;
        opacity: 0;
    }
    100% {
        top: 0;
    }
}
.btn-primary{
    background-color: #fff !important;
    border: 1px solid #032b66;
}
.btn-primary::before, .btn-primary::after{
    background-color: #032b66;
}
.btn-primary:hover{
    color: #032b66;
}
.controls li.prev , .controls li.next{
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #94a3b8;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px;
    cursor: pointer;
}
.link-btn:hover svg{
    animation: slide1 1s ease-in-out infinite;    
}
.link-btn:hover{
    color: #032b66 !important;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(5px, 0);
    }
  }
.controls li.prev:hover , .controls li.next:hover{
    background-color: #032b66;
    border-color: #032b66;
}
.controls li.prev i, .controls li.next i{
    line-height: 0px;
}
.controls li.prev:hover svg path, .controls li.next:hover svg path{
    fill: #fff;
    
}
.controls li +li{
    margin-left: 10px;
}

/* header css S */
.header-main {
    background: 0 0;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    transition: all .5s ease-out;
    box-shadow: 0 1px 10px rgba(17, 24, 39, .1);
    background: #fff;
}
.header-main .header-top{
    background-color: #e1eeff;
}
.header-main.mobile-stick {
    transition: all .5s ease-in-out;
    background-color: #fff;
    animation: menuStiky .5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.part-01.logo-sec{
    width:180px;
}
.part-01.logo-sec a{
    width: 170px;
    padding:10px 20px 10px 0px;
    top:0;
    position: absolute;
}
.scroll-logo{display: none}
.mobile-stick .main-logo{display:none}
.mobile-stick .scroll-logo{display: block;width: 60px;}
@media (max-width:767px){
 .part-01.logo-sec{
    width:100px;
}
.part-01.logo-sec a{
    width:110px;
}
.mobile-stick .scroll-logo{
    width:71px;
}
}
.header-main.mobile-stick .header-top{
    display: none;
}
@keyframes  menuStiky{
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translate(0);
    }
}
.header-main .header-top .header-top-content span, .header-main .header-top .header-top-content a{
    font-size: 13px;
    color: #181818;
    margin-left:10px;
}
@media (max-width:1192px){
    .header-main .header-top .header-top-content span, .header-main .header-top .header-top-content a{
        font-size: 11px;
        margin-left: 5px;
    }
}
.header-main .header-top .header-top-content svg{
    height: 14px;
    width: 14px;
}
.header-main .header-top .header-top-content svg path{
    fill: #181818;
}
.header-main .part-03 .menu-open{
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.header-main .part-02 .menu-header {
    display: none;
}
/* header css E */


/* home banner S */
.home-banner{
    background-color: #f1f5f9;
}
.home-banner .home-banner-wrapper{
    background: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}
.home-banner .banner-content .main-title{
    font-size: 60px;
    margin-bottom: 15px;
}
.home-banner .banner-content p{
    font-size: 16px;
    max-width: 450px;
    color: #071425;
    opacity: 0.9;

}
.home-banner .banner-right-wrapper{
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-banner .plan-wrap{
    height: 110%;
    width: 110%;
    top:-5% !important;
    left:-5% !important;
    animation: rotate 18s linear infinite;  
    opacity: 0.3;  
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(380deg);
    }
}
@keyframes transformy {
    100% , 0%{
        transform: translateY(-5px);
    }
    50%{
        transform: translateY(5px);
    }
}
.home-banner .banner-right-wrapper .flag-wrapper-1{
    margin-top: -35px;
    margin-left: 0px;
    top: 2%;
    left: 55%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-2{
    margin-right: 130px;
    margin-top: 0px;
    top: 20%;
    right: 50%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-3{
    margin-left: 30px;
    margin-top: 64px;
    top: 20%;
    left: 74%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-4{
    margin-right: -10px;
    right: 0%;
    bottom: 25%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-5{
    margin-bottom: -20px;
    margin-right: -20px;
    left: 55%;
    bottom: 0%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-6{
    margin-left: -30px;
    left: 0%;
    top: 50%;
    animation: transformy 3s linear infinite;
}
.home-banner .banner-right-wrapper .flag-wrapper-7{
    margin-right: 34px;
    right: 60%;
    bottom: 14%;
    animation: transformy 3s linear infinite;
}

.marquee-container {      
    height: 315px;
    width: 315px;
}
.marquee-container .marquee {          
    white-space: nowrap;
    top: 0;
    left: 0;
}
.marquee-container .marquee ul{
    display: flex;
}
.marquee-container .marquee li{
    margin-right: 0px;
    position: relative;
    display: flex;
    height: 315px;
    width: 1732px;
}
.marquee-container .marquee li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width:767px){
    .home-banner .banner-right-wrapper{
        padding: 20px 0;
    }
    .mobile-w{
        width:70%;
    }
}
/* home banner E */

/* about css S */
.about-section span{
    color: #5e789c;
}
.about-section svg path{
    fill: #5e789c;
}
.about-section .left-img .about-img:nth-child(3) .thumbnail-container{
   padding-bottom: 53%;
}
.about-section .left-img .about-img:nth-child(2) .thumbnail-container{
    padding-bottom: 95%;
 }
 .about-section .left-img .about-img:nth-child(3) .thumbnail-container{
    padding-bottom: 53%;
 }
 .about-section .vision-mission-box{
    padding: 40px;
    border-radius: 20px;
    background-color: #032b66;
    color: #ffffff;
    height: 100%;
 }
 .about-section .vision-mission-box svg path{
    fill: #ffffff;
 }
/* about css E */

/* study css S */
.study-section{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 44%, rgba(241,245,249,1) 50%);
    background-repeat: no-repeat;
}
.study-section::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../images/map.svg');
    background-position: top center;
    background-repeat: no-repeat;
    inset: 0 0 0 0;
}
.study-section .card{
    border-radius: 10px;
    border: none;
    box-shadow: 0px 10px 20px #d4dde58c;
 }
 .study-section .color-p:nth-child(1) .card{
    background-color: #ffdcdc;
 }
 .study-section .color-p:nth-child(2) .card{
    background-color: #beedf5;
 }
 .study-section .color-p:nth-child(3) .card{
    background-color: #b2f3a7;
 }
 .study-section .color-p:nth-child(4) .card{
    background-color: #fff2bf;
 }
 .study-section .color-p:nth-child(5) .card{
    background-color: #abc5ff;
 }
 .study-section .color-p:nth-child(6) .card{
    background-color: #cef3ba;
 }
 .study-section .color-p:nth-child(7) .card{
    background-color: #ffa9f4;
 }
  .study-section .color-p:nth-child(8) .card{
    background-color: #feff9e;
 }
.study-section p{
    font-size: 16px;
}
.study-section .card:hover .contry-icon{
transform: rotateY(180deg);
}
.study-section .card .content .title{
    font-size: 18px;
    text-transform: uppercase;
    color:#181818;
}
.study-section .card-body .thumbnail-container{
    padding-bottom: 74%;
    border-radius: 10px;
}
.study-section .card-body .contry-icon{
  top: 0;
  right: 0;
  padding: 10px;
  transition: all .5s ease-in-out;
}
.study-section .card-body .contry-icon svg{
    width: 50px;
    height: 50px;
}
/* study css E */

/* visa sec S */
.visa-section {
    background-image: url(../images/map.svg);
    background-color: #f1f5f9;
}
.visa-block-one {
    height: 100%;
}
.visa-block-one .inner-box {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
}
.visa-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: #5e789c;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .5s ease;
}
.visa-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 0 0 15px 15px;
    padding-bottom: 72%;
}
.visa-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 0 0 15px 15px;
    transition: all .5s ease;
}
.visa-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 66px 30px 30px 30px;
}
.visa-block-one .inner-box .lower-content .icon-box {
    position: absolute;
    left: 55px;
    top: -50px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #032b66;
    background: #fff;
    border: 1px solid rgba(180, 196, 217, .4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease;
}
.visa-block-one .inner-box .lower-content .icon-box .n-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.visa-block-one .inner-box .lower-content .icon-box:before {
    position: absolute;
    content: "";
    background: rgba(180, 196, 217, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: all .5s ease;
}
.visa-section .item:hover .lower-content .icon-box:before{
    transform: scale(1);
}
.visa-section .item:hover .inner-box::before {
    transform: scale(1);
}
.visa-block-one .inner-box:hover .image-box img {
    opacity: .15;
    transform: scale(1.05);
}
.visa-block-one .inner-box .lower-content .title {
    display: block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.visa-block-one .inner-box .lower-content .title a {
    display: inline-block;
    color: #032b66;
}
 
.visa-block-one .inner-box .lower-content p {
    display: block;
    margin-bottom: 20px;
}
.visa-block-one .inner-box .lower-content .list-style-one {
    margin-bottom: 20px;
}
.visa-block-one .list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 8px;
}
.visa-block-one .list-style-one li:before {
    position: absolute;
    content: "";
    font-family: icomoon;
    font-size: 20px;
    left: 0;
    top: 0;
    color: #888;
    background-image: url(../images/list.svg);
    background-size: 20px;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    max-width: 20px;
}
.visa-block-one .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #0f181d;
}
.visa-block-one .link-btn a span {
    position: relative;
    padding-right: 20px;
} 
/* visa sec E */

/* feature-section S */
.feature-section{
    z-index: 2;
}
.feature-section .feature-wrapper{
    position: relative;
    border-radius: 20px;
    background-image: url(../images/feature-bg.png);
    background-color: #fff;
    margin-bottom: -200px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 40px ;
}
.feature-section .feature-wrapper .feature-box svg{
    height: 60px;
    width: 60px;
    margin-bottom: 25px;
}
.feature-section .feature-wrapper .feature-box svg path{
    fill: #032b66;
}
.feature-section .feature-wrapper .feature-box .f-name{
    margin-bottom: 10px;
}
.feature-section .feature-wrapper .feature-box p{
    display: -webkit-box;
    font-size: 15px;
  
}
/* feature-section E */

/* dream-section S */
.dream-section {
    padding: 215px 0 185px !important;
    overflow: hidden;
}
.dream-section:before {
    position: absolute;
    content: "";
    background: #032b66;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .95;
}
.dream-section .parallax-bg{
    background-image: url('../images/dream-bg.jpg');
    position: absolute;
    left: 0;
    top: -30%;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    z-index: -1;
}
.dream-section .pattern-layer-2{
    background-image: url('../images/earth.png');
    position: absolute;
    top: 66px;
    right: 0;
    width: 466px;
    height: 473px;
    background-repeat: no-repeat;
}
.dream-section .image-layer {
    position: absolute;
    right: 80px;
    bottom: 0;
    max-width: 750px;
}
.dream-section .container{
    z-index: 2;
    position: relative;
}
.dream-section .sub-title{
    color: #fff;
}
.dream-section .sub-title::before{
    background-color: #fff;
}
.dream-section .main-title{
    color: #fff;
}
.dream-section p{
    font-size: 18px;
    color: #fff;
    max-width: 700px;
}
.dream-section ul{
    margin-top: 30px;
    max-width: 500px;
}
.dream-section ul li{
    list-style: none;
}
.dream-section ul li a{
    color: #fff;
    padding: 25px 0px;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    transition: all 0.3s ease-in-out;
}
.dream-section ul li a svg{
    height: 20px;
    width: 20px;
}
.dream-section ul li a svg path{
    fill: hsla(0, 0%, 100%, .3);
    transition: all 0.3s ease-in-out;
}
.dream-section ul li a:hover{
    border-bottom: 1px solid #fff;
}
.dream-section ul li a:hover svg path{
    fill: #fff;
}
/* dream-section E */

/* why choose S */
.owl-carousel{
    display: flex !important;
}
.owl-stage-outer{
    display: flex;
    flex-direction: column;
}
.owl-stage-outer .item, .owl-stage-outer .owl-item{
    height: 100%;
}
.choose-box{
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.choose-box .content .title{
    font-size: 22px;
}
.choose-box .content{
    flex: 1 1 auto;
}
.choose-box:hover{
    border-color: #032b66;
}
.choose-box p{
    display: -webkit-box;
    font-size:15px;
}
.why-choose-section .icon-box{
    height: 60px;
    width: 60px;
} 
/* why choose E */

/* team css S */
.team-section .team-block-one{
    max-width: 82%;
    margin:auto;
}
.team-section .team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 4px 20px hsla(0, 0%, 76%, .1);
    border-radius: 165.5px;
    padding: 11px;
    z-index: 1;
}
.team-section .team-block-one:hover .inner-box:before{
    height: 100%;
}
.team-section .team-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: #032b66;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
}
.team-section .team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 154.5px;
    overflow: hidden;
    padding-bottom: 120%;
}
.team-section .team-block-one .inner-box .image-box img {
    width: 100%;
}
.team-section .team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 20px 15px 50px;
    z-index: 2;
    text-align: center;
}
.team-section .team-block-one .designation{
    transition: all .5s ease-in-out;
}
.team-section .team-block-one h3{
    transition: all .5s ease-in-out;
}
.team-section .team-block-one:hover h3{
    color: #fff ;
}
.team-section .team-block-one:hover .designation{
    color: #fff ;    
}

.team-section .team-block-one .inner-box .lower-content .share-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.team-section .team-block-one .inner-box .lower-content .share-box .share-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #032b66;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}
.team-section .team-block-one .inner-box .lower-content .share-box:hover .social-links {
    transform: scaleY(1);
    bottom: 70px;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links {
    position: absolute;
    left: 0;
    bottom: 60px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all .5s ease;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links .n-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all .5s ease-in-out;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li:last-child {
    margin-bottom: 0;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 68px;
    font-size: 24px;
    color: #032b66;
    background: #fff;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li a:hover {
    background-color: #032b66;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li a svg {
    fill: #032b66;
    transition: all .5s ease-in-out;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li a:hover svg {
    fill: #fff;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.team-section .team-block-one .inner-box .lower-content .share-box .social-links {
    position: absolute;
    left: 0;
    bottom: 60px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all .5s ease;
}
/* team css E */

/* testimonials css S */
.testimonials-section{
    background-color: #f1f5f9 ;
}
.testimonials-section .card{
    height: 100%;
}
.testimonials-section .testi-avatar{
    height: 56px;
    width: 56px;
}
.testimonials-section .testi-title{
    font-size: 16px ;
}
/* testimonials css E */

/* footer css S */
.footer-section{
    background-color: #0f181d;
    position: relative;
    z-index: 1;
}
.footer-section:after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/map.svg);
    background-position: top center;
    background-repeat: repeat;
    background-size: contain;
    inset: 0 0 0 0;
}
.footer-section .footer-top{
    padding: 50px 0px;
}
.footer-section,
.nav-footer .nav-link {
    color: #fff;
}
.footer-section .nav-footer .nav-link {
    font-size: 14px;
    line-height: 1.5rem;
    padding: 0px;
    display: inline-block;
    opacity: 0.9;
}
.footer-section .footer-top p{
    max-width: 420px;
    font-size: 14px;
    opacity: 0.9;
}
.footer-section .footer-top .quick-links{
    column-count: 2;
}
.footer-section .footer-top .quick-links li + li{
    margin-top: 10px;
}
.footer-section .nav-footer .nav-link.active, .footer-section .nav-footer .nav-link:hover {
    color: #5e789c;
}
.footer-section .footer-bottom{
    border-top: 1px solid #010e20;
}
.footer-section .footer-bottom .f-bottom-links{
    list-style-type: none;
    gap: 40px;
    row-gap: 10px;
}
.footer-section  .text-white-stable{
    font-size: 24px;
    font-weight: 500;
}
.footer-section .nav-footer li{
    font-size: 14px;
}
.footer-section span{
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.5rem;
    padding: 0px;
}
.footer-section .crafted-by img{
    height: 25px;
    width: 25px;
    margin-left: 8px;
}

/* footer css E */


/* inner banner S */
.inner-banner {
    position: relative;
}
.inner-banner .thumbnail-container {
    padding-bottom: 320px;
}
.inner-banner .thumbnail-container:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(3 43 102 / 52%);
}
.inner-banner .inner-banner-shape {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.inner-banner .inner-banner-shape svg {
    height: 100%;
    width: 100%;
}
.inner-banner .inner-banner-caption {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.inner-banner .title{
    font-size: 60px;
}
.inner-banner .custom-breadcrumb li {
    display: inline-flex;
    list-style: none;
}
.inner-banner .custom-breadcrumb li.active{
    color: #ffffff;
}
.inner-banner .custom-breadcrumb li a {
    color: #e2e8f0;
}
.inner-banner .custom-breadcrumb li a:hover {
    color: #ffffff;
}
.inner-banner .custom-breadcrumb li + li:before {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    content: "-";
}
/* inner banner E */

/* contact us page S */
.contact-form .form-inner {
	background-color: #fff;
	border-radius: 30px;
	padding: 50px;
	box-shadow: 0px 0px 50px rgb(8 7 18 / 5%);
}
.contact-form .form-inner .cm-title{
    font-size: 40px;
}
.contact-form .contact-address {
	background-image: url(../images/map.svg);
	background-color: #f1f5f9;
	padding: 50px;
	border-radius: 15px;
}
.contact-form .c-box .icon {
	width: 100%;
	max-width: 50px;
	height: 100%;
	min-height: 50px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
	background-color: #032b66;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-form .c-box .icon svg {
	fill: #fff
}
.contact-form .c-box .icon path {
	fill: #fff
}
.contact-form .c-box .content p{
    color: #032b66;
}
.contact-form .social-media-list {
	list-style-type: none;
}
.contact-form .social-media-list .single-social-item {
	margin-right: 20px;
}
.contact-form .social-media-list .single-social-item a .n-icon {
	width: 40px;
	height: 40px;
	background-color: #07407d;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.contact-form .social-media-list .single-social-item a:hover .n-icon{
	background-color: #fff;
}
.contact-form .social-media-list .single-social-item a svg path {
	transition: all .3s ease-in-out;
}
.contact-form .social-media-list .single-social-item a:hover path {
	fill: #07407d;
}
.contact-form .social-media-list .single-social-item a path {
	fill: #fff;
}
.contact-form .social-media-list .single-social-item:last-child {
	margin-right: 0px;
}

/* form css S */
.form-group{
    margin-bottom: 30px;
    position: relative;
}
.form-group label{
    font-size: 16px;
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.form-control{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    border: 1px solid rgba(0,0,0,0.12);
    height: 53px;
    border-radius: 8px;
    resize: none;
    padding: 15px 20px;
    transition: all .5s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-control::placeholder, textarea.form-control::placeholder {
    color: #888;
}
.form-control:focus{
    outline: none;
    border:1px solid #032b66;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.form-control:hover{
    border:1px solid #032b66;
}
/* form css E */

/* contact us page E */

.service-listing{
    background-color: #f1f5f9;
}
.service-listing .visa-block-one, .service-listing .visa-block-one .inner-box{
    height: 100%;
}

/* sitemap page S */
.sitemap-page {
    display: flex;
    align-items: center;
}
.sitemap-page .sitemap-list {
    padding: 30px 0 30px 0;
}
.sitemap-page .sitemap-list .content {
    row-gap: 50px;
}
.sitemap-page .sitemap-list .content > li {
    list-style: none;
    position: relative;
    width: 25%;
    padding-left: 43px;
    box-sizing: border-box;
}
.sitemap-page .sitemap-list .content > li::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 20px;
    background-image: url(../images/plane.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 13px;
    top: -1px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 2;
}
.sitemap-page .sitemap-list .content > li a {
    line-height: 130%;
    display: inline-block;
    color: #07407d;
    font-size: 20px;
}
.sitemap-page .sitemap-list .content > li a:hover {
    color: #010e20;
}
.sitemap-page .sitemap-list .content > li ul {
    margin: 0;
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.sitemap-page .sitemap-list .content > li ul::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -20px;
    width: 1px;
    bottom: 10px;
    border-left: 1px dashed #07407d;
}
.sitemap-page .sitemap-list .content > li ul li {
    width: 100%;
    padding: 0px;
    margin-top: 13px;
    list-style-type: none;
    position: relative;
}
.sitemap-page .sitemap-list .content > li ul li:before {
    content: "";
    position: absolute;
    border-top: 1px dashed #07407d;
    width: 15px;
    background: 0 0;
    left: -20px;
    top: 10px;
}
.sitemap-page .sitemap-list .content > li ul li a {
    font-size: 18px;
    line-height: 130%;
    padding-left: 0;
    background: none;
    color: #010e20;
}
.sitemap-page .sitemap-list .content > li ul li a:hover {
    color: #07407d;
}
.sitemap-page .sitemap-list .content > li ul li ul {
    margin: 18px 0 10px 24px;
    position: relative;
}
.sitemap-page .sitemap-list .content > li ul li ul li:first-child {
    padding-top: 0px;
}
.sitemap-page .sitemap-list .content > li ul li ul::before {
    top: -15px;
}
/* sitemap page E */

/* 404 css S */
.error404-page .title {
    font-size: 180px;
    font-weight: 700;
    line-height: 115%;
    text-shadow: 8px 10px 0px rgba(180, 196, 217, .4)
}
.error404-page .error-box{
    padding: 40px;
    border: 2px solid #f1f5f9;
    border-radius: 20px;
}

.thank-you .title{
    font-size: 100px;
    margin-bottom: 30px;
}  

/* 404 css E */

@media (min-width: 1200px){
    .img-holder-ani .img-holder {
        transform: translateX(100%) translateY(0) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1.15, 1.15);
    }
    .img-holder-ani.aos-animate .img-holder {
        transform: translateX(0) translateY(0) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotateZ(0) scale(1, 1);
    }
    .header-main .menu {
        position: relative;
    }
    .header-main .menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .header-main .menu>ul {
        display: flex;       
        justify-content: end;
    }
    .header-main .menu ul li {
        padding: 0;
        margin: 0;
    }
    .header-main .menu ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0;
        color: #010e20;
        padding: 22px 0;
        position: relative;
        margin: 0 20px;
    }

    .header-main .menu ul li a:hover,.header-main .menu ul li a.active{
        color: #0654bb;
    }
    .header-main .menu>ul>li>a {
        transition: all .5s ease-out;
    }
    .header-main .menu ul .sub-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 70%;
        transform-origin: top center;
        transition: all .5s ease-in-out;
        z-index: 2;
        border-radius: 0;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background-color: #fff;
        padding: 10px;
        width: 250px;
    }
    .header-main .menu ul .sub-menu li {
        float: none;
        display: list-item;
        position: relative;
    }
    .header-main .menu ul .sub-menu li a {
        display: block;
        padding: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #010e20;
        white-space: normal;
        text-transform: none;
        z-index: 1;
        transition: all .3s ease-in-out;
        margin: 0;
    }
    .header-main .menu ul .sub-menu li a:hover {
        background-color: #f1f5f9;
        color: #032b66;
        border-radius: 8px;
    }
    .header-main .menu ul li.is-open-a>a::after {
        content: "";
        position: absolute;
        top: 51%;
        right: -3px;
        transform: translateY(-50%);
        height: 0;
        width: 0;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-top: 7px solid #010e20;
    }
    .header-main .menu ul .sub-menu li.is-open-a>a::after {
        content: "";
        position: absolute;
        top: 52%;
        right: -3px;
        transform: translateY(-52%) rotate(-90deg);
        height: 0;
        width: 0;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-top: 7px solid #010e20;
    }
    .header-main .menu ul li.is-open-a>a {
        position: relative;
        padding-right: 15px;
    }
    .header-main .menu ul li:hover>.sub-menu{
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .header-main .menu ul .sub-menu .sub-menu {
        left: 106%;
        top: 0 !important;
    }
    .header-main .menu ul .sub-menu .sub-menu li {
        position: relative;
    }
    .header-main .part-03 .menu-open{
        display: none;
    }
    .header-main .is-open, .header-main .menu__close, .header-main .menu__open, .header-main .menu_mobile_visibility {
        display: none !important;
    }
}
@media(max-width: 1600px) {
    .dream-section .image-layer {
        position: absolute;
        right: 40px;
        max-width: 650px;
        bottom: 0;
    }
}
@media (max-width: 1399px) {
    .section-gap, .inner-page-gap {
        padding: 35px 0;
   }
    .section-gap.double-gap, .inner-page-gap.double-gap{
        padding: 70px 0;
    }
    .section-gap.double-gap-t, .inner-page-gap.double-gap-t{
        padding-top: 70px;
    }
    .section-gap.double-gap-b, .inner-page-gap.double-gap-b{
        padding-bottom: 70px;
    }
    .home-banner .banner-content .main-title {
        font-size: 50px;
        line-height: 120%;
    }
    .dream-section .image-layer {
        position: absolute;
        right: 20px;
        max-width: 550px;
        bottom: 0;
    }
    .sitemap-page .sitemap-list .content > li {
        width: 33%;
    }
    .thank-you .title{
        font-size:90px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    
    .main-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .header-main .header-bottom{
        padding: 10px 0px;
    }
    body.menu-overlap{
        overflow: hidden;
        padding-right: 13px;
    }
    .header-main .menu {
        position: fixed;
        z-index: 999;
        overflow-y: scroll;
        padding: 0;
        width: 320px;
        right: -320px;
        bottom: 0;
        top: 0;
        background-color: #fff;
        transition: all .5s ease-out;
    }
    .menu-overlap .menu {
        right: 0;
    }
    .header-main .menu .brand-nav {
        list-style: none;
        margin: 0;
        text-align: left;
    }
    .header-main .menu .brand-nav>li {
        padding-left: 26px;
    }
    .header-main .menu .brand-nav>li {
        clear: both;
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #f2f2f2;
    }
    .header-main .menu .brand-nav>li a {
        font-size: 16px;
        font-weight: 600;
        color: #010e20;
        line-height: 120%;
        padding: 8px 20px;
        display: block;
    }
    .header-main .menu .brand-nav>li:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .header-main .menu .brand-nav>li ul {
        display: none;
        min-height: auto !important;
        margin-left: 15px;
        margin-top: 10px;
        position: relative;
    }
    .header-main .menu .is-open.is-close~ul {
        display: block !important;
    }
    .header-main .menu .brand-nav>li ul>li ul {
        margin-left: 15px;
    }
    .header-main .menu .brand-nav>li ul>li {
        position: relative;
        list-style: none;
    }
    .header-main .menu .brand-nav>li ul>li:before {
        position: absolute;
        content: "";
        left:5px;
        top: 13px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #032b66;
    }
    .header-main .menu .is-open {
        position: relative;
        z-index: 99;
        text-align: center;
        width: 30px;
        height: 32.8px;
        align-items: center;
        display: flex;
        justify-content: center;
        color: #545454;
    }
    .header-main .menu .is-open svg {
        width: 15px;
        height: 15px;
        transition: all .5s ease-out;
    }
    .header-main .menu .is-open.is-close svg {
        transform: rotate(45deg);
    }
    .header-main .menu .is-open-a>a {
        float: left;
        width: calc(100% - 30px);
    }
    .nav-overlay {
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width:100%;
        transition: all .3s ease-in-out;
        background-color: rgba(0, 0, 0, .5);
        display:none;
    }
    .menu-overlap .nav-overlay {
        width: 100%;
        display: block;
    }
    .header-main .part-02 .menu-header {
        display: flex;
    }
    .header-main .part-02 .menu-header {
        padding: 22px 10px 22px 26px;
        border-bottom: 1px solid #f2f2f2;
    }
    .header-main .menu-close {
        background-color: rgba(0, 0, 0, 0);
        color: #545454;
        border: none;
    }
    .header-main .part-02 .menu-header .menu-close svg {
        height: 17px;
        width: 17px;
    }
    .header-main .part-02 .menu-header .menu-close svg path{
        fill: #032b66;
    }
    .home-banner .banner-right-wrapper .flag-wrapper-5{
        margin-right: 0px;
    }
    .home-banner .banner-content .main-title {
        font-size: 38px;
    }
    .inner-box .lower-content {
        padding: 55px 20px;
    }
    .dream-section .image-layer {
        display: none;
    }
    .dream-section {
        padding: 225px 0 105px !important;
        overflow: hidden;
    }
    .footer-section .footer-top{
        padding: 40px 0px;
    }
    .inner-banner .title{
        font-size: 40px;
    }
    .inner-banner .thumbnail-container {
        padding-bottom:250px;
    }
    .contact-form .contact-address{
        padding: 40px;
    }
    .visa-block-one .inner-box .lower-content{
        padding: 66px 30px 30px 30px;
    }
    .error404-page .error-box{
        padding: 30px;
    }
}
@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 22px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
    .why-choose-section .icon-box{
        height: 60px;
        width: 60px;
    } 
    .dream-section ul{
        max-width: 100%;
    }
    .footer-section .footer-top p{
        max-width: 100%;
    }
    .footer-section .footer-bottom .f-bottom-links{
        gap: 20px;
    }
    .contact-form .form-inner .cm-title{
        font-size: 34px;
    }
    .sitemap-page .sitemap-list .content {
        row-gap: 25px;
    }
    .sitemap-page .sitemap-list .content > li {
        width: 50%;
    }
    .error404-page .title {
        font-size:150px;
        text-shadow: 5px 5px 0px rgba(180, 196, 217, .4)
    }
    .error404-page .error-title {
        font-size:28px
    }
    .thank-you .title{
        font-size:80px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    body #wrapper {
        padding-top: 72px;
    }
    .main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section-gap, .inner-page-gap {
        padding: 30px 0;
   }
   .section-gap.double-gap, .inner-page-gap.double-gap{
        padding: 60px 0;
    }
    .section-gap.double-gap-t, .inner-page-gap.double-gap-t{
        padding-top: 60px;
    }
    .section-gap.double-gap-b, .inner-page-gap.double-gap-b{
        padding-bottom: 60px;
    }
    .header-main .header-top{
        display: none;
    }
    .header-main .header-bottom {
        padding: 15px 0px;
    }
    .home-banner .plan-wrap{
        display: none;    
    }
    .footer-section .footer-top .quick-links{
        column-count: 1;
    }
    .footer-section .footer-top .quick-links{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footer-section .footer-top .quick-links li+li{
        margin-top: 0px;
    }
    .footer-section .footer-top{
        padding: 30px 0px;
    }
    .inner-banner .title{
        font-size: 30px;
    }
    .custom-breadcrumb {
        display: none;
    }
    .inner-banner .thumbnail-container {
        padding-bottom:200px;
    }
    .contact-form .contact-address {
		padding: 20px 10px;
	}
	.contact-form .form-inner {
		padding: 30px 20px;
	}
    .visa-block-one .inner-box .lower-content{
        padding: 66px 20px 20px 20px;
    }
    .about-section .vision-mission-box{
        padding: 25px;
    }
    .sitemap-page .sitemap-list {
        padding: 0;
    }
    .sitemap-page .sitemap-list .content {
        row-gap: 20px;
    }
    .sitemap-page .sitemap-list .content > li {
        width: 100%;
    }
    .sitemap-page .sitemap-list .content > li ul::before {
        top: -7px;
        bottom: 8px;
    }
    .sitemap-page .sitemap-list .content > li ul li:before {
        top: 12px;
    }
    .error404-page .error-box{
        padding: 20px;
    }
    .thank-you .title{
        font-size:80px;
    }
}
@media (max-width: 576px){
    .header-main .header-top-content{
        width: 100%;
    }
    .main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home-banner .banner-content .main-title {
        font-size: 32px;
    }
    .inner-banner .thumbnail-container {
        padding-bottom: 200px;
    }
    .contact-form .form-inner .cm-title{
        font-size: 30px;
    }
    .error404-page .title {
        font-size:120px;
    }
    .error404-page .error-title {
        font-size:24px
    }
    .thank-you .title{
        font-size:55px;
    }
}