@charset "UTF-8"; 
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/myriad-pro/MYRIADPRO-REGULAR.woff') format('woff');
}  
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/myriad-pro/MYRIADPRO-BOLD.woff') format('woff');
}  
*:focus{box-shadow: none;}
body{
	font-family: 'Poppins', sans-serif;
	padding-top: 80px;
	color: #0c0c0c;
}
h1, h2, h3, h4, h5, h6{
    font-family: math;
}
h2{
     font-size: 24px; 
}
h3{
     font-size: 22px; 
}
h3{
     font-size: 20px; 
}
.mt-40
{
    padding-top:40px;
}
.mb-40
{
    padding-bottom:40px;
}
/* step section*/  
.step-image img
{
    width:100%;
}
.lm-steps-container {
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
    padding: 0;
    text-align: left;
  }

  .lm-step-item {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
        border: 2px solid;
    border-image: linear-gradient(to right, #491aeb, #fd5b0e) 1;
  }

  .lm-step-header {
  display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 35px 5px 15px;
    font-weight: 600;
    font-size: 16px;
    background: white;
    position: relative;
    border-radius: 25px;
  }

  .lm-step-header::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  .lm-step-item.active .lm-step-header::after {
    content: '–';
  }

  .lm-step-number {
       min-width: 35px;
    height: 35px;
    background: #491aeb;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
  }

  .lm-step-content {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.6;
    display: none;
  }

  .lm-step-item.active .lm-step-content {
    display: block;
  }
  .div-block-159 {
    background-image: url(https://cdn.prod.website-files.com/6278a259cc3db4179e7a3a8e/651e78e193ac287a277c9df0_Line%201.webp);
    background-position: 30px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
  
/* step section*/  

/*about - index*/

button{
    border: none;
}
.circle-box{
    width: 500px;
    height: 500px;
    /* border-radius: 100%; */
    background-color: transparent;
    /* overflow: hidden; */
    position: relative;
    transition: 2s;
}
.circle-box:hover{
    /* transform: rotate(360deg); */
    transition: 2s;
}
 #item2 img{
    width:100%;
}
 #item1 img {
    width:100%;
}
 #item3 img{
    width:100%;
}
 #item4 img{
    width:100%;
}
.item-1{
    background-color: #EC1D55;
    width: 240px;
    height: 240px;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    border-radius: 100% 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.35) 10px 10px 10px 0px;
}
.item-1:hover img,
.item-2:hover img,
.item-3:hover img,
.item-4:hover img{
    transform: scale(1.2);
    transition: 0.5s;
}
.item-1 img{
    margin-left: 94px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 99;
    
}
.item-1-title h5{
    font-weight: 700;
    position: relative;
    z-index: 99;
    margin-right: 80px;
}
.item-1-title h5:hover{
    color: #fff;
}
.item-2{
    background-color: #01266C;
    margin-left: 35px;
    width: 240px;
    height: 240px;
    border-radius: 0 100% 0 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.item-2 img{
    transition: 0.5s;
    margin-right: 70px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}
.item-2-title h5{
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-left: 70px;
    position: relative;
    z-index: 99;
}
.item-3{
    background-color: #FEBC20;
    width: 240px;
    height: 240px;
    margin-left: 5px;
    margin-top: 35px;
    border-radius: 0 0 0 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.item-3 img{
    transition: 0.5s;
    margin-left: 74px;
    position: relative;
    z-index: 9;
}
.item-3-title h5{
    font-weight: 700;
    color: #fff;
    margin-right: 64px;
    position: relative;
    z-index: 9;
}
.item-4{
    background-color: #27C885;
    margin-left: 35px;
    margin-top: 35px;
    width: 240px;
    height: 240px;
    border-radius: 0 0 100% 0;
    position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.item-4 img{
    transition: 0.5s;
    margin-right: 80px;
    position: relative;
    z-index: 9;
}
.item-4-title h5{
    font-weight: 700;
    color: #fff;
    margin-left: 60px;
    position: relative;
    z-index: 9;
}
.service-logo{
    position: absolute;
    height: 240px;
    width: 240px;
    top: 133px;
    left: 130px;
    z-index: 999;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius:100%;
}
.logo-area{
    width: 240px;
    height: 240px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-area img{
    transform: scale(2.5);
}
/**/

/**/
#company .item {
    background: white;
    padding: 0px;
    text-align: center;
    color: black;
    font-size: 12px;
    max-height: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 20px #0000000d;
    /*border: 2px solid #9aabff;*/
    }
/**/
.review-heading
{
    font-size: 40px;
    font-family: math;
    margin-bottom: 20px;
}
.review-subheading{
    width: 358px;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: system-ui;
}
.review-button{
        padding: 10px 30px;
    border: 1px solid #8f0eae;
    width: fit-content;
    border-radius: 24px;
    margin-bottom: 60px;
}
/**/
.form-control:focus,
.form-select:focus{
    color: #f16126;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.breadcrumb-row .breadcrumb-item.active {
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.blog-details-bnr-inner .breadcrumb-row
{
    border-bottom: 1px solid #c9c0c0;
    padding: 20px 30px;
}
.breadcrumb {
   margin-bottom: 0px;
}
.breadcrumb-row .breadcrumb-item{
    line-height: 22px;   
}
.breadcrumb-row .breadcrumb-item a{
	color: white;
	text-decoration: none; 
	    font-size: 13px;
}
.blog-details-bnr-inner .breadcrumb-row .breadcrumb-item a{
	color: #1e1925;
	text-decoration: none; 
	    font-size: 13px;
}
.breadcrumb-row .breadcrumb-item a i{ 
	font-size: 20px;
}
.breadcrumb-row .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    vertical-align: middle;
   
    font-size: 12px;
}
.breadcrumb-row .breadcrumb-item+.breadcrumb-item::before {
	font-family: fontAwesome;
    content: "";
    font-size: 14px;
    color: white;
}
.blog-details-bnr-inner .breadcrumb-row .breadcrumb-item+.breadcrumb-item::before {
	font-family: fontAwesome;
    content: "";
    font-size: 14px;
    color: #1e1925;
}
.main-nav { 
	background: #fff !important;
    padding: 0px 15px;
    border-radius: 0;
    border: none;
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 25%);
} 
.navbar-expand-lg.main-nav .navbar-nav .nav-link { 
	padding: 10px 15px;
	text-align: center;
	color: #000100;
	font-size: 14px;
}

.navbar-expand-lg.main-nav .navbar-nav .nav-link:hover{
	color: #f16126;
}
.navbar-expand-lg.main-nav .navbar-nav li.nav-item:last-child a {
    color: #f16126;
	font-weight: 700;
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.dropdown-toggle::after{
	display: none;
} 
.navbar-expand-lg.main-nav .navbar-nav .nav-link span {
    display: block;
	margin-top: 5px;
	position: relative;
}
.cust-head{
	color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 12px 0 15px;
    text-transform: uppercase;
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 15px;
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.active {
    color: #f16126;
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.active span:after {
    background: #f9921c;
}
.navbar-toggler {
    border: 2px solid #f16126;
	padding: 18px 10px;
}
.navbar-toggler:focus { 
    box-shadow: none;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    display: block;
    width: 100%;
    min-width: 50px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #f16126;
	position: relative;
	transition: 0.4s;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 2px;
    background: #f16126;
    width: 100%;
	transition: 0.4s;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: #f16126;
    width: 100%;
	transition: 0.4s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: block;
    width: 100%;
    min-width: 50px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #f1612600;
	position: relative;
	transition: 0.4s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 2px;
    background: #f16126;
    width: 40px;
    transform: rotate(45deg);
    margin: auto;
	transition: 0.4s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background: #f16126;
    width: 40px;
    transform: rotate(-45deg);
    margin: auto;
	transition: 0.4s;
}
ul.dropdown-menu.search-dropdown {
    margin: 0;
    padding: 0;
    border: 0;
}
.search-dropdown li form.d-flex {
    border: 1px solid #000;
    border-radius: 4px;
    width: 260px;
}
.search-dropdown li input.form-control {
    border: 0;
}
.search-dropdown li input.form-control:focus{
	box-shadow: none;
}
.search-dropdown li button.search-btn img {
    width: 25px;
}
.img-area img
{
   margin: auto;
    display: block;
    margin: auto;
    width: 400px;
    animation: rotateImage 5s infinite ease-in-out; 
}
.main-bnr-inner  .search-area121
{
    position: absolute;
}
/* Animation keyframes */
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.main-bnr-inner{
	align-content: center;
    justify-content: center;
    align-items: center;
	z-index: 1;
    position: relative;
    /*background: url(../images/home-bnr.webp) no-repeat center center / cover;*/
}

.main-bnr {
    position: relative;
    color: var(--white);
    background-color: #8509a7;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.header_landing_experts {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 18px;
    padding-left: 81px;
    display: flex;
    align-items: center;
    background: url(../images/expert_online.svg) no-repeat center left;
}
.header_landing_experts .experts_online {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #383945;
    background: #BEEB7E;
    border-radius: 100px;
}
.header_landing_experts span{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #E6ECF2;
}
.header_landing_list {
    margin-bottom: 10px;
    display: flex
;
 margin: 0 auto;
    width: fit-content;
}
.main-bnr-inner form 
{
        margin-bottom: 20px;
}
.header_landing_list li {
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #CED6DE;
    background: url(../images/tick.svg) no-repeat center left;
        list-style: none;
}
.header_landing_list li + li {
    margin-left: 28px;
}

.main-bnr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.main-bnr-inner h1 {
     font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
   background-clip: text;
    display: block;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #fd5b0e, #f6c000 54%, #fd5b0e);
    font-family: math;
}
.main-bnr-inner p {
	font-family: 'Myriad Pro Regular';
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.main-bnr-inner form.d-flex .search-btn {
    background: #fd5b0e;
    border-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 10px 20px;
}
.main-bnr-inner form.d-flex input.form-control {
    border-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.main-bnr-inner form.d-flex .search-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
        width: 20px;
}
.country-flag {
    background: #f4f4f4;
    padding: 40px 0px;
}
.country-flag-inner .col {
    padding: 0;
}
.country-flag-inner span {
    font-size: 10px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.our-services {
    padding: 40px 0;
	background: #ffe6d2 url(../images/service-bg.webp) no-repeat top center / cover;
}
.our-services-inner {
    flex-wrap: nowrap;
}
.section-head {
    margin-bottom: 20px;
}
.section-head h2 {
      background: linear-gradient(103deg, #491aeb, #fd5b0e);
    text-decoration: none;
    -webkit-text-fill-color: transparent;
    font-family: math;
    background-clip: text;
    font-size: 42px;
    margin-bottom: 5px;
}
.section-head p {
      color: #272221;
    font-size: 22px;
    font-family: 'Myriad Pro Regular';
        margin-bottom: 0px;
}
.section-head p span {
    position: relative;
}
.section-head p span:before {
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: -25px;
    bottom: 0;
    margin: auto;
    background: #272221;
    border-radius: 50%;
}
.section-head p span:after {
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto;
    background: #272221;
    border-radius: 50%;
}
.our-services-col {
    text-align: center;
    width: 100%;
    max-width: 235px;
    margin: 0 auto; 
    border-radius: 4px;
	transition: 0.4s;
}
.our-services-col:hover { 
	background: #fff;
    box-shadow: 3px 3px 5px 2px rgb(0 0 0 / 65%); 
	transition: 0.4s;
}
.our-services-col a {
    font-size: 18px;
    color: white;
}
.services-icon {
    padding: 10px;
}
.services-text {
    background: #9b68a9;
    padding: 5px;
    border-radius: 0px;
}
.services-icon img {
    max-height: 165px;
}
.counselling {
    padding: 40px 0 !important;
}
.counselling-col-left img {
    max-width: 100%;
}
.counselling .owl-nav
{
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 25px;
    right: 0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dots{
        border: 1px solid #9315b4 !important;
    padding: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
 line-height: 30px;
}
.counselling-col-right {
    display: flex;
    align-items: center;
    align-content: center;
    /*height: 100%;*/
    flex-wrap: wrap;
}
.counselling-card {
    background: #e4f0fc;
    padding: 30px 25px;
    border-radius: 4px;
	transition: 0.4s;
	    border: 1px solid #bec9d5;
    /*box-shadow: 3px 3px 5px 2px rgb(0 0 0 / 65%);*/
}
.counselling-card:hover{
	background: rgb(248 243 224);
	transition: 0.4s;
}
.counselling-card:first-child {
    margin-bottom: 60px;
}
.counselling-card h5 {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}
.counselling-card p {
    font-size: 14px;
	margin: 0;
}
.counselling-card span {
    display: block;
    text-align: right;
    margin-top: 30px;
}
.counselling-card span a{
    color: #00a64a;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
	padding-left: 22px;
}
.counselling-card span a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #00a549;
	border-radius: 50%;
	border: 1px solid #000;
	margin: auto;
	z-index: 1;
}
.counselling-card span a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #00a549;
	border-radius: 50%;
	border: 1px solid #000;
	margin: auto;
	z-index: 2;
}
.how-work{
	padding: 80px 0;
	background: #eaeaea url(../images/work-bg.webp) no-repeat top center / cover;
}
.timeline ul {
    padding: 0px 0 50px;
	position: relative;
	margin: 25px 0 0;
}
.timeline ul:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #00ceff;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 30px;
    margin: 0 auto;
    min-height: 250px;
}   
.timeline ul li::after {
	content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fec900;
    z-index: 1;
    border: 0;
    transition: background .5s ease-in-out;
    box-shadow: 0px 0px 3px 0px #000;
}
.timeline ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00ceff;
    z-index: 1;
    border: 1px solid #000000;
    transition: background .5s ease-in-out;
}
.timeline ul li.in-view div { 
    visibility: visible; 
}
.timeline ul li:nth-child(odd) div {
    left: -605px;
	top: 40px;
}
.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 530px;
    padding: 70px 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    visibility: hidden; 
    transition: all .5s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 65%);
    border-radius: 4px;
	text-align: center;
}
.timeline ul li:nth-child(odd) div:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 50px solid rgb(255 255 255 / 0%);
    border-bottom: 0px solid rgb(255 255 255 / 0%);
    border-left: 5px solid rgb(255 255 255 / 0%);
    top: 0;
    right: -50px;
    z-index: 0;
}
.timeline ul li h4 {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.timeline ul li h4 span {
    margin-left: 10px;
}
.timeline ul li:nth-child(even) div {
    left: 105px;
	top: 40px;
}
.timeline ul li:nth-child(even) div:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 5px solid rgb(255 255 255 / 0%);
    border-bottom: 0px solid rgb(255 255 255 / 0%);
    border-left: 50px solid rgb(255 255 255 / 0%);
    top: 0;
    left: -50px;
    z-index: 0;
}
.timeline ul li span.step-no {
	position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.services-overview {
    padding: 40px 0px;
     background: #f4f4f4;
    
}
.services-overview-inner ul.nav {
	justify-content: center;
    margin-bottom: 30px;
}
.services-overview-inner ul.nav li {
    margin: 0 20px;
}
.services-overview-inner ul.nav li button {
 position: relative;
    background: transparent;
    border: none;
    color: #000;
    font-weight: 400;
    padding-bottom: 8px;
    transition: all 0.3s ease;
}
.services-overview-inner ul.nav li button.active {
    background: transparent;
    color: black;
    font-weight: 600;
}

.services-overview-inner ul.nav li button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(to right, #491aeb, #fd5b0e);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.services-overview-inner ul.nav li button.active::after {
    width: 100%; /* full border appears smoothly */
}

.services-overview-inner .nav-link {
    display: block;
    padding: .5rem 1.5rem;
}
.services-overview-box {
   background: white;
    padding: 30px 40px;
    border-radius: 24px;
}
.services-overview-head {
    margin-bottom: 20px;
}
.services-overview-head a {
  
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    display: block;
   background: linear-gradient(103deg, #491aeb, #fd5b0e);
    text-decoration: none;
   -webkit-text-fill-color: transparent;
      font-family: 'Myriad Pro Regular';
    background-clip: text;
}
.services-overview-head a span {
	background: #fff;
    padding: 0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}
.services-overview-text p {
    font-size: 16px;
    margin-bottom: 30px;
	text-align: justify;
}
.services-overview-text p:last-child{ 
    margin-bottom: 0px;
}
.client-feedback {
    padding: 40px 0;
    background: #f4f4f4;
}
.client-feedback-inner {
    margin-top: 50px;
}
.feedback-right-col {
    position: relative;
	padding: 10px 60px;
}
.feedback-right-col:before {
   z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    left: 48px;
    bottom: 0;
    margin: auto;
    background: #850ea12e;
    border-radius: 24px;
    width: 100%;
    max-width: 450px;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 15%);
}
.feedback-left-col img {
    max-width: 100%;
}
.feedback-right-col .carousel {
	max-width: 460px;
    margin: 0 0 0 auto;
    padding: 30px 70px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 20%);
	position: relative;
    z-index: 1;
    height:350px;
}
.feedback-right-col .carousel button{ 
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 1;
	color: #000;
    font-size: 22px;
        border: 1px solid #9315b4;
}
.feedback-right-col .carousel button.carousel-control-prev {
    left: -30px; 
}
.feedback-right-col .carousel button.carousel-control-next {
    right: -30px; 
}
.feedback-slides {
    text-align: center;
}
.feedback-slides h5 {
    font-size: 16px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 5px;
}
span.feedback-rating .checked {
    color: #f7c63a;
}
.feedback-slides p {
    margin: 0;
}
.google-rating-col {
  text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    background: white;
    padding: 10px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.google-rating {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.rating-col-icon img {
    max-width: 170px;
    width: 100%;
	max-height: 40px;
}
.rating-col-number {
       font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 5px;
    align-items: center;
}
.feedback-rating{
     font-size: 14px;
}
.faqs {
    padding: 40px 0;
}
.section-head h2 span {
    font-size: 60px;
    text-transform: lowercase;
}
.faqs-accordion {
    margin-top: 10px;
}
.faqs-accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
	/*padding: 34px 25px 34px 150px;*/
}
/*.faqs-accordion .accordion-item .accordion-button:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    margin: auto; */
/*    height: 100%;*/
/*    width: 105px;*/
/*	background: #fec900 url(../images/question.webp) no-repeat center center / 55px;*/
/*}*/
.faqs-accordion .accordion-item .accordion-body {
    /*padding: 30px 120px;*/
    background: #fffae6;
    font-size: 14px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}
.faqs-accordion .accordion-item {
    margin-bottom: 25px;
	border-radius: 0 !important;
	border: 0;
}
.faqs-accordion .accordion-item .accordion-header {
       margin-bottom: 0;
       border: 1px solid #9aabff;
    box-shadow: 0 2px 20px #0000000d;
    border-radius: 10px;
}
.faqs-accordion  .accordion-button{
        background-color: transparent;
    border: 0;
    border-radius: 10px;
}
.faqs-accordion .accordion-button::after { 
    filter: grayscale(100);
    background-size: 25px;
    height: 25px;
    width: 25px;
}
.faqs-more-details-card h4 {
    color: #ff6400;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}
.faqs-more-details-card p {
    color: #000000;
    font-size: 20px; 
    font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}
.call-btn {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ffc900;
    padding: 14px 33px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
	border:1px solid #ffc900;
	transition: 0.4s;
	display: inline-block;
}
.call-btn:hover{
	color: #ffc900;
    background: #fff;
	border-color: #ffc900;
	transition: 0.4s;
}
.faqs-more-details-card {
    text-align: center;
    padding: 35px 80px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 65%);
    max-width: 1040px;
    margin: 50px auto 0;
	background: #f4f4f4;
}
.product-home {
   padding: 20px 0px;
    background: #f4f4f4;
}
.product-home-inner-top {
   
}
.product-home-inner-top ul.nav {
    display: flex;
    justify-content: center;
}
.product-home-inner-top ul.nav li button {
    color: #000;
   font-size: 20px;
    padding: 15px 25px;
    border-radius: 0;
    position: relative;
    margin-bottom: 30px;
}
.product-home-inner-top ul.nav li button.active {
    color: black;
    background-color: transparent;
    font-weight: 700;
}
.product-home-box-col .top{
        height: 80px;
    background: #955eca75;
    border-radius: 10px 10px 0px 0px;
}
.product-home-box-col .content{
    padding: 10px;;
}
.product-home-inner-top ul.nav li button:after {
     content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(to right, #491aeb, #fd5b0e);
    border-radius: 2px;
    transition: width 0.4s ease;
}
.product-home-inner-top ul.nav li button.active:after {

	width: 100%;
}
.product-home-tab-box {
    /*padding: 65px 0;*/
}
.product-home-box-col {
    background: #fff;
    /*padding: 10px;*/
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px #000;
	margin-bottom: 30px;
}
.product-home-box-col h4 {
   font-size: 18px;
    /* font-weight: 700; */
    font-family: math;
    margin-top: -44px;
    text-align: center;
    background: white;
    border: 1px solid #e9dede;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 20px #0000000d;
    color: black;
}
.product-home-box-col p {
      font-size: 14px;
    margin: 0 0 0;
    color: black;
    text-align: center;
    padding: 20px 0px;
}
.product-home-box-col-btm {
     position: absolute;
    left: 10px;
    right: 10px;
    bottom: 30px;
    margin: auto;
    width: fit-content;
}
.box-col-btm-left a.learn-more {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background: #9b68a9;
    padding: 10px 30px;
    border-radius: 24px;
}
.box-col-btm-left a.learn-more:before {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*background: #ffca00;*/
    /*border-radius: 50%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
}
.box-col-btm-right .like-btn {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: normal;
    color: #ffca00;
    font-size: 24px;
}
.sepecial-offer {
    padding: 80px 0 50px;
}
.form-submit-btn {
	background: #f06421;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 62px;
    height: 58px;
	border: 1px solid #f06421;
}
.form-submit-btn:hover{
	color: #f06421;
    background: #fff;
	border: 1px solid #f06421;
}
.sepecial-offer-head h2 {
    font-size: 30px;
    color: #343433;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.sepecial-offer-head p {
    font-size: 22px;
}
.sepecial-offer-inner {
    margin-top: 20px;
}
.form-icon {
    position: absolute;
    width: 25px;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    vertical-align: middle;
    opacity: 0.7;
}
.sepecial-offer-inner .form-floating input {
    padding-left: 55px !important;
	border-color: #000;
}
.sepecial-offer-inner .form-floating>label {
    padding-left: 55px;
}
.sepecial-offer-inner select {
    padding-left: 55px;
	border-color: #000;
}
.sepecial-offer-inner .form-floating>.form-control:focus~label, 
.sepecial-offer-inner .form-floating>.form-control:not(:placeholder-shown)~label, 
.sepecial-offer-inner .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.60rem);
}
footer {
    padding: 35px 0 0;
    background: #333333;
}
.footer-col h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	padding-top: 11px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-col ul li a{ 
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
}
.footer-col ul li a:hover{ 
	color: #f16126;
	/*border-bottom: 1px solid #f16126;*/
	transition: 0.4s;
	padding-left: 5px;
}
.new-social-area {
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
}
.div-block-115 {
    background-color: #ffffff4f;
    width: 100%;
    height: .5px;
}
.social_link.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 20px;
}
.footer-col ul.foot-social {
       list-style: none;
    /* padding: 0; */
    margin: 19px 0px 31px;
    display: flex;
    justify-content: center;
}
.footer-col ul.foot-social li{
    margin-right: 15px;
}
.footer-col ul.foot-social img{
	width: 40px;
}
.footer-col p {
    display: flex;
    justify-content: flex-start;
}
.footer-col p span{
	display: inline-table;
    margin-right: 15px;
}
.footer-col p span img{
	 width: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer-col p a{
    color: #fff;
	text-decoration: none;
}
.footer-col-inner {
    display: flex;
}
.footer-col-inner ul {
    
}
.footer-col {
    
}
.footer-logo img {
    width: 100%;
    max-width: 170px;
}
.footer-btm {
 
    padding: 12px 0;
    color:white;
}
.footer-btm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.footer-btm ul li {
     margin-right: 10px;
    margin-left: 10px;
}
.footer-btm ul li a {
    text-decoration: none;
    color: #fff;
}
.footer-btm p {
    margin: 0;
    color: #fff;
    text-align: center;
        font-size: 14px;
}
/**************ABOUT CSS***************/
.about{
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0px;
    display: flex;
        position: relative;
}
.h1.hero_about {
    text-align: center;
    border-radius: 0;
   color: black;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 130%;
    width: 80%;
    margin: auto;
}
.gradient-purple-orange-2.hero_about {
    font-size: 52px;
}

.gradient-purple-orange-2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(103deg, #491aeb, #fd5b0e);
    -webkit-background-clip: text;
    background-clip: text;
}
.paragarph {
    margin-top: 12px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
        text-align: center;
}
.about-bnr{
	padding: 25px 0;
    position: relative;
    background: url(../images/about-bnr-bg.webp) no-repeat center center / cover;
}
.floating_image
{
        max-width: 285px;
    position: absolute;
    inset: 157px auto auto 0;
}
.floating_image.top_right {
    left: auto;
    right: 0;
}
.numbers_wrap {
    background-image: url('../images/about4.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    padding: 32px 40px;
}
.about-bnr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.about-bnr-inner {
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.about-bnr-inner h1 {
	font-size: 60px;
	margin-bottom: 0px;
	margin-top: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.about-bnr-inner p {
	font-size: 20px;
    margin-bottom: 18px;
    color: #fff;
}
.amenities {
    background: #e3f6fc;
    padding: 25px 0 15px;
}
.amenities-col {
    text-align: center;
}
.story{
        padding: 60px 0px;
}
.highlight_img{
        max-height: 272px;
}
.story .h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 130%;
}
.story .gradient-purple-orange-2
{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(103deg, #491aeb, #fd5b0e);
    -webkit-background-clip: text;
    background-clip: text;
}
.amenities-icon {
    background: #16bae0;
    padding: 10px;
    display: flex;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 70%);
	transition: 0.4s;
}
.amenities-col:hover .amenities-icon{
	transition: 0.4s;
	transform: rotate(360deg);
}
.amenities-text h6 {
    font-size: 22px;
    font-weight: 700;
    color: #0c0c0c;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
}
.amenities-text span {
    color: #2c2e35;
    font-size: 15px;
}
.our-team {
    padding: 100px 0;
}
.our-team-inner>div {
    padding: 0;
}
.our-team-col {
    text-align: center;
}
.our-team-col .team-img {
    border-right: 2px solid #fff;
	position: relative;
}
.our-team-col .team-img img {
    width: 100%;
}
.team-name {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: rgb(255 107 32 / 90%);
    padding: 25px 0 15px;
    color: #fff;
}
.our-team-inner>div:nth-child(even) .team-name {
    background: rgb(255 201 52 / 90%);
}
.team-name h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.team-name h6 {
    margin: 0; 
    font-size: 24px;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.team-about {
    padding: 20px 10px;
}
.team-about p {
    font-size: 18px;
    color: #3b4040;
    margin: 0;
}
.our-history {
    padding: 0 0 75px;
}
.our-history-inner {
    max-width: 1050px;
    margin: 0 auto;
}
.our-history-inner p {
    color: #2c2e35;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 30px;
}
.our-history-col{
	padding: 40px 20px;
    border-radius: 12px;
	height: 100%;
	box-shadow: 3px 3px 6px 1px rgb(0 0 0 / 50%);
}
.our-history-left-col {
    background: rgb(161 229 243 / 30%) url(../images/expert-bg-icon2.webp) no-repeat center center; 
}
.our-history-col h3 {
    text-align: center;
    margin: 0px 0 50px;
    font-size: 40px;
    color: #23201f;
	font-family: 'Myriad Pro Regular';
}
.our-history-col p {
    font-size: 13px;
    color: #2c2e35;
    text-align: center;
}
.our-history-right-col {
    background: rgb(161 229 243 / 30%) url(../images/pricing-bg-icon2.webp) no-repeat center center; 
} 
/*****************CONTACT CSS************************/
.contact-bnr {
    background: #f7f7f7;
	padding: 12px 0 0;
}
.contact-bnr-inner .breadcrumb-row .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}
.contact-bnr-inner .breadcrumb-row .breadcrumb-item+.breadcrumb-item::before { 
    color: #000;
}
.contact-bnr-left {
    max-width: 525px;
}
.contact-bnr-left p {
    color: #0c0d0d;
    font-size: 20px;
}
.contact-form {
    padding: 25px 40px;
    box-shadow: 0px 0px 10px 0px #0e3095;
    border-radius: 12px;
    margin-top: 30px;
    background: #faf9f4;
}
.contact-form .form-control {
    border: 1px solid #d8d7d3;
    margin-bottom: 15px;
    background-color: #fff;
    color: #929d9b;
    font-size: 14px;
	height: 40px;
}
.contact-form .form-select {
    border: 1px solid #d8d7d3;
    margin-bottom: 15px;
    background-color: #fff;
    color: #929d9b;
    font-size: 14px;
    height: 40px;
}
.contact-form textarea.form-control {
    min-height: 50px;
}
.contact-form .form-control[type=file]{
	position: relative;
}
.contact-form .form-control[type=file]:after {
    content: 'Choose File';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: white;
    top: 0;
    bottom: 0;
    line-height: 38px;
    padding-left: 13px;
}
.contact-captcha {
    font-style: italic;
}
.contact-form .form-check{
	padding-left: 36px;
	margin-bottom: 20px;
	display: flex;

}
.contact-form .form-check label.form-check-label{
	font-size: 9px;
    color: #2c2e35;
    line-height: 30px;
    margin-left: 5px;
}
.contact-form .form-check-input[type=checkbox] { 
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.contact-form .form-check-input[type=checkbox]:focus { 
    box-shadow: none;
}
.contact-form .form-check-input[type=checkbox]:checked {
    background: #000 url(../images/right-check-w.webp) no-repeat center center / 20px;;
    border: 1px solid #000;
}
.contact-form>h4 {
    color: #111212;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 0 20px;
}
.contact-bnr-right>h2 {
    color: #ff6f21;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.contact-bnr-right img{
	max-width: 100%;
}
.contact-amenities {
    background: #fff;
	padding: 70px 0;
}
.contact-amenities .amenities-icon img {
    width: 100%;
}
.contact-amenities .amenities-icon {
    background: #166ab9;
    padding: 20px; 
    width: 140px;
    height: 140px; 
    margin: 0 auto 20px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 70%); 
}
.contact-amenities .amenities-text h6 { 
    margin-bottom: 10px;
	font-size: 30px;
}
.contact-amenities .amenities-text span { 
    font-size: 20px;
}
.contact-location {
    background: #daeef5;
    padding: 70px 0;
}
.contact-location-col {
    text-align: center;
	padding: 35px;
}
.contact-location-col h4 {
    color: #ff6f21;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	height: 110px;
}
.contact-location-col h4 span {
    margin-right: 10px;
	vertical-align: text-top;
}
.contact-location-col p {
    font-size: 20px;
    color: #2c2e35;
}
.contact-location-col p a{
	text-decoration: none;
	color: #2c2e35;
}
.contact-location-inner>div {
    border-right: 5px solid #6cd5e3;
}
.contact-location-inner>div:last-child {
    border-right: 0px solid #6cd5e3;
} 
.contact-form .submit-btn {
    font-size: 22px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
	text-transform: uppercase;
}
/******************FAQS CSS**********************/
.faq-bnr{
	background: url(../images/faq-bnr.webp) no-repeat top center / cover;
	padding: 10px 0;
}
.faq-bnr-inner .section-head {
    padding: 110px 0;
}
.faq-bnr-inner .section-head p {
    color: #fff;
}
.faq-bnr-inner .section-head p span::before,
.faq-bnr-inner .section-head p span::after{
    background: #fff;
}
.faqs-page{
	padding: 80px 0;
	background: url(../images/work-bg.webp) no-repeat top center / cover;
}
.faqs-page-inner .faqs-page-tabs {
    margin-top: 0;
    border-radius: 15px;
    background: #fff; 
    box-shadow: 0px 0px 10px 0px #000;
}
.faqs-page-inner .faqs-accordion {
    margin-top: 0; 
}
.faqs-page-inner .tab-content{ 
	padding: 80px 0 35px;
}
.faqs-page-tabs ul.nav {
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
    border-bottom: 1px solid #ff882a;
    padding: 30px 30px 0;
}
.faqs-page-tabs ul.nav li {
    width: 24.5%;
    text-align: center;
}
.faqs-page-tabs ul.nav li button{
	background:#fbd2c5 ;
    color: #2c2e35;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
	padding: 10px 5px;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.faqs-page-tabs ul.nav li button.active{
	background: #fbd2c5;
	color: #2c2e35;
}
/*******************BLOG CSS*****************************/
.blog-bnr {
 background-image: url(../images/blog-banner.webp);
    position: relative;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
}
.blog-bnr-inner {
    position: relative;
}
.blog-read h1{
        background: linear-gradient(103deg, #491aeb, #fd5b0e);
    text-decoration: none;
    -webkit-text-fill-color: transparent;
    font-family: math;
    background-clip: text;
    font-size: 42px;
}
.blog-bnr-inner .breadcrumb-row {
    position: absolute;
    max-width: 1310px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 12px;
}
.blog-left-bnr img {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center;";
    object-position: center;
    max-height: 100%;
}
.blog-right-bnr-box img {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center;";
    object-position: center;
    height: 100%;
}
.blog-left-bnr {
    position: relative;
    height: 100%;
    max-height: 600px;
} 
.blog-left-bnr:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(0 0 0 / 40%);
} 
.blog-right-bnr {
    height: 100%;
    max-height: 600px; 
}
.blog-bnr-box-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 107 32 / 80%);
    color: #fff;
    padding: 15px;
    z-index: 3;
}
.blog-bnr-box-text h4{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: white;
 }
.blog-bnr-box-text p{
    font-size: 18px;
    margin: 0;
}
.blog-bnr-inner>div {
    padding: 0;
}
.blog-right-bnr-box {
    position: relative;
    height: 50%;
}
.blog-right-bnr-box-top {
    position: absolute;
    left: 25px;
    top: 25px; 
}
.blog-right-bnr-box-top h5{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0; 
    color: #fff; 
    line-height: 36px; 
}
.blog-right-bnr-box-top h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 170px;
    height: 5px;
    background: #2c4c3e;
}
.blog-right-bnr-box-btm {
    position: absolute;
    right: 25px;
    top: 25px;
}
.blog-right-bnr-box-btm h5{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: #327696;
    text-align: right;
    border: 5px solid #327696;
    padding: 15px;
    border-radius: 28px;
    line-height: 34px;
}
.blog-read {
    padding: 20px 0;
}
.blog-filter {
    background: #eef6f9;
    padding: 30px 0;
}
.blog-filter-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    align-items: center;
    height: 100%;
}
.blog-filter-inner ul li {
    position: relative;
}
.blog-filter-inner ul li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 25px;
    background: #000;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
}
.blog-filter-inner ul li:last-child:after{
    display: none;
}
.blog-filter-inner ul li.active {
    border-bottom: 2px solid #ff7000;
}
.blog-filter-category select.form-select {
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 600;
}
.blog-filter-category { 
    display: flex;
    justify-content: flex-end; 
}
.blog-cols {
     padding: 40px 0px;
    background: #f4f4f4;
}
.blog-box {
    box-shadow: 0px 0px 10px #000;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;   
}
.blog-box-thumd {
    position: relative;
}
.blog-box-thumd-info {
    width: fit-content;
    margin-bottom: 10px;
}
.blog-box-thumd img {
    width: 100%;
    height: 200px;
}
.blog-thumb-clalender {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.blog-thumb-clalender img {
    max-width: 28px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-right: 10px;
} 
.blog-box-text {
    padding: 20px;
}
.blog-thumb-clalender span {
    color: black;
    display: inline-block;
    line-height: 10px;
    font-size: 14px;
    font-weight: 600;
}

.blog-thumb-sop {
       padding: 5px 15px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    background-image: linear-gradient(127deg, #d2c5ff, #ffd3be);
    color: black;
    border-radius: 10px;
}

.blog-box-text h4 {
      font-weight: 600;
    color: #2c2e35;
    font-size: 18px;
    font-family: math;
}
.blog-box-text p { 
    color: #2c2e35;
    font-size: 14px;
    text-align: justify;
    border-bottom: 1px solid #cfd4d7;
    padding-bottom: 20px;
}
.blog-box-text p a {
    color: #84209c;
    text-decoration: none;
    font-weight: 700;
}
/************************REVIEW CSS****************************/
.review-bnr-inner {
    background: #f5f6ed;
    position: relative;
}
.review-bnr-inner .breadcrumb-row {
    position: absolute;
    max-width: 1310px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 12px;
}
.review-left-bnr {
    max-width: 630px;
    margin: 0 0 0 auto;
    padding-top: 55px;
    padding-right: 55px;
}
.review-right-bnr {
    max-width: 630px;
    margin: 0 auto 0 0;
    padding: 45px 25px;
    text-align: center;
}
.review-right-bnr h3 {
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
.review-right-bnr img {
    width: 100%;
}
.review-right-col{
    background: #2a83c7;
    position: relative;
}
.review-right-bnr-btm {
    position: absolute;
    z-index: 1;
    left: -1px;
    bottom: -1px;
    background: url(../images/review-right-btm-img.webp) repeat left bottom;
    width: 100%;
    padding: 25px 0 15px;
    background-repeat: repeat-x;
}
.review-right-bnr-btm .google-rating {
    max-width: 630px;
}
.review-bnr-inner .breadcrumb-row .breadcrumb li.breadcrumb-item a {
    color: #000;
}
.review-bnr-inner .breadcrumb-row .breadcrumb li::before{
    color: #000;
}
.review-left-bnr-inner h4 {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}
.review-left-bnr-inner p{
    color: #ff6f21;
    font-size: 24px;
    font-weight: 600; 
}
.review-left-bnr-inner p strong{
    color: #2a83c7; 
    font-weight: 700; 
}
.review-left-bnr-form .form-control {
    margin-bottom: 20px;
    padding: 20px 25px;
    border-radius: 6px;
}
.review-left-bnr-rating {
    display: flex;
}
.review-left-bnr-rating label {
    color: #ff6f21;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
}
.review-left-bnr-rating span.feedback-rating span.fa-star{
    color: #919c9a;
    font-size: 20px;
}
.review-left-bnr-rating span.feedback-rating span.fa-star.checked {
    color: #f7c63a; 
}
.review-left-bnr-form .submit-btn {
    background: #ff6f21;
    color: #fff;
    font-size: 30px;
    margin: 25px 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    width: 100%;
    max-width: 235px;
}
.review-section {
    padding: 80px 0;
}
.review-box {
    margin-bottom: 25px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    padding: 15px 25px;
    transition: 0.4s;
}
.review-box:hover{
    background: #f8efea;
    transition: 0.4s;
}
.order-code {
    color: #2a9241;
    font-size: 18px;
}
.review-author-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff6f21; 
    margin: 20px auto 25px; 
}
.review-author-pic  span{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    line-height: 70px;
    display: block;
}
.review-author-pic img{
    width: 100%;
    border-radius: 50%;
    display: none;
}
.review-author-rating {
    text-align: center;
    margin-bottom: 20px;
}
.review-author-rating span.fa-star {
    font-size: 24px;
}
.review-author-name {
    text-align: center;
}
.review-author-name p {
    font-weight: 600;
    font-size: 20px;
    color: #0c0c0c;
}
.review-author-text {
    text-align: center;
}
.review-author-text p {
    font-size: 18px;
    color: #929c9a;
}
.review-author-text p a {
    text-decoration: none;
    color: #ff6f21;
    margin-left: 5px;
}
/**************Privacy Policy CSS******************/
.privacy-policy-top {
    background: #d8f3f4;
    padding: 18px 0;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 50%);
}
.privacy-policy-top-inner ol.breadcrumb {
    margin: 0;
}
.privacy-policy-top-inner .breadcrumb-row .breadcrumb-item a {
    color: #8a0db5;
}
.privacy-policy-top-inner .breadcrumb-row .breadcrumb-item+.breadcrumb-item::before { 
    color: #000;
}
.privacy-policy-top-inner {
    display: flex;
    align-items: center;
}
.privacy-policy-top-tab-btn {
    width: 85%;
}
.privacy-policy-top-tab-btn ul.nav {
    display: flex;
    justify-content: center;
    gap: 95px;
    margin: 0;
    padding: 0;
}
.privacy-policy-top-tab-btn button {
    font-size: 22px;
    font-weight: 600;
    color: #111212;
}
.privacy-policy-top-tab-btn button:hover{
    color: #ff8d27 !important;
}
.privacy-policy-top-tab-btn button.active {
    color: #ffffff !important;
    background: #ff8d27 !important;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 80%);
}
.privacy-policy .tab-content {
    padding: 80px 0;
}
.privacy-policy-top.sticky-top {
    top: 98px;
}
.policy-content p {
    font-size: 15px;
    color: #2c2e35;
    margin-bottom: 25px;
    text-align: justify;
} 
.policy-content p strong {
    color: #2c2e35;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}
.policy-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.policy-content ul li{
    font-size: 15px;
    color: #2c2e35;
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
    text-align: justify;
}
.policy-content ul li:before{
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../images./check-mark.webp) no-repeat center center / 30px;
}
.policy-right-col {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: space-between;
    max-width: 530px;
    margin: 0 0 100px auto;
}
.policy-right-col-box {
    max-width: 220px;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #000;
    background: #daeff4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.policy-right-col-box.other-bg{
    background: #879dcf;
} 
.privacy-policy-inner .google-rating {
    max-width: 530px;
    margin: 0 0 0 auto;
    flex-wrap: wrap;
    gap: 25px;
}
.policy-right-col-box h5 {
    font-weight: 700;
    font-size: 14px;
    color: #2c2e35;
}
.policy-right-col-img {
    margin-bottom: 10px;
}
/********************SAMPLES CSS************************/
.samples-bnr {
    padding: 12px 0;
    background: url(../images/samples-bnr.webp) no-repeat center center / cover;
}
.samples-bnr-inner-col h2 {
    text-align: center;
    color: #ff6b20;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.samples-bnr-inner-col form.d-flex .search-btn {
    background: #ff6f22; 
}
.samples-bnr-inner-col {
    padding: 0 0 60px;
}
.samples-page {
    padding: 80px 0;
}
.category-type {
    background: #fff;
    box-shadow: 2px 2px 8px 0px #000;
    border-radius: 6px;
    padding: 20px 0 40px 0;
    margin-bottom: 20px;
}
.category-type p {
    color: #0c0c0c;
    font-size: 24px;
    text-align: center;
    margin: 0px 0 30px;
}
.category-type ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgb(255 111 34 / 60%);
}
.category-type ul li {
    border-bottom: 1px solid rgb(255 111 34 / 60%);
    padding: 10px 30px 10px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
}
.category-type ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #0c0c0c;
    border: 4px solid #ff6f22;
    border-radius: 50%;
}
span.category-name {
    color: #8c9796;
    text-align: left;
}
span.category-number {
    color: #ff6f22;
}
.order-step {
    background: #daf5fd url(../images/simple-step-bg.webp) no-repeat center center / cover;
    box-shadow: 2px 2px 8px 0px #000;
    border-radius: 6px; 
    padding: 40px 25px 30px;
}
.order-step-inner h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1f4c83;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 0 40px;
    margin: 0 0 15px;
}
.order-step-inner p {
    text-align: center;
    margin: 0;
}
.order-step-inner {
    margin-bottom: 35px;
}
.order-step-btm .search-btn {
    background: #ff6f22;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.order-step-btm .search-btn img {
    width: 100%;
    max-width: 30px;
}
.order-step-btm input.form-control {
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 8px 15px;
}
.samples-downloads ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.samples-downloads ul li {
    background: #f4f5f5;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.samples-downloads ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #ff651f; 
    padding-left: 55px;
}
.samples-downloads ul li .donwload-btn {
    background: #ff6f22;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px;
}
.samples-downloads ul li .donwload-btn img {
    width: 100%;
    max-width: 25px;
}
/******************Term Condition CSS****************************/
.terms-condition{
	padding: 12px 0;
	background: url(../images/terms-condition-bnr.webp) no-repeat center center / cover;
	position: relative;
}
.terms-condition:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.terms-condition-bnr-inner {
    z-index: 2;
    position: relative;
}
.terms-bnr-left-top {
    padding: 70px 0;
}
.terms-studend-head span {
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 75px;
}
.m1{
    color:blue;
}
.hamburger-icon{
        color: #8d16b5;
        margin-right: 10px;
}
#tableofcontentservice
{
    /*    background-color: var(--white);*/
    /*border-radius: 10px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 20px;*/
        /*border-bottom: 1px solid #9010af;*/
    /*padding: 5px;*/
    /*box-shadow: 0 2px 20px #0000000d;*/
}

