/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

	h2,h3,h4 {
		font-family: "Lora", serif;
}

p {
	 font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
    top: 30%;
}
.inner-banner {
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0);
	left: 0;
	top: 0;
	opacity: 10%;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: white;
    right: 0;
    background: var(--c1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c2);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: var(--c1);
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    /* backdrop-filter: blur(20px); */
    transition: all 1s ease-in-out;
    z-index: 9999;
    background: linear-gradient(90deg, rgba(112, 160, 203, 1) 0%, rgba(134, 167, 205, 1) 35%);
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}
.header-menu ul {
    display: flex;
    justify-content: space-around;
}
header .row {
    align-items: center;
}
header.page-header .row {
    align-items: center;
}
.header-menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: white;
    font-family: 'Lora';
    color: var(--c1);
}
header {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.home-slider-image {
    position: relative;
    height: 100vh;
}

/* .home-slider-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 40%;
} */
/* .header-menu ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-bottom: solid 2px var(--c1);
    top: 2px;
    left: -370px;
    transition: 0.5s;
} */

.header-menu ul li {
    /* overflow: hidden; */
    position: relative;
}

.header-menu ul li a:hover:before {
    left: 0;
    transition: 0.3s;
}
.home-slider-content h2 {
    font-size: 55px;
    color: white;
    line-height: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.home-slider-content p {
    color: white;
    width: 70%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 32px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 20px;
    text-shadow: 2px 2px 4px rgb(0 0 0);
}
.home-slider-content {
    margin-top: 50px;
    text-align: center;
}
.overview-right img {
    width: 100%;
}
section.overview {
}
section.overview .row {
    align-items: center;
}
section.home-operating .overview-left h2 {
    font-size: 40px;
    color: black;
}
section.home-operating .overview-left p {
    font-size: 19px;
    color: black;
}
.team-items .services-image img {
    width: 100%;
}
.team-headin {
    text-align: center;
    margin: 70px 0px 60px 0px;
}
.team-headin h2 {
    font-size: 70px;
    text-transform: capitalize;
    color: var(--c1);
}
.team-items {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.team-items h5.services-title {
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-items h5.services-title a {
    font-size: 25px;
    font-weight: 700;
}
section.home-investment {
    margin: 100px 30px 60px 30px;
}

.home-invest-left h2 {
    font-size: 40px;
    color: black;
}

.home-invest-left p {
    font-size: 20px;
    padding-top: 30px;
}

.home-invest-right img {
    width: 100%;
}

section.home-investment .row {
    align-items: center;
}
.home-history-left img {
    width: 100%;
}

.home-history-ri8 h2 {
    font-size: 40px;
    color: black;
    padding-bottom: 30px;
}

.home-history-ri8 p {
    font-size: 20px;
}

section.home-history .row {
    align-items: center;
}
section.home-history {
    margin: 100px 30px 50px 30px;
}


footer {
    background: #0c4a72;
    padding: 70px 30px 30px 140px;
    border-top: 1px solid white;
}

.footer-about p {
    color: white;
    width: 100%;
    padding-top: 20px;
    font-size: 17px;
}

.footer-heading h2 {
    color: var(--c2);
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.footer-menu ul li a {
    color: white;
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.3s;
    font-size: 16px;
}

.footer-menu ul li {
    line-height: 32px;
}

.footer-menu {margin-left: 80px;}

.footer-address ul li {
    line-height: 49px;
    color: white;
    font-size: 18px;
}

.footer-address ul li a i {
    color: white;
    font-size: 20px;
    margin-right: 20px;
}

.footer-address ul li a {
    color: white;
    font-size: 18px;
    transition: 0.3s;
}
.footer-menu ul li a:hover {
    color: var(--c1);
    padding-left: 5px;
}

.footer-address ul li a:hover {
    color: var(--c1);
}
.footer-logo a img {
    width: 90%;
}

footer .row {
}
.home-about-right {
    width: 60%;
}
.footer-address ul li i {
    margin-right: 25px;
}
.footer-social ul {
    display: flex;
}

.footer-social ul li a i:hover {
    color: var(--c1);
}

.footer-social ul li a i {
    transition: 0.5s;
}
section.home-operating .row {
    align-items: center;
}

section.home-operating {
    margin: 100px 30px 50px 30px;
}






.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1;
  background-color: rgb(255 255 255 / 44%);
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}

.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 12%);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background-color: #fff;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
section.overview {
    background: #003354;
}

.overview-left {
    padding: 30px;
}
.wrapper {
    overflow-x: hidden;
}
section.overview .overview-left h2 {
    color: #53c1e3;
    font-size: 50px;
}
section.overview .overview-left p {
    color: white;
}
.home-slider-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 21%;
}
.home-scholar-content {
    text-align: center;
    padding: 150px 0px;
}

section.home-scholar {
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    position: relative;
}

section.home-scholar:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 30%;
}
.home-scholar-content h2 {
    font-size: 50px;
    color: white;
    padding-bottom: 20px;
}
.home-scholar-content p {
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
}
.home-box-image {
    width: 100%;
    height: 350px;
    position: relative;
}
.home-box-image img {
    width: 100%;
    height: 100%;
}
section.home-boxes {
    padding: 70px 0px;
    position: relative;
    margin: 0px 30px;
}
.home-box {
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}
.hb-title {
    position: absolute;
    left: 20px;
    top: 70%;
	transition: .2s;
}
.home-box:hover .hb-title{
	opacity: 0;
}
.hb-title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.home-box-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0.6;
	transition: .5s;
}
.home-box-image:hover:before{
	background: #000;
	opacity: 0.8;
}
/* .hb-btn {
    position: absolute;
    top: 46%;
    left: 34%;
    opacity: 0;
    transition: .5s;
} */
.home-box:hover .home-box-content-main{
	opacity: 1;
}
section.team-section {
    margin-bottom: 100px;
    margin-top: -70px;
}
.home-box-content-main {
    text-align: center;
}
.home-box-content-main .hd-content p {
    width: 70%;
    margin: 0 auto;
    color: white;
    padding-bottom: 30px;
}

