@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


body {
  background: #fff;
  color: #444;
  font-family: 'Open Sans', sans-serif;
}
#main { 
	z-index: 9 !important;
    position: relative;
	background:#fff;
}
a {
  color: #FDA002;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #FDA002;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  background:#373737;
  
}

.back-to-top img {
    filter:grayscale(1);
  
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
 background: linear-gradient(to bottom, rgba(181, 181, 181, 0.5 ),rgba(255,255,255,0) 100%);
  
}

#header.header-scrolled,
#header.header-pages {
  height:70px;
  padding: 10px 0;
background: #acaaab;
align-items: center;
 display: flex;
box-shadow: 0 0px 22px rgba(0, 0, 0, 0.3);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 15px 0px;
  margin: 0px 0;
  /*margin-left: -5px;*/
  width:300px;
}

.main-pages {
  margin-top: 60px;
}
.fixed-top.header2 {
	background:transparent;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.jpg") center bottom no-repeat;
  background-size: cover;
  /* padding: 250px 0 130px 0; */
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 43%;
  float: left;
}
#intro .intro-info h1 {
  margin-bottom: 40px;
  font: normal normal 800 48px/67px Open Sans;
  color:#fff;
  margin-bottom:10px;
}
#intro .intro-info h3 {
  margin-bottom: 40px;
  font: normal normal 300 18px/27px Open Sans;
  color:#fff;
}
#intro .intro-info h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#inner-intro {
	width: 100%;
  position: relative;
  background:#fff;
  background-size:cover ;
  padding:270px;
  background: url(../img/services/services.png) center bottom no-repeat; 
  background-size: cover !important;
   clip-path: polygon(0 0,100% 0,100% 85%,0 calc(100% - 0vw));
  /* margin-top: 88px !important; */
  /* filter:contrast(.7) brightness(.7); */
  
}

#inner-intro1 {
  width: 100%;
  position: relative;
  background:#fff;
  background-size:cover ;
  padding: 60px;
  background: url(../img/services/services.png) center bottom no-repeat; 
  background-size: cover !important;
   clip-path: polygon(0 0,100% 0,100% 85%,0 calc(100% - 0vw));
  /* margin-top: 88px !important; */
  /* filter:contrast(.7) brightness(.7); */
  
}

#inner-intro h1 {
	font: normal normal bold 44px/51px Open Sans;
letter-spacing: 0px;
color: #0C2238;
}
#inner-intro h3 {
font: normal normal 300 20px/30px Open Sans;
margin-top:30px;
letter-spacing: 0px;
color: #DD1F26;
}


.main-nav a.btn-get-started, .btn-get-started{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  margin: 15px 0;
  color: #fff;
  line-height:35px;
}

a.btn-get-started, .btn-get-started {
  background: #007bff !important;
  border: 2px solid #007bff;
  color: #fff;
}

a.btn-get-started:hover, .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
/* #header.header-scrolled .main-nav a { */
	/* color:#0D0F32 !important; */
/* } */
#header.header-scrolled .main-nav > ul > li.active > a {
	font-weight:bold !important;
	color: #fe9f00;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav > ul > li.active > a {
 font: normal normal bold 16px/67px Open Sans;
}

.main-nav a {
  display: block;
  position: relative;
  padding:5px  8px;
  transition: 0.3s;
  text-decoration:none;
  font: normal normal 600 16px/67px Open Sans;
  color: #fff;
  text-transform:uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
 color: #fe9f00;
  text-decoration: none;
}



.main-nav .dropdown ul li a {
    font: normal normal 500 14px/18px Open Sans;
	color:#0C2238 !important;
	padding: 5px 20px;
	
}
.main-nav ul li.dropdown a:hover {
	 color: #fe9f00 !important;
	 cursor:pointer;
}
.main-nav .dropdown ul a:hover, 
.main-nav .dropdown ul .active > a,
.main-nav .dropdown ul li:hover > a {
  color: #fe9f00 !important;
}
.main-nav .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.main-nav .dropdown ul li {
  min-width: 200px;
}
.main-nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
}
@media (max-width: 1366px) {
  .main-nav .dropdown .dropdown ul {
    left: -90%;
  }
  .main-nav .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 10px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.heads{
    text-align: center;
    color: #f63;
    font-weight: 700;
}
/* Sections Header
--------------------------------*/
#about_us .section-head h2 {
	text-transform:uppercase;
}
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  font-weight: 500;
  position: relative;
    text-align: center;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}