.terms-studend-head span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 4px;
    width: 60px;
    z-index: 2;
    background: white;
    border-radius: 6px;
}
.terms-bnr-left-top h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 12px 0 15px;
	text-transform: uppercase;
}
.terms-bnr-left-top p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.terms-bnr-left {
    max-width: 600px;
}
.terms-bnr-left-btm .google-rating {
    flex-wrap: wrap;
    gap: 20px;
}
.terms-bnr-left-btm .rating-col-number {
    color: #fff;
}
.terms-bnr-right .contact-form {
    margin: 0 0 40px auto;
    max-width: 525px;
}
.terms-condition-data {
    padding-bottom: 80px;
}
.terms-condition-data-col {
    padding: 80px 0;
}
.terms-condition-data-col>h4 {
    color: #2c2e35;
    font-size: 26px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
	font-style: italic;
    text-align: center;
    margin-bottom: 35px;
}
.terms-condition-data-para {
    margin-bottom: 40px;
}
.terms-condition-data-para p {
    font-size: 18px;
    color: #2c2e35;
}
.terms-condition-data-list {
    margin-bottom: 30px;
	padding-left: 55px;
}
.terms-condition-data-list h4 {
    font-size: 26px;
    color: #2c2e35;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.terms-condition-data-list ul {
    font-size: 18px;
    color: #2c2e35;
    padding: 0;
    margin: 0;
    list-style: none;
}
.terms-condition-data-list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 52px;
}
.terms-condition-data-list ul li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0; 
	margin: auto;
	height: 30px;
	width: 30px;
	background: url(../images/check-mark.webp) no-repeat center center / 30px;
}
.terms-condition-btm-col {
    max-width: 835px;
    margin: 0 auto;
}
.terms-condition-btm-col>.row {
    display: flex;
    justify-content: center;
    row-gap: 20px;
}
.terms-btm-col {
    padding: 30px 18px 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 70%);
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
	background: #d7eef4;
	position: relative;
	transition: 0.4s;
	max-width: 190px;
    margin: 0 auto;
}
.terms-btm-col:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fee8b6;
    border-radius: 12px;
    z-index: 0;
	transform: rotate(12deg);
	opacity: 0;
    transition: 0.4s;
}
.terms-btm-col:hover{
	transition: 0.4s;
	box-shadow: none;
	background: #ffb819;
}
.terms-btm-col:hover:before{
	opacity: 1;
    transition: 0.4s;
}
.terms-btm-col-img {
    text-align: center;
    min-height: 115px;
	position: relative;
    z-index: 1;
	margin: 0 auto;
}
.terms-btm-col-img img {
    width: 100%;
	max-width: 100px;
}
.terms-btm-col h5 {
    color: #2c2e35;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0;
	position: relative;
    z-index: 1;
	width: 100%;
}
/**********************SERVICES CSS******************************/
.services-bnr{
	padding: 12px 0;
	background: url(../images/bannerw1.webp) no-repeat center center / cover;
	position: relative;
	z-index: -1;
}
.services-bnr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.services-bnr-inner {
    z-index: 2;
    position: relative;
}
.services-page {
    padding: 40px 0px;
    margin-top: -120px;
}
.services-page  h2{
    scroll-margin-top: 180px;
}
.blog-details-data h2{
    scroll-margin-top: 90px;
}
.services-page a{
    color:#e468de;
        font-size: 14px;
}
.terms-bnr-right
{
    float:right;
}
.serviceheading {
    background-image: linear-gradient(127deg, #d2c5ff, #ffd3be);
    padding: 5px 20px;
    width: fit-content;
    border-radius: 24px;
    margin-top: 10px;
    font-size: 14px;
}
.services-page .accordion-button{
    padding: 1rem 0rem;
    border-bottom: 1px solid #9010af;
        
}
.share-box ul {
    list-style: none;
    padding: 0;
    display: flex
;
    gap: 10px;
    margin-bottom: 0px;
    z-index: 1 !important;
}
.share-box li a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
}
.share-text {
    border: 1px solid black;
    padding: 5px 20px;
    border-radius: 3px;
    font-weight: 600;
}.share-box {
    display: flex;
    gap: 10px;
   align-items: center;
   float: inline-end;
}
.blog-details-left-bnr h1{
        color: black;
    font-size: 32px;
}
.blog-details-data .accordion-button{
    padding: 1rem 0rem;
    border-bottom: 1px solid #9010af;
        
}
.blog-details-data .accordion-body ul li a{
    color: black;
    text-decoration: none !important;
    font-size: 14px;
}
.blog-details-data .accordion-body ul{
        padding-left: 0rem;
            margin-bottom: 0px;
}
.services-page a:hover{
       color: #990cbd;
}
.table>thead
 {
vertical-align: bottom;
    font-size: 14px;
    background: black;
    color: white;
}
.table>tbody {
    vertical-align: inherit;
    font-size: 14px;
}
.services-page .accordion-button {

    font-size: 1.2rem;
}
.services-page p{

    font-size: 14px
}.services-page li{

    font-size: 14px
}
.services-page .accordion-body {
    padding: 0rem 0.5rem;
}
.service-head {
    color: #2c2e35;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.services-key-heighlights {
    background: #e1f4fb;
    border-radius: 18px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    padding: 35px 0;
	margin-bottom: 25px;
}
.services-key-heighlights ul {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #0c0d0d;
    margin-top: 23px;
}
.services-key-heighlights h3.service-head {
    margin-bottom: 35px;
}
.services-key-heighlights ul li {
    margin-bottom: 4px;
    position: relative;
	padding-left: 60px;
}
.services-key-heighlights ul li:last-child{
    margin-bottom: 0; 
}
.services-key-heighlights ul li:before {
    content: '';
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(../images/next.webp) no-repeat center center / 21px;
}
.services-course-work {
    padding: 25px 0;
} 
.services-simple-step {
   
}
.services-course-work h3.service-head {
    margin-bottom: 36px;
}
.services-course-work p {
   font-size: 14px;
   color: #0c0d0d;
   line-height: 26px;
   margin-bottom: 12px;
       text-align: justify;
       margin-top: 12px;
}

