@import url('https://fonts.googleapis.com/css2?family=Abel&family=Agdasima:wght@400;700&family=Big+Shoulders+Display:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*,
body,
html {
    margin: 0;
    padding: 0;
    font-family: "Agdasima", sans-serif;
    /*font-family: "Roboto", sans-serif;*/
    letter-spacing: 0.4px;
    box-sizing: border-box;
    font-size: 24px;
}

/*html {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}*/

a.enquiry-btn {
    right: -38px;
    background: #fe753f;
    padding: 8px 12px;
    position: fixed;
    top: 50%;
    color: #fff;
    font-size: 24x;
    transition: 0.5s;
    border: none;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    border-radius: 4px;
    z-index: 10;
    /*    background: linear-gradient(117deg, #a7717e 0%, #a7717e 16%, #e8a000 47%, #a7717e 91%, #e8a000 100%);*/
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    /* flex-direction: column; */
}

.smooth-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.marquee-content {
  display: inline-block;
  position: absolute;
  animation: smooth-scroll 10s linear infinite;
}

@keyframes smooth-scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}


.marquee {
  width: 100%;   
  overflow: visible;
  white-space: nowrap;       /* Prevent text wrapping */
  box-sizing: border-box;
}

.marquee div {
  display: inline-block;
  padding-left: 100%;        /* Start position off-screen */
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.prmoBannr {
    padding-bottom: 4rem !important;
}

.box-shadow {
    box-shadow: 5px 5px 5px rgb(193 185 185 / 48%);
}

.service-box-wrap {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding: 0;
    width: 31.5%;
    margin: 0 10px;
}
.service-box-wrap2-row {    display: flex;
    gap: 20px;}
.service-box-wrap2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding: 0;
     /*width: 23%; */
     width:calc(33.33% - 20px);     border-radius: 10px;
    overflow: hidden;
}

.service-box {
    padding: 20px;
}
.service-box-wrap2-row .service-box h5 {   font-size: 1.1rem;    line-height: 26px; text-transform: inherit !important;}
.hidddenOverFlow {
    overflow: hidden;
}

.hd1Color {
    color: #333;
}

.centerMiddleImg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#contactModelForm .modal-dialog .modal-content {
    /*background:#614ad3;*/
}

#contactModelForm .modal-title {font-weight:600;}
.modal-header {padding: 10px 15px;}
.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 20px;
    color: #fff;
    border: solid 2px #fff;
}

a {
    text-decoration: none;
}

.muted {
    color: #a8a0a2;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s ease-in;

}

.muted span {
    text-transform: uppercase;
}

p {
    font-size: 21px;
    line-height: 29px;
}

ul,
li {
    list-style: none;
}

.heading {
    padding-bottom: 40px;
    letter-spacing: 1px;
}

.pb90 {
    padding-bottom: 90px;
}
.topSlide .hd1 {    font-size: 58px;
    line-height: 62px;}
.hd1 {
    /*    font-size:64px;
line-height:60px;
*/
    font-size: 48px;
    line-height: 52px;

    font-weight: 400;
    color: #333;
}

.hd2 {
    font-size: 26px;
    font-weight: 400;
}

.cardImigration .hd2 {
    color: #333;
}

.hd3 {
    font-size: 24px;
    font-weight: 400;
}

.fw-medium {
    font-weight: 300;
}


.heading p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #444;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.muted {
    color: #e8a000 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.primaryHeading {
    font-size: 40px;
}

.secondaryHeading {
    font-size: 25px;
    line-height: 28px;
    transition: all 0.3s ease-in;
}

.border {
    border-color: #dea767 !important;
}

.normTxt {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;

}

section {
    padding: 80px 0;
}


.buttons {
    display: table;
    margin: 35px auto auto auto;
    padding: 6px 24px;
    background: #fe753f;
    /*background: linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);*/
    background: #fe753f;
    border-radius: 20px;
    color: #fff;
    font-size: 21px;
    border: 1px solid #fff;

}

.buttons:hover {
    /* background:#e8a000; */
    background: #000;
    border: 1px solid #fff;
}

.buttons i {
    font-size: 14px;
    margin-left: 12px;
}

.buttons:hover {
    color: #fff;
}

.topMainBanner {

    width: 100%;
    height: 100vh;
    overflow: hidden;
}

section.commonBanner {
    color: #fff;
    font-size: 30px;
    height: 250px;
    position: relative;
    background: transparent;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
}

section.commonBanner:before {
    position: absolute;
    z-index: -1;
    top: -25%;
    left: -25%;
    content: ' ';
    width: 150%;
    height: 125%;
    border-radius: 50%;
    background: transparent linear-gradient(90deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%) 0% 0% no-repeat padding-box;
}

/*========DeskTop Header=====================*/
header .topHeader {
    background: #a7717e;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display:none;
}

header .topHeader strong,
header .topHeader a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
}

header .topHeader a {
    padding-left: 20px;
}