.section-head h2 {
	font: normal normal 700 38px/60px Open Sans;
	margin-bottom: 0px;
	color: #0D0F32 !important;
} 
.bt-head h2 {
	font: normal normal 700 38px/60px Open Sans;
	margin-bottom: 0px;
	color: #0D0F32;
} 
.section-head p {
	font: normal normal 500 18px/26px Open Sans;
	margin-bottom: 0px;
	color: #0D0F32;
} 
.bt-head p {
	font: normal normal 500 17px/26px Open Sans;
	margin-bottom: 0px;
	color: #0D0F32;
}
.section-head2 h2 {
	color: #fff !important;
} 
.section-head2 p {
	color: #fff !imporatant;
} 

#why-us, #about_us {
	padding:0px 0px 100px;
	background:#fff;
	/* background: url(../img/a2.png) center bottom no-repeat; */
}

.serve-box {
	margin:15px 0px;
	background:#016dab;
	border-radius:15px;
	padding:20px;
	height:100%;	
}
.serve-box h3 {
	color:#fff;
	font-weight:500;
}
.serve-box p {
	color:#fff;
	font-weight:300;
}

#why-us {
  background: #ecf5ff;
}

#why-us ul{
	margin:50px 0px;
	padding-inline-start:0px;
}

#why-us ul li{
	list-style:none;
	line-height:50px;
	font-weight:500;
	border-bottom:0.5px solid #d9dde1;
	padding-inline-start:0px;
}


/* About Us Section
--------------------------------*/


#about {
  background: #fff;
}


#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 100px;
}

.subhead{
    font-weight: 100;
    font-size: 20pt !important;
}
.about-heads {
    font-weight: 700;
    color: #f63;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
    background-image: url(contact-bg.jpg);
}

#contact button{
    width: 100%;
    border-radius: 0 !important;
    color: #fff;
    background: #f63 !important;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family:  'Open Sans', sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.quote {

    font-weight: 100 !important;
    font-size: 39pt !important;
    line-height: 49px !important;
    opacity: 0.3;
    padding-top: 21px !important;

}

#footer {
  background: #0D0F32000;
  padding: 0 0 0 0;
  color: #eee;
  font-size: 14px;
  padding:100px 0px 0px;
}

#footer .footer-top {
  background: #fff;
  padding: 20px 0 0px 0;
}

#footer .copy-links a{
	font: normal normal normal 13px/27px Open Sans;
letter-spacing: 0.49px;
color: #0D0F32;
text-decoration:none;
margin:0px 10px;
}
#footer .footer-top p {
color:#0D0F32;
font-size:14px;
margin:10px;
}
#footer .copy-links a:hover {
	color:#fe9f00 !important
}
#footer .footer-top ul {
margin: 10px 0px;
padding-inline-start: 0px !important;
}
#footer .copy-links {
    color: #222;
    list-style: none;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
 @media (min-width: 1800px) { 
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90% !important;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl { */
    /* max-width: 1834px !important; */
/* } */
/* div h2.vs-h2-master { */
    /* font-size: 21rem !important; */
	/* line-height: 21.5rem !important; */
/* } */
/* h2.vs-h2 { */
    /* font-size: 9.5rem !important; */
    /* line-height: 9rem !important; */
/* } */
/* #inner-content div h4 { */
    /* font-size: 86px !important; */
    /* line-height: 104px !important; */
/* } */
/* #inner-content div p { */
    /* font-size: 48px !important; */
	/* line-height: 68px !important; */
/* } */
/* .section-head h2 { */
    /* font: normal normal 700 68px/80px Open Sans !important; */
	/* } */
/* .section-head p { */
	/* font: normal normal 500 25px/40px Open Sans !important; */
/* } */
/* #welcome .welcome-inner1 { */
    /* padding: 100px 0px !important; */
/* } */
/* .info-box h2 { */
    /* font: normal normal bold 100px/80px Open Sans !important; */
/* } */
/* .info-box h3 { */
	/* font: normal normal normal 65px/70px Open Sans !important; */
/* } */
 } 
@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1234px ;
}
}

.info-box {
	text-align:center;
}
.info-box h2 {
	font: normal normal bold 60px/80px Open Sans;
	color:#FDA002;
}
.info-box h3 {
	font: normal normal normal 45px/50px Open Sans;
	color:#fff;
}
/* #welcome { */
	/* min-height: 100vh; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
/* } */
    
#welcome .welcome-inner1{
	background:#fff;
	padding:50px 0px;
}
#welcome .welcome-inner2{
    background: #38326E;
    padding: 50px 0px;
}