.services-course-work ul {
    font-size: 16px;
    color: #2c2e35;
    padding: 0;
	list-style: none;
}
.services-course-work ul li {
    position: relative;
   padding-left: 22px;
   font-size: 16px;
   color: #0c0d0d;
   line-height: 26px;
margin-bottom: 0px;

}
.services-course-work ul li:last-child {
    margin-bottom: 0;
}
.services-course-work ul li:before {
   content: '';
   position: absolute;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   top: 10px;
   left: 7px;
   background: #000;
}


.services-mission-card {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    background: #f9f9f9;
    margin: 25px 0;
    border-radius: 18px;
}
.services-mission-card-left {
    padding: 60px 85px;
    max-width: 775px;
}
.mission-card-head1 {
    margin: 0 0 15px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
	color: #000000;
}
.mission-card-head1 strong {
    font-weight: 700;
}
.mission-card-head2 {
    margin: 0 0 15px; 
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	color: #ff8e29;
}
.services-mission-card-left p {
    font-size: 18px;
    color: #222848;
	
}
.services-mission-card-left .order-btn {
    background: #ff8d26;
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    border-radius: 4px;
    width: 100%;
    max-width: 215px;
}
.services-mission-card-right {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: flex-end;
}
.services-mission-card img {
    width: 100%;
}
.services-simple-step {

    background: #f7f7f7;
    border-radius: 22px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
}
.services-simple-form {
    max-width: 660px;
    margin: 70px auto 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
}
.services-simple-form .order-now-btn {
    background: #1e4c83;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    max-width: 195px;
    padding: 16px 5px;
    text-transform: uppercase;
}
.services-simple-form .form-control {
    font-size: 20px;
    padding: 15px 25px;
    border: 0;
    border-radius: 6px;
}
.services-simple-step-right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f4c83;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 0 15px;
}
.services-simple-step-right h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e4c83;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    
}
.order-now-btn{
    background: #fdd2c1;
    font-weight: 600;
    padding: 6px 20px;
}
.services-simple-step-right h5 {
    font-size: 20px;
    
}
.services-simple-step-right {
    padding: 30px 30px;
    text-align: center;
}
.services-simple-step-left {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.services-simple-step-left img {
    max-width: 100%;
}
.related-services-head h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c2e35;
    font-family: 'Poppins', sans-serif;
}
.related-services-inner ul {
	padding: 0;
    margin: 35px auto 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1040px;
}
.related-services-inner ul li {
    width: 48%;
    background: #ff8d26;
    color: #0c0d0d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 20px 33px;
    font-size: 18px;
	border-radius: 4px;
}
.related-services-inner ul li a{
    color: #0c0d0d;
	text-decoration: none;
}
.services-faq {
    padding: 0px 0;
}

 .services-faq  h4 {
        font-size: 1.5rem;
        color: #8c07b1;
        font-size: 32px;
}
/*********404 CSS**********/
.page-404-inner {
    max-width: 715px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page-404-inner-img img {
    width: 100%;
}
.page-404-inner-text {
    text-align: center;
    margin: 30px 0 0;
}
.page-404-inner-text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #2c2e35;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 5px;
}
.page-404-inner-text p {
    font-size: 24px;
    font-weight: 300;
    color: #2c2e35;
    margin: 0 0 15px;
}
.page-404-inner-text .go-back-btn {
    background: #ff5f1e;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    width: 100%;
    display: block;
    max-width: 205px;
    margin: 0 auto;
    padding: 7px 5px;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
/*********************SEARCH CSS***************************/
.search-bnr {
    background-image: linear-gradient(127deg, #d2c5ff, #ffd3be);
    color: black;
}
.search-bnr-inner {
    display: flex;
    justify-content: center;
}
.search-bnr-inner-col p {
   font-size: 24px;
    text-align: center;
    margin: 0;
    color: black;
    padding: 10px 0px;
    font-weight: 500;
}
.search-bnr-inner-col p span{ 
    color: #000;
    font-weight: 400;
}
.search-page-inner .faqs-page-tabs ul.nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #f0ebe7;
    padding: 30px 30px 0;
    gap: 10px;
}
.service-form .iti { 
    width: 100%;
	margin-bottom: 25px;
}
.search-page {
    /*margin-top: 75px;*/
}
.search-page-inner .faqs-accordion {
 /*   margin-top: 90px;*/
	/*margin-bottom: 80px;*/
}
.search-page-inner-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #2c2e35;
}
.search-page-inner-left ul li {
	margin-bottom: 15px;
    border: 1px solid #a8b4b2;
    background: #f2f0eb; 
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
}
.search-page-inner-left ul li span {
   
}
.search-page-inner-left ul li a {
    font-weight: 600;
    font-size: 14px;
     color: black;
}
.service-form {
    border-radius: 12px;
    box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 70%);
    padding: 50px 25px;
}
.service-form .form-control {
	background-color: #f0efea;
    margin-bottom: 20px;
    border: 0;
    padding: 15px 20px;
}
.service-form .form-check {
    padding-left: 40px;
}
.service-form .form-check label.form-check-label{
	font-size: 12px;
    color: #2c2e35;
    line-height: 30px;
    margin-left: 5px;
}
.service-form.form-check-input[type=checkbox] { 
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.service-form .form-check-input[type=checkbox]:focus { 
    box-shadow: none;
}
.service-form .form-check-input[type=checkbox]:checked {
    background: #000 url(../images/right-check-w.webp) no-repeat center center / 20px;;
    border: 1px solid #000;
}
.service-form .form-check-input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.service-form .submit-btn {
    font-size: 22px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    max-width: 290px;
    border-radius: 8px;
    text-transform: uppercase;
	margin: 25px auto 0;
}
.service-form .char-num {
    margin-top: -20px;
    color: #ff3618;
    font-size: 14px;
    margin-bottom: 10px;
}
.service-form .inputfile {
    width: 305px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}
.service-form .inputfile + label {
	max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.service-form .inputfile + label {
    display: none;
}
.service-form .inputfile:focus + label,
.service-form .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.service-form .inputfile-6 + label {
    color: #000000;
}
.service-form .inputfile-6 + label {
	border: 0;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.service-form .inputfile-6:focus + label,
.service-form .inputfile-6.has-focus + label,
.service-form .inputfile-6 + label:hover {
    border-color: #722040;
}
.service-form .inputfile-6 + label span,
.service-form .inputfile-6 + label strong {
    padding: 15px 15px; 
}
.service-form .inputfile-6 + label span {
    width: 100%;
    max-width: 83%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    background: #f0efea;
    border-radius: 4px;
}
.service-form .inputfile-6 + label strong {
	height: 53px;
    background-color: #111111;
    display: inline-block;
    padding: 10px;
    width: 50px;
    border-radius: 6px;
}
.service-form .inputfile-6 + label strong img {
	width: 100%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    max-width: 35px;
}
.service-form .inputfile-6:focus + label strong,
.service-form .inputfile-6.has-focus + label strong,
.service-form .inputfile-6 + label:hover strong {
    background-color: #ff6b20;
}
/*****************Search Not Found CSS*********************/
.search-not-bnr{
	padding: 90px 0 110px;
	background: url(../images/search-not-bnr.webp) no-repeat top center / cover;
}
.search-not-bnr-text1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
	padding: 10px 0;
}
.search-not-bnr-text1 img {
    width: 60px;
    margin-right: 15px;
}
.search-not-bnr-text1 h3 {
    color: #ff561d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.search-not-bnr-text2 {
    margin-top: 10px;
}
.search-not-bnr-text2 p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}
.search-ask-question {
    padding: 80px 0;
	background: url(../images/search-not-bg.webp) no-repeat center center / cover;
	position: relative;
}
.search-ask-question:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
    z-index: 0;
}
.search-ask-question-inner {
    position: relative;
    z-index: 1;
}
.ask-question-col {
    border-radius: 24px;
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 80%);
    padding: 45px 80px;
	max-width: 1040px;
    margin: 0 auto;
}
.ask-question-col h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2c2e35;
    text-align: center;
	margin: 0 0 50px;
}
.ask-question-col ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f0eb;
    border-radius: 8px;
    border: 1px dashed #bfbfbc;
	margin: 0 0 25px;
}
.ask-question-col ul.nav li {
    width: 50%;
    font-size: 28px;
}
.ask-question-col ul.nav li button {
    text-align: center;
    width: 100%;
    color: #2c2e35;
	border-radius: 8px;
}
.ask-question-col ul.nav li button.active {
    background: #ff551c;
    font-weight: 700;
} 
.ask-question-tab-content .form-control {
    margin-bottom: 25px;
    background: #f2f0eb;
    border: 1px dashed #bfbfbc;
	/*height: 100px;*/
}
.ask-question-tab-content .inputfile {
    width: 77%;
    height: 138px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}
