/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.h-100 {height:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mb-0p{margin-bottom:0px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mtb-70p{margin-top:70px;margin-bottom:70px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-50p {margin-right: 50px;}

.mr-40p {margin-right: 40px;}

.mr-30p {margin-right: 30px;}

.mr-20p {margin-right: 20px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-yellow {background-color: #ffc900;}

.bg-gray {background-color: #F2F2F2;}

.bg-btn {background-color: #FFC502;}

.btn-pd {padding: 12px 25px;}

.bg-c1 {background-color:#004152;}


/* for text-colors*/

.text-black{color:black;}

.text-white{color:#ffffff;}

.text-blue{color: #005970;}

.text-yellow{color: #FFC502;}

.text-color{color:#181818;}

/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

/* for font-size */

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-30p {line-height: 30px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

.fw-bold {font-weight: bold;}

/* for font related css */

.fnt-trebuc{font-family: 'trebuc';}

.fnt-mons-light{ font-family: 'Montserrat-Light';}

.fnt-mons-bold{font-family: 'Montserrat-Bold';}

.fnt-mons-semibold{font-family: 'Montserrat-SemiBold';}

.fnt-mons-italic{font-family: 'Montserrat-Italic';}

.fnt-trebu-ms-bold{font-family:"Trebuchet MS Bold"; }

.fnt-trebu-ms{ font-family:"Trebuchet MS";}


/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {
	font-size: 16px;
	/* font-family:"Trebuchet MS"; */
	font-family: 'trebuc';
	line-height: 26px;
	color: #181818;
}

.container {
	max-width: 1380px !important;
	padding-left: 0;
  padding-right: 0;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:70px;
	padding-bottom:70px;
}

.sub_title {
	font-size: 22px;
	font-family: 'Montserrat-Light';
}

.sec_title {
	font-size: 56px;
	color: #151515;
	font-family: 'Montserrat-Bold';
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

.form-control:focus {box-shadow: none;}


/* HEADER SECTION STARTS HERE   */

.header-sec {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48783263305322133) 45%, rgba(0,0,0,0.03405112044817926) 100%);
	height:200px;
}

		/* HEADER-TOP CSS  */

.header_top_block ul {padding:8px 0px;}

.header_top_block ul li{padding: 0px 15px;}

.header_top_block ul li:last-child{padding: 0px 0px 0px 20px;}

.htxt-col-1 {color: #d4d4d4;}

.call_block img {display: inline-block; transform: translateY(-2px);}

.login_btn a{padding:6px 15px; border-radius:50px;}

.mail_block a:hover, .call_block a:hover {color: #ffc900;}

	/* header top border line */


.header-line {
    height: 1px;
    width: 68.5%;
    background-color: #333536;
    position: absolute;
    right: 0;
    /* background-image: url(../images/integretas.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-line.extraclass {display:none;}

	/* HEADER-BOTTOM CSS  */
.header_bottom_block {position:relative;}

.header_bottom_block .navbar {padding: 0;}

.logo {
    transform: translateY(-8px);
    margin-top: -30px !important;
}

.menu {align-items: center; margin-top:-8px;}

.menu li {margin-left:17px; position: relative;}

.menu a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	filter: drop-shadow(0px 2px 1.5px rgba(0,0,0,0.5));
	font-family:"Trebuchet MS Bold";
	transition: all 1s ease-out 0s;
}

.menu .menu-active a {color: #fff;}

.menu a:hover {color: #ffc900;}

.subheader.extraclass {display:none;}

.header-sec.extraclass {height:auto;}

.headerlogo.extraclass {transform: translateY(0px) !important; padding: 25px 0px 4px 0px;}

.dropdown-menu {
	margin:0px;
	min-width:250px;
	padding-bottom:0px !important;
	padding:20px;
	border:0px; border-radius:0px 0px 4px 4px;
}

.dropdown-menu a {
    display: block;
    position: relative;
    padding: 15px 12px;
	border-bottom: 1px solid #e8e8e8 !important;
	color: #344c5c !important;
	text-transform: capitalize;
    letter-spacing: 0px;
}

.dropdown-menu a:last-child {border-bottom: 0px solid #e8e8e8;}

.dropdown-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #0092ff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.res-toggle {
	position: absolute;
    right: -10px;
    top: 8px;
	cursor:pointer;
}

.dropdown-toggle::after {vertical-align: 0.20em !important;}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu a:hover {background:transparent; color:#ffc900;}

.dropdown-menu a:hover:after {opacity: 1; left: -7px;}

/* sub menu */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 290px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 16px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
	transition: all 0.3s ease 0s;
	transform: scaleY(0);
	opacity: 0;
    visibility: hidden;
	transform-origin: 0 0 0;
}
.sub-menu {padding: 5px;}

.sub-menu li {float: none; margin: 0; border-bottom: 1px solid #e8e8e8;}

.sub-menu a {
    display: block;
    position: relative;
    padding: 12px 12px;
    letter-spacing: 0px;
	color:#000000 !important;
	filter: none;
}

.sub-menu li:last-child { border-bottom: 0px;}

.menu-item-has-children:hover .sub-menu {transform: scaleY(1);visibility: visible; opacity:1;}


		/* banner-sec css */

.ban1 {
	background-image: url(../images/banner.png);
	padding: 160px 0px;
}

.banner-theory h1 {font-size: 56px; filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5));}

.banner-theory h5 {filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5)); margin-bottom:30px;}

.banner-theory p {font-size: 18px; line-height: 24px;}

.banner-theory a {color: #ffc900; border:1px solid #ffc900; padding:16px 25px;}

.carousel-indicators {bottom: 25px;}

.carousel-indicators li {width: 9px; height: 9px; border-radius: 50%;}

/* about-sec css */

	/* video css */

.v-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play-button {
  z-index: 10;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  position: relative;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #005970;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {background-color: darken(#fa183d, 10%);}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {position: relative; z-index: 3;}

.video-play-button i {color: #004152; font-size: 18px; line-height:42px;}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {position: fixed; z-index: 1000; opacity: 1;}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {color: #fa183d;}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

	/* Who is it for section  */

.who-sec {background-color: #004152;}

.who-cotent img {filter: brightness(0) invert(1);}

.who-cotent ul li{margin-top:15px;}

.who-icon {
    width: 100%;
    height: 485px;
    transform: skew(-16deg,0deg);
    position: relative;
    z-index: 5;
    margin-bottom: -160px;
    margin-top: 15px;
	object-fit: cover;
}
.who-icon-bg {
    position: absolute;
    left: -30px;
    z-index: 0;
    top: -15px;
	height:200px;
}

/* see the following section */

.see-sec {margin-top:160px;}

.see_heading  {font-size:38px;}

.see-box img {height:230px; object-fit: cover;}


	/* Student Highlights section */

.service__icon {padding:20px;}

.service__icon img{border-radius:50%; width:110px; height:110px; object-fit:cover;}

.service-item .service__icon:after, .service-item .service__icon:before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: calc(90% + 0px);
    background-color: #c9cacc;
    bottom: 0;
}
.service-item .service__icon:after {width: 0; background-color: #ffc900;}

.service-item:hover .service__icon:after {width: calc(90% + 0px);}

.service__content {padding:20px;}

.service__content h5{font-size:16px;}

.border-gradient {
  background:#fff;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #14a3c8, #ffc900);
}

	/* law owl carosel section css */

.law-heading {width:55%;}

.law-heading h3 {padding:50px;}

.law-icon img {height: 300px; object-fit: cover;}

.law-content {width:80%; position: absolute; bottom:6%;}

.client-sec .owl-nav {margin-top: 0 !important;}

.premiumright,.premiumleft { position: absolute; top: 40%;}

.premiumright {right: -50px;}

.premiumleft {left: -50px;}


.s-left,.s-right {top: 40%;}

	/* core section css */

.effect-sadie {padding:40px 35px 0px 35px;}

.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004152;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.core-body {
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
}

.core-icon {font-size:40px;}

.core-body h4 {font-family: 'Montserrat-SemiBold'; font-size:20px; color:#004152;}

.read_more {opacity: 0;}

.read_more i {transform: translateY(2px);}

	/* hover css */

.effect-sadie:hover .core-body {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-15px,0);
	transform: translate3d(0,-12%,0) translate3d(0,-15px,0);
}

.effect-sadie:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-sadie:hover .read_more {opacity: 1;}

.effect-sadie:hover .core-icon {opacity: 0;}

.effect-sadie:hover h4 {color:#fff;}

/* footer section css */

.footer-sec {background-color:#004152; padding-top:30px;}

.footer-content h5 {font-family: "Trebuchet MS Bold";}

.footer_list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 165px;
}

.footer-content ul li {margin-bottom:15px; text-transform:capitalize;}

.footer-content a,.footer-content p {color:#d4d4d4;}

.footer-content ul li a:hover {color:#ffc900;}

/* subscribe box css */

.subscribe-box input {
    background-color: #fff;
    border: 0;
    width: 63%;
    padding: 0px 15px;
    border-radius: 0px;
	color: #b6b7c1;
	 height: 50px;
	 font-size: 15px;
}

.subscribe-box button{
	background-color: #ffc900;
	border: 0;
	height: 50px;
	padding: 0px 35px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	color:#000;
	margin-left:-5px;
}

.subscribe-box input:focus {
    /* color: white; */
    /* background-color: transparent; */
    border-color: 0;
    outline: 0;
    box-shadow: none;
}

.subscribe-box ::placeholder {color: #b6b7c1 !important;}

	/* copy right css */

.copy-right {border-top:1px solid #07657d; padding:30px 0px; margin-top:25px;}

.copy_list li {margin-left:20px;}

.copy_list li a {color:#d4d4d4;}

.copy_list li a:hover {color:#ffc900;}

.copy-right p {color:#d4d4d4;}

	/* social icons css */
.footer-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:18px;
	/* background:#004152;	 */
	color:#d4d4d4;
	border:1px solid #d4d4d4;
}
.footer-icon i {
	font-size:16px;
	position:absolute;
	left:9px;
	top:13px;

}

.footer-icon:hover  {

	border:1px solid #ffc900;
	color:#ffc900;
}
.footer-icon.social:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	color:#ffc900;

}
.footer-icon.social {
	display:inline-flex;
	margin:0 5px 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.footer-icon.social.fb i {
	left:13px;
}
.footer-icon.social.tw i {
	left:11px;
}
.footer-icon.social.in i {
	left:12px;
	top: 11px;
}

.footer-icon.social.yt i {
	left:9px;
	top: 11px;
}

/* video carosel */

.bg-video-wrap{
	 width: 100%;
    max-height: 750px;
    height: auto;
    object-fit: cover;
    z-index: -100;
	margin-bottom: 10px;
}

/* ------------------------------------- */
	/* INNER PAGES CSS */
/* ------------------------------------- */

	/* common css */

.inner-title {
	font-size: 44px;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5));
	margin:0px;
}

.inner-title-br {
    content: '';
    border-bottom:5px solid #ffc900;
    display: inline-block;
    width: 16%;
    margin-bottom: -8px;
}
.inner-ban {
	background-image: url(../images/page-inner.png);
	padding: 400px 0px 0px 0px;
}

.inn-title {font-size:24px;}

.update-soon {margin-top:150px; margin-bottom:150px;}


/* ------------------------------------- */
	/* SPEAKER VIDEOS PAGE CSS */
/* ------------------------------------- */

.rtin-btn {display:none;}

.rtin-box:hover .rtin-btn {display:block;}

.sp-video-box h5 {font-size:18px;}


/* ------------------------------------- */
	/* FOUNDERS-FACULTY PAGE CSS */
/* ------------------------------------- */

.founder-main-box {
	filter: drop-shadow(0px 8px 15px rgba(0,58,63,0.12));
	background-color: #ffffff;
	border: 1px solid #5fb9d0;
}

.founder-heading{border-bottom: 1px solid #5fb9d0; padding:18px 30px;}

.founder-box {padding:30px;}

.founder-heading h3 span {color:#007a97;}

.founder-icon img {
	width:290px;
	height:100%;
	object-fit:cover;
    border: 4px solid;
    border-image-slice: 1;
    /* border-width: 5px; */
    border-image-source: linear-gradient(to left, #05bbef, #fcb914);
}

.founder-content{margin-left:30px;}

.founder-content p{line-height:24px;}

.founder-content p:last-child{margin-bottom:0px;}

/* ------------------------------------- */
	/* NEWS PAGE CSS */
/* ------------------------------------- */

.n-box {
	border: 1px solid #d1d1d1;
	padding:25px;
	border-radius:5px;
}

.ntxt-col {color:#007a97;}

/* ------------------------------------- */
	/* COUNSELLING STRATEGY PAGE CSS */
/* ------------------------------------- */

.subscribebtn, .subscribebtn:hover,.reg-btn a, .reg-btn a:hover {
    background-color: #fdc800 !important;
    color: #000 !important;
    font-weight: 500;
    padding: 12px 25px;
    line-height: 1.3;
    text-decoration: none !important;
    margin-top: 20px;
    outline: none;
}

.list-li li {
    /* background: url(../images/list-li.png) no-repeat left 4px; */
    margin-bottom: 1.1%;
    line-height: 24px;
    list-style-type: disc;
    padding-left: 10px;
    vertical-align: middle;
    margin-left: 22px !important;
}

/* ------------------------------------- */
	/* COLLEGE ADMISSIONS PAGE CSS */
/* ------------------------------------- */

.adm-box {
	filter: drop-shadow(0px 8px 15px rgba(0,58,63,0.12));
	background-color: #ffffff;
	border: 1px solid #5fb9d0;
	padding:25px;
}

.adm-box img {height: 150px; width: 150px; object-fit: cover;}



/* form common css */

.form-bg {
    filter: drop-shadow(0px 6px 15px rgba(0,0,0,0.15));
    background-color: #ffffff;
    padding: 50px 90px 40px 90px;
}

input, select {height: 50px;}

input, textarea, select {
	border-radius: 3px;
	background: #ffffff;
	font-size: 15px;
	color: #3b3b3b;
	border: 1px solid #dddddd;
	padding:5px 10px;
}

.sub_btn {
    border: 0;
	border-radius: 3px;
	background-image: linear-gradient(90deg, #045165 30%, #066e8a 100%);
	padding: 13px 45px;
}

.text-red {color:#ff0000;}

/* ------------------------------------- */
	/* CONTACT PAGE CSS */
/* ------------------------------------- */


.information-box {
    padding: 42px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
}

.information-box i{font-size: 35px;}

.information-box h3 {font-size:24px;}

.cs-form {padding:50px;}


/* ------------------------------------- */
	/* AI PROGRAM PAGE CSS */
/* ------------------------------------- */

.p-box p {margin-bottom: 5px;}

.reg-btn a {font-size:16px;}

/* AI PROGRAM new css */

.our-m-head {font-size:50px;}

.fall-box img{height:200px;}

.fall-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.24);
	height: 100%;
	width:100%;
}

.fall-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fall-content h5 {font-size:30px;}

.mission-list li {margin-left:0px;}
.carticon
{
  position: relative;
}
.wish_count{
  display: inline-block;
    position: absolute;
    top: 2px;
    right: -22px;
    width: 22px;
    height: 22px;
    background-color: #D8AB37;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}
label.error
{
  font-size: 14px; color: #ff0000;
}
.rtin-img img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.rt-contact-2 ul.rtin-item > li {
  color: #002147;
}

.rt-contact-2 ul.rtin-item>li {
  color: #002147;
  position: relative;
  padding: 25px 10px 25px 70px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.rt-contact-2 ul.rtin-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rt-contact-2 ul.rtin-item>li>i {
   position: absolute;
  left: 23px;
  top: 22px;
  z-index: 1;
  font-size: 30px;
}
.rt-contact-2 ul.rtin-item a {
  color: #002147;
}
.rt-contact-2 ul.rtin-item a:hover {
  color: #ffc900;
}
.pointer
{
  cursor: pointer;
}

.careers_box{
  border:1px solid #e5e4e4;
  float:left;
  margin:0 0 33px;
  padding:20px 50px 0;
  width:100%
  }
  .apply_area h3{
  border:none;
  color:#cf4a52;
  font-size:14pt;
  font-weight:bold;
  margin:0 0 10px
  }
  .apply_area h4 {
      font-size: 11pt;
      font-weight: 700;
      margin: 5px 0 0;
  }
  .apply_area ul {
      list-style: none;
      margin: 8px 0 12px 1px;
  }
  .apply_area ul li {
       background: url(../../images/gray-dash.png) 0 13px no-repeat rgba(0,0,0,0);
      font-size: 11pt;
      line-height: 18pt;
      margin: 0 0 8px;
      padding: 0 0 0 10px;
  }
  .apply_area .apply_button {
      margin: 22px 0;
      text-align: center;
  }
  .careers_list ul li
  {
  list-style-type:none;

  }
  .careers_list ul li h3 {
      margin: 0;
      padding: 20px 35px 20px 0;
      position: relative;
      font-size: 23px;
      cursor: pointer;
      border-bottom: #cccccc 1px solid;
  }

  .careers_list  ul li h3 .plus_mines_arrow {
      position: absolute;
      top: 23px;
      right: 5px;
      width: 17px;
      height: 17px;
      background: url(../../images/plus_mines_arrow.png) no-repeat;
  }

  .careers_list ul li.active h3 .plus_mines_arrow {
      background-position: 0 bottom !important
  }


/* ------------------------------------- */
	/* PROGRAM PAGE CSS */
/* ------------------------------------- */

/* accordian code css */

.tb-content table {
  width: 100%;
  border-collapse: collapse;
}
.tb-content th {
  background: #004152;
  color: white;
}
.tb-content  td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

.tb-content tr.hide-table-padding td {padding: 0;}

.expand-button {position: relative;}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
}
.accordion-toggle.collapsed .expand-button:after{  content: '+';}

/* content css */

.pg-box .founder-heading {padding:13px 30px;}

.program-icon img {width:280px; height:100%;}

.tb-content {padding:0px 30px 30px 30px;}

.expand-button {font-weight: bold; font-size: 25px;}

.hide-programdata {padding: 0px 25px;}

.hide-grade-bar {background: #fdfbfb;}

.p-programming {display:grid; grid-template-columns:repeat(2,1fr); column-gap:20px;}

.class-li {margin-top:30px; border:1px solid #d1d1d1; padding:25px; border-radius: 5px;}

.pq-details span{float: right;}

body.form-body{
    opacity: 0.5;
    pointer-events: none;
}

.web-box{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    padding: 20px;

    min-height: 300px;

}
.web-box>div{
    padding: 10px 30px 10px 15px;
    /* height: 100%; */
}
.web-box>div:first-child{
    border-right: 3px double #ccc
}
.web-box .des{
    /* padding: 15px;
    padding-bottom: 0px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp:13;
    text-overflow: ellipsis;
    /* font-family: 'DM Sans'; */
}

.web-box h3{
    font-family: 'Trebuchet MS Bold';
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 32px;
}

.web-box iframe{
width: 100% !important;
height: 380px;
}

.notifications{
    position: fixed;
    top: 0;
    z-index: 20000;
    right: 10px !important;
    top: 40px;
    max-width: 500px;
    margin-left: 10px;
    -webkit-animation: cssAnimation 9s forwards;
    animation: cssAnimation 9s forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
    z-index: -1;
    opacity: 0;
    }
}

.show-more{
    display: inline-block;
    color: #ffc900;
    border: 1px solid #ffc900;
    padding: 6px 25px;
    margin-top: 10px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}