.home-box-content-main {
    opacity: 0;
    position: absolute;
    top: 110px;
    transition: 0.5s;
}
section.about-sec1 {
    margin: 120px 30px 20px 30px;
}

.about-sec1-heading {
    text-align: center;
    padding-bottom: 0px;
    margin-top: -95px;
}

.about-sec1-heading h2 {
    font-size: 50px;
    color: var(--c1);
    font-weight: 600;
    padding: 10px 0px;
}

section.about-sec1 .row {
    align-items: center;
}

.about-sec1-right img {
    width: 80%;
}

.about-sec1-left p {
    font-size: 20px;
    color: black;
    line-height: 33px;
}
.about-sec1-botm p {
    font-size: 16px;
    color: black;
}

.about-sec1-botm ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
    color: black;
}
.about-sec1-botm {
    margin-top: 25px;
}
section.sec-borm-item {
    padding: 0px 30px;
    background: #D9E8F5;
    margin-bottom: 50px;
}

section.sec-borm-item p {
    color: white;
}

section.sec-borm-item ul li {
    color: white;
}
.about-sec1-botm h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

























table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid white;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.about-sec1-botm tbody tr th {
    color: white;
    font-size: 20px;
}
tr:nth-child(odd) {
    color: white;
}
section.sec-borm-item.sec-borm-item3 {
    margin-bottom: 50px;
    padding-bottom: 30px;
}
h1.inner-page-title.mb-2 {
    font-size: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}









* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
	--hue: 223;
	--bg: hsl(var(--hue),90%,10%);
	--fg: hsl(var(--hue),90%,90%);
	--primary: var(--c1);
	--trans-dur: 0.3s;
	--trans-timing: cubic-bezier(0.65,0,0.35,1);
	font-size: calc(16px + (24 - 16) * (100vw - 320px) / (2560 - 320));
}
body{

	font: 1em/1.5 "DM Sans", sans-serif;
}