.ask-question-tab-content .inputfile + label {
	max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.ask-question-tab-content .inputfile + label {
    display: none;
}
.ask-question-tab-content .inputfile:focus + label,
.ask-question-tab-content .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.ask-question-tab-content .inputfile-6 + label {
    color: #000000;
}
.ask-question-tab-content .inputfile-6 + label {
	padding: 0;
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between; 
    position: relative;
    border: 1px dashed #bfbfbc;
    border-radius: 6px;
    height: 140px;
	background: #f0efea;
}
.ask-question-tab-content .inputfile-6:focus + label,
.ask-question-tab-content .inputfile-6.has-focus + label,
.ask-question-tab-content .inputfile-6 + label:hover {
    border-color: #722040;
}
.ask-question-tab-content .inputfile-6 + label span,
.ask-question-tab-content .inputfile-6 + label strong {
    padding: 15px 15px; 
}
.ask-question-tab-content .inputfile-6 + label span {
    width: 100%; 
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    background: #f0efea;
    border-radius: 4px;
}
.ask-question-tab-content .inputfile-6 + label strong {
	padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 80px;
    width: 100px;
}
.ask-question-tab-content .inputfile-6 + label strong img {
	width: 100%;
    max-width: 80px;
    opacity: 0.5;
} 
.ask-question-tab-content .form-check {
    padding-left: 36px;
}
.ask-question-tab-content .form-check-input[type=checkbox]:checked {
    background: #000 url(../images/right-check-w.webp) no-repeat center center / 20px;
    border: 1px solid #000;
}
.ask-question-tab-content .form-check-input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.ask-question-tab-content .form-check label.form-check-label {
    font-size: 18px;
    color: #2c2e35;
    line-height: 30px;
    margin-left: 5px;
}
.ask-question-tab-content .submit-btn {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    background: #ff551c;
    padding: 5px 5px;
    border-radius: 6px;
    width: 100%;
    max-width: 215px;
    margin: 0 0 0 auto;
    display: inline-block;
}
.search-why-choose {
    padding: 80px 0;
}
.search-why-choose .section-head {
    margin-bottom: 60px;
}
.search-why-choose-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.why-choose-inner-col {
    max-width: 165px;
    text-align: center;
}
.why-choose-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffffff;
    padding: 15px;
    border: 2px dashed #ff551c;
    margin: 0 auto 25px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-img img {
    width: 100%;
    max-width: 90px;
}
.why-choose-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 70px;
}
.why-choose-text p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2c2e35;
    border-bottom: 2px solid #ff551c;
}
.services-page-inner
{
    background: white;
    box-shadow: 0 2px 20px #0000000d;
    z-index: 999;
    border-radius: 40px;
    padding: 20px;
    border: 1px solid #0000001a;
}
.services-page h2 {
    background-image: linear-gradient(127deg, #d2c5ff, #ffd3be);
    border-radius: 5px;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding: 8px 20px;
    display: flex
;
}

/*****************Blog Details CSS***********************/
.blog-details-data-inner
{
    background: white;
    box-shadow: 0 2px 20px #0000000d;
    z-index: 999;
    border-radius: 40px;
    border: 1px solid #0000001a;
    margin-top: -200px;
}
.cat-list {
      border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: white;
    margin-top: 20px;
    position: sticky;
    top: 90px;
    max-width: 300px;
}
.cat-list .heading {
    background: #9b68a9;
    color: white;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
}
.cat-list ul{
    color: #2c2e35;
    padding-left: 0px;
}
.cat-list ul li {
      padding: 5px 20px;
    border-bottom: 1px solid #ccc;
    list-style: none;
    font-size: 14px;
}
.cat-list ul li a {
    color: black !important;
}
.cat-list .heading h4{
            color: white;
        font-size: 22px;
        margin-bottom: 0px;
}
.blog-details-bnr {
    background: url(../images/blog-details-bnr.webp) no-repeat center center / cover;
      height: 50vh;
	position: relative;
	z-index: -1;
}
.blog-details-bnr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
} 
.blog-details-bnr-inner {
    position: relative;
    z-index: 2;
}
.blog-details-right-bnr .service-form {
    background: #fff;
}
ul.blog-details-bnr-social {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}
ul.blog-details-bnr-social a img {
    max-width: 50px;
}
.blog-details-left-bnr {
   padding: 20px 30px;
}
.blog-details-left-bnr-inner {
   
}
.blog-details-left-bnr h2 {
    font-size: 18px;
    color: black;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom:10px;
}
.blog-details-left-bnr-date {
    display: flex;
    align-items: center;
	margin-top: 10px;
}
.blog-details-left-bnr-date span img {
    width: 30px;
}
.blog-details-left-bnr-date span img {
    width: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.blog-details-left-bnr-date span {
    margin-right: 10px;
    width:50%;
}
.blog-details-right-bnr-date {
    width:50%;
}
.blog-details-left-bnr-date span:last-child {

    font-size: 18px;
    color: #0f0e0e;
    font-weight: 600;
}
.blog-filter.blog-details-filter {
    background: #f36f25;
} 
.blog-filter.blog-details-filter .blog-filter-inner ul li.active {
    border-bottom: 0;
}
.blog-first-row p {
    color: #2c2e35;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
ul.blog-details-first-ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}
ul.blog-details-first-ul li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 17px;
}
ul.blog-details-first-ul li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 30px;
	background: url(../images/send-message.webp) no-repeat center center / 25px;
}
.blog-read-about {
    /*margin-top: 30px;*/
}
.blog-read-about h6 {
    text-align: center;
    margin: 0 0 25px;
	font-size: 20px;
    font-weight: 700;
	color: #ff2e1b;
	font-family: 'Poppins', sans-serif;
} 
.blog-read-about img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.blog-read-about h6 span {
    font-weight: 300;
	color: #2c2e35;
}
.blog-read-about h5 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #2c2e35;
    font-size: 24px;
    font-weight: 400;
	margin: 0 0 30px;
}
.blog-read-about p {
    color: #2c2e35;
    font-size: 14px;
    line-height: 22px;
}
.blog-read-about ul{
	/*margin: 25px 0 25px;*/
 /*   padding: 0 0 0 150px;*/
    list-style: none;
    padding-left: 0px;
}
.blog-read-about ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 40px;
	font-size: 14px;
}
.blog-read-about ul li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../images/send-message.webp) no-repeat center center / 25px;
}
.blog-ask-question {
    margin: 35px 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
    background: #259aa0;
    border-radius: 60px;
}
.blog-ask-question img {
	width: 75px;
    margin: 0 25px;
    border-radius: 50%;
}
.blog-ask-question span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
	width: 85%;
}
.blog-ask-question .ask-question-btn {
    cursor:pointer;
    color: #2c2e35;
    font-size: 24px;
    font-weight: 900;
    min-width: 235px;
    display: inline-block;
    background: #ff5f1e;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    text-align: center;
    text-decoration: none;
    padding: 40px 10px;
}
.blog-ask-question2{
	border: 1px solid #6f7170 !important;
    background: #e1e3e2 !important;
}
.blog-ask-question2 span { 
    color: #000 !important;
}
.blog-read-about p a {
    color: #e12b19;
    text-decoration: none;
}
.blog-next-prev {
  display: flex;
    margin: auto;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.blog-next-prev a {
   background: #8509a7ab;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 24px;
}
.blog-next-prev a small {
    display: block;
    font-size: 14px;
    font-weight: 200;
}
.blog-next-prev a:last-child {
    text-align: right;
}
.blog-next-prev a span.prev-blog-txt,
.blog-next-prev a span.next-blog-txt{
    font-size: 20px;
    font-weight: 700;
}
span.prev-blog-icon {
    font-size: 20px;
    margin-right: 5px;
}
span.next-blog-icon {
    font-size: 20px;
    margin-left: 5px;
}
.recent-blog-head h3{
background: linear-gradient(103deg, #491aeb, #fd5b0e);
    text-decoration: none;
    -webkit-text-fill-color: transparent;
    font-family: math;
    background-clip: text;
    font-size: 42px;
       margin-bottom: 10px;
    text-align: center;
}
.blog-recent-blog {
    padding: 40px 0;
}
.recent-blog-head {
    
}
.blog-recent-blog-box img {
    width: 100%;
}
.blog-recent-blog-box {
    border: 2px solid #f06421;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 80%);
	margin-bottom: 20px;
}
.blog-details-data {
        /*padding: 40px 0px;*/
    /*margin-top: -90px;*/
}
.blog-recent-blog {
    padding: 20px 0; 
}
.sepecial-offer {
    padding: 50px 0 50px;
}
.addmission-bnr {
    padding: 90px 0;
	background: url(../images/clients-bg.webp) no-repeat center center / cover;
	position: relative;
}
.addmission-bnr:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgb(0 0 0 / 60%);
	width: 100%;
	height: 100%;
	z-index: 0;
}
.addmission-bnr:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/addmission-bnr-bg.webp) no-repeat bottom center / cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.addmission-bnr-inner {
    position: relative;
    z-index: 2;
}
.addmission-bnr-inner-col-left h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    max-width: 720px;
    line-height: 65px;
    border-bottom: 2px solid #f96c21;
    padding-bottom: 5px;
}
.addmission-bnr-inner-col-left p {
    font-size: 20px;
    color: #fff;
    max-width: 720px;
    margin: 10px 0 0;
}
.addmission-bnr-inner-col-right {
    background: #ebeeee;
    border-radius: 24px;
}
.addmission-bnr-form-head {
    border-bottom: 1px solid #000;
    padding: 20px 0 12px;
    text-align: center;
    font-size: 20px;
    color: #2c2e35;
    font-weight: 600;
}
.addmission-bnr-form-head p {
    margin: 0;
}
.addmission-bnr-inner-col-right form {
    padding: 20px 20px 35px;
}
.addmission-bnr-inner-col-right form .form-control {
    margin-bottom: 18px;
}
.addmission-bnr-inner-col-right form .iti {
    margin-bottom: 18px;
    width: 100%;
}
.addmission-bnr-inner-col-right form .form-control {
    margin-bottom: 18px;
    background: #ffffff;
    border: 0;
    padding: 12px;
}
.addmission-bnr-inner-col-right form .iti .form-control {
    padding-left: 55px;
}
.addmission-bnr-inner-col-right form .form-check {
    padding-left: 36px;
}
.addmission-bnr-inner-col-right  .form-check-input[type=checkbox]:checked {
    background: #000 url(../images/right-check-w.webp) no-repeat center center / 20px;
    border: 1px solid #000;
}
.addmission-bnr-inner-col-right  .form-check-input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 2px;
}
.addmission-bnr-inner-col-right  .form-check label.form-check-label {
    font-size: 12px;
    color: #2c2e35;
    line-height: 30px;
    margin-left: 5px;
}
.addmission-bnr-inner-col-right form .submit-btn {
    font-size: 22px;
    color: #fff;
    background: #111111;
    font-weight: 700;
    width: 100%;
    margin: 25px 0 0;
}
.addmission-page {
    padding: 80px 0 0;
}
.addmission-page .row.section-head {
    margin-bottom: 80px;
}
.addmission-why-choose-col-img {
    text-align: center;
    min-height: 270px;
}
.addmission-why-choose-col-img img {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
}
.addmission-why-choose-col-text p {
    text-align: center;
    margin: 0;
	position: relative;
}
.addmission-why-choose-col-text p:after{
	content: '';
	position: absolute;
}
.addmission-why-choose-col-text p:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
}
.rate-review-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e6f2;
    margin: 100px 0;
    border-radius: 20px;
    padding: 20px 18px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
}
.rate-review-col {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	width: 34%;
	border-right: 1px solid #000;
}
.rate-review-col:last-child{
	border-right: 0;
}
.rate-review-col span img {
    width: 70px;
    margin-right: 10px;
}
.rate-review-col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rate-review-col span h4 {
    margin: 0;
    font-size: 20px;
    color: #141f5e;
    font-family: 'Poppins', sans-serif;
}
.rate-review-col span p {
	margin: 0;
    font-size: 18px;
    color: #141f5e;
}
.customar-says {
    padding: 80px 0;
    background: url(../images/clients-bg.webp) no-repeat top center / cover;
	position: relative;
}
.customar-says:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgb(19 46 102 / 80%);
	height: 100%;
	z-index: 1;
}
.customar-says-inner {
    position: relative;
    z-index: 2;
    padding: 45px 0;
    background: #132e66;
}
.qoute-icon{
	position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f16126;
    z-index: 2;
    top: -45px;
    left: 0;
    display: inline-block;
    text-align: center;
    line-height: 85px;
}
.qoute-icon img {
    width: 40px;
}
.customar-says-inner-left {
    max-width: 255px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
}
.customar-says-inner-left h3 {
    margin: 0 0 30px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.customar-says-inner-left p {
    font-size: 14px;
    color: #fff;
	margin: 0;
}
.customar-says-col {
    background: #fff;
    padding: 90px 30px 30px;
    text-align: center;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
	box-shadow: 2px 2px 8px 2px #000000;
	margin: 15px 0;
}
.customar-says-col:before {
	content: '';
    position: absolute;
    background: url(../images/quote-bg.webp) no-repeat top left;
    top: -2px;
    left: -2px;
    width: 112px;
    height: 108px;
	z-index: 0;
}
.customar-says-col h4 {
	color: #479fc5;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.customar-says-col span.feedback-rating {
    margin-bottom: 20px;
    display: block;
}
.customar-says-col p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.customar-says-col .google-rating {
    margin-top: 25px;
}
.customar-says-col .google-rating .rating-col-number {
    font-size: 16px;
    font-weight: 700;
}
.customar-says-col .google-rating span.feedback-rating {
    font-size: 8px;
}
.customar-says-col .google-rating img {
    max-width: 75px;
}
.customar-says-carousel .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
	margin-top: -15px;
}
.customar-says-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
}
.customar-says-carousel .owl-dots button.owl-dot.active { 
    background: #f47121; 
}
.customar-says-carousel .owl-nav button {
	width: 40px;
    height: 40px;
    background: #59abdd !important;
    color: #fff !important;
    font-size: 20px !important;
}
.customar-says-carousel .owl-nav button:focus {
    background: #258bcd !important;
}
.abroad-study{
	padding: 165px 0;
	background: url(../images/abroad-bg.webp) no-repeat top right, url(../images/abroad-vector.webp) no-repeat bottom left;
}
.abroad-study-right {
    max-width: 495px;
}
.abroad-study-right h3 {
    font-size: 40px;
    color: #ff6b20;
    margin: 0 0 45px;
}
.abroad-study-right ul{
	list-style: none;
	padding: 0;
	margin: 0; 
}
.abroad-study-right ul li{
	position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2c2e35;
	padding-left: 50px;
}
.abroad-study-right ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: url(../images/right-check.webp) no-repeat center center / 30px;
}
.rate-review-col-inner:last-child {
    justify-content: flex-end;
    width: 50%;
}
.rate-review-col-inner .rate-review-btn {
    background: #f16126;
    color: #fff;
    margin-left: 0px;
    width: 100%;
    max-width: 190px;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 24px;
    border-radius: 4px;
    font-weight: 700;
}


