@import url('https://web.archive.org/web/20250711174630cs_/https://fonts.googleapis.com/css2?family=Abel&family=Agdasima:wght@400;700&family=Big+Shoulders+Display:wght@100..900&display=swap');

*,
body,
html {
    margin: 0;
    padding: 0;
    font-family: "Agdasima", 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: #a7717e;
    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 {
    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:45%;
    margin: 0 10px;
}

.service-box {
    padding: 1rem 1.5rem;
}

.hidddenOverFlow {
    overflow: hidden;
}

.hd1Color {
    color: #3D3D3D;
}

.centerMiddleImg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#contactModelForm .modal-dialog .modal-content {
    /*background:#614ad3;*/
}

#contactModelForm .modal-title {}

.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;
}

.hd1 {
    /*    font-size:64px;
line-height:60px;
*/
    font-size: 55px;
    line-height: 55px;

    font-weight: 400;
    color: #3D3D3D;
}

.hd2 {
    font-size: 28px;
    font-weight: 400;
}

.cardImigration .hd2 {
    color: #3D3D3D;
}

.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: #6d45c9;
    /*background: linear-gradient(117deg, #614AD3 0%, #7347C7 16%, #A240A9 47%, #ED3678 91%, #FE346E 100%);*/
    background: rgb(237, 219, 199);
    border-radius: 20px;
    color: #222;
    font-size: 21px;
    border: 1px solid #fff;

}

.buttons:hover {
    /* background:#e8a000; */
    background: #a7717e;
    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: 8px 0;
}
header .desktop-menu ul {
    display: flex;
    grid-column-gap: 32px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

header .navsec {
    display: flex;
    justify-content: space-between;
    padding: 8px 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;
}

.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;
}



/*---------------end dropdown--------------------*/


.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #a7717e;
}
header .navsec ul.navigation>li.active {
    background: url('/web/20250711174630im_/http://exemplarits.com/images/nav-active-arrow.svg') no-repeat bottom;
}

header .navsec ul.navigation>li>a {
    color: #333;
}

/*header .navsec ul {*/
/*    display: flex;*/
/*    grid-column-gap: 32px;*/
/*    list-style: none;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/


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;
}
/*-----------------------------------------------------------------------------------*/
/*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: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent linear-gradient(62deg, rgb(167 113 126) 40%, rgb(229 178 110 / 60%) 84%) no-repeat padding-box;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 7%;
}

.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: 570px;
    text-align: left;

}

.topSlide .carousel-caption .innerPart .primaryHeading {
    margin-bottom: 0;
}

.topSlide .carousel-caption .innerPart p {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 0;
    margin: -8px 0 0 0;
}

.topSlide .carousel-caption .innerPart .hd1,
.about-section .hd1,
.service_banner .hd1,
.contact_banner .hd1,
.why-choose-section .hd1 {
    color: #fff;
}


.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(/web/20250711174630im_/http://exemplarits.com/images/top-gradient-bg.jpg)no-repeat top;
    background-size: cover;

}

/* .serviceBgGradient {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/top-gradient-bg.jpg)no-repeat bottom;
} */
.serviceBgGradient {
    background: url(/web/20250711174630im_/http://exemplarits.com/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%;

}

ul.serviceList>li {
    flex: 1;
    position: relative;
}

ul.serviceList>li:last-child {
    padding-right: 0;
}

ul.serviceList>li .serviceCard {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/shapes.svg) no-repeat right top;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    height: 269px;
    width: 255px;
    position: relative;
    padding: 15px;
}

ul.serviceList>li .serviceCard .cantservice {
    width: 100%;
    height: 239px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

ul.serviceList>li .serviceCard .whyHover {
    position: absolute;
    top: 108%;
    height: 184px;
    width: 220px;
    left: 0;
    transition: all ease-in 0.5s;
    padding: 15px;
}

ul.serviceList>li .serviceCard:hover .whyHover {
    top: 50px;
    background: #fff;


}

.serviceIcon {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.serviceIcon img {
    height: 74px;
}

.cirleIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    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: #a7717e;
    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('/web/20250711174630im_/http://exemplarits.com/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: #e8a000;
    /*    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(/web/20250711174630im_/http://exemplarits.com/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(/web/20250711174630im_/http://exemplarits.com/images/bg-2.webp) no-repeat left bottom;
    background-size: cover;
    padding-bottom: 165px;
    color: #fff;
    border-radius: 18px;
}

.about-section {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/about-us-banner.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-choose-section {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/why_choose.png);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_banner {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/contact_banner.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.service_banner {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/services.webp);
    background-size: cover;
    padding: 220px;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_banner {
    background: url(/web/20250711174630im_/http://exemplarits.com/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('/web/20250711174630im_/http://exemplarits.com/images/bg-prmotional.png') no-repeat top;
}

.gradntBg {
    background: url(/web/20250711174630im_/http://exemplarits.com/images/gradient-image.png) no-repeat center center;
    background-size: cover;
    height:50%;
}

footer {
    padding: 80px 0 0 0;
    background-color: #000;
}

footer .hd2 {
    color: #a7717e;
}

/* .footer_address{
    line-height:30px;
    color: #555;
    font-weight: 300;
} */
.footer_address {
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

footer .navGrid li a {
    color: #fff;
}

.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: linear-gradient(85deg, #a7717e 28%, #bf796a 51%, #d3b087 88%);
}

.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(/web/20250711174630im_/http://exemplarits.com/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(/web/20250711174630im_/http://exemplarits.com/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;
}

.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;
}

.serveCard a.buttons {
    background: none;
    color: #a7717e;
}

.serveCard:hover a.buttons {
    background: #a7717e;
    color: #fff;
}

.serveCard:hover a.buttons:hover {
    background: #e8a000;
}

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;
}

/* 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(/web/20250711174630im_/http://exemplarits.com/images/user-benefits-bg.png) no-repeat bottom;
    padding: 5%;
    margin-left: 7%;
    background-size: 600%;
}

/*end Time Line css*/

.chouseUsList {
    background: url(/web/20250711174630im_/http://exemplarits.com/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('/web/20250711174630im_/http://exemplarits.com/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('/web/20250711174630im_/http://exemplarits.com/images/arrow-path.svg') no-repeat top;
}

.accordion-button:after {
    background: url('/web/20250711174630im_/http://exemplarits.com/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('/web/20250711174630im_/http://exemplarits.com/images/right-plane.svg');
    background-repeat:no-repeat;
    background-position: -30% 70vh;
    background-size:500px;
}
.bookApntInngerBg{
    background-image:url('/web/20250711174630im_/http://exemplarits.com/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 */

@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.5rem;
}

header img.logo {
    display: table;
    margin: auto;
    width: 130px;
}

   .about-section {

        padding: 180px !important;

    }
    
        .hd1 {
        font-size: 30px !important;
        line-height: 45px;
    }
 .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(/web/20250711174630im_/http://exemplarits.com/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(/web/20250711174630im_/http://exemplarits.com/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;

    }

        .hd1 {
        font-size: 30px !important;
        line-height: 45px;
    }

    .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;
    }
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

.iti__flag-container {
    top: 4px;
}
/*
     FILE ARCHIVED ON 17:46:30 Jul 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:04:38 Aug 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.594
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 26.701
  LoadShardBlock: 50.948 (3)
  PetaboxLoader3.datanode: 169.06 (5)
  load_resource: 563.006
  PetaboxLoader3.resolve: 385.015
  loaddict: 116.276
*/