main {
	margin: auto;
	text-align: center;
}
svg {
	display: block;
}
.pl {
	--percent: 0;
	margin-bottom: 1.5em;
	overflow: visible;
	width: 16.875em;
	height: 16.875em;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.pl__ring,
.pl__ring-glow1,
.pl__ring-glow2 {
	stroke: var(--primary);
	transition: stroke var(--trans-dur);
}
.pl__ring {
	stroke-dashoffset: calc(659.74px * (1 - var(--percent)));
}
.pl__ring-glow1 {
	stroke-dashoffset: calc(502.66px * (1 - var(--percent)));
}
.pl__ring-glow2 {
	stroke-dashoffset: calc(816.82px * (1 - var(--percent)));
}
.pl[data-complete="false"] {
	animation: fade-slide-in 0.5s var(--trans-timing);
}
.pl[data-complete="false"] + .btn {
	visibility: hidden;
}
.pl[data-complete="true"] + .btn {
	animation: fade-in 0.6s;
}
#preloader {
    background: black;
}

/* Animations */
@keyframes fade-in {
	from {
		animation-timing-function: steps(1,end);
		opacity: 0;
		visibility: hidden;
	}
	50% {
		animation-timing-function: var(--trans-timing);
		opacity: 0;
		visibility: visible;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-slide-in {
	from {
		opacity: 0;
		transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.contact-form-wrap form label {
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-form-wrap form input {
    width: 100%;
    border: solid 2px var(--c1);
    padding: 5px;
    margin-top: 7px;
}
.contact-form-wrap form textarea {
    width: 100%;
    margin-top: 7px;
    border: solid 2px var(--c1);
    sokal;
    height: 180px;
}
.contact-form-wrap form .wpcf7-submit {
    padding: 10px;
    color: white;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    background: var(--c1);
    transition: 0.5s;
}
.contact-form-wrap form .wpcf7-submit:hover {
    background: #003B73;
}
.form h2 {
    color: white;
}
.form p {
    font-size: 18px;
}
section.contact-form {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.contact-form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 40%;
    top: 0;
}
.page-id-282 h1.inner-page-title.mb-2 {
    font-size: 40px;
    background: #0000004f;
}	


section.scholar-sec1 {
    padding: 50px 50px;
}
/* .sec3 {
    background: #ededed;
} */
.scholar-sec1-left h2 {
    color: var(--c1);
    font-size: 50px;
    font-weight: 600;
}
.scholar-sec1-left p {
    font-size: 20px;
    color: black;
}
section.sec3 .row {
    align-items: center;
    flex-flow: column-reverse;
}
.scholar-sec1-right img {
    width: 100%;
}
section.scholar-sec1.sec2 {
    background: #ededed;
}
section.criteria {
/*     background: #ededed; */
    padding: 72px 0;
}
.scholar-sec1-left ul li {
    list-style-type: disc;
    padding-bottom: 12px;
    margin-left: 20px;
}
section.criteria .row {
    align-items: center;
}
section.process .row {
    align-items: center;
}
section.process {
    padding: 72px 0;
    background: #EDEDED;
}
section.partnership .row {
    align-items: center;
}
section.partnership {
    padding: 52px 0 60px 0px;
    background: #ededed;
}
section.benefits {
    padding: 72px 0;
}
section.benefits .row {
    align-items: center;
}
.header-menu ul li ul.sub-menu {
    position: absolute;
    display: inline;
    top: 30px;
    left: 10px;
    background: var(--c1);
    opacity: 70%;
    height: auto;
    padding: 10px;
    width: 270px;
    border-bottom: solid black;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.header-menu ul li ul.sub-menu li a {
    color: white;
    border-bottom: solid 1px black;
    padding-bottom: 3px;
}
.header-menu ul li:hover ul.sub-menu {
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
}
.page-id-370 section.sec-borm-item {
    padding: 0px 30px 20px 30px;
    margin-top: -36px;
}
.about-section1 .section-content p {
    color: black;
    font-size: 17px;
}
.criteria-content.scholar-sec1-left ul li {
    color: black;
}
.process-content.scholar-sec1-left ul li {
    color: black;
    font-size: 18px;
}
.partnership-content.scholar-sec1-left ul li {
    color: black;
}
.benefits-content.scholar-sec1-left ul li {
    color: black;
}
.inner-page-content {
    display: none;
}
section.aquistion-critaria-heading {
    margin-top: 200px;
}
.page-id-345 section.inner-banner {
    background-position-y: -49px;
    height: 710px;
    display: none;
}
.page-id-282 section.inner-banner {
    background-size: auto !important;
    height: 650px !important;
    position: relative;
    background-position: center;
    margin-top: 103px;
}
.scholar-sec1-right p {
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
    font-style: italic;
    width: 100%;
    margin: 0 auto;
}
/* section.partnership .row {
    flex-flow: column-reverse;
} */

section.process .row {
    flex-direction: row-reverse;
}
.about-sec1-botm h3 {
    color: black;
}

.about-sec1-botm b p {
    color: black;
    padding: 0 !important;
    margin: 0px !important;
}

.about-sec1-botm ul li {
    color: black;
}

.about-sec1-botm ul li {
    color: black !important;
}
.page-id-336 section.inner-banner {
    background-position-y: -93px;
    display: none;
}

text#pl-percent {
    color: var(--c1);
}












.years-number p {
    text-align: center;
    border: solid 8px #B29658;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: white;
}

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

.years-model-items {
    text-align: center;
}
.years-Describtion h2 {
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.years-Describtion h3 {
    font-size: 25px;
    font-weight: 700;
    color: black;
}

.years-Describtion {
    background: #ededed;
    padding: 15px;
    position: absolute;
    top: 0;
    border: solid 2px #B29658;
    /* width: 500px; */
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.years-model {
    padding: 30px 30px 110px 30px;
}
.years-Describtion p {
    font-size: 18px;
}
.years-Describtion {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.years-model-items:hover .years-Describtion {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
section.years-model .row {
    position: relative;
}

.form P {
    color: white;
}
.years-logo img {
    width: 100%;
    height: 150px;
}

.years-tab-content {
    background: #efefef;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 90%;
    padding-bottom: 10px;
    border: solid 1px black;
}

.tab {
    display: flex;
    flex-wrap: wrap;
}
.tab button.tablinks {
    margin: 10px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 10px #b29658;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 35px;
    font-weight: 600;
    transition: 0.3s;
}
section.years-model .row {
    align-items: center;
}
.years-head {
    background: #b29658;
}

.years-head h3 {
    color: white;
    padding-top: 4px;
}
.years-tab-content h3 {
    color: black;
    font-size: 30px;
    font-weight: 600;
}
.years-head h3 {
    color: white;
    font-size: 37px;
    margin-bottom: 20px;
}
.tab button.tablinks:hover {
    border: solid 10px #0c4a72;
}
.years-image img {
    width: 40%;
}
.years-tab-content p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    margin: 0;
}
.sape-line {
    width: 100%;
    height: 28px;
    background: #b29658;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 15px 0px;
}
div#\31 992 {
    display: none;
}
div#\31 993 {
    display: none;
}
div#\31 994 {
    display: none;
}
div#\31 995 {
    display: none;
}
div#\31 996 {
    display: none;
}
div#\31 998 {
    display: none;
}
div#\31 999 {
    display: none;
}
div#\32 001 {
    display: none;
}
div#\32 005 {
    display: none;
}
div#\32 009 {
    display: none;
}
div#\32 010 {
    display: none;
}
.years-tab-content {
    position: absolute;
    top: -240px;
}
section.years-model {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-356 section.inner-banner {
    display: none;
}
.page-id-11 .inner-banner {
    display: none;
}

.page-id-11 section.about-section {
    margin-top: -40px;
}
section.about-us-main {
    margin-top: 130px;
}

.aboutus-heading h1 {
    font-size: 50px;
    color: var(--c1);
    font-weight: 600;
    padding: 0px 0px;
    text-align: center;
}
.page-id-370 section.inner-banner {
    display: none;
}
.testimonials-item {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 30px;
    border-radius: 20px;
    background: whitesmoke;
}

.testi-image img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 50px;
    border: solid;
}