/*********************[21-07-2022]************************/
.service-v-left-col {
    background: #e1f4fb;
    border-radius: 18px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    padding: 35px 25px;
    margin-bottom: 25px;
    width: 50%;
    max-width: 300px;
}
.service-v-left-col .nav-link {
    border-bottom: 1px dashed #ccc;
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #f16126;
}
.service-v-left-col .nav-link.active {
    background: #f16126;
}
.service-v-right-col {
    padding: 0 50px;
	width: 100%;
}
.services-list-info h4 {
    color: #2c2e35;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	margin: 0 0 25px;
}
.services-list-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.services-list-info ul li a {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
    color: #2c2e35;
    font-size: 18px;
    margin: 0 0 10px;
}
.services-list-info ul li a:hover{
	color: #f16126;
}
.services-list-info ul li {
    position: relative;
    padding-left: 30px;
}
.services-list-info ul li:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    height: 16px;
    width: 16px;
    background: #f16126;
    border-radius: 50%;
}


/********************sanjay css***********/
label#spodetails_emailid-error {
    position: absolute;
    padding-left: 20px;
}
label.error {
    color: red;
    font-weight: bold;
    font-size: 10px;
}
.feedback-rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.feedback-rating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.feedback-rating:not(:checked) > label:before {
    content: '★ ';
}
.feedback-rating > input:checked ~ label {
    color: #ffc700;    
}
.feedback-rating:not(:checked) > label:hover,
.feedback-rating:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.feedback-rating > input:checked + label:hover,
.feedback-rating > input:checked + label:hover ~ label,
.feedback-rating > input:checked ~ label:hover,
.feedback-rating > input:checked ~ label:hover ~ label,
.feedback-rating > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.san-margin{margin-bottom:10px;}
/********************sanjay css close***********/