#services {
	padding:80px 0px;
}
.service-card {
	margin:0 auto;
	display: table-caption;
	border-radius: 10px;
	background:#f7f7f7;
	padding-bottom:15px	;
	width:296px;
	height:475px !important;
}
.service-card.event-card {
	height:415px !important;
}

.service-card img {
	border-radius: 10px;
}
.service-card  h4{
	text-align:center;
	font: normal normal normal 24px/35px Open Sans;
	color:#0D0F32;
	padding:5px;
}
.service-card  p{
	font: normal normal normal 16px/25px Open Sans;
	color:#0D0F32;
	text-align:left;
	padding:5px 10px; 
	min-height:160px !important;
}
.service-card  a{
font: normal normal normal 18px/35px Open Sans;
color:#0D0F32;	
text-align:left;
padding:5px 5px;
text-decoration:none;
min-height:160px !important;
}

#campus {
  width: 100%;
  position: relative;
  background: url("../img/campus.jpg") top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#campus.campus-inner {
  background: url("../img/campus_1.jpg") top center no-repeat !important;
  width: 100%;
  position: relative;
  background-size: cover !important;
  padding: 100px 0;
}

.camp-card {
	/* background: #69aae0; */
	/* background:linear-gradient(160deg, transparent 26%, #c2d7ed 46%, #69aae0 75%); */
	background:linear-gradient(147deg, transparent -206%, #bacddf 100%, #93a254 93%);
	/* background: url("../img/blur-bg.jpg") top center repeat; */
	padding:20px;
}
.campus-inner .camp-card {
	/* background: #69aae0; */
	background:linear-gradient(160deg, transparent 26%, #c2d7ed 46%, #69aae0 75%);
	padding:50px;
}
.camp-card h2{
	font: normal normal bold 24px/35px Open Sans;
	color:#000;
}
.camp-card p{
	font: normal normal 500 16px/25px Open Sans;
	color:#000;
}
.camp-card a{
	font: normal normal normal 16px/25px Open Sans;
	color:#000;
	text-decoration:none;
}






.btn-th-primary {
	color: #fff !important;
	font: normal normal 800 14px Open Sans;
    transition: .15s ease-in-out;
    box-shadow: -4px 0 8px #ffb64d29, -6px 0 8px #0D0F320001a;
	border:2px solid #fff;
	padding: 14px 22px;
	border-radius:25px;
	text-decoration:none;
	
}
.btn-th2-primary {
	color: #0D0F32 !important;
	font: normal normal 800 14px Open Sans;
    transition: .15s ease-in-out;
    box-shadow: -4px 0 8px #ffb64d29, -6px 0 8px #0D0F320001a;
	border:2px solid #0D0F32;
	padding: 12px 22px;
	border-radius:25px;
	text-decoration:none;
	
}
.toggle {
	padding:7px 12px;
    position: fixed;
    left: -37px;
    top: 50%;
	margin:0;
    background:transparent;
    transition: .15s ease-in-out;
    /* box-shadow: -4px 0 8px #ffb64d29, -6px 0 8px #0D0F320001a; */
	z-index:999 !important;
	transform: rotate(270deg);
	border:2px solid #fff;
}
.toggle a{
    color: #fff;
	font: normal normal 800 16px Open Sans;
	text-decoration:none;
}

.slide-inner-banner1 {
  background:url(../img/intro-bg.jpg);
  background-size:cover;
}
@media (max-width: 574px) {
  .swiper-container {
    height: auto !important;
  }
}


.slide-inner-banner {
	background:url(../img/img-1.jpg);
	background-size:cover;
}
@media (max-width: 574px) {
  .swiper-container {
    height: auto !important;
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-container .slider {
  min-height: 100vh;
}
.swiper-container .slider .swiper-slide {
  /* background:url(../img/img-2.jpg); */
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.swiper-container .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-container .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-container .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7em;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 50%;
}
.swiper-container .swiper-pagination span {
  margin-bottom: 3em;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  color: #000;
}
.swiper-container .swiper-pagination span:focus {
  outline: none;
}
h2.vs-h2 {
  font-size: 6.5rem;
  font-weight: bold;
  transition: fadeIn 0.2s;
  color:#fff;
  line-height:6rem;
  margin-top:14px;
}

h2.vs-h2 {
  font-size: 6.5rem;
  font-weight: bold;
  transition: fadeIn 0.2s;
  color:#fff;
  line-height:6rem;
  margin-top:14px;
}
 div h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
	color:#fff;
	text-align:left;
}
div p {
	font-size:18px ;
	line-height:30px;
	text-align:left;
	color:#fff;
}

div h2.vs-h2-master {
    font-size: 13rem ;
    line-height: 10.5rem;
    color: #fff;
    transition: fadeIn 0.2s;
    margin-top: 25px;
}

div h2.vs-h2-master1 {
    font-size: 5rem ;
    line-height: 5rem;
    color: #fff;
    transition: fadeIn 0.2s;
    margin-top: 25px;
}
div h2.vs-h2-master2 {
    font-size: 3rem ;
    line-height: 3.5rem;
    color: #fff;
    transition: fadeIn 0.2s;
    margin-top: 25px;
}
.intro-info2 {
margin-top:-75px;
}
.intro-info2 h2 {
	font: normal normal 700 50px/60px Josefin Sans;
	color:#0d0f32 !important;
	font-style:italic;
	text-align:right;
	font-weight:bold;
	letter-spacing:-4px;
}
.intro-head-p {
	font: normal normal 700 14px/15px open Sans;
	color:#0d0f32 !important;
}
.n-card {
	margin:20px 0px;
	border-top:2px solid #222;
	border-bottom:2px solid #222;
	color:#000;
}
.n-card h4, .n-card p {
	color:#222;
	margin-bottom:5px;
}
.contact-form input, .contact-form textarea{
	padding: 20px;
    padding-left: 0;
    border: none;
	margin-bottom:15px;
    background: transparent;
	font: normal normal normal 16px/20px Open Sans;
    border-bottom: 1px solid #000;
    color: #000;
	border-radius:0px;
}
.contact-form input:focus, .contact-form textarea:focus {
	box-shadow:none;
}
.contact-form {
	
}
.contact-form .cst-button {
	height:60px;
	border-radius:10px !important;
	font: normal normal bold 20px/30px Open Sans;
}
.p2 p {
    font: normal normal normal 16px/25px Open Sans;
    color: #0D0F32;
    text-align: justify;
    padding: 5px;
}
.p2 a{
	text-decoration:none;
	color:#222;
}


.about-disc h2{
	font: normal normal bold 36px/42px Open Sans;
	color:#0D0F32;
	text-transform:uppercase;
}
.about-disc p{
	font: normal normal 400 14px/24px Open Sans;
	color:#0D0F32;
}
.g-card{
	margin:0 auto;
	text-align:center;
	padding:50px 35px;
	margin:50px 0px;
}
.g-card p{
	font: normal normal 600 13px/18px Open Sans;
	color:#0D0F32;	
	text-align:center;
	margin-top:25px;
	text-transform:uppercase;
	
}
.about-slide h4 {
	font: normal normal 600 40px/44px Open Sans;
}
.about-slide h5 {
	font: normal normal 600 20px/34px Open Sans;
	    text-align: left;
}
@media (max-width: 574px) { 

.swiper-container .swiper-pagination {
       width: 100% !important;
} 
.swiper-container .swiper-pagination {
	flex-direction:row !important;
	top: 90% !important;
	justify-content: center !important;
}
.swiper-container .swiper-pagination span {
	padding:5px;
}
	div h2.vs-h2-master {
    font-size: 58px !important;
    line-height: 60px !important;
	margin-top:15px;
}
div h2.vs-h2-master1 {
    font-size: 27px !important;
    line-height: 25px !important;
  margin-top:15px;
}
div h2.vs-h2-master2 {
    font-size: 18px !important;
    line-height: 20px !important;
  margin-top:15px;
}
#intro {
    padding:0px 0px !important;
}
.swiper-container .slider .swiper-slide .slide-inner {
height: 80vh !important;
}
.swiper-container {
	height: 80vh !important;
}
h2.vs-h2 {
	font-size:30px;
    line-height: 2rem;
}
.swiper-container .slider .swiper-slide .slide-inner .h-100{
	margin: 15px 0 !important;
}
.section-head h2 {
	font: normal normal 700 24px/30px Open Sans;
} 
.g-card {
	padding: 17px 35px;
    margin: 25px 0px 0px;
}
#inner-content h4 {
	font: normal normal 600 18px/25px Open Sans;
}
.about-slide h4 {
	font: normal normal 600 18px/25px Open Sans !important;
	margin-bottom:10px;
}
.about-slide h5 {
	font: normal normal 600 14px/14px Open Sans !important;
	margin-bottom:10px;
}
.about-slide div.col-12, .wt div.col-12{
	margin-top:30px !important;
}
#inner-content {
	padding-top: 40px !important;
}
#inner-content p {
	font: normal normal 400 14px/18px Open Sans;
}

