@keyframes fadeInLeft {
  from {
    opacity:0;
    transform:translate3d(-10%,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes fadeInRight {
  from {
    opacity:0;
    transform:translate3d(10%,0,0)
  }
  to {
    opacity:1;
    transform:none
  }
}


@keyframes fadeInDown {
  from {
    opacity:0;
    transform:translate3d(0,-10%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes fadeInUp {
  from {
    opacity:0;
    transform:translate3d(0,10%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}

/* Animation */
@media only screen and (min-width: 1921px){
 .top_bar-revamped > .elementor-container { 
 	    margin-left: calc((100% - 1701px) / 2); 	
  } 
}
@media only screen and (max-width: 1921px){
	.top_bar-revamped > .elementor-container {
	  max-width: 1810px;
	  margin-left: auto;
	  margin-right: 0 !important;
	  display: flex;
	  justify-content: flex-end;
	}
}
.page-id-927 .elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper {
  flex-direction: row;
  text-align: start;
}
.clr_adjustment-sitemap .post-type {
  color: #1e4884 !important;
  font-weight: bold;
  font-size: 35px;
}
.clr_adjustment-sitemap a {
  color: #282828;
}
.clr_adjustment-sitemap a:hover{
  opacity: 0.8;
}
.main_header-revamped.elementor-sticky--active {
  box-shadow: 0px 0px 10px #e5e5e59c;
}
.topBar_btn a {
	max-width: 369px !important;
	width: 100%;
	padding: 0 !important;
	height: 50px !important;
	border-radius: 0 !important;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.topBar_btn a::before {
	content: "";
	background: #D9D9D9;
    opacity: 0.2;
	filter: blur(50px);
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
	width: 100px;
	height: 120px;
	left: 0;
	animation: slideLR 4.2s linear infinite; /* 1.2s slide + 5s pause */
}

@keyframes slideLR {
    0%   { left: -100%; }
    19.35% { left: 130%; }   /* slide from left → right in 1.2s of 6.2s total */
    100% { left: 130%; }      /* pause at right for remaining 5s */
}
.topBar_btn a:hover{
	opacity: 0.7;
}
.search_revamp .fas.fa-search{
	background: none;
}
.search_revamp .fas.fa-search::before {
	content: " ";
	width: 23px;
	height: 24px;
	background-image: url(../img/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.search_revamp .elementor-search-form__toggle::after {
  content: "Search";
  color: #fff !important;
  font-size: 16px !important;
  font-family: lato;
  font-weight: bold;
  margin-left: 15px;
}
.search_revamp .elementor-search-form__toggle {
  display: flex;
  align-items: center;
}
.top_bar_midcol > .elementor-widget-wrap.elementor-element-populated {
  display: flex;
}
.top_bar_midcol .elementor-widget-wrap > .elementor-element {
  width: 80%;
  margin-bottom: 0;
}
.top_bar_midcol .elementor-widget-wrap > .elementor-element:last-child {
	width: 20%;
	margin-bottom: 0;
}
.top_bar-cs-menu ul > li{
	position: relative;
}
.top_bar-cs-menu ul > li::after {
  content: "" !important;
  background: #ffffff1c !important;
  position: absolute;
  right: 0;
  height: 29px !important;
  width: 1px;
  border: 0 !important;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_bar-cs-menu ul > li {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.wd206 a {
  width: 206px;
}
.top_bar-cs-menu .sub-arrow {
  display: none;
}
.new_main_menu .fas.fa-chevron-down {
  font-size: 14px !important;
  position: relative;
  top: 3px;
}
.new_main_menu a{
	border-left: 0 !important;
}
.new_main_menu nav > ul > li > a::after {
  background: #AE7827 !important;
  content: "" !important;
  width: 30px;
  height: 2px;
  bottom: -8px;
}
.top_bar-cs-menu a {
  border-left: 0 !important;
  border: 0 !important;
}
.top_bar-cs-menu ul li ul {
  box-shadow: 0px 5px 5px #eee;
}
/* ############# TICKER ########### */
.ticker_ui_main a {
  color: #F8BE23;
  font-size: 18px !important;
  display: inline-block !important;
  font-weight: 900 !important;
  text-decoration: underline;
}
.ticker_ui_main .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	white-space: nowrap;
	position: relative;
	animation: tickerScroll 20s linear infinite;
	flex-wrap: inherit;
	gap: 0 45px;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Duplicate content using CSS trick */
.ticker_ui_main .elementor-icon-list-items.elementor-inline-items::after {
    content: attr(data-duplicate);
    display: flex;
    white-space: nowrap;
}


/* footer */
.newletter-cs_footer input {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.50) !important;
	background: rgba(255, 255, 255, 0.10);
	color: #fff !important;
	font-weight: bold;
	height: 55px;
	color: #FFF;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 97%;
	outline: 0 !important;
	letter-spacing: -0.48px;
}
.newletter-cs_footer input:placeholder{
	opacity: 1 !important;
	text-decoration: none !important;
}
.newletter-cs_footer input::placeholder{
	opacity: 1 !important;
	color: #fff !important;
}
.wpcf7-submit.footernews_btn {
  border-radius: 10px;
  background: #F8BE23;
  color: #1E1E1E;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 97%;
  letter-spacing: -0.48px;
  width: 232px;
  height: 55px;
  border: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 48px;
  margin-top: 10px;
}
.newletter-cs_footer .wpcf7-response-output {
  background: white;
}
.wpcf7-submit.footernews_btn:hover{
  background-color: #6E4814;
  color: #fff !important;
}
.wpcf7-submit.footernews_btn:hover svg path {
  fill: #fff !important;
}
.main_header-revamped.elementor-sticky.elementor-sticky--active {
	padding: 0;
	transition: all 0.5s ease;
}
.main_header-revamped.elementor-sticky.elementor-sticky--active .logo_main--web img {
	width: 280px;
	transition: all 0.2s ease;
}
/* ############## LET'S CONNECT WITH US ############### */
.footer_field__wrapper p {
	display: flex;
	margin-bottom: 0;
	gap: 10px;
}
.footer_field__wrapper p span {
  margin-bottom: 10px;
}
.footer_field__wrapper p br {
  display: none;
}
.footer_textarea__wrapper textarea {
  border-radius: 15px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7.5px);
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  height: 87px;
  outline: 0 !important;
  padding: 10px 25px;
}
.footer_field__wrapper input::placeholder,
.footer_textarea__wrapper textarea::placeholder{
	opacity: 1 !important;
	color: #fff;
}
.footer_field__wrapper p span.wpcf7-not-valid-tip {
  display: none;
}
.footer_field__wrapper label.error {
/*   color: #ff1c1c; */
	color: #F8BE23;
	font-size: 11px;
	float: none;
	padding-left: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.wpcf7-response-output {
  background: #fff;
}
.footer_field__wrapper select, .footer_field__wrapper input {
	outline: 0 !important;
	border-radius: 10px;
	border: 1px solid #FFF !important;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(7.5px);
	height: 55px;
	color: #FFF;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: -0.36px;
	padding: 0 20px;
}
.footer_field__wrapper select option {
  background: #8e6428;
  font-family: arial;
  border: 0 !important;
  padding: 0 !important;
}
.footer_lets_connect__form p {
  margin-bottom: 0 !important;
}
.footer_lets_connect__form .wpcf7-submit.footernews_btn {
  margin-top: 15px !important;
}
.footer_lets_connect__form .wpcf7-submit.footernews_btn:hover{
  outline: 1px solid #fff;
}
/* .footer_field__wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
  line-height: 1;
} */
/* select */

/* ####################### Main Slider #################### */
.windmain_slide{
	position: relative;
}
.windmain_slide > img {
  width: 100%;
  height: 874px;
  object-fit: cover;
  object-position: center center;
}
.custom-pagination {
  position: absolute;
  left: 105px;
  top: 44%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.custom-pagination span {
	font-weight: 900;
	font-size: 16px;
	font-family: "Lato", Sans-serif;
}
.total-slide {
  opacity: 0.5;
}
.custom-windsor_new--slide-wrapper .divider {
	width: 1px;
	height: 103px;
	background: #fff;
	margin: 15px 0;
}
.content_hm_slider {
	position: absolute;
	left: 0;
	z-index: 999;
	top: 180px;
	max-width: 1340px;
	margin: 0 auto;
	right: 0;
}
.h1_home {
	color: #FFF;
	font-size: 70px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -2.1px;
	text-transform: capitalize;
	font-family: "Lato", Sans-serif;
	margin-top: 0;
	margin-bottom: 25px;
}
.content_hm_slider p {
	color: #D8D8D8;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	text-transform: capitalize;
	max-width: 92%;
	margin-bottom: 20px;
}
.content_hm_slider a {
	border-radius: 10px;
	background: #F8BE23;
	color: #1E1E1E;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 97%;
	letter-spacing: -0.48px;
	width: 260px;
	height: 55px;
	border: 0 !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 63px;
}
.content_hm_slider a:hover {
	background-color: #6E4814;
	color: #fff !important;
}
.content_hm_slider a svg{
	position: relative;
	top: 2px;
	transition: all 0.4s ease;
}
.content_hm_slider a:hover svg {
	transform: rotate(45deg);
}
.content_hm_slider a:hover svg path {
	fill: #fff !important;
}
.col-content {
  max-width: 50%;
}

.windsor_banner-logo-wrapper {
	position: absolute;
	bottom: 74px;
	z-index: 99;
	max-width: 1340px;
	margin: 0 auto;
	right: 0;
	left: 0;
	 -webkit-mask-image: linear-gradient(
		to right, 
		rgba(0,0,0,0) 0%,       /* left edge hidden */
		rgba(0,0,0,1) 10%,      /* start visible */
		rgba(0,0,0,1) 90%,      /* end of center fully visible */
		rgba(0,0,0,0) 100%      /* right edge hidden */
	);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;

	mask-image: linear-gradient(
		to right, 
		rgba(0,0,0,0) 0%, 
		rgba(0,0,0,1) 10%, 
		rgba(0,0,0,1) 90%, 
		rgba(0,0,0,0) 100%
	);
	mask-repeat: no-repeat;
	mask-size: cover;
}
.wind-logo-img.slick-slide {
  width: auto !important;
  margin: 0 20px;
}
.windsor_banner_logos.slick-initialized.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

/* ############ COunter ############# */
.left-bdr-cs::after {
  content: "";
  opacity: 0.4;
  width: 1px;
  height: 181px;
  position: absolute;
  right: 0;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.img_scale-2:hover img {
  transform: scale(1.02);
}
.img_scale-2 img,
.img_scale-2{
	transition: all 0.7s ease;
}
.img_scale:hover img {
  transform: scale(1.1);
}
.img_scale-2 .elementor-widget-container {
  overflow: hidden;
  border-radius: 30px;
}

/* ############ Affiliation ############# */
.affiliate_box-cs .elementor-image-box-title {
  margin-top: 0;
}
.affiliate_box-cs .elementor-image-box-content {
  position: absolute;
  bottom: 40px;
  z-index: 10;
}
.affiliate_box-cs .elementor-image-box-img img {
  width: 100% !important;
}
.affiliate_box-cs .elementor-image-box-img::before,
.affiliate_box-cs .elementor-image-box-img a::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 285px;
  aspect-ratio: 207/95;
  display: block;
  z-index: 9;
/* 	background: linear-gradient(0deg, #122A4D 0%, #122A4D 19.96%, rgba(18, 42, 77, 0.00) 100%); */
	background: linear-gradient(0deg, #122A4D 0%, #122A4DC9 19.96%, rgba(18, 42, 77, 0.00) 100%);
}
.affiliate_box-cs .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: 30px;
}
.affiliate_box-cs .elementor-image-box-wrapper:hover img {
  transform: scale(1.03);
}
.bg_white .elementor-icon-box-wrapper {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  fill: #FFF;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.10));
  border-radius: 20px;
  padding-left: 57px;
  padding-right: 57px;
}
.bg_white .elementor-icon-box-icon {
  margin-top: 0;
}
.bxheight_2 .elementor-image-box-img::before {
  height: 194px;
}
/* TESTIMONIAL HOME */
.video_element_testi .elementor-widget-container {
  height: 554px;
  border-radius: 30px;
}
.custom-video-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 425px;
	height: 533px;
	max-width: 100%;
	border-radius: 31px;
	backdrop-filter: blur(23px);
	background-color: #6E4814;
}
.custom-video-box iframe.custom-video-iframe { width:100%; height:100%; display:block; }

/* .custom-video-box iframe.custom-video-iframe {
  width: 100%;
  height: 140%;
  display: block;
  margin-top: -26%;
} */
.custom-video-title { text-align:center; font-size:20px; margin-bottom:10px; }
.custom-video-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.3); display:flex; justify-content:center; align-items:center; transition:opacity 0.5s ease; z-index:2; }
.custom-video-overlay > img {
  width: 425px;
  height: 533px;
  object-fit: cover;
}
.custom-play-btn {
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-video-box:hover .custom-play-btn{ transform: scale(1.2); opacity:1; }
.custom-video-overlay.fade-out { opacity:0; pointer-events:none; }
.custom-video-title {
  position: absolute;
  z-index: 999;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  border-radius: 20px;
  background: #10356B;
  right: 20px;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  padding: 32px 32px;
}

/* ############ BLOG PAGE ############# */
.home-main-post a > img {
  width: 696px !important;
  height: 475px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 25px !important;
}
.side-post-home a > img {
  height: 144px;
  width: 239px;
  object-fit: cover;
  border-radius: 15px !important;
}
.home-main-post {
  max-width: 52.7%;
}
.home-page-blogs-wrapper {
  display: flex;
  flex-wrap: wrap !important;
  gap: 23px;
}
.side-posts-home {
  max-width: 45.5%;
}
.side-post-home {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 21px;
}
.side-post-content-home {
  max-width: 56%;
}
.side-post-content-home h4 {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.side-post-home:last-child {
  margin-bottom: 0;
}
.side-post-content-home h4 {
  margin: 0;
  color: #122A4D;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.45454545;
  letter-spacing: -0.44px;
}
.side-post-content-home span {
  color: #595959;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  width: auto !important;
  gap: 10px;
}
.side-post-content-home p {
  display: flex;
  gap: 30px;
  margin-bottom: 13px;
}
.home-main-post .h2 {
  color: #FFF;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.33333333;
  letter-spacing: -0.6px;
  margin: 0;
}
.home_main-content {
	position: absolute;
	bottom: 40px;
	z-index: 9;
	left: 40px;
	right: 40px;
}
.side-post-home > a {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.side-post-home > a:hover img{
	transform: scale(1.04);
}
.side-post-home > a img{
	transition: all 0.5s ease;
}
.home-main-post > a {
  position: relative;
  overflow: hidden;
  border-radius: 25px !important;
  display: block;
}
.home-main-post > a img{
	transition: all 0.5s ease;
}
.home-main-post> a:hover img{
	transform: scale(1.04);
}
.home-main-post a::before {
	content: "";
	width: 100%;
	display: block;
	border-radius: 25px;
	background: linear-gradient(180deg, rgba(30, 30, 30, 0.00) 0%, #1E1E1E 100%);
	height: 356px;
	position: absolute;
	left: 0;
	z-index: 9;
	right: 0;
	bottom: 0;
}

.home_main-content span {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home_main-content p {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.home_faq-revamp .elementor-accordion-item p {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.home_faq-revamp .elementor-accordion-item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 32px 38px;
}
.home_faq-revamp .elementor-accordion-item .elementor-tab-title {
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 35px;
}
.home_faq-revamp .elementor-accordion-item:nth-child(7) {
  margin-bottom: 0 !important;
}
.search_revamp .elementor-search-form__container .dialog-lightbox-close-button.dialog-close-button {
  top: 40px;
  font-size: 28px;
  margin-top: 0 !important;
  right: 30px;
  border-radius: 50px;
  border: 1px solid #fff !important;
  padding: 13px;
}
.search_revamp .elementor-search-form__container.elementor-search-form--full-screen .elementor-search-form__input {
	border-radius: 0 !important;
	text-align: left !important;
	opacity: 1 !important;
	border-bottom: 1px solid #fff !important
}
.elementor-search-form__container.elementor-search-form--full-screen .elementor-search-form__input:placeholder{
	opacity: 1 !important;
}
.custom-windsor_new--slide-wrapper {
  background: #1e4683;
}
.accordion_first-disable .elementor-accordion-title {
	color: #122A4D !important;
	letter-spacing: -0.3px !important;
	font-weight: 700;
}
.accordion_first-disable .elementor-accordion-item .elementor-tab-title {
  border-bottom: 1px solid #D9D9D9 !important;
  margin-bottom: 40px !important;
  padding-bottom: 15px !important;
}
.partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title {
	background: #F2F7FF;
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	text-align: center;
	height: 60px;
	align-items: center;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.partners_tabs-ac .elementor-tab-content {
  padding: 0;
}
.partners_tabs-ac .elementor-tab-content .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
  border: 0 !important;
}
.partners_tabs-ac .elementor-accordion .elementor-accordion-item {
  border: 0 !important;
}
.partners_tabs-ac .elementor-tabs-wrapper {
	gap: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
	padding: 10px 14px;
	border-radius: 10px;
	margin-bottom: 60px;
}

.partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title:hover{
	background: #122A4D;
	color: #fff;
}
.partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #122A4D;
  color: #fff;
}
.prt_left-none ul {
  padding-left: 17px;
}
.prt_left-none ul li{
	margin-bottom: 12px;
}
.accordion_first-disable .elementor-tab-content {
	padding: 0 !important;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -3%;
	color: #505050;
	padding-right: 0px !important;
	margin-bottom: 40px !important;
}
.accordion_first-disable .elementor-accordion-item .elementor-tab-title {
  border-bottom: 1px solid #D9D9D9 !important;
  margin-bottom: 40px !important;
  padding: 0;
  padding-bottom: 18px !important;
}
.accordion_first-disable .elementor-accordion-icon-opened .fas.fa-chevron-up {
  color: #122a4d;
}
.accordion_first-disable .fas.fa-chevron-down {
  color: #122a4d !important;
}
.accord_title-location {
  font-size: 15px;
  color: #6E4814;
}
.counter_accord .elementor-accordion-title::before {
	position: absolute;
	left: 0;
	counter-increment: accCount;
	content: counter(accCount);
}
.counter_accord .elementor-accordion-title {
  padding-left: 30px;
  display: block;
  position: relative;
}
.counter_accord .elementor-accordion-item:first-child {
	display: none; 
}
.counter_accord .elementor-accordion-item:nth-child(2) {
  counter-reset: accCount !important;
}
.icon_rightad .elementor-tab-title * {
  color: #122a4d !important;
}
.icon_rightad .elementor-toggle-item .elementor-tab-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}
.icon_campus .elementor-icon-box-icon {
  margin-top: 0 !important;
}
.icon_campus .elementor-icon-box-icon {
  margin-top: 0;
}
.icon_campus {
  padding: 20px 15px;
  border-radius: 20px;
  background: #f2f7ff;
  box-shadow: 5px 4px 0px #c8dcfc;
  max-width: 95%;
}
.icon_campus .elementor-icon-box-icon {
  margin-top: 0 !important;
  border: 0 !important;
  display: flex !important;
  height: auto !important;
  width: auto !important;
}
/* ################################################## */
/* ############### Media Query ###################### */
/* ################################################## */

@media only screen and (max-width: 1730px) {
	.top_bar-revamped > .elementor-container {
	  margin-left: calc((100% - 1542px) / 2);
	}
	.main_header-revamped .elementor-container.elementor-column-gap-default {
	  max-width: 1542px !important;
	}
	.new_main_menu ul li a {
	  font-size: 14px !important;
	}
	.header_two_btn .elementor-button {
	  font-size: 14px !important;
	  border-radius: 9.07px !important;
	  padding: 17.22px 23.57px 17.22px 20.85px !important;
	}
	.header_two_btn .elementor-button .elementor-button-content-wrapper {
	    gap: 27px !important;
	}
	.wd206 a {
	  width: 186.74px !important;
	}
	.third_header-row {
	  padding: 15px 0 !important;
	}
	.third_header-row .elementor-icon-list-text, .third_header-row .elementor-icon-list-text a {
	  font-size: 16px !important;
	}
}
@media only screen and (max-width: 1680px){
	.accordion_first-disable .elementor-accordion-title {
	  letter-spacing: -0.255px !important;
	}
	.accordion_first-disable .elementor-accordion-item .elementor-tab-title {
	  margin-bottom: 34px !important;
	  padding-bottom: 12.75px !important;
	}
	.partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title {
	  height: 51px;
	  border-radius: 8.5px;
	}
	.partners_tabs-ac .elementor-tabs-wrapper {
	  gap: 12.75px;
	  padding: 8.5px 11.9px;
	  border-radius: 8.5px;
	  margin-bottom: 51px;
	}
	.prt_left-none ul {
	  padding-left: 14.45px;
	}
	.prt_left-none ul li{
	  margin-bottom: 10.2px;
	}
	.accordion_first-disable .elementor-tab-content {
	  font-size: 15.3px;
	  padding-right: 17.85px !important;
	  margin-bottom: 28.9px !important;
	}
	.accordion_first-disable .elementor-accordion-item .elementor-tab-title {
	  margin-bottom: 28.9px !important;
	  padding: 0;
	  padding-bottom: 15.3px !important;
	}
	/* --- Partner Page end ---- */
	.main_header-revamped.elementor-sticky.elementor-sticky--active .logo_main--web img {
	  width: 200px;
	  transition: all 0.7s ease;
	}
	.windmain_slide > img {
		height: 706px;	
	}
	.h1_home {
		font-size: 56.55px;
		letter-spacing: -1.70px;
		margin-bottom: 20.20px;
	}
	.content_hm_slider {
	  top: 145.41px;
	  max-width: 1082.47px;
	}
	.windsor_banner-logo-wrapper {
		bottom: 59.78px;
		max-width: 1082.47px;
	}
	.content_hm_slider p { 
	  font-size: 16.16px;
	  margin-bottom: 16.16px;
	}
	.content_hm_slider a {
	  border-radius: 8.08px;
	  font-size: 12.93px;
	  width: 210.03px;
	  height: 44.43px;
	  gap: 0 50.89px;
	}
	.custom-pagination {
	  left: 84.82px;
	  font-size: 16.16px;
	}
	
	/*--pg--*/
	.affiliate_box-cs .elementor-image-box-img::before {
	  height: 242.46px;
	}
	.bxheight_2 .elementor-image-box-img::before {
	  height: 165.04px;
	}
	.affiliate_box-cs .elementor-image-box-content {
	  bottom: 34.03;
	}
	.bg_white .elementor-icon-box-wrapper {
	  padding-top: 68.06px;
	  padding-bottom: 68.06px;
	  filter: drop-shadow(0 0 34.03 rgba(0, 0, 0, 0.10));
	  border-radius: 17.01px;
	  padding-left: 48.49px;
	  padding-right: 48.49px;
	}
	.video_element_testi .elementor-widget-container {
	  height: 471.31px;
	  border-radius: 25.52px;
	}
	.custom-video-box {
		width: 361.57px;
		height: 453.45px;
		border-radius: 26.37px;
		backdrop-filter: blur(19.57px);
	}

	
	.custom-video-title { text-align:center; font-size:17.01px; margin-bottom:8.51px; }
	.custom-video-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.3); display:flex; justify-content:center; align-items:center; transition:opacity 0.5s ease; z-index:2; }
	.custom-video-overlay > img {
	  width: 361.57px;
	  height: 453.45px;
	}
	.custom-video-box:hover .custom-play-btn{ transform: scale(1.2); opacity:1; }
	.custom-video-overlay.fade-out { opacity:0; pointer-events:none; }
	.custom-video-title {
	  font-size: 18.72px;
	  line-height: 25.52px;
	  border-radius: 17.01px;
	  right: 17.01px;
	  left: 17.01px;
	  bottom: 17.01px;
	  padding: 27.22px 27.22px;
	}
	.home-page-blogs-wrapper {
	  gap: 19.57px;
	}
	.home-main-post {
	  max-width: calc(52.7% - 19.57px);
	}
	.side-post-home {
	  gap: 21.27px;
	  margin-bottom: 17.87px;
	}
	.side-post-content-home {
	  max-width: calc(56% - 21.27px);
	}
	.home-main-post a > img {
	  width: 592.12px !important;
	  height: 404.10px;
	  border-radius: 21.27px !important;
	}
	.side-post-home a > img {
	  height: 122.51px;
	  width: 203.33px;
	  border-radius: 12.76px !important;
	}
	.side-post-content-home span {
	  font-size: 13px;
	  line-height: 21.27px;
	  letter-spacing: -0.27.22px;
	  gap: 8.51px;
	}
	.side-post-content-home h4 {
	  font-size: 18px;
	  letter-spacing: -0.37px;
	}
	.side-post-content-home p {
		gap: 17px;
		margin-bottom: 11.06px;
	}
	.home_main-content span {
	  font-size: 13.61px;
	  line-height: 21.27px;
	  letter-spacing: -0.27px;
	  gap: 8.51px;
	}
	.home_main-content p {
	  gap: 25.52px;
	  margin-bottom: 21.27px;
	}
	.home-main-post .h2 {
	  font-size: 25.52px;
	}
	.home_main-content {
	  bottom: 34.03px;
	  left: 34.03px;
	  right: 34.03px;
	}
	.home_faq-revamp .elementor-accordion-item {
	  border-radius: 10px;
	  background: #FFF;
	  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
	  margin-bottom: 20px;
	  padding: 32px 38px;
	}
	.home_faq-revamp .elementor-accordion-item {
	  border-radius: 8.51px;
	  box-shadow: 0 0 25.52px 0 rgba(0, 0, 0, 0.07);
	  margin-bottom: 17.01px;
	  padding: 27.22px 32.33px;
	}
	/* ## FORM ##	 */
	.footer_field__wrapper p {
		gap: 8.51px;
	}
	.footer_textarea__wrapper textarea {
	  border-radius: 12.76px;
	  backdrop-filter: blur(7.5px);
	  font-size: 15.31px;
	  letter-spacing: -0.36px;
	  height: 74.01px;
	  padding: 8.51px 21.27px;
	}
	.footer_field__wrapper select, .footer_field__wrapper input {
		border-radius: 8.51px;
		backdrop-filter: blur(7.5px);
		height: 46.79px;
		font-size: 15.31px;
		line-height: 55.30px;
		letter-spacing: -0.30px;
		padding: 0 17.01px;
	}
	.footer_lets_connect__form .wpcf7-submit.footernews_btn {
	  margin-top: 12.76px !important;
	}
	.wpcf7-submit.footernews_btn {
	  border-radius: 8.51px;
	  font-size: 13.61px;
	  letter-spacing: -0.40px;
	  width: 197.37px;
	  height: 46.79px;
	  gap: 0 40.84px;
	  margin-top: 8.51px;
	}
	.wpcf7-submit.footernews_btn svg {
	  width: 11.91px;
	  height: 11.91px;
	}
	.newletter-cs_footer input {
	  border-radius: 8.51px;
	  height: 46.79px;
	  font-size: 13.61px;
	  letter-spacing: -0.40px;
	}
	/* select */
}
@media only screen and (max-width: 1550px){
	.top_bar-revamped > .elementor-container {
		margin-left: calc((100% - 1211px) / 2);
		min-height: 35.60px !important;
	}
	.main_header-revamped .elementor-container.elementor-column-gap-default {
		max-width: 1211px !important;
	}
	.header_two_btn .elementor-button {
		font-size: 11.39px !important;
		border-radius: 9.07px !important;
		padding: 13.53px 18.51px 13.53px 16.37px !important;
	}
	.wd206 a {
	  width: 146.66px !important;
	}
	.header_two_btn .elementor-button .elementor-button-content-wrapper {
		gap: 21px !important;
	}
	.new_main_menu ul li a {
		font-size: 11.39px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	.new_main_menu nav > ul > li > a::after {
	  width: 31px;
	  height: 2px;
	  bottom: -5.70px;
	}
	.new_main_menu .elementor-nav-menu .sub-arrow {
	  align-items: center;
	  display: flex;
	  line-height: 1;
	  margin-block-end: -7px;
	  margin-block-start: -7px;
	  padding: 7px;
	  padding-inline-end: 0;
	}
	.new_main_menu .fas.fa-chevron-down {
	  font-size: 10px !important;
	  position: relative;
	  top: 1px;
	}
	.top_bar-revamped .elementor-widget-wrap.elementor-element-populated {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	.topBar_btn a {
	width: 262.70px !important;
	height: 35.60px !important;
	 font-size: 11.39px !important;
	}
	.fst_topbar-col .elementor-icon-list-text {
	  font-size: 11.39px !important;
	}
	.top_bar-cs-menu ul li a {
	  font-size: 11.39px !important;
	}
	.top_bar-cs-menu ul > li {
	  padding-right: 21.36px;
	  padding-left: 21.36px;
	}
	.top_bar-cs-menu ul > li::after {
	  height: 20.65px !important;
	  width: 1px;
	}
	.search_revamp .elementor-search-form__toggle::after {
	  font-size: 11.39px !important;
	  margin-left: 10.68px;
	}
	.search_revamp .fas.fa-search::before {
	  width: 16.37px;
	  height: 17.09px;
	}
	.third_header-row {
	  padding: 12.10px 0 !important;
	}
	.third_header-row .elementor-icon-list-text, .third_header-row .elementor-icon-list-text a {
	  font-size: 12.81px !important;
	}
	.accord_title-location {
	  font-size: 14px;
	 }
}
@media only screen and (max-width: 1400px){
	.windmain_slide > img {
		height: 621px;	
	}
	.h1_home {
		font-size: 49.78px;
		letter-spacing: -1.49px;
		margin-bottom: 17.78px;
	}
	.content_hm_slider {
	  top: 128.01px;
	  max-width: 953px;
	}
	.windsor_banner-logo-wrapper {
		bottom: 52.63px;
		max-width: 953px;
	}
	.content_hm_slider p { 
	  font-size: 14.22px;
	  margin-bottom: 14.22px;
	}
	.content_hm_slider a {
	  border-radius: 7.11px;
	  font-size: 11.38px;
	  letter-spacing: -0.34px;
	  width: 184.91px;
	  height: 39.12px;
	  gap: 0 44.81px;
	}
	.custom-pagination {
	  left: 74.68px;
	  font-size: 14.22px;
	}
	.content_hm_slider a svg {
	  position: relative;
	  top: 0px;
	  transition: all 0.4s ease;
	  width: 9.96px;
	  height: 9.96px;
	}
}

@media only screen and (max-width: 1230px){
	.top_bar-revamped > .elementor-container {
		margin-left: calc((100% - 1160px) / 2);
	}
}

@media only screen and (min-width: 1201px){
	.hide_1200{
		display: none;
	}
}

@media only screen and (max-width: 1200px){
	.top_bar-revamped > .elementor-container {
		margin-left: 0 !important;
		max-width: 100%;
		padding-left: 15px !important;
	}
	.custom-pagination {
		left: 29px;
	}
	.new_main_menu nav > ul > li > a::after {
		display: none;
	}
	.new_main_menu ul li a {
		font-size: 13px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.top_bar_midcol .elementor-widget-wrap > .elementor-element:last-child {
	  width: 100%;
	  margin-bottom: 0;
	  display: flex;
	  justify-content: flex-end;
	}
	.top_bar_midcol .elementor-widget-wrap > .elementor-element:last-child .elementor-widget-container {
	  width: 100%;
	  max-width: 100%;
	}
	.topBar_btn a {
		max-width: 100% !important;
	}
	.hmb_container > .elementor-container {
		max-width: 95% !important;
	}
	.brnone1200 br{
		display: none;
	}
	 .windmain_slide > img {
		height: 565px;
	 }
	.content_hm_slider {
		top: 90px;
	}
	.custom-pagination {
	  display: none;
	}
	.left-bdr-cs::after {
	  top: -37px;
	}
	.home_faq-revamp .elementor-accordion-item {
		margin-bottom: 15px;
		padding: 20px;
	}
	 .custom-video-overlay > img {
		width: 320px;
		height: 401px;
	  }
	  .custom-video-box {
		width: 320px;
		height: 401px;
		}
	.side-post-content-home span img {
	  display: none;
	}
  .side-post-content-home {
	max-width: calc(55% - 21.27px);
  }
}
@media only screen and (max-width: 1080px){
	.custom-video-title {
		font-size: 14px !important;
		padding: 17px !important;
		line-height: 1.4;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.custom-video-box {
		width: 280px;
	}
	.side-post-content-home {
		max-width: calc(53% - 21.27px);
	}
	
}
@media only screen and (max-width: 1050px){
	.home-main-post {
		max-width: 100% !important;
	}
	.home-page-blogs-wrapper {
		display: block;
	}
	.home-main-post a > img {
		width: 100% !important;
		height: auto;
	}
	.home-main-post {
		margin-bottom: 30px;
	}
	.side-post-content-home span img {
		display: block;
	}
	.side-posts-home {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.side-post-home {
	  width: 50%;
	}
	.side-posts-home .side-post-home:last-child {
	  display: none;
	}
	.side-post-content-home span:first-child {
	  display: none;
	}
}
@media only screen and (max-width: 1024px){
	.accordion_first-disable .elementor-tab-content {
	  padding-right: 0 !important;
	}
	.bg_white .elementor-icon-box-wrapper {
	  padding: 35px;
	}
	.footer_field__wrapper p {
		flex-wrap: wrap;
	}
	.footer_field__wrapper p span {
		width: calc(50% - 8.51px);
	}
	.footer_field__wrapper p {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer_field__wrapper p {
		gap: 0 8.51px;
	}
	.wd250{
		max-width: 250px;
	}
	.content_hm_slider {
		max-width: 95%;
	}
	.windsor_banner-logo-wrapper {
		max-width: 95%;
	}
	.h1_home {
		font-size: 41px !important;
	}
}
@media only screen and (max-width: 940px){
	.custom-video-box {
		width: 255px;
		height: 320px;
	}
	.custom-video-overlay > img {
		width: 255px;
		height: 320px;
	}
	.side-post-home {
		width: 100%;
	}
}
@media only screen and (max-width: 880px){
	.left-bdr-cs.rgt::after {
	  display: none;
	}
}
@media only screen and (max-width: 767px){
	.order-1{
	  order: 1;
	}
	.order-2{
	  order: 2;
	}
	.order-3{
	  order: 3;
	}
	.fst_topbar-col .elementor-icon-list-text {
		font-size: 13px !important;
	}
	.topBar_btn a {
		font-size: 13px !important;
	}
	.search_revamp .elementor-search-form__toggle::after {
		font-size: 13px !important;
		margin-left: 10.68px;
	}
	.topBar_btn a {
	  width: 100% !important;
	}
	.top_bar-revamped > .elementor-container {
		margin-left: 0 !important;
		max-width: 100%;
		padding-left: 0 !important;
	}
	.dnone_767{
		display: none;
	}
	.windmain_slide  .col-content {
	  max-width: 60% !important;
	}
	.wind-logo-img.slick-slide img {
		height: 40px;
		width: auto;
	}
	.wpcf7-submit.footernews_btn {
	  margin-left: auto;
	  margin-right: auto;
	}
	.partners_tabs-ac .elementor-tabs-wrapper {
	  display: block !important;
	}
	.partners_tabs-ac .elementor-tab-title.elementor-tab-mobile-title {
	  display: none;
	}
	.partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title {
	  width: 50%;
	}
	.partners_tabs-ac .elementor-tabs-wrapper {
	  display: flex !important;
	  background: #fff !important;
	  margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px){
	.windsor_banner-logo-wrapper {
	bottom: 30px;
	}
	.windmain_slide > img {
	height: 400px;
	}
	.content_hm_slider {
	top: 20px;
	}
	.h1_home {
	font-size: 30px !important;
	}
	.windmain_slide .col-content {
	max-width: 85% !important;
	}
	.content_hm_slider p {
	font-size: 13px !important;
	}
	.content_hm_slider {
	top: 50px;
	}
	.content_hm_slider a {
		width: 148px;
		gap: 0 10px;
	}
	.wind-logo-img.slick-slide {
	  margin: 0 30px;
	}
	.custom-video-box {
		width: 320px;
		height: 401px;
	}
	.custom-video-overlay > img {
		width: 320px;
		height: 401px;
	}
	.hmb_testimon .elementor-column.elementor-col-33 {
	  width: 100% !important;
	  display: block !important;
	}
	.custom-video-box {
	  margin: 0 auto;
	}
}
@media only screen and (max-width: 500px){
	.side-post-home a > img, .side-post-home a {
	  width: 100% !important;
	  height: auto !important;
	  max-width: 100% !important;
	}
	.side-post-content-home {
	  width: 100% !important;
	  max-width: 100% !important;
	}
	.home_main-content {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.home-main-post .h2 {
	  font-size: 20px;
	}
	.home_main-content p {
		gap: 10px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 450px){
	.accordion_first-disable .elementor-accordion-title {
	  font-size: 14.3px !important;
	}
	.custom-video-box {
	  margin: 0 auto;
	}
	.mobbrn{
		display: none;
	}
	.main_header-revamped .elementor-column.elementor-col-33.elementor-top-column.elementor-element {
		width: 100%;
	}
	.dnone_767 {
		display: block;
	}
	.logo_mob-rev .elementor-widget.elementor-widget-image {
		text-align: center;
	}
	.wd206 a {
		width: 128px !important;
	}
	.header_two_btn .elementor-widget-wrap.elementor-element-populated {
		justify-content: center !important;
	}
	.ticker_ui_main .elementor-icon-list-items.elementor-inline-items {
	  animation: tickerScroll 7s linear infinite;
	  gap: 0 30px;
	}
	.wd480_100 {
	  width: 100% !important;
	  margin-bottom: 11px;
	}
  .footer_field__wrapper p span {
    width: 100%;
  }
  .bg_white .elementor-icon-box-wrapper {
	padding: 20px !important;
  }
  .footer_m_rev{
	text-align: center;
  }
  .partners_tabs-ac .elementor-tabs-wrapper .elementor-tab-title {
	font-size: 14px !important;
  }
}

@media only screen and (max-width: 346px){
	.new_main_menu {
	  margin-top: 16px;
	}
}