/***************************/
.category-type ul { 
    border-top: 1px solid rgb(255 111 34 / 60%) !important;
	display: block;
}
.category-type ul li {
    border-bottom: 1px solid rgb(255 111 34 / 60%) !important;
	border-radius: 0 !important;
	position: relative;
	z-index: 1;
} 
.category-type ul li button.active {
    background: transparent !important;
}
.category-type ul li button.active span.category-name {
    color: #ffffff;
}
.category-type ul li button.active span.category-number {
	color: #ff6f22;
    background: #fff;
    display: block;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    font-weight: 600;
} 
span.category-number {
    color: #ff6f22;
    display: inline-block;
    line-height: normal;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 30px;
    font-size: 18px;
	line-height: 25px;
}
.category-type ul li button {
    padding: 0;
    background: transparent !important;
	display: flex;
    justify-content: space-between;
	width: 100%;
	border-radius: 0 !important;
}
.category-type ul li button.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: #ff6f22;
}
.navbar-expand-lg.main-nav .navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 260px;
}
.navbar-expand-lg.main-nav .navbar-nav li.nav-item.dropdown ul.dropdown-menu li a {
    padding: 8px 10px;
    border-top: 1px solid #e4e4e4;
	font-size: 13px;
	white-space: normal;
}
.navbar-expand-lg.main-nav .navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:hover{
	color: #ff6f22;
}

.btn-bubmit{
	background: #ff6f22;
	color: #fff
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.dropdown-toggle {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1;
    padding: 0;
}

.btn-bubmit{
	background: #ff6f22;
	color: #fff
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.dropdown-toggle {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1;
    padding: 0;
}
.btn-bubmit{
	background: #ff6f22;
	color: #fff
}
.navbar-expand-lg.main-nav .navbar-nav .nav-link.dropdown-toggle {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1;
    padding: 0;
}

label#special_emailid-error {
    float:left;
    position: absolute;
    padding-left: 18px;
}


ul.list-crl li a {
    color: #000;
    text-decoration: none;
}

section.blog-filter.blog-details-filter.back-none {
    background: none !important;
    border-bottom: 5px solid #f36f25;
    padding: 0px !important;
}




#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align:left;
}


#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
#customers p {

  text-align:left;
  font-family: 'Poppins';
}

.table p{text-align:left;}