.inner-content h4.wt {
	font: normal normal 500 18px/18px Open Sans;
}
.service-card {
	margin: 10px 22px !important;
}
.owl-nav .owl-prev {
  left: 10px !important;
}

.owl-nav .owl-next {
  right: -10px !important;
}
.owl-carousel .item {
justify-content: center !important;
    display: flex  !important;
}
.about-disc h2 {
    font: normal normal bold 27px/32px Open Sans !important;
}
#header .logo img {
	padding:0px;
	width:250px;
}
#inner-intro {
	background-size: contain !important;
	padding:72px !important;
}
.intro-info2 {
	margin-top:0px;
}
.intro-info2 h2, .intro-info2 span.intro-head-span {
	font:normal normal 700 21px/21px Josefin Sans !important;
	letter-spacing:-2px;
}
.intro-info2.header.p-5 {
	padding:1rem !important;
}
.p2 p {
    font: normal normal normal 14px/20px Open Sans;
    color: #0D0F32 !important;
}
.bt-head h2 {
	font: normal normal 700 24px/30px Open Sans;
}
.bt-head p {
	font:normal normal 500 15px/20px Open Sans;
}
.btn-th2-primary {
	font: normal normal 800 10px Open Sans !important;
    padding: 8px 22px !important;
	margin-bottom:10px;
}
.camp-card p {
    font: normal normal 500 14px/16px Open Sans;
}
}