.testi-content h2 {
    color: var(--c1);
    font-size: 30px;
    font-weight: 700;
}
.testimonials-heading h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-top: 70px;
    color: black;
}
section.testimonial button.slick-next.slick-arrow {
    z-index: 1;
    top: 50%;
    right: -3%;
}
section.testimonial .slick-next:before {
    font-size: 22px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 11px 18px;
    color: #fff;
    width: -webkit-fill-available;
    content: "\f105";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 10px;
    height: 20px;
    transition: .5s;
    font-weight: 400;
    background: var(--c1);
}
section.testimonial button.slick-prev.slick-arrow {
    z-index: 1;
    top: 50%;
    left: -5%;
}
section.testimonial .slick-prev:before {
    font-size: 22px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 11px 18px;
    color: #fff;
    width: -webkit-fill-available;
    content: "\f104";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 10px;
    height: 20px;
    transition: .5s;
    font-weight: 400;
    background: var(--c1);
}
.header-menu ul .menu-item-481 ul.sub-menu {
    width: 350px;
}
.years-image img {
    width: 20%;
}
.page-id-50 section.inner-banner {
    margin-top: 105px;
    background-position-x: 0px;
}
.aboutus-heading {
    margin-top: -20px;
}
.section-image img {
    width: 100%;
}
section.aquistion-critaria-heading .about-sec1-heading h2 {
    font-size: 30px;
}
.page-id-345 .about-sec1-heading {
    margin-top: -15px;
}
.page-id-336 .about-sec1-heading {
    margin-top: -16px;
}
.page-id-356 .about-sec1-heading {
    margin-top: -13px;
}
.testi-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.scholar-sec1-left p span a u:hover {
    color: black !important;
}
div#\32 009 {
    z-index: 9;
}
section.aquistion {
    margin-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
section.aquistion .row .col-lg-4 {
    border: 1px solid #fff;
}
.aquistion-box-title {
    text-align: center;
    color: #fff;
    padding-bottom: 12px;
    display: table;
    margin: 0 auto;
    width: 100%;
    transition: .5s;
}
.aquistion-box-content {
    color: #fff;
    transition: .5s;
    opacity: 0;
    height: 0;
}
.aquistion-box-title h2 {
    font-size: 24px;
    font-weight: 400;
}
.aquistion-box-content ul li {
    font-size: 17px;
    font-weight: 400;
    list-style-type: disc;
    padding-bottom: 12px;
}
.aquistion-box-content ul li::marker {
    color: var(--c1);
}
.aquistion-box-content ul {
    margin-left: 20px;
}
.aquistion-box {
    padding: 30px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    transition: .5s;
    overflow: hidden;
}
.aquistion-box:hover .aquistion-box-content {
    opacity: 1;
    height: auto;
}
section.aquistion:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(201 172 104 / 60%);
    mix-blend-mode: multiply;
}
/* .page-id-282 section.inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 31.5%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    mix-blend-mode: multiply;
    backdrop-filter: blur(10px);
}
.page-id-282 section.inner-banner:after {
    position: absolute !important;
    content: "" !important;
    left: 68.7% !important;
    top: 0 !important;
    width: 31.5% !important;
    height: 100% !important;
    background: rgb(0 0 0 / 50%) !important;
    mix-blend-mode: multiply !important;
    backdrop-filter: blur(10px) !important;
    opacity: 1;
    z-index: 999 !important;
} */


.contact-details-item {
    height: 100%;
    padding: 12px !important;
}
.contact-details-content p {
    margin: 0;
}
.page-id-11, .page-id-370, .page-id-356, .page-id-282, header.page-header {
    box-shadow: #7fa7cfa6 0px 13px 27px -5px, #7fa7cf00 0px 8px 16px -8px;
}

.aquistion-heading {
    margin-top: -70px;
}
.page-id-282 .inner-banner:after {
    background: none;
}
.prt-image img {
    width: 100%;
}



.testi-item-0 .testi-image {
    display: none;
}
.team-section .services-image {
    width: 100%;
    height: 370px;
    position: relative;
}

.team-section .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





