header .navsec {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
header .desktop-menu ul {
    display: flex;
    grid-column-gap: 32px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
} 

header .navsec ul.navigation {
    grid-column-gap: 30px;
}

header .navsec ul.navigation>li {
    padding: 10px 0;
    text-align: left;
}

/*-------------------dropdown--------------------*/
.bottomHeader {
    position: relative;
    z-index: 1;    
    box-shadow: 0px 0px 10px #dcdcdc;
}

.dropdown-menu {
    margin-top: 2px !important;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Position below the parent */
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Adjust dropdown-item for hover and focus */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: left !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #007bff;
}

/* Ensure proper positioning for navigation */
.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.navigation .dropdown {
    position: relative;
}

.navigation .dropdown-menu {
    position: absolute;
    top: 100%; /* Dropdown below the parent */
    left: 0;    overflow: hidden;
}



/*---------------end dropdown--------------------*/
.bg-theme {
    background: #fbfbfb;
}
.block-my-contact-form {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
} 
.block-my-social h3 {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 5px;
}
.my-contact {
    display: table-row;
}
.my-contact img {
        display: table-cell;
    width: 30px;
    padding-top: 6px;
}
.contactAnim {}
.contactAnim img {filter: brightness(8);
    width: 20px;}
.contactAnim span {color: #fff;}
.contactAnim .my-contact figcaption {padding-bottom: 8px;}
.my-contact figcaption {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 28px 15px;
}
.my-contact .my-contact-heading {
    font-size: 22px;
    font-weight: 600; 
    display: block;
}
.my-contact .my-contact-data {
        display: block;
    font-size: 20px;
}
.social-links a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
.contact-form label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.demo-input-group {
    text-align: left;
}
.demo-input-group i, .review-form-content .review-input-group i {
    position: absolute;
    top: -2px;
    padding: 12px;
    left: 0;
    font-size: 15px;
    border: none;
    color: #818181;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel],
 .contact-form input[type=date], .contact-form input[type=time] {
    display: block;
    width: 100%;
    padding: 12px 37px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.contact-form {    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;}
.block-my-contact-form {    margin-top: 30px; max-width: 1160px; margin: 0 auto; width: 100%;}
.contact-form textarea {
    width: 100%;
    min-height: 120px;
    resize: none;
    padding: 15px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-border-radius: 2px;
    border-radius: var(--bs-border-radius);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.demo-input-group i, .review-form-content .review-input-group i {
    position: absolute;
    top: 2px;
    padding: 12px;
    left: 0;
    font-size: 15px;
    border: none;
    color: #333;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #fe753f;
}
.btn-primary-custom {
    background: #fe753f;
    border: none;
    color: white;
    font-weight: 500;
    padding: 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 180px;
    font-size: 22px;
}
.btn-primary-custom:hover { background: #000;
    color: white;}
header .navsec ul.navigation>li.active {
    /* background: url('../images/nav-active-arrow.svg') no-repeat bottom; */
    /* border-bottom: 3px solid #fe753f; */
}
header .navsec ul.navigation>li.active a { color: #fe753f;}
header .navsec ul.navigation>li>a {
    color: #333;
}
.offering p.animatePara span { display: block;}
.dfd00 {}
.disknss {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.servicelRange {background: #fff0ec;}
.disknss  .cardImigration {background: #fbfbfb;
    border: none;
    box-shadow: 5px 5px 5px rgb(193 185 185 / 48%);
    width: calc(25% - 15px);
    padding: 15px;}
.thesheading {    display: flex;
    justify-content: space-between;
    align-items: center;}
.cUs {    margin-top: 0;
    font-size: 24px;
    padding: 10px 45px;background: #333;}
/*header .navsec ul {*/
/*    display: flex;*/
/*    grid-column-gap: 32px;*/
/*    list-style: none;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
.frmSubmit .formsBtn {background: #fe753f;}

header .social-icons ul {
    display: flex;
    grid-column-gap: 32px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}




header .desktop-memu ul {
    /*display: flex;*/
    grid-column-gap: 32px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}




header .navsec ul.headerCallAction {
    width: 100%;
    grid-column-gap: 30px;
    justify-content: end;
}

header .navsec ul.headerCallAction a {
    display: flex;
    color: #000;

}

header .navsec ul.headerCallAction a img {
    width: 27px;
    /*filter: brightness(0);*/
}
/*-----------------------------------------------------------------------------------*/
/*header .navsec ul.headerCallAction li:last-child a{
 background: linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);
 border-radius:20px;
 color:#fff;
 padding:8px 16px;
}*/
/*header .navsec ul.headerCallAction li:last-child a img{
filter: brightness(0) invert(1);
}*/
header img.logo {
    display: table;
    margin: auto;
}

header .navsec>ul>li>a {
    color: #1d1d1d;
    font-size: 16px;
}

ul.headerCallAction>li>a>i {
    font-size: 25px;
    background: -webkit-linear-gradient(#e7377d, #7847c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.headerCallAction {
    width: 300px;
}

/*end Header*/


/* Slider */
.topSlide .carousel-caption {
    position: relative;
    right: 0;
    width: 50%;
    height: 100%;
    /*background: transparent linear-gradient(79deg, rgb(0 0 0) 40%, rgb(255 255 255 / 0%) 84%) no-repeat padding-box;*/
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 120px 0px;
}

.topSlide .carousel-caption p {
    font-size: 28px;
}

.linear-bg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    /*background: transparent linear-gradient(62deg, rgb(167 113 126) 16%, rgb(229 178 110 / 60%) 84%) no-repeat padding-box;*/
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSlide .carousel-caption .innerPart {
    max-width: 630px;
    text-align: left;

}

.topSlide .carousel-caption .innerPart .primaryHeading {
    margin-bottom: 0;
}

.topSlide .carousel-caption .innerPart p {
        font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    margin: -8px 0 0 0;
    color: #000;
}

.topSlide .carousel-caption .innerPart .hd1,
.about-section .hd1,
.service_banner .hd1,
.contact_banner .hd1,
.why-choose-section .hd1 {
    color: #000;
}


.topSlide .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 16px;
    border: solid 2px #fff;
    background: none;
    opacity: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.topSlide .carousel-indicators .active {
    /* background:#e8a000; */
    background: rgb(237, 219, 199);
}

.topSlide .carousel-indicators {
    justify-content: start;
    bottom: 44px;
    margin-left: 7%;
}

/*end Slider */

/*========DeskTop Card Service Option =====================*/

.mainContent {
    position: relative;
    overflow: hidden;
}

.plane1 {
    position: absolute;
    width: 368px;
    right: -45px;
    top: 30px;
}




.serviceBg {
    background: url(../images/top-gradient-bg.jpg)no-repeat top;
    background-size: cover;
    background: #fbfbfb;
}

/* .serviceBgGradient {
    background: url(../images/top-gradient-bg.jpg)no-repeat bottom;
} */
.serviceBgGradient {
    /* background: url(../images/top-gradient-bg.jpg) no-repeat bottom; */
    background-size: contain;
    background-position: 100% bottom;
    border-radius: 10px;
}

.serveImgHolder img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#topScroller {
    width: 100%;
    position: relative;
    overflow: hidden;

}

.serviceBg .container {

    overflow: hidden;
}

.serviceLis {
    position: relative;
}

ul.serviceList {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}

ul.serviceList>li {
    /* flex: 1; */
    position: relative;
    width: 30%;
    background: #fff;
    box-shadow: 5px 5px 5px rgb(193 185 185 / 48%);
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

ul.serviceList>li:last-child {
    padding-right: 0;
}

ul.serviceList>li .serviceCard {
    /* background: url(../images/shapes.svg) no-repeat right top; */
    background-size: cover;
    overflow: hidden;
    text-align: center;
    /* height: 300px; */
    /* width: 330px; */
    position: relative;
    padding: 15px;
}

ul.serviceList>li .serviceCard .cantservice {
    width: 100%;
    /* height: 239px; */
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}
.cantservice .hd2 {font-weight: 600;
    color: #333;}
.whyHover p { margin-bottom: 0px;}
ul.serviceList>li .serviceCard .whyHover {
    /*position: absolute; */
    /* top: 108%; */
    /* height: 215px; */
    /* width: calc(100% - 10px); */
    /* left: 0; */
    transition: all ease-in 0.5s;
    padding: 15px;
}

ul.serviceList>li .serviceCard:hover .whyHover {
    /* top: 50px; */
    /* background: #fff; */


}

.serviceIcon {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.serviceIcon img {
        height: 60px;
    width: 60px;
}

.cirleIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 11px;
    top: 2px;
    background: #fff;
    transition: all 0.3s ease-in;
}

ul.serviceList>li .serviceCard:hover .cirleIcon {
    /*    background:linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);*/
    background: #fe753f;
    transform: rotate(170deg);
}

ul.serviceList>li .serviceCard .cirleIcon img {
    height: 50%;
}

ul.serviceList>li .serviceCard:hover .cirleIcon img {
    filter: brightness(0) invert(1)
}

/* .cirleIcon::before{
    content: '';
    width: 75%;
    height: 1px;
    background:url('../images/survice-arrow.svg');
    position: absolute;
    top: calc(50% - 1px);
    transform: rotate(148deg);
    transition:all 0.3s ease;
} */
ul.serviceList>li .serviceCard:hover .cirleIcon::before {
    background: #fff;
    height: 1.5px;
}

/*end Service Option*/
section.processNavigation .tab-content>.active {
    min-height: 394px;
}

section.processNavigation {}

ul.customNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

ul.customNav>li {
    padding: 0;
}

ul.customNav a {
    border: none;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px transparent;
    margin-bottom: -1px;
    color: #000;
    transition: all 0.3s ease-in;
}

ul.customNav a.active,
ul.customNav a:hover {
    border-bottom: solid 1px #a7717e;
    color: #a7717e;
}

ul.customNav a.active .tabIcon,
ul.customNav a:hover .tabIcon {
    background: transparent linear-gradient(62deg, rgb(167 113 126) 16%, rgb(229 178 110 / 100%) 84%) no-repeat padding-box;
}

ul.customNav a.active .tabIcon img,
ul.customNav a:hover .tabIcon img {
    filter: brightness(0) invert(1);
}

.nav-tabs {
    border-color: rgb(222 167 103 / 20%)7;
}

.leftTrans ul {
    padding-left: 0;
}
 .leftTrans ul li {
    list-style: inside;
}
.tabIcon {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: solid 1px #a7717e;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto auto 10px auto;
    transition: all 0.3s ease-in;

}

.tabIcon-vision {
    width: 69px;
    height: 69px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto auto 10px auto;
}

.tabIcon img {
    width: 40px;
}

/*card imigration*/
.centerMiddleImg {
    padding: 30px;
}

.cardImigration {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: 5px 5px 5px rgb(193 185 185 / 48%);
}
.bullet-points  li {
    list-style: circle;
    font-size: .85rem !important;
    margin-left: -13px;
}
.cardImigration h3 {
    position: relative;
    padding-bottom: 10px;
}
.h-230 {
    height: 230px;
}

.box-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cardImigration h3::before {
    content: '';
    width: 60px;
    height: 1px;
    background: #fe753f;
    /*    background:linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);*/
    position: absolute;
    left: 0;
    bottom: 0;
}


.cardImigration:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* filter: blur(clamp(40px, 5vw, 90px));
    background: pink; */
    background: url(../images/user-benefits-bg.png)no-repeat bottom;
    z-index: -1;
    background-size: cover;
}


/* Vission Mission Section */
.vissionMissionRow {
    position: relative;
}

.vission_left {
    position: absolute;
    left: 0;
    width: 40%;

}

.planeCardBg {
    overflow: hidden;
    box-shadow: 6px 6px 6px rgb(204 204 204 / 56%);
    border-radius: 18px;
}

.planeCard {
    background: url(../images/bg-2.webp) no-repeat left bottom;
    background-size: cover;
    padding-bottom: 165px;
    color: #fff;
    border-radius: 18px;
}

.about-section {
    background: url(../images/about-us-banner.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-choose-section {
    background: url(../images/why_choose.png);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_banner {
    background: url(../images/contact_banner.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.service_banner {
    background: url(../images/services.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_banner {
    background: url(../images/blog.png);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.planeContent {
    max-width: 75%;
    padding: 35px 0px 35px 45px;
}

.planeContent .hd1 {
    color: #fff;
}

img.airPlane {
    position: absolute;
    bottom: -109px;
    left: -65px;
    width: 500px;
}

.visionMission {
    background: #fff;
    position: relative;
    padding-top: 122px;
    min-height: 640px;
}

.visionMission img {
    border-radius: 18px;
    box-shadow: 6px 6px 6px rgb(204 204 204 / 56%);
}

.vission_right {
    position: absolute;
    right: 0;
    left: auto;
    width: 40%;
    top: -40px;
}

.missionCont {
    padding-left: 21%;
    padding-right: 8%;
    padding-top: 10px;
}

.missionCont h3 {
    margin-bottom: 0.8vw;
}

.vission_center {
    position: absolute;
    width: 28%;
    left: 37%;
    top: 33px;
    z-index: 10;
    border-radius: 18px;
    box-shadow: 6px 6px 6px rgb(204 204 204 / 56%);
}

.vission_center img {
    border-radius: 18px;
    box-shadow: rgb(193 185 185 / 48%) 1px 1px 17px;
}

.blog .owl-nav {
    width: 100px;
    position: absolute;
    left: -352px;
    bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
}

section.blog {}

.blogCol {
    border-radius: 0 0px 0px 16px;
    border: solid 1px #ccc;
    border-right: none;
    border-top: none;
    padding: 0 0 20px 20px;
}

.blogCol:hover .secondaryHeading,
.blogCol:hover p,
.blogCol:hover .muted {
    color: #000
}

.blogCol img {
    border-radius: 16px;
}

.blog .owl-carousel .owl-nav button.owl-prev,
.blog .owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);
    padding: 8px 26px !important;
    color: #fff;
    border-radius: 21px;
    font-size: 22px;
}

ul.navGrid {
    /*display: grid;*/
    /*grid-template-columns: auto auto auto;*/
    margin: 0;
    padding: 0;
}

ul.navGrid li {
    margin: 0;
    padding: 0px 0;
    line-height: 31px;
}

ul.navGrid li a {
    color: #555;
    font-weight: 300;
}

.footerTitle {
    font-weight: bold;
    font-size: 20px;
}

.bg-prmotional {
    background: url('../images/bg-prmotional.png') no-repeat top;
}

.gradntBg {
    background: url(../images/gradient-image.png) no-repeat center center;
    background-size: cover;
    height:50%;
}

footer {
    padding: 80px 0 0 0;
    background-color: #202430;
}

footer .hd2 {
    color: #fff;
}

/* .footer_address{
    line-height:30px;
    color: #555;
    font-weight: 300;
} */
.footer_address {
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

footer .navGrid li a {
    color: #fff;
    font-size: 20px;
}

.newslettertag {
    font-weight: 400;
    font-size: 16px;
}

.newsLetter input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #ccc;
    padding: 0 0 15px 0;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
}

.socialMediaIcons {
    display: flex;
    align-items: center;

    padding-top: 15px;
}

.socialMediaIcons ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.socialMediaIcons ul li {
    padding: 0px 0 0 12px;
}

.socialMediaIcons ul li:first-child {
    padding-left: 0;
}

.socialMediaIcons ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    /* background: linear-gradient(85deg, #7e0302 28%, #9c3722 51%, #dea767 88%); */
    background: transparent linear-gradient(62deg, #c9310b 16%, #fe753f 84%) no-repeat padding-box;
}

.footerCoppy {
    border-top: solid 1px #ccc;
    /* color:#777; */
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 19px;
    font-weight: 300;
    margin-top: 30px;
}

/*============Contact Us Page ===============*/

.plain-left {
    position: absolute;
    z-index: -1;
    top: 30%;
    right: -50%;
}

.plain-right {
    position: absolute;
    z-index: -1;
    top: 38%;
    left: -40%;
}

.text-gray {
    color: #A0A0A0;
}

.bg-linear:hover {
    color: #fff;
    background: transparent linear-gradient(62deg, rgb(167 113 126) 16%, rgb(229 178 110 / 100%) 84%) no-repeat padding-box;
}


.bg-linear {
    position: relative;
}

/*.bg-linear:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/user-benefits-bg.png) no-repeat bottom;
    z-index: -1;
    background-size: cover;
}*/

.bg-linear:hover img {
    filter: brightness(0) invert(1);
}

.bg-linear:hover .hd1Color {
    color: #fff;
}

.bg-banner {
    background: url(../images/bg-banner.png)no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-btm {
    position: absolute;
    top: 30%;
    z-index: -1;
}


/*======Service Page=============*/
.serveCard {
    background: #fdf6ec 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    padding: 15px 15px 20px 15px;
    margin-bottom: 30px;
    position: relative;

    border: 2px solid transparent;
    -webkit-mask: conic-gradient(from 180deg at top 2px right 2px, #FE346E 90deg, #FE346E 0) var(--_i, 200%) 0 /200% var(--_i, 2px) border-box no-repeat,
        conic-gradient(at bottom 2px left 8px, #FE346E 90deg, #FE346E 0) 0 var(--_i, 200%)/var(--_i, 2px) 200% border-box no-repeat,
        linear-gradient(#FE346E 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.serveCard .buttons {
    padding-top: 4px;
    padding-bottom: 4px;
}

.serveCard:hover {
    border: 2px solid #a7717e;
    /*--_i: 100%;*/
    transition: .3s,
    -webkit-mask-size .3s .3s;
}

.serveCard:hover a.moreDtls,
.blogPostCol:hover a.moreDtls {
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 8px 16px;
    border-radius: 28px;
    background: linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);

}

/*
.serveCard{
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    padding:15px;
    margin-bottom:30px;
    position:relative;
}

.serveCard:before{

    width:var(--_i, 0);
    height:var(--_i, 0);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background:linear-gradient(to right, red, orange);
  -webkit-mask-size .3s .3s;
        transition: .3s, 
}

.serveCard:hover:before{
  --_i: 'auto';
   transition: .3s, 
}*/
.servCardImgHolder {
    height: 275px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.servCardImgHolder img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homeServ { padding: 0px; margin-bottom: 0px;}
.homeServ .servCardImgHolder img {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;transition: 0.3s ease-in-out;
}
.homeServ:hover .servCardImgHolder img {transform: scale(1.2);}
.serveCard p {
    display: -webkit-box;
    /*-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    padding-top: 15px;
}

.servCardImgHolder .serveCardHd {
    background: transparent linear-gradient(62deg, rgb(124 0 0 / 100%) 50%, rgb(229 178 110 / 9%) 84%) no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #fff;
}
.servCardImgHolder .serveCardHdh3 {
        display: block;
    align-items: start;
    height: auto;    padding: 10px;text-align: left;}
.servCardImgHolder .serveCardHdh3 span {    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400 !important;
    letter-spacing: .5px;}
.serveCard a.buttons {
    background: none;
    color: #a7717e;
} 
.serFlexCol {    display: flex;
    gap: 15px;}
.serFlexCol .sflex-col {     width: 100%;
    box-shadow: 4px 4px 10px rgb(251 204 191);
    border-radius: 12px;}
.serveCard:hover a.buttons {
    background: #a7717e;
    color: #fff;
}
.flexHeading {    display: flex;
    gap: 50px;
    /*align-items: center;*/
    margin-bottom: 50px;}
.flexpara p {}
.flexpara a {}
.secHeading span { display: block;    font-size: 52px;
    line-height: 52px;}
.serveCard:hover a.buttons:hover {
    background: #e8a000;
}
.heading p span {  }
.elevateCols img {    filter: brightness(0.5); height: 70px;}
.elevateCols {    text-align: center;
    width: 33.333%;
    border-color: #eee !important;
    background: #fbfbfb;
    box-shadow: 0px 0px 11px rgb(217 217 217 / 48%);}
.elevateCols:hover {
    color: #fff;
    background: transparent linear-gradient(62deg, #f0581d 16%, #fe753f 84%) no-repeat padding-box;
}
.homeServ .servCardImgHolder .serveCardHd { 
     background: transparent linear-gradient(2deg, rgb(23 23 23) 3%, rgb(229 178 110 / -24%) 70%) no-repeat padding-box;
    display: flex;
        /*background: rgb(20 20 20 / 41%);*/
    align-items: start;
    height: auto;
    padding: 10px;
    text-align: left;
    top: 0;
    flex-direction: column;
    justify-content: end;
}
.elevateRows {    display: flex;
    gap: 30px;}
.elevateCols h5 {    padding-bottom: 0 !important;
    margin-top: 20px;}
a.moreDtls {
    font-size: 16px;
    background: -webkit-linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partnerLogosScroll {
    overflow: hidden;
}
.partnerLogos {
    display: flex;
    gap: 30px;
    /* flex-wrap: wrap; */
    animation: scrolls 15s linear infinite;
}
.partnerLogos img {
    max-height: 100%;
    height: 35px;
    width: auto;
}
.awards {text-align: left;
    background: #fbfbfb;
    padding: 60px 0px;}
@keyframes scrolls {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move half width (because of duplication) */
}
/* Time Line Css*/
.sticky-top-25 {
    position: sticky;
    top: 15%;
}

.timeline {
    padding: 0px;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    background: #ccc;
    height: 1500px;
    border-left: dashed 3px #ccc;
}

.timeline .draw-line {
    width: 4px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #a7717e;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 250px;
    background: transparent;
}

.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view .hd2 {
    color: #a7717e;

}

.timeline ul li.in-view::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #a7717e;
    border: solid 4px #ffffff;
    box-shadow: 0px 0px 0px 5px #a7717e;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    transform: translateX(-44%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    background: #ffffff;
    border: solid 3px #ccc;
    transition: all 0.4s ease-in-out;
}

/*.in-view .hd2{
        color:#a7717e;
}*/
.timelineContent {
    width: 100%;
    height: 90%;
    background: url(../images/user-benefits-bg.png) no-repeat bottom;
    padding: 5%;
    margin-left: 7%;
    background-size: 600%;
}

/*end Time Line css*/

.chouseUsList {
    background: url(../images/top-gradient-bg.jpg)no-repeat bottom center;
    background-size: 160%;
}

.choseUsCol {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 12px;
    border: 1px solid #F7DAE6;
    padding: 0 30px 30px 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.choseUsCol .hd2,
.blogPostCol .h3 {
    margin-bottom: 15px;
}

.iconService {
    width: 71px;
    height: 71px;
    padding: 30px 0 25px 0;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogPostCol {
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid transparent;
    -webkit-mask: conic-gradient(from 180deg at top 2px right 2px, #FE346E 90deg, #FE346E 0) var(--_i, 200%) 0 /200% var(--_i, 2px) border-box no-repeat, conic-gradient(at bottom 2px left 8px, #FE346E 90deg, #FE346E 0) 0 var(--_i, 200%)/var(--_i, 2px) 200% border-box no-repeat, linear-gradient(#FE346E 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
}

.blogPostCol:hover {
    border: 2px solid #9941af;
    --_i: 100%;
    transition: .3s, -webkit-mask-size .3s .3s;
}

.blogPostImgHolder {
    border-radius: 16px;
    overflow: hidden;
}

.iconService {
    margin: 30px 0;
}

.blogPostImgHolder {
    margin-bottom: 30px;
}

.iconService:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: -1;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent linear-gradient(90deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%) 0% 0% no-repeat padding-box;

}

.faqSection {
    background: url('../images/top-gradient-bg.jpg') no-repeat top;
    background-size: cover;
}

.faqSection .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

/*.faqSection .accordion-body p{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#444;
}*/
.faqSection .accordion-body {
    padding-left: 77px;
    position: relative;
}

.faqSection .accordion-body::before {
    content: 'Ans.';
    text-align: center;
    width: 66px;
    left: 0;
    position: absolute;
    color: #a7717e;

}

.faqSection .accordion-button {
    padding-left: 0;
    color: #444;
}

.fqqNo {
    width: 55px;
    text-align: center;
    color: #a7717e;
}

.faqHead {
    width: calc(100% - 35px);
}

.accordion-button:not(.collapsed):after {
    width: 14px;
    height: 11px;
    background: url('../images/arrow-path.svg') no-repeat top;
}

.accordion-button:after {
    background: url('../images/arrow-path.svg') no-repeat top;
    width: 14px;
    height: 11px;
}

.searchbox {
    display: table;
    margin: auto;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 28px;
}

.searchbox input {
    padding: 10px 15px;
    width: 300px;
    border: none;
    border-radius: 28px 0px 0px 28px;
}

.searchbox input:focus {
    box-shadow: none;
    outline: none;
}

.searchbox button {
    border-radius: 50px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    background: transparent linear-gradient(90deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%) 0% 0% no-repeat padding-box;
}

.text-gradiant {
    background: transparent linear-gradient(62deg, rgb(124 0 0 / 66%) 16%, rgb(229 178 110 / 60%) 84%) no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/*.owl-dots{
    display: none;
}*/
.footerAnimLeft img {
    width: 150px;
}

/*.bookApntSecBg{
    background-image:url('../images/right-plane.svg');
    background-repeat:no-repeat;
    background-position: -30% 70vh;
    background-size:500px;
}
.bookApntInngerBg{
    background-image:url('../images/plane1.svg');
    background-repeat:no-repeat;
    background-position:120% top;
    background-size:500px;
}*/

/*.clientLogoGallery{
      overflow:hidden;
}*/
.clientGalleryScroller {
    width: 100%;
    display: flex;
    grid-column-gap: 35px;
    flex-wrap: nowrap;
}

.clientLogoGallery .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.clientLogoGallery .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: solid 2px #a7717e;
}

.clientLogoGallery .owl-theme .owl-dots .owl-dot.active span,
.clientLogoGallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #a7717e;
}

.clientGalleryScroller .clientBox {
    text-align: center;
    position: relative;
    padding: 15px;
    border: solid 1px #f9e7cf;
    border-radius: 12px;
}

/* media query */

.page-header {
    position: relative;
    display: block;
    padding: 110px 0px 110px;
    overflow: hidden;
    /* z-index: 1; */
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.page-header__bg::before {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #919191;
    mix-blend-mode: multiply;
    content: "";
    /* z-index: 1; */
} 
.page-header {}
.page-header h1 { color: #fff;}
.page-header p {color: #fff;}
.page-header p.animatePara span {display: block;}
.herosliderBg {    background-size: cover !important;
    background-position: top center !important;}

@media only screen and (max-width: 900px) {
    .service-box-wrap2 {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        padding: 0;
        width: 95%;
        margin: 10px 10px;
    }

    .navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px !important;
    flex-direction: column;
}

a.dropdown-toggle {
    color: #222 !important;
}


.topSlide .carousel-indicators {
    justify-content: start;
    bottom: 35px;
    margin-left: 70%;
}
i.fa-solid.fa-bars.fa-2x {
    font-size: 1.2rem;
}

header img.logo {
    display: table;
    margin: auto;
    width: 100px;
}

   .about-section {

        padding: 180px !important;

    }
    .service_banner,
    .blog_banner,
    .contact_banner {
        padding: 180px;
    }

}


@media only screen and (max-width: 768px) {
    
    .navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
    
    .topSlide .carousel-caption {
        width: 100% !important;
    }
    
     .topSlide .carousel-item img {
     height:450px;
     object-fit:cover;
 }
 .topSlide .carousel-item {
     /*height:450px;*/
 }
    section.processNavigation .tab-content>.active {
        min-height: auto;
    }

    .visionMission {

        padding-top: 0px;
    }

    .tabIcon img {
        width: 32px;
    }

    .footerAnimLeft img {
        width: 120px;
    }

    .owl-dots {
        display: block;
        margin: 22px 0 0;
    }

    .vission_left {
        position: relative;
        width: 100%;
    }

    .vission_right {
        position: relative;
        right: 0;
        left: auto;
        width: 100%;
        top: 0;
    }

    .planeContent {
        max-width: 100%;
        padding: 35px;
        background:#a7717e;
    }

    .planeCard {
        background: url(../images/flag.png) no-repeat left bottom;
        background-size: 97%;
        padding-bottom: 0;
        color: #fff;
        border-radius: 18px;
    }

    section.blog {
        padding-top: 65px;
        padding-bottom: 18px;
    }

    img.airPlane {
        position: absolute;
        bottom: -400px;
        left: -65px;
        width: 500px;
    }

    .missionCont {
        padding: 35px;
    }

    .missionBg {
        /*background: linear-gradient(212deg, #b23f9f -3%, #624ad3 37%);*/
        background:transparent linear-gradient(62deg, rgb(167 113 126) 40%, rgb(229 178 110 / 60%) 84%) no-repeat padding-box;
        border-radius: 16px;
    }

    .linear-bg,
    .w-75 {
        width: 100% !important;
    }

    .missioncard {
        background: url(../images/flag-3.png) no-repeat left bottom;
        background-size: 97%;
        padding-bottom: 0;
        color: #fff;
        border-radius: 18px;

    }

    .about-section {

        padding: 180px !important;

    }

    section {
        padding: 40px 0;
    }

    .tabIcon {
        width: 50px;
        height: 50px;
        margin: 0;

    }

 

    .accordion-button:not(.collapsed) {
        background: -webkit-linear-gradient(0deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: #fff;
        box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    }

    .footer_address br {
        display: none;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

    .contactAnim,
    .footerAnimLeft {
        transform: none !important;
    }

    .accordion {
        --bs-accordion-border-color: transparent;
    }

    footer {
        padding: 30px 0 0 0;
    }

    .contactAddress {
        padding: 30px 0 0 0px !important;
    }

    .counter-img .img-counter {
        width: 250px !important;
    }

    .service_banner,
    .blog_banner,
    .contact_banner {
        padding: 180px;
    }

    .blogPostCol {
        padding: 0px;
    }

    .searchbox input {
        width: 250px;
    }

    .cardImigration {
        box-shadow: none;
    }
}

.iti__flag-container {
    top: 4px;
}
@media (max-width: 1199px) {
    .topSlide .carousel-caption {    padding: 80px 0px;}
    .topSlide .hd1 {
    font-size: 43px;
    line-height: 46px;
}
header .navsec ul.headerCallAction {
    grid-column-gap: 22px;
}
.topSlide .carousel-caption .innerPart p {
    font-size: 22px;
}
.hd2 {
    font-size: 24px;
}
.disknss .cardImigration {    padding: 15px !important;}
.elevateCols h5 {
    font-size: 28px;
}
footer {
    padding: 60px 0 0 0;
}
.homeServ .servCardImgHolder .serveCardHd { gap:6px;line-height: 28px;}
    i.fa-solid.fa-bars.fa-2x {
        font-size: 1.2rem;
    }
.service-box-wrap2-row { flex-wrap: wrap;}
}
@media (max-width: 991px) {
.service-box-wrap2 {width: calc(50% - 20px);}
.offcanvas-body { padding-top:0px;}
.dropdown:hover .dropdown-menu {
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0px;
}
ul.serviceList {  gap: 20px; }
.offcanvas-body .dropdown-item {    font-size: 22px;}
.headerCallAction li a img { height: 25px;}
.offcanvas-header .btn-close {    font-size: 16px;}
.offcanvas-header .offcanvas-title img {        width: 90px;}
.cantservice .hd2 { margin: 0 !important;}
ul.serviceList>li .serviceCard .whyHover {padding: 15px 0px;}
header img.logo { 
            height: 55px;
        width: auto;
}
    .topSlide .hd1 {
        font-size: 42px;
        line-height: 48px;
    }
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
.bottomHeader { box-shadow: none;}
.topSlide .carousel-caption {
        padding: 40px 0px;
    }
.topSlide .carousel-caption { 
    width: 65%;
}
    .topSlide .carousel-caption .innerPart p {
        font-size: 20px;
                padding-bottom: 0;
    }
.navsec {justify-content: left !important;}
.resmenubutton {   right: 0;
        left: auto !important;
        line-height: 0;
    
}
.hd1, .secHeading span {
    font-size: 38px;
    line-height: 38px;
}
.flexpara p {
    font-size: 20px;
}
.disknss {
    flex-wrap: wrap;
}

.disknss .cardImigration {  width: calc(50% - 10px); }
.serFlexCol { flex-wrap: wrap; }
.serFlexCol .sflex-col { width: calc(50% - 8px); }
.servCardImgHolder .serveCardHdh3 span {  font-size: 18px;
        line-height: 22px; }
.disknss .cardImigration p {font-size: 20px;}
.elevateRows {
    flex-wrap: wrap;
}
.elevateCols { width: calc(50% - 15px); }
.elevateCols:last-child { width: 100%; }
.contact-form { margin-top: 50px;}
}
@media (max-width: 767px) {
header .navsec {    padding: 10px 0;}
.block-my-social h3 {
    font-size: 26px;
}
.my-contact .my-contact-heading {
    font-size: 20px;
}
.herosliderBg {
    /*background: url(../images/dss.jpg) top center no-repeat;*/
}
    .elevateCols h5 {
        font-size: 24px;
    }
.heading p, .heading p span {    font-size: 20px;}
.topSlide .hd1 {
        font-size: 36px;
        line-height: 42px;
    }
    .hd1, .secHeading span {
        font-size: 32px;
        line-height: 38px;
    }
    .elevateCols {
        width: 100%;
    }
.flexHeading {flex-direction: column; gap: 0px;} 
.carousel-item.active.herosliderBg:before {
    content: '';
    /* background: transparent linear-gradient(79deg, rgb(241 236 232) 40%, rgb(255 255 255 / 0%) 84%) no-repeat padding-box; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f2ede8;
    opacity: .8;
}
.heading {
    padding-bottom: 20px;
}
a.enquiry-btn {top: 75%;}
#contactModelForm .modal-title {
    font-size: 24px;
}
.modal-header .btn-close {    font-size: 16px;}
.page-header { padding: 60px 0px 60px;}
.service-box-wrap2 { width: 100%; }
ul.serviceList>li { width: 100%; }
.secHeading span, .page-header p.animatePara span { display: inline; }
}
@media (max-width: 580px) {
.page-header__bg {background-attachment: inherit;}
.contact-form {         padding: 20px; }
    .disknss .cardImigration {
        width: 100%;
    }
    .serFlexCol { 
        flex-direction: column;
    }
    .serFlexCol .sflex-col {
        width: 100%;
    }
    
}