.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  /* -webkit-backface-visibility: hidden;  */
}
.owl-carousel .item img {
 width:auto;
  /* -webkit-backface-visibility: hidden;  */
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.globe .welcome-inner1 {
    background:linear-gradient( rgb(255 253 253 / 0%), rgb(255 255 255 / 80%) ), url(../img/world-map.png) no-repeat !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
	
}

.news-cards .card-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8px;
    color: #ef9f54;
}
.news-cards .card {
    padding: 0px 0px 0px;
	border-radius:20px !important;
	margin:10px 0px;
}
.news-cards .card-img, .news-cards .card-img-top {
	border-radius:20px 20px 0px 0px !important;
}
.a_hover1 {
		text-decoration:none;
}
.news-cards .card-body{
	background:#303030;
	text-decoration:none;
	border-radius:0px 0px 20px 20px !important;
	min-height: 119px ;
}
.news-cards .card-title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    color: #fff;
}

/* @media (min-width: 1600px){ */
/* .container, .container-lg, .container-md, .container-sm, .container-xl { */
    /* max-width: 1634px !important; */
/* } */
/* div h2.vs-h2-master { */
    /* font-size: 21rem !important; */
    /* line-height: 21.5rem !important; */
/* } */
/* } */

.swiper-container .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    /* display: block; */
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	cursor:pointer;
}
.swiper-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	 background: #fff !important;
}
.swiper-container .swiper-pagination {
	width:45px;
}
 
#inner-intro.building-tenant {
    background: url(../img/services/building-tenant.jpg) center bottom no-repeat;
}
#inner-intro.trade-edu {
    background: url(../img/services/trade_education.jpg) center top no-repeat;
}
#inner-intro.trade-del {
    background: url(../img/services/trade-delegation.jpg) center top no-repeat;
}
#inner-intro.btb-match {
    background: url(../img/services/btb-match.jpg) center top no-repeat;
}
#inner-intro.trade-info {
    background: url(../img/services/trade-info.jpg) center top no-repeat;
}
#inner-intro.trade-consult {
    background: url(../img/services/trade-consult.jpg) center top no-repeat;
}
#inner-intro.policy-advocacy {
    background: url(../img/services/policy-advocacy.jpg) center top no-repeat;
}
#inner-intro.expatriate {
    background: url(../img/services/expatriate.jpg) center top no-repeat;
}
#inner-intro.fdi {
    background: url(../img/services/fdi.jpg) center top no-repeat;
}
#inner-intro.events {
/*    background: url(../img/services/events.jpg) center top no-repeat;*/
      background-color: #173241;
}
#inner-intro.membership {
    background: url(../img/services/membership.jpg) center top no-repeat;
}
#inner-intro.contact {
    background: url(../img/services/contacts.jpg) center top no-repeat;
}
#inner-intro.news {
    background: url(../img/services/news.jpg) center top no-repeat;
}
#inner-intro.article {
    background: url(../img/services/arti.jpg) center top no-repeat;
}
/*.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
  height: 0;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/