body {
  font-family: "Inter", sans-serif;
  color: #313030;
  overflow-x: hidden;
}

a {
  /*color: #f72a13;*/
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1240px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ff1a00;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #b81200;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  font-size: 14px;
  /* padding: 0 0 5px 10px; */
  color: #484848;
  width: 100%;
  float: right;
}

.logo {
  /* float: left;
	display: inline-block; */
}

.hdrightbx {
  /* float: right;
	display: inline-block; */
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
}

#topbar .Search {
  background-color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
}

#topbar .Search a {
  color: #fff;
  font-size: 24px;
  padding-top: 7px;
  display: block;
}

#topbar .Tlinks {
  /* padding: 10px 0; */
}

#topbar .Tlinks .nav-menu ul li > a {
  /* color: #000;
	margin-right: 24px;
	font-size: 16px;
	transition: all 0.3s; */
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
#topbar .Tlinks .nav-menu > ul > li > a::before {
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 14px;
  background-color: #d1d1d1;
  content: "";
  transform: rotate(20deg);
}
#topbar .Tlinks .nav-menu ul li:hover > a {
  color: #ce1702;
}
#topbar .Tlinks .nav-menu ul li.tplast > a::before {
  display: none;
}
#topbar .Tlinks .nav-menu .drop-down ul a {
  /* font-size: 14px; */
  text-transform: capitalize;
}
#topbar .Tlinks a.borderright1 {
  /* border-right: 1px solid #2b2b2b;
	margin-right: 17px;
	padding-right: 12px; */
}

#topbar .Tlinks a.borderleft1 {
  /* border-left: 1px solid #2b2b2b;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
	margin-right: 0; */
}

#topbar .Tlinks a.borderleft1 i {
  /* margin-right: 5px;
	font-size: 21px; */
}

#topbar .Tlinks a.topsocialicon {
  /* font-size: 18px;
	margin: 0 7px; */
}

#topbar .Tlinks a:hover,
#topbar .Tlinks a.active {
  /* color: #a2a2a2; */
}

#topbar .cta a {
  color: #fff;
  /* background: #00a1c1; */
  background-color: #fbb03b;
  background-image: linear-gradient(90deg, #fbb03b 25%, #ec6618);
  padding: 8px 20px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
  margin: 5px 0;
  font-weight: 600;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  /* height: 50px; */
}

#topbar .cta a:hover {
  /* background: #595b61; */
  background-color: #ec6618;
  background-image: linear-gradient(90deg, #ec6618 25%, #fbb03b);
}

#topbar .social-links {
  padding-top: 8px;
  margin-right: 10px;
}

#topbar .social-links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #dad9d9;
  border-radius: 50px;
  color: #5d5252;
  padding-top: 5px;
}

#topbar .social-links a:hover {
  background-color: #f72a13;
  color: #fff;
}
#topbar .Tlinks .nav-menu > ul {
  display: flex;
  justify-content: space-between;
}
.search {
  position: relative;
  width: 170px;
  margin-right: 0px;
}
.form-group {
  margin-bottom: 0px;
}
.search input.form-control {
  border: 0;
  background-color: #f3f3f3;
  padding-left: 10px;
  border-radius: 0;
  font-size: 12px;
  color: #4d4d4d;
  height: 32px;
  padding-right: 32px;
  font-weight: 400;
  box-shadow: none;
}
.form-control:focus {
}
.form-sub {
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../../images/search.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 15px 15px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  background-color: #f3f3f3;
  transition: all 0.3s;
  border: 0;
  border-left: 0px;
}
.form-sub:hover {
  /* background-color: #e16154; */
}
.search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4d4d4d;
}
.search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d4d4d;
}
.search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #4d4d4d;
}
.search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4d4d4d;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /* height: 120px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;

  background: #fff;
  /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.761); */
  position: relative;
}

#header.header-scrolled {
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}
.header_inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 135px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  /* padding-top: 10px; */
}

.nav-menu {
  clear: both;
  /* width: 100%;
	display: table; */
  /* padding: 5px 0 0 */
  float: right;
}

.nav-menu > ul > li {
  position: relative;
  /* white-space: nowrap; */
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 7px 10px;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.nav-menu1 > ul > li > a {
  /* letter-spacing: 1px; */
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  margin-left: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.nav-menu1 > ul > li:hover > a {
  background-color: #dfdfdf;
}
.nav-menu1 a img {
  height: 13px;
}
/* .nav-menu>ul>li:last-child a {
	background-color: #F72A13;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	position: relative;
	top: 5px;
} */

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  /* color: #F72A13;
	text-decoration: none; */
}

.Icon_awesome-phone-alt {
  overflow: visible;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

#Icon_awesome-phone-alt {
  fill: rgba(151, 6, 88, 1);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.1s;
  border-radius: 0px;
}
.nav-menu .drop-down ul.blog_mega {
  width: 450px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  left: auto;
  right: -100px;
  box-shadow: 0 0 2px 1px #002147;

}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 94%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
  
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
  text-transform: capitalize;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #ffff;
  background: #3277ae !important;
  
}

/* .nav-menu .drop-down>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 12px;
	color: #F72A13;
}
.Tlinks .nav-menu .drop-down>a:after{
	color: #141414;
	font-size: 10px;
} */
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 37px;
  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;

  display: none;
}

.mobile-nav-toggle i {
  color: #f72a13;
}

.mobile-nav {
  position: fixed;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #473d3a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-size: 16px !important;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #f72a13;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.banner-sec {
  width: 100%;
  clear: both;
}

.banner-sec .EachSec {
  height: 100vh;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner-sec .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg, #009abc 0%, #035769 100%);
  transition: opacity 0.4s ease-in-out 0.25s;
}

.banner-sec .overlay2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg, #f72a13 0%, #ce6706 100%);
  transition: opacity 0.4s ease-in-out 0.25s;
}

.banner-sec .EachSec:hover .overlay,
.banner-sec .EachSec:hover .overlay2 {
  opacity: 0.9;
}

.banner-sec .Black-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #008ba696;
}

.banner-sec .org-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c66810b0;
}

.banner-sec .BS-icon {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.banner-sec .BS-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  /-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 3.4px;
  line-height: 1.21;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.76);
}

.banner-sec .EachSec:hover .Bs-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

.banner-sec .Bs-content {
  opacity: 0;
  bottom: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 32px;
  padding: 0 2rem;
  height: calc(50% - 4rem);
  transition: opacity 0.3s ease 0.25s, -webkit-transform 0.3s ease 0.25s;
  transition: transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s;
  transition: transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s,
    -webkit-transform 0.3s ease 0.25s;
}

.banner-sec .Bs-content p {
  color: #fff;
}

.banner-sec .buttonlink,
.banner-sec .buttonlink2 {
  position: relative;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 16px 0;
  margin: 1rem 0;
  transition: border 0.3s ease;
  color: #fff;
}

.banner-sec .buttonlink:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f68d2a;
  transition: height 0.3s ease;
}

.banner-sec .buttonlink2:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #009abc;
  transition: height 0.3s ease;
}

/*home_link*/

.home_link {
  overflow: hidden;
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover; */
  position: relative;
  width: 100%;
  background-color: #010716;
  height: 100vh;
}

/* .home_link::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    left: -30vw;
    z-index: 9;
    background: linear-gradient(45deg, #733500 0%, #e26a04 100%);
    transform: skew(-25deg);
    opacity: 0.65
} */

/* .home_link:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #ed7d31;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape1::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    left: -30vw;
    z-index: 9;
    background-color: #00a1ff;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape2:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #ed7d31;
    transform: skew(-25deg);
    opacity: 0.45
} */

.banner_r_more {
  display: table;
  margin: auto;
  margin-top: 60px;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  font-size: 19px;
  background-color: #ed7d31;
}

.banner_r_more a:hover {
  top: -5px;
}

.site-banner__graphic {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 9;
  width: 60%;
}

.site-banner__graphic svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.hl_video {
  /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.hl_video video {
  width: 100%;
  display: block;
  left: 0%;
  top: 0;
  position: absolute;
  /* opacity: 0.45; */
}

.background-line-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* z-index: 9; */
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee7e29+0,980857+100 */
  background: #ee7e29;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ee7e29 0%, #980857 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ee7e29 0%, #980857 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ee7e29 0%, #980857 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e29', endColorstr='#980857', GradientType=0);
  /* IE6-9 */
  opacity: 0.7;
}

.background-line-gradient ul {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.background-line-gradient li {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 100%, 0.4)),
    color-stop(17%, hsla(0, 0%, 100%, 0.05)),
    to(hsla(0, 0%, 100%, 0.05))
  );
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.05) 17%,
    hsla(0, 0%, 100%, 0.05)
  );
  display: block;
  width: 1px;
  height: 100%;
}

.section-hero_cont {
  width: 100%;
  /* height: 55%; */
  /* max-width: 1100px; */
  /* padding: 0 15px; */
  position: absolute;
  left: 0%;
  top: 25%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left; */
  padding: 0px 50px;
  text-align: left;
}

.title-items__subtitle {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: left;
  display: inline-block;
}

.title-items__title {
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  text-align: left;
}

.title-items__title span {
  font-weight: 700;
  color: #fff;
}

.button-learn-more {
  cursor: pointer;
  position: relative;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 50px;
}

.button-learn-more .button-learn-more__wrapp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.button-learn-more .button-learn-more__text {
  position: relative;
  width: 79px;
  padding: 0 29px 0 0;
  margin-right: 39.5px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before {
  content: "";
  left: 100%;
  width: 38px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before,
.button-learn-more svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-learn-more svg.left {
  left: -23px;
}

.button-learn-more svg.right {
  right: -23px;
}

.button-learn-more:hover {
  border: 1px solid #fff;
}

.button-learn-more:hover .button-learn-more__text {
  text-align: center;
  margin-right: 0;
  padding: 0 14.5px;
}

.button-learn-more:hover .button-learn-more__text:before {
  opacity: 0;
}

.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  /* text-align: center; */
  padding: 0 5%;
  top: 45%;
  /* background: rgba(255, 255, 255, 0.8);
    padding: 100px; */
  position: absolute;
  z-index: 999;
}

.bannerbox {
  /* width: 100%;
	display: table;
	position: absolute; */
  margin-top: -2px;
}

.bannerboxcont {
  position: absolute;
  left: 8%;
  top: 32%;
  width: 86%;
  padding: 0 15%;
  z-index: 2;
}

/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */

.banner_hd h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.25);
  padding: 0 1%;
  /* text-transform: uppercase; */
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 2px;
  /* font-weight: 600; */
}

.banner_hd h2 p {
  font-weight: 300;
  font-size: 55px;
  text-transform: uppercase;
}

/* .banner_hd h2 span{font-weight: 300; font-size: 80px; font-family: 'Inter', sans-serif;} */

/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */

.banner_cont p {
  font-size: 21px;
  color: #fff;
  width: 100%;
  font-weight: 500;
  padding: 0 10%;
  line-height: 28px;
}

.hl_circle p {
  font-size: 21px;
  color: #fff;
  width: 100%;
  font-weight: 500;
  padding: 0 10%;
  line-height: 28px;
}

.hl_circle h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-weight: 600;
}

.hl_circle ul {
  list-style: none;
  display: table;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.hl_circle ul li {
  display: inline-block;
  padding: 0 20px;
  float: left;
}

.hl_circle ul li img {
  display: table;
  margin: auto;
  width: 80px;
  height: 80px;
}

.hl_circle h3 {
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin-bottom: 15px;
  height: 36px;
  line-height: 18px;
  /* text-transform: capitalize; */
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-weight: 300;
}

/* .hl_circle h2 span{
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.hl_circle h2 span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    content: "";
    -webkit-box-shadow: inset 0 -66px 0 0 #ff6801;
    box-shadow: inset 0 -66px 0 0 #ff6801;
    z-index: -1
} */

.hl_circle a {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  background-color: transparent;
  border-bottom: 3px solid #ff6801;
  text-decoration: none;
  padding: 12px;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.hl_circle a svg {
  margin-left: 5px;
}

.hl_circle a:hover {
  background: #ff6801;
  border-color: #ff6801;
}

.bannerBtn a {
  /* position: absolute;
	right: calc(12% - 100px);
	bottom: 20px;
	padding-bottom: 120px;
	text-decoration: none;
	display: inline-block;
	outline: 0px;
	z-index: 99999; */
  /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
  /* padding-top: 167px; */
  /* white-space: nowrap;
	color: #fefefe;
	text-align: center;
	background-position: center;
	font-size: 18px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll; */
}

.bannerBtn a:focus {
  outline: 0px;
}

.bannerBtn a span {
  transform: rotate(90deg);
  display: block;
  opacity: 0.3;
  font-size: 14px;
  position: relative;
  right: 4px;
  top: -10px;
  color: #fff;
}

.bannerBtn a::before {
  content: "";
  width: 53px;
  height: 46px;
  position: absolute;
  /* transform: rotate(-90deg); */
  background: url("../images/arrow-circ.html");
  z-index: 1111;
  top: 70px;
  right: -5px;
}

.bannerBtn a::after {
  content: "";
  width: 17px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 1111;
  background: url("../images/arrow-down.html");
  /* transform: rotate(-90deg); */
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bannerform {
  width: 85%;
  display: table;
  margin: auto;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  margin-top: -50px;
}

.bannerform h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.bannerform input {
  font-size: 12px;
  margin-bottom: 12px;
  padding: 0 15px;
  height: 46px;
}

.bannerform textarea {
  font-size: 12px;
  margin-bottom: 12px;
  padding: 15px;
  height: 90px;
}

.bannerform button[type="submit"] {
  background: #f72811;
  border: 0;
  padding: 5px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  font-size: 11px;
  letter-spacing: 2px;
}

.bannerform button[type="submit"]:hover {
  background-color: #f72a13;
}

.menu {
  width: 100%;
  display: flex;
  padding-left: 10px;
  background-color: #002855;
  border-bottom: 2px solid #ce1702;
}

.menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.menu > ul > li {
  position: relative;
}

.menu > ul > li > a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 500;
  position: relative;
  /* letter-spacing: 2px; */
  height: 45px;
  line-height: 45px;
  /*letter-spacing: 1px;*/
  /* font-weight: 600; */
  padding: 0 20px;
}
/*.menu > ul > li:last-child a {
  background-color: #ce1702;
  padding: 0 30px;
}
.menu > ul > li:hover > a {
  background-color: #ce1702;
}*/
.menu > ul > li:last-child a:hover {
  background-color: #970f00;
}
.menu ul > li:hover ul.submenu1,
.menu ul ul.submenu1 > li:hover ul.submenu2,
.menu ul ul.submenu1 ul.submenu2 > li:hover ul.submenu3 {
  display: block !important;
}
.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -20px;
}

ul.submenu1,
ul.submenu2,
ul.submenu3 {
  width: auto;
  min-width: 255px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
  
}
ul.submenu2 {
  top: 0;
  left: 100%;
}
ul.submenu3 {
  top: 0;
  left: 100%;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}
ul.submenu2 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}
ul.submenu3 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}

ul.submenu1 li a,
ul.submenu2 li a,
ul.submenu3 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 15px !important;
  display: block;
  font-weight: 400;
  /* letter-spacing: 1px; */
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a,
ul.submenu2 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover > a {
  color: #ff1a00 !important;
}
ul.submenu2 li:hover > a {
  color: #ff1a00 !important;
}

ul.submenu1 li:last-child a {
}
/*home_link*/

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  /* background-color: #2b2b2b; */
  /* height: 100vh;
	  overflow: hidden; */
}

/* .bannerbox:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	opacity: 0.5;
  } */

/* .bannerbox:after {
	  width: 60%;
	  height: 100%;
	  content: "";
	  position: absolute;
	  right: 0px;
	  top: 0px;
	  z-index: 3;
	  background-image: url(../images/shape2.png);
	  background-size: auto 100%;
	  background-repeat: no-repeat;
  } */

.iesout {
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 350px;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #274655;
  font-weight: 600;
}

.bannerimgg {
  float: right;
  width: 40%;
  position: relative;
  text-align: center;
  visibility: hidden;
  margin-top: 90px;
  z-index: 9;
  /* padding-right: 90px; */
}
img.bannerimg1 {
  width: 85%;
  display: block;
}
img.bannerimgbg {
  position: absolute;
  width: 85%;
  display: block;
  left: 15px;
  top: 15px;
  z-index: -1;
}
.bannerboxcont {
  position: absolute !important;
  /* left: 50px; */
  left: 0%;
  top: 30%;
  z-index: 99;
  /* background-color: #48acd5; */
  width: 70%;
  /* height: 100%; */
  display: table;
  /* vertical-align: middle; */
  padding: 0 100px !important;
  overflow: hidden;
  /* background-image: url(../images/log.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  background-position: 0% bottom; */
  height: 100vh;
  visibility: hidden;
}

.bannerboxcont1 {
  /* display: table-cell;
	  vertical-align: middle; */
}

.banner_hd {
  color: #fff;
  font-size: 62px;
  margin: 0px;
  /* visibility: visible !important; */
  /* font-weight: 600; */
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  /* margin-top: 30%; */
  line-height: 72px;
  z-index: 9;
  /* text-transform: uppercase; */
  position: relative;
  font-weight: 300;
  /* letter-spacing: -0.5px; */
  text-align: left;
}

.banner_hd span {
  font-weight: 400;
}

.banner_cont {
  color: #aac9ff;
  font-size: 18px;

  margin-bottom: 10px;
  font-weight: 400;
  line-height: 32px;
  /* visibility: visible !important; */
  width: 90%;
  /* padding: 0 10%; */
  z-index: 9;
  letter-spacing: 1px;
  position: relative;
}

.banner_cont span {
  font-weight: 700;
}

.banner_r_more {
  clear: both;
  margin-top: 25px;
  /* visibility: visible !important; */
}

.banner_r_more a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.banner_r_more a svg {
  margin-left: 5px;
}
.banner_r_more a:hover {
  opacity: 0.5;
}
img.log1 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  /* z-index:1; */
  height: 375px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* opacity: 0.45; */
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 999;
  color: #ffffff;
}
.social a {
  color: #ffffff;
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
  position: relative;

  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;

  font-size: 21px;
  opacity: 0.5;
}
.social a:hover {
  opacity: 1;
}
/* .pavcontentslider .carousel-control{opacity: 0.3;} */

.abtbtn {
  position: relative;
  clear: both;
  display: inline-block;
  margin-left: 60px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 45px 15px 25px;
  background-color: #414141;
  color: #000;
}

/* .abtbtn:before {
	  position: absolute;
	  content: '';
	  left: 0;
	  top: 0;
	  height: 1px;
	  width: 8.3rem;
	  opacity: 0.5;
	  background: rgba(181, 181, 181, 0.5);
  }
  .abtbtn:after {
	  position: absolute;
	  content: '';
	  bottom: 0;
	  top: auto;
	  left: 0;
	  opacity: 0.5;
	  height: 1px;
	  width: 8.3rem;
	  background: rgba(181, 181, 181, 0.5);
  } */

.abtbtn a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

/* .abtbtn a:before {
	  content: '';
	  display: block;
	  width: 100vw;
	  height: 1px;
	  position: absolute;
	  top: 50%;
	  left: 100%;
	  background: rgba(181, 181, 181, 0.5);
	  z-index: 1;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  margin-left: 65px;
  } */

.abtbtn a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: relative;
  top: 50%;
  top: 0px;
  right: -20px;
  transition: all 0.3s;
}

.abtbtn a:hover svg {
  right: -30px;
}

/*------bannerbox---------*/

.Home-welcome {
  position: relative;
  z-index: 0;
  /* background-color: #fff; */
  padding: 200px 0 80px;
  clear: both;
  width: 100%;
  display: block;
}

.Home-welcome:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../../images/college-buliding.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Home_Wel_in {
  padding: 50px;
  display: block;
  background-color: #fff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.251);
  position: relative;
}
.Home_Wel_in h4 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.Home_Wel_in h2 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.Home-welcome ul {
  padding: 0;
  width: 100%;
  list-style: none;
}
.Home-welcome ul li {
}
.Home-welcome ul li a {
  text-decoration: none;
  display: block;
  color: #141414;
  transition: all 0.3s;
  background-color: #fff;
}
.Home-welcome ul li a:hover {
}
.Home-welcome ul li a img {
  width: 100%;
  display: block;
}
.Home-welcome ul li a h3 {
  margin: 15px 0;
  padding: 0;
  position: relative;
  color: #141414;
  font-size: 21px;
  font-weight: 600;
  transition: all 0.3s;
}
.Home-welcome ul li a:hover h3 {
  color: #ce1702;
}
.Home-welcome .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  top: 45%;
}
.Home-welcome .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-color: #062b58;
  border-radius: 50px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  transition: all 0.3s;
}
.Home-welcome .owl-nav [class*="owl-"]:hover {
  background-color: #ce1702;
}
.Home-welcome .owl-prev {
  margin-left: -75px;
}
.Home-welcome .owl-next {
  margin-right: -75px;
}
/*home-countries*/

.home-countries {
  clear: both;
  width: 100%;
  padding: 0 30px;
  display: flex;
}

.home-countries a {
  text-decoration: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  color: #000;
  transition: all 0.3s;
  float: left;
  margin-bottom: 30px;
}

.mapico1 {
  width: 150px;
  height: 150px;
  transition: all 0.3s;
  margin: auto;
  display: table;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}

.home-countries a h4 {
  font-size: 21px;
  /* text-transform: uppercase; */
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}

.home-countries a:hover h4 {
  color: #f72a13;
}

.cico1 {
  background-image: url("../../images/usa.html");
}

.home-countries a:hover .cico1 {
  background-image: url("../../images/us-map_1.html");
}

.cico2 {
  background-image: url("../../images/england.html");
}

.home-countries a:hover .cico2 {
  background-image: url("../../images/england1.html");
}

.cico3 {
  background-image: url("../../images/canada.png");
}

.home-countries a:hover .cico3 {
  background-image: url("../../images/canada1.html");
}

.cico4 {
  background-image: url("../../images/australia.html");
}

.home-countries a:hover .cico4 {
  background-image: url("../../images/australia1.html");
}

.cico5 {
  background-image: url("../../images/newzealand.png");
}

.home-countries a:hover .cico5 {
  background-image: url("../../images/newzealand1.html");
}

.cico6 {
  background-image: url("../../images/europe.html");
}

.home-countries a:hover .cico6 {
  background-image: url("../../images/europe1.html");
}

.cico7 {
  background-image: url("../../images/france.png");
}

.home-countries a:hover .cico7 {
  background-image: url("../../images/france1.html");
  /* background-size: 100px 155px; */
}

/*home-countries*/

.HomeAbout {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}

.HomeAbout h2 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
}
.HomeAbout h1 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 46px;
}
.HomeAbout p {
  color: #141414;
  font-size: 18px;
  line-height: 36px;
}

.HomeAbout_btns {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
.HomeAbout_btns a {
  text-decoration: none;
  color: #ce1702;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border: 1px solid #ce1702;
  padding: 18px 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  border-radius: 30px;
}
.HomeAbout_btns a:hover {
  background-color: #ce1702;
  color: #fff;
}
/*--------------------------------------------------------------*/

/*section2*/
.section2 {
  background-color: #143862;
  padding: 30px 0;
  position: relative;
  position: relative;
}
/* 
  .section2::before {
	content: "";
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
  } */
.mt-70 {
  margin-top: 70px;
}
.sec2in {
  display: flex;
  /* column-gap: 30px; */
  /* display: grid;
	grid-template-columns: repeat(4,1fr); */
  justify-content: center;
}
.sec2in .card {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 75px;
}
.sec2in .card:last-child {
  border: 0;
}
.sec2bx {
  display: flex;
  /* gap: 20px; */
  align-items: left;
  flex-direction: column;
}
.sec2bx img {
  align-self: center;
  width: 35px;
  /* margin-top: 15px; */
  margin-right: 10px;
}
.outline-bordered-text-right {
  position: relative;
  z-index: 9;
}
.outline-bordered-text-right::after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: -70px;
  border: 7px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 50%;
  height: 200%;
  transition: all 0.3s linear 0s;
  z-index: -1;
}

.countup-box strong {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0;
  opacity: 0.5;
  letter-spacing: 1px;
}
.countup-box {
  text-align: left;
  /* margin-top: 40px; */
}
.countup-box h4 {
  /* text-shadow: 8px 8px 0 rgba(150, 150, 150, 0.3); */
}
.sec2bx h4,
.sec2bx h4::after {
  margin: 10px 0;
  color: #fff;
  line-height: 130%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.sec2bx h4,
.sec2bx h4::after {
  font-size: 46px !important;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
/* .countup-box h4::after {
	content: "+";
	text-shadow: 5px 5px 0 rgba(150, 150, 150, 0.3);
  } */
.hhaimg {
  position: relative;
  width: 100%;
  display: block;
}
.hhaimg img {
  width: 90%;
  display: block;
}
.HomeAbout1 p {
  padding: 0 10%;
}
/*section2*/

.home_Admi {
  padding: 60px 0px;
  background-image: url(../../images/rm380-12.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
  background-color: #d1d1d1;
}
.home_Admi h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.home_Admi h2 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.home_Admi_info {
  display: block;
  justify-content: space-between;
  gap: 30px;
}
.home_Admi_box1 {
  background-color: #fff;
  display: block;
  transition: all 0.3s;
  position: relative;
  top: 0;
  width: 33%;
  float: left;
  height: 568px;
}
.home_Admi_box1:hover {
  top: -15px;
}
.home_Admi_cont {
  padding: 20px;
}
.home_Admi_cont h4 {
  color: #10112e;
  font-weight: 600;
  font-size: 21px;
  margin: 20px 0;
}
.home_Admi_cont p {
  color: #141414;
  font-size: 14px;
  line-height: 26px;
}
.home_Admi_cont a {
  color: #ce1702;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.home_Admi_img img {
  display: block;
  width: 100%;
}
.hais1 {
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}
.hais2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.hais3 {
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
}

.home_Academics {
  width: 100%;
  display: block;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
  background-image: url(../../images/abstract-grunge-decorative-rel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_Academics:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: #002855;
  opacity: 0.92;
}
.home_Academics h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.home_Academics h2 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.home_Academics a {
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out 0.3s;
  position: relative;
  display: block;
  /* padding-bottom: 20px; */
  overflow: hidden;
  top: 0;
  margin-bottom: 20px;
}
.home_Academics a:hover {
  top: -10px;
}
.home_Academics a > img {
  width: 100%;
  display: block;
  height: 325px;
  object-fit: cover;
  object-position: center;
}

.indtxt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* padding: 0 15px; */
  /* transition: all ease-in-out 0.3s; */

  /* opacity: 0.75; */
}
.home_Academics a:hover .indtxt {
  /* background-color: rgba(186, 0, 25, 0.64); */
  /* background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px; */
}
.indtxt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.indtxt::before {
  background-image: linear-gradient(to top, #002855, #80808044);
  opacity: 0.65;
}
.home_Academics a:hover .indtxt:before {
  background-image: linear-gradient(to top, #002855, #80808044);
  opacity: 0.95;
}
.home_Academics a:hover .indtxt {
  bottom: 0px;
}
.secservin .col-sm-7,
.secservin .col-sm-5 {
  padding: 5px 15px;
}

.indcont {
  /* background-color: #028cc5; */
  width: 100%;
  display: block;
  padding: 20px;
  transition: all ease-in-out 0.5s;
  position: absolute;
  bottom: 10px;
}

.home_Academics a:hover .indtxt .indcont {
  /* background-color: rgba(2, 140, 197, 0.85) */
  bottom: 0;
}
.indcont h4 {
  color: #fff;
  font-size: 21px;
  margin: 0px;
  font-weight: 500;
  margin-bottom: 10px;
}

.indcont p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.indcont span {
  width: 135px;
  height: 0;
  color: #ba0018;

  transition: all 0.6s;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  top: 5px;
  opacity: 0;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.home_Academics a:hover .indcont span {
  /* height: 60px; */
  height: 30px;
  opacity: 1;
}
/*bannersec*/

.bannersec {
  position: relative;
  width: 100%;
  display: table;
  margin: 0;
  clear: both;
}

.bannersec img {
  width: 100%;
  display: block;
}

.bannerscont {
  position: absolute;
  width: 55%;
  right: 5%;
  top: 35%;
  z-index: 9;
}

.bannerscont h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}

.bannerscont h2 span {
  font-size: 72px;
}

/*bannersec*/

/*app_process*/

.app_process {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #0f70b9;
  font-weight: 700;
  letter-spacing: 2px;
}

button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ce1702;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
}

button.close:hover {
  opacity: 1;
  background-color: #000;
}

.close span {
  font-size: 21px;
  color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
}

.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}

.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #0f70b9;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  border: 0px;
}

form input.btn-1:hover {
  background-color: #f9b125;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}

.modal-body input.btn-1:hover {
  background-color: #f9b125;
}

.modal-body {
  width: 100%;
}

.modal-dialog {
}

.modal-header {
  border-bottom: 0px;
}

.modal-body {
  display: table;
}

.modal-header .close {
  padding: 0px;
  opacity: 1;
}

.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}

/*app_process*/

/*partnerspg*/

.partnerspg {
  width: 100%;
  display: table;
  padding: 40px 0 40px;
  background-color: #fff;
}

.partnpg h3 {
  color: #1070b9;
  font-size: 24px;
  margin-top: 20px;
}

.partnpg ul {
  margin: 20px 0 !important;
  display: table;
  clear: both;
}

.partnerspg ul {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.partnerspg ul li {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 15px;
}

.partnerspg ul li img {
  width: 100%;
  display: block;
  /* border: 1px solid #ccc; */
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

/*partnerspg*/

.latestblogsbx {
  width: 100%;
  display: table;
  padding: 0px 75px 60px;
  background-color: #fff;
}

.latestblogsbx h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 32px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #f72a13;
  text-align: center;
}

a.latestblogg {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}

a.latestblogg img {
  width: 100%;
  display: block;
}

a.lbgg1 img {
  height: 460px;
  object-fit: cover;
  object-position: center center;
}

a.lbgg2 img {
  height: 215px;
  object-fit: cover;
  object-position: center center;
}

a.latestblogg .hbloginfo {
  position: absolute;
  bottom: 0;
  padding: 0 40px 20px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.hbloginfo h4 {
  background-color: #1b2e8b;
  color: #fff;
  padding: 20px 0 20px 15px;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
}

a.latestblogg .hbinfo {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 15px 20px;
  transition: all 0.3s;
  display: none;
  opacity: 0;
}

.hbinfo p {
  font-size: 14px;
  color: #6b6b6b;
}

.hbinfo svg {
  width: 22px;
}

a.latestblogg:hover .hbinfo {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  /* padding: 40px 0;
	overflow: hidden; */
}

.values {
  padding: 60px 40px 100px;
  background-color: #022856;
  position: relative;
}
#Rectangle_27_e {
  opacity: 0.95;
  fill: url(#Rectangle_27_e);
}
.Rectangle_27_e {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /* z-index: 9; */
}
.values .owl-nav {
  /* display: none */
}
.values .owl-nav {
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 0%;
  bottom: -50px;
  gap: 3px;
  justify-content: right;
  z-index: 99;
  background-color: #ce1702;
  border-radius: 40px;
}
.values .owl-prev {
  background-image: url(../../images/prev.png);
}
.values .owl-next {
  background-image: url(../../images/next.png);
}
.values .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-size: 15px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.values .owl-dots {
  display: none;
  bottom: -50px;
  left: 0;
}
.values .owl-item {
  opacity: 0.5;
}
.values .owl-item.active {
  opacity: 1;
}
.values .owl-dots .owl-dot span {
  margin: 0px 20px;
  background-color: rgba(0, 0, 0, 0.25);
}
.values .owl-dots .owl-dot.active span,
.values .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 3px solid rgba(0, 0, 0, 0.25);
  border-color: #1b2e8b;
}
.section-bg {
  background-color: #f1fcff;
}
.values h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.values h2 {
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}

.corp_add p i,
.resp-tabs-container p i {
  color: #f27b21;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #f27b21;
  border-radius: 100%;
  line-height: 30px;
  display: inline-block;
}

.resp-tabs-container iframe {
  width: 100%;
  display: block;
  border: 0px;
  height: 270px;
}

.cadd1 {
  width: 100%;
  display: table;
  clear: both;
}

a.home_calender_info {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
.home_calender_info img {
  /* width: 80px !important; */
}
.home_calender_cont h5 {
}
.home_calender_cont p {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.home_calender_cont {
  background-image: linear-gradient(to bottom, transparent, #022856);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 40px 0 10px;
  content: "";
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
}
a.home_calender_info h5 {
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.3s;
}

a.home_calender_info:hover h5 {
  color: #ce1702;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
  padding: 40px 0 35px 0 !important;
  display: block !important;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #ddd;
  height: 120px;
}

.clients .owl-item img {
  width: 85%;
  /*  opacity: 0.5;
  transition: ease-in-out 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  background-color: #ddd !important;
  height: 4px;
  width: 20px;
  background: #5c5c5c;
  margin-right: 15px;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

.clients .owl-dot.active {
  background-color: #f72a13 !important;
}

/*latestnewsbox*/

.latestnewsbox {
  clear: both;
  width: 100%;
  display: table;
  padding: 60px 75px 40px;
  background-color: #ebf3ff;
}
.latestnewsbox h2 {
  color: #1b2e8b;
  font-size: 60px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
a.latestnewsbox_info {
  display: flex;
  gap: 25px;
  text-decoration: none;
  transition: all 0.3s;
  color: #141414;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  position: relative;
  top: 0;
}
a.latestnewsbox_info:hover {
  top: -10px;
}
a.latestnewsbox_info img {
  width: 150px;
  display: block;
  align-self: baseline;
}
.latestnewsbox_cont h5 {
  color: #f72811;
  font-size: 14px;
  margin: 0 0 15px;
}
.latestnewsbox_cont h3 {
  margin: 0 0 15px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.latestnewsbox_cont p {
  margin: 0 0 15px;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 24px;
}
.latestnewsbox_cont i {
  color: #f72811;
  font-size: 16px;
}

a.latestnewsbox_view {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  display: table;
  font-size: 14px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
  overflow: hidden;
  transition: all 0.3s;
  /* z-index: 999; */
  font-family: "Oswald", sans-serif;
  border-radius: 30px;
}

a.latestnewsbox_view:hover {
  background-color: #fff;
  color: #002855;
}
/*latestnewsbox*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services {
  z-index: 0;
  background-color: #fff;
  color: #000;
  display: block;
  position: relative;
}
.services_box {
  width: 100%;
  display: grid;
  position: relative;
  align-content: center;
  align-items: center;
}
.services_box img {
  width: 60% !important;
  float: left;
}
.services_box_info {
  position: absolute;
  right: 75px;
  top: auto;
  bottom: auto;
  width: 45%;
  display: grid;
  align-items: center;
  z-index: 99;
}
.services_box_info1 h2 {
  text-align: right;
  color: #1b2e8b;
  font-size: 60px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
  padding-right: 40px;
  margin-top: 0;
}
.services_box_cont {
  padding: 40px;
  background-color: #fff;
  display: block;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.149);
}
.services_box_cont h3 {
  font-weight: 700;
  color: #141414;
  font-size: 24px;
}
.services_box_cont p {
  font-size: 18px;
  line-height: 32px;
}
.services_box_cont a {
  color: #1b2e8b;
}
.services .owl-nav {
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  right: 7%;
  bottom: 24%;
  gap: 3px;
  justify-content: right;
}
.services .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  /* background: rgba(255, 255, 255, 0.9); */
  background-color: #f72a13;
  padding: 15px 30px 20px 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.values .card-title a {
  /* color: #473d3a; */
  color: #fff;
}

.values .card-text {
  color: #fff;
  text-align: center;
}

.values .read-more a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #009abc;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

.values .More-btn {
  background-color: #009abc;
  border-color: #009abc;
  color: #fff;
  border-right: 1px;
  min-width: 200px;
  padding: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.values .More-btn:hover {
  background-color: #f72a13;
  border-color: #f72a13;
}

/*contactpg*/

.contactpg {
  width: 100%;
  display: table;
  padding: 40px 0;
}

.contactbx {
  width: 100%;
  display: block;
  background-color: #fbfbfb;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  padding: 10px;
  background-color: #f4f4f4;
  min-height: 275px;
  margin-bottom: 35px;
}

.contactbx img {
  width: 100%;
  display: block;
}

.contactbx h4 {
  font-weight: 600;
  font-size: 21px;
  color: #f72a13;
  margin: 15px 10px;
  border-bottom: 1px solid #f72a13;
  padding-bottom: 10px;
}

.addbx1 {
  position: relative;
  clear: both;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}

.addbx1 i {
  position: absolute;
  left: 12px;
  top: 5px;
  color: #1070b9;
}

.addbx1 b {
  color: #1070b9;
}

.locationbx1 {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 50px;
}

.locationbx1:last-child {
  margin-bottom: 0px;
}

.contactbx iframe {
  display: block;
  height: 200px;
}

/*contactpg*/

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #f72a13;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.testimonials {
  display: block;
  background-color: #f3f3f3;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  background-image: url(../../images/Pattren2.png);
  background-repeat: no-repeat;
  background-position: -200px top;
  background-size: 50%;
}

.testimonials .testimonial-item {
  /* text-align: center; */
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  /* border-radius: 50%; */
  /* border: 6px solid rgba(255, 255, 255, 0.15); */
  margin: 0 auto;
  width: 100px;
}

.testimonials .testimonial-item h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  color: #f72811;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6b6b6b;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  outline: 0;
  border-radius: 50%;
  background-color: #f6f6f6 !important;
}

.testimonials .owl-dot.active {
  background-color: #0082fa !important;
}

.testimonials .testimonial-item p {
  width: 100%;
  clear: both;
  color: #6b6b6b;
  font-size: 18px;
  margin-top: 0px;
  display: inline-block;
  font-style: italic;
}

.testimonial-item {
  padding: 20px 11%;
}

.testimonial-item11 {
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.quotebx {
  position: absolute;
  left: -20px;
  top: 50px;
  width: 75px;
  /* z-index: -1; */
}

.quotebx img {
  width: 100%;
  display: block;
}

.testimonial-item11 {
  position: relative;
  text-align: center;
}

.testimonials h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #f72811;
}

.testimonials h4 {
  color: #0f1941;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.testimonials h5 {
  color: #e74536;
  font-weight: 400;
}

.testleft h1 {
  color: #6b6b6b;
  font-weight: 700;
  margin-top: 20px;
  font-size: 32px;
}

.testleft p {
  color: #6b6b6b;
}

.testimonials a {
  background-color: #f72811;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 10px 50px;
  transition: all 0.3s;
  color: #fff;
  margin-top: 10px;
  margin: auto;
  display: table;
}

.testimonials a:hover {
  background-color: #f72a13;
}

.testimonials .owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  /* z-index: -1; */
  width: 100%;
}

.testimonials .owl-prev {
  width: 30px;
  height: 57px;
  left: 20px;
  position: relative;
  background-size: 30px;
  background-position: center;
}

.testimonials .owl-next {
  width: 30px;
  height: 57px;
  position: relative;
  right: 20px;
  background-size: 30px;
  background-position: center;
}

.testimonials .owl-dots {
  display: none;
  bottom: -20px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #f72a13;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  width: 100%;
  display: table;
  margin-top: 50px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #f72a13;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #f72a13;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ftupperbx1 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ftubx1 {
  width: 100%;
  display: block;
  min-height: 300px;
  background-color: #1c1b1b;
  text-align: center;
  padding: 65px 40px 0;
}

.ftubx1 h3 {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}

.ftubx1 h1 {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  font-size: 30px;
}

.ftubx1 p {
  font-size: 16px;
  color: #fff;
}

#Icon_zocial-call {
  fill: rgba(238, 140, 28, 1);
}

.Icon_zocial-call {
  width: 64.384px;
  height: 64.466px;
}

#Icon_ionic-ios-mail {
  position: relative;
}

.mainfooter {
  background-color: #002855;
  padding: 80px 80px 30px;
  display: table;
  position: relative;
  width: 100%;
}
.mainfooter_top {
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 40px;
  background-color: #fff;
  margin: auto;
  display: table;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.149);
  margin-bottom: 50px;
}
.mainfooter_top::before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #000a3a;
  display: block;
}
.mainfooter_top::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  display: block;
}
.mainfooter_top h2 {
  color: #1b2e8b;
  font-size: 46px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
  text-align: center;
}
.mainfooter_top h2 span {
  position: relative;
}
.mainfooter_top h2 span::before {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../../images/shape1.png);
  background-size: 100%;
  content: "";
  z-index: -1;
}
.mftopbox1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.mftopbox1 div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mftopbox1 div img {
  width: 40px;
  align-self: center;
}
.mftopbox1 div p {
  color: #141414;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
.and_l_ft {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.and_l_ft::before {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  opacity: 0.2;
  content: "";
  width: 100%;
  height: 1px;
}
.mftopbox2 {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
  background-color: #002855;
  padding-right: 20px;
}
.mftopbox2 a {
  display: flex;
  color: #fff;
  font-size: 32px;
  justify-content: center;
  transition: all 0.3s;
}
.mftopbox2 a:hover {
  opacity: 0.5;
}
.mainfooter_btmlinks {
  display: grid;
  grid-template-columns: 23fr 77fr;
}
.mainfooter_btmlinks_row1 {
  /* display: grid;
	grid-template-columns: 25fr 25fr 25fr 25fr; */
  /* gap: 20px; */
  /* border-bottom: 1px solid  rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
	margin-bottom: 30px; */
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ft_links1 {
  /* border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 0 40px; */
}
.ft_links1:last-child {
  border-right: 0;
}
.ft_links1 h3 {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
  font-weight: 600;
}
.ft_links1 h3 a {
  text-decoration: none;
  color: #fff;
}
.ft_links1 ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 150px;
}
.ft_links1 ul li {
}
.ft_links1 ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s;
}
.ft_links1 ul li a:hover {
  opacity: 1;
}
.footerlogo a {
  text-decoration: none;
  transition: all 0.3s;
}
.footerlogo a img {
  width: 130px;
}
.mf_copy {
  font-size: 13px;
  background-color: #002855;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.31);
  position: relative;
}
.mainfooter_leftadd h3 {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
  font-weight: 600;
  margin-top: 30px;
}
.mainfooter_leftadd p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s;
  line-height: 21px;
}

form div.input-group input {
  height: 40px;
  padding: 5px 0px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: white;
  outline: 0;
}
form div.input-group input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

form div.input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.input-group {
  display: flex;
}
form div.input-group input::placeholder {
  color: #fff;
}
.input-group .input-group-button {
  display: table-cell;
}
form div.input-group button {
  margin-left: -1px;
  width: 40px;
  height: 40px;
  outline: none;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  transition: all 0.3s ease 0s;
}
form div.input-group button i {
  font-size: 16px;
}
form div.input-group button:hover {
  background: rgba(255, 255, 255, 0);
}
/*innerbanner*/

.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #000;
}
.inner_banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, transparent, #000);
  z-index: 9;
  opacity: 0.79;
}
.inner_banner img {
  width: 100%;
  /* opacity: 0.5; */
  display: block;
  /* filter: grayscale(100%); */
}

.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 25%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}

.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
}

.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: capitalize;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 0px;
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.inner_banner h1 span {
  color: #fff;
}

.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/*innerbanner*/

.page1,
.ourevents {
  padding: 40px 0;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  display: table;
  width: 100%;
}

.scholorshipsbx {
  padding: 40px 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}

.scholorshipsbx h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #1171bb;
  text-align: center;
  margin-bottom: 20px;
}

.scholorshipsbx h3 {
  text-align: center;
  color: #db8935;
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}

.scholorshipsbx ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: block;
}

.scholorshipsbx ul li {
  float: left;
  display: inline-block;
  /* width: 25%; */
  padding: 10px 5px;
}

.scol {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 6px 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

.scol:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.scol img {
  width: 100%;
  display: block;
}

.scol .stxt {
  padding: 10px 10px 0px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.scol .stxt h4 {
  color: #1171bb;
  font-size: 19px;
  margin-bottom: 15px;
}

.scholorshipsbx .owl-nav {
  top: 40% !important;
  position: absolute;
  left: 0px;
  width: 100%;
}

.scholorshipsbx .owl-nav span {
  display: none;
}

.scholorshipsbx .owl-prev {
  background-image: url("../../images/prev.png") !important;
  opacity: 1 !important;
  margin-left: -40px !important;
  width: 34px;
  height: 20px;
  background-size: 34px 20px !important;
  position: absolute;
  left: 0px;
}

.scholorshipsbx .owl-next {
  background-image: url("../../images/next.png") !important;
  opacity: 1 !important;
  margin-right: -40px !important;
  width: 34px;
  height: 20px;
  background-size: 34px 20px !important;
  position: absolute;
  right: 0;
}

.scholorshipsbx .owl-dots {
  display: none;
}

.scbx2 {
  clear: both;
  width: 100%;
  display: inline-block;
  padding: 40px 0 10px;
}

.scbx2 .btn {
  margin-top: 20px;
  font-size: 16px;
  padding: 15px 35px;
  color: #555;
  background-color: transparent;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 2px solid transparent;
  border-color: #ccc;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.btn-arrow i {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  right: 0px;
  opacity: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 300ms ease-in-out;
  -moz-transition: right 300ms ease-in-out;
  -o-transition: right 300ms ease-in-out;
  -ms-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.btn-md.btn-arrow i {
  font-size: 14px;
  top: 47%;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -18px;
}

.btn-md.btn-arrow:hover i,
.btn-md.btn-arrow:focus i {
  right: -20px;
}

.scbx2 .btn:hover {
  background-color: #1171bb;
  color: #fff;
  border-color: #1171bb;
}

.scbx2 .btn:hover i {
  color: #fff;
}

.scbx2 .owl-nav {
  display: none;
}

.divider1 {
  background-image: url(../../images/border.png);
  background-position: center center;
  height: 2px;
  margin-bottom: 40px;
  width: 100%;
}

.scbx3 h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #1171bb;
  text-align: left;
  margin-bottom: 20px;
}

.scbx3 h5 {
  text-align: left;
  color: #db8935;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

.scbx3 p {
  font-weight: 500;
  color: #000;
}

.scbx3 h6 {
  font-size: 21px;
  color: #1171bb;
  line-height: 38px;
  margin-bottom: 30px;
}

.scbx4 img {
  width: 95%;
  display: block;
}

.hero-request-form-custom {
  padding: 45px 30px 30px;
  margin: 0 20px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-request-form .col-md-12 {
  padding: 0;
}

.hero-request-form-custom .col-md-12 {
  padding: 0;
}

.form-btn {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 0;
}

.hero-register-form {
  background-color: rgba(10, 10, 10, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 35px;
  margin: 45px 30px 55px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-9-form .hero-register-form {
  background-color: #f7f8f9;
  padding: 35px 25px 30px;
  margin: 45px 30px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hero-register-form .col-lg-3 {
  padding: 0 8px;
}

.hero-9-form {
  margin-top: -130px;
}

/*------------------------------------------*/

/*  Hero Form Text
/*------------------------------------------*/

.hero-request-form h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.hero-request-form-custom h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
}

.hero-register-form p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.hero-9-form .hero-register-form p {
  color: #333;
}

.hero-9-form .hero-register-form-custom p {
  color: #333;
}

/*------------------------------------------*/

/*  Hero Form Input
/*------------------------------------------*/

.hero-request-form .form-control,
.hero-register-form .form-control,
.hero-register-form .custom-select,
.hero-request-form .custom-select {
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hero-request-form-custom .form-control,
.hero-register-form-custom .form-control,
.hero-register-form-custom .custom-select,
.hero-request-form-custom .custom-select {
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hero-register-form .form-control,
.hero-register-form .custom-select {
  margin-bottom: 0;
}

.hero-request-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.hero-request-form-custom .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.hero-register-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

/*------------------------------------------*/

/*  Contact Form Placeholder
/*------------------------------------------*/

.hero-request-form .form-control::-moz-placeholder {
  color: #555;
}

.hero-request-form .custom-select::-moz-placeholder {
  color: #555;
}

.hero-request-form .form-control:-ms-input-placeholder {
  color: #555;
}

.hero-request-form.custom-select:-ms-input-placeholder {
  color: #555;
}

.hero-request-form .form-control::-webkit-input-placeholder {
  color: #555;
}

.hero-request-form .custom-select::-webkit-input-placeholder {
  color: #555;
}

/*------------------------------------------*/

/*  Hero Form Input Focus
/*------------------------------------------*/

.hero-request-form .form-control:focus {
  background-color: #f0f0f0;
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

.hero-request-form-custom .form-control:focus {
  background-color: #f0f0f0;
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/

/*  Hero Form Button
/*------------------------------------------*/

.hero-request-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 0;
}

.hero-request-form-custom .btn {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-register-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 25px;
}

.hero-request-form .btn:focus,
.hero-register-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

.hero-request-form-custom .btn:focus,
.hero-register-form-custom .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/

/*  Hero Form Message
/*------------------------------------------*/

#hero-form label.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

#hero-form .hero-register-form label.error {
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-form-msg {
  width: 100% !important;
  display: block;
  text-align: center;
}

#hero-form .sending-msg {
  margin-top: 20px;
}

#hero-form .loading {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
}

.hero-9-form #hero-form .loading {
  color: #2c3f69;
}

.bg-darkblue {
  background-color: #1171bb;
}

.btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fbb03b;
  background-image: linear-gradient(90deg, #fbb03b 25%, #ec6618);
}

.btn-primary:hover {
  color: #fff;
  background-color: #ec6618;
  background-image: linear-gradient(90deg, #ec6618 25%, #fbb03b);
}

.scbx5 {
  padding: 40px 0 0;
  display: inline-block;
  width: 100%;
}

.scbx5 img {
  width: 100%;
  display: block;
}

.scbx5 h5 {
  text-align: left;
  color: #db8935;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}

.scbx5 h2 {
  text-align: left;
}

.scbx5 ul {
  list-style-type: circle;
  padding: 0px;
}

.scbx5 ul li,
.scbx3 ul li {
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  width: 100%;
}

.scbx5 ul li:before,
.scbx3 ul li:before {
  position: absolute;
  left: 6px;
  top: 20px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 10px;
  border: 2px solid #db8935;
  background-color: #fff;
}

.scholorshipsbx1 {
  padding: 50px 0;
  background-color: #f1fbff;
  display: inline-block;
  width: 100%;
}

.scholorshipsbx1 img {
  width: 200px;
  display: block;
}

.scholorshipsbx1 h2 {
  margin-top: 40px;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #1171bb;
  text-align: left;
  margin-bottom: 20px;
}

.scholorshipsbx1 p {
  font-weight: 600;
}

.scholorshipsbx2 {
  padding: 20px 0;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

.scholorshipsbx2 h2 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  padding-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #1171bb;
  text-align: center;
  margin-bottom: 20px;
}

.scsbximg {
  clear: both;
  text-align: center;
  margin: auto;
  display: table;
}

.scsbximg img {
  padding: 15px;
  width: 135px;
  display: inline-block;
}

.div2 {
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: 1px solid #ddd;
}

.mfp-close {
  float: right;
  border: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  position: relative;
  z-index: 9999;
}

.page1 p strong {
  font-weight: 700;
  color: #f72811;
}

.section123 {
  width: 100%;
  float: left;
  position: relative;
}

.page1 h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 600;
  color: #222;
}

.page_ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_ul ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 4px 0 4px 20px;
}

.page_ul ul li:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #f9b229;
}

.page_left {
  width: 72%;
  float: left;
}

.page_right {
  width: 25%;
  float: right;
}

.page1 .sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 180px;
  z-index: 1;
  display: inline-block;
}

.page_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_right ul li,
.page_right ul li a {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
}

.page_right ul li a {
  color: #000;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  /* box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    border-radius: 30px; */
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.page_right ul li:last-child a {
  border-bottom: 0px solid #eee;
}

.page_right ul li a:hover,
.page_right ul li a.active {
  background: #ce1702;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.table-bordered td {
  padding: 5px;
}
.sticky1 ul li a {
  text-transform: capitalize;
}
.table-bordered td strong {
  font-weight: 600;
}

.table-bordered td strong u {
  font-weight: 600;
  text-decoration: none;
}

.table-bordered td a {
  color: #2088c7;
  transition: all 0.3s;
}

.table-bordered td a:hover {
  color: #000;
}

.ourevents h2,
.partnerspg h2,
.page_left h2 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #f72a13;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  line-height: 32px;
}

.partnerspg h2,
.page_left h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
}

.oe1 {
  width: 100%;
  display: table;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

.oe1 img {
  width: 100%;
  display: block;
}

.oe1 h3 {
  color: #235a8a;
  margin-top: 0px;
  font-size: 26px;
  margin-top: 0px;
}

.oe1 p {
  font-weight: 400;
}

.innerbx3 {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
  width: 100%;
  display: table;
}

.innerbx3 img {
  width: 100%;
  display: table;
  margin: 0px auto 0;
}

.innerbx3 h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8400;
  line-height: 36px;
  font-size: 32px;
  font-weight: 600;
  margin-top: 40px;
}

.innerbx3 p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}

.teambx {
  width: 100%;
  display: table;
  text-align: center;
  padding: 0px 0;
}

/*section1*/

.section1 {
  width: 100%;
  display: inline-block;
  padding: 0px;
  background-color: #002855;
  position: relative;
  border-top: 1px solid #ce1702;
  padding-left: 200px;
}
.section1_hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #ce1702;
  display: block;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 1px;
}
.news_pd {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 42px;
  float: right;
}

.news_scroll {
  list-style: none;
}

.news_scroll li {
  display: inline-block;
  /* float: left; */
  padding: 0 5px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.news_scroll li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  padding: 0 10px;
}

/*section1_end*/

/*------------team------------*/
.team11 {
  clear: both;
  width: 100%;
  display: table;
  padding: 0px 0;
}
.team11 ul {
  list-style: none;
  width: 100%;
  display: table;
}
.team11 ul li {
  width: 100%;
  display: flex;
  padding: 30px;
  /* border-bottom: 1px solid #ccc; */
  background-color: #fff;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  box-shadow: 0px 0px 15px 0px rgba(64, 84, 178, 0.35);
  border-bottom: 5px solid #ee3024;
  position: relative;
  margin-bottom: 40px;
  gap: 40px;
}
/* .team1 ul li:last-child{border-bottom: 0px;} */
.t_social {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.t_social a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  clear: both;
  display: block;
  transition: all 0.3s ease 0s;
}
.t_social a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 0px 5px #888888;
  transition: all 0.3s ease 0s;
}
.t_social a .fa-facebook {
  background-color: #3c5b9b;
  display: block;
  position: absolute;
  top: 120px;
  left: -15px;
  z-index: 9;
}
.t_social a:hover .fa-facebook {
  color: #3c5b9b;
  background-color: #fff;
}
.t_social a .fa-twitter {
  background-color: #2daae1;
  position: absolute;
  top: 240px;
  left: 80px;
  z-index: 9;
}
.t_social a:hover .fa-twitter {
  color: #2daae1;
  background-color: #fff;
}
.t_social a .fa-linkedin {
  position: absolute;
  top: 200px;
  left: 6px;
  z-index: 9;
  background-color: #0173b2;
}
.t_social a:hover .fa-linkedin {
  color: #0173b2;
  background-color: #fff;
}

.t_img {
  float: left;
  display: inline-block;
  /* width: 25%; */
  position: relative;
}
.t_img img {
  width: 250px;
  border-radius: 100%;
  display: block;

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: all 1s ease 0s;
}
.team1 ul li:hover .t_img img {
  webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;

  transition: all 1s ease 0s;
}
.team1 ul li .t_cont {
  float: left;
  display: inline-block;
  /* width: 75%;
    padding-left: 5%; */
}
.team1 ul li:nth-child(2n) .t_cont {
  padding-left: 0%;
  padding-right: 5%;
}
.t_hd1 {
  color: #1c4074;
  display: flex;
  font-size: 28px;
  /* margin-bottom: 12px; */
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  /* border-bottom: 1px dashed #ddd; */
}
.t_desg1 {
  color: #ee3024;
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}
.t_cont1 {
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 28px;
  margin-bottom: 30px;
}

/*------------team_end------------*/

.home_services {
  height: 90vh;
  /*background-image: url(../images/b1.jpg);
    background-position: center;
    background-size: cover;*/
  overflow: hidden;
  position: relative;
}

.home_services ul {
  padding: 0px;
  margin: 0px;
}

.home_services .hsListData {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  opacity: 0;
  background-position: center;
  background-size: cover;
  visibility: hidden;
  backface-visibility: hidden;
  background-color: #001b33;
  /*transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;*/
}

.home_services .hsListData img {
  opacity: 0.45;
}

.home_services .hsListData.hover {
  opacity: 1;
  visibility: visible;
  backface-visibility: visible;
}

.home_services .hsListData img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home_services .hsListData img {
  position: absolute;
  /* top: 50%;
    left: 50%; */
  min-width: 100%;
  min-height: 100%;
  /* transform: translate(-50%, -50%); */
}

.home_services > ul {
  z-index: 2;
  position: relative;
}

.home_services > ul > li {
  float: left;
  width: 25%;
  display: block;
}

.home_services > ul > li > a {
  position: relative;
  height: 100vh;
  color: #fff;
  display: block;
  padding: 50px 40px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.5s;
}

.home_services > ul > li:nth-child(1) a,
.home_services > ul > li:nth-child(2) a,
.home_services > ul > li:nth-child(3) a,
.home_services > ul > li:nth-child(4) a {
  border-top: 0px solid #fff;
}

.home_services > ul > li:nth-child(4n + 4) a {
  border-right: 0px;
}

.home_services > ul > li > a > img {
  width: 80px;
  display: block;
  margin-bottom: 20px;
  margin-top: 40%;
  transition: all 0.3s;
}

.home_services li a h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.home_services .txt ul {
  padding-left: 20px;
}

.home_services .txt p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.home_services li a span {
  opacity: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

/* .home_services li a:hover > img{margin-top: 50%;} */

.home_services li a span img {
  margin-top: 0px;
  width: 50px;
  margin-left: 15px;
  display: inline-block;
}

.home_services li a .txt {
  /* opacity: 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s; */
}

.home_services li a:hover {
  /* background: rgba(18, 80, 163, 0.7) */
}

.home_services li a:hover span {
  opacity: 1;
}

.hsmob1 {
  display: none;
}

.nav-menu > ul > li.mobno,
.nav-menu .drop-down li.mobno {
  display: none;
}

.modal {
  z-index: 9999999;
}

.modal-backdrop {
  z-index: 999999;
}

.modal-header .close {
  margin: 0px;
}

.whatsapp {
  position: fixed !important;
  bottom: 10px !important;
  left: 20px !important;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: none;
}

.regmob {
  position: fixed !important;
  bottom: 10px !important;
  right: 20px !important;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: none;
}

.regmob img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
  border-radius: 60px;
}

/*.map_locations*/

.map_locations {
  background-image: url(../../images/pat3.png);
  background-repeat: repeat;
  padding: 50px 0;
  position: relative;
  background-color: #42378f;
}

.map_locations h2 {
  color: #fff;
  margin: 0px;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-right: 120px;
}

.map_locations h2:before {
  position: absolute;
  left: 43%;
  bottom: 0px;
  content: "";
  height: 4px;
  background-color: #f58634;
  width: 4%;
}

.loc_title {
  text-align: center;
  color: #fff;
}

.loc_title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.loc_title h2:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.loc_title h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loc_map {
  position: relative;
}

.loc_map img {
  width: 40%;
  margin: auto;
  display: table;
  opacity: 0.65;
}

.pin {
  position: absolute;
}

.pin1 {
  top: 62%;
  left: 44%;
}

.pin2 {
  top: 77%;
  left: 45%;
}

.pin3 {
  top: 80%;
  left: 42%;
}

.pin4 {
  top: 84%;
  left: 41%;
}

.pin5 {
  top: 66%;
  left: 46%;
}

.pin6 {
  top: 69%;
  left: 45%;
}

.pin7 {
  top: 64%;
  left: 49%;
}

.pin8 {
  top: 88%;
  left: 43%;
}

.pin-circle {
  width: 20px;
  height: 30px;
  background-image: url(../../images/address.html);
  background-size: 20px 30px;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pin-info {
  position: absolute;
  right: 20px;
  top: -5px;
  width: 0px;
  height: auto;
  /* line-height: 30px; */
  /* height: 30px; */
  min-height: 140px;
  text-align: center;
  background: #fff;
  color: #333;
  z-index: 2;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s;
}

.pin:hover .pin-info {
  width: 250px;
  padding: 20px 20px 15px;
  transition: all 0.2s;
}

.place {
  position: relative;
  text-align: left;
}

.place h3 {
  color: #ee6e1c;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.place p {
  margin-bottom: 0;
}

.place:after {
  position: absolute;
  top: 5px;
  right: -5px;
  content: "";
  border-left: 14px solid #fff;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
}

.flyer_pop {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: fixed;
  transition: all 2s;
}

.flyer_pop.open {
  top: 0;
  transition: all 2s;
}

.flyer_pop.hideit {
  top: 100%;
  transition: all 0.5s;
}

.flyer_img {
  width: 100%;
  max-width: 600px;
  display: table;
  margin: 30px auto;
  position: relative;
}

.flyer_img img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.flyer_close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50px;
  width: 40px;
  font-weight: 600;
  font-size: 20px;
  background: #f9b126;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.nnews1 {
  display: table;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

.nnewsbx12 {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%; */
  width: 31.33%;
  float: left;
  display: inline-block;
  margin: 1%;
}

.upcoming-item__body {
  padding: 5px;
  /* max-width: calc(48%); */
  -webkit-box-shadow: 0 3px 15px 2px rgb(0 0 0 / 4%);
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 4%);
  width: 100%;
  /* margin: 0 1%; */
  float: left;
  display: inline-block;
  background-color: #fff;
}

.upcoming-item__body img {
  width: 100%;
  display: block;
}

.upcoming-item__body h3 {
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  color: #034ea2;
  line-height: 28px;
  font-size: 21px;
  margin: 20px 0 20px 0;
}

.upcoming-item__body p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 0;
  display: inline-block;
  clear: both;
}

.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.clogos2 h2 {
  text-align: center;
  color: #000;
  margin-top: 40px;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: #2b63af;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.clogos2 h5 {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #252b33;
  text-transform: lowercase;
  font-family: "Inter", sans-serif;
}

.blogsec {
  clear: both;
  width: 100%;
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blogsec ul {
  list-style-type: none;
  width: 100%;
  display: contents;
}

.blogsec ul li {
  float: left;
  display: inline-block;
  width: 33.33%;
  padding: 15px;
}

.blogsec ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.blogimg {
  width: 100%;
  display: block;
  border-bottom: 6px solid #ff6b00;
}

.blogimg img {
  width: 100%;
  display: block;
}

.blogsec ul li a .tease-content {
  position: relative;
  padding: 20px 20px 20px 65px;
}

@media screen and (max-width: 73.74875em) {
  .tease .tease-content {
    padding: 16px 16px 16px 56px;
  }
}

.blogsec ul li a .tease-content .inner {
  overflow: hidden;
  height: 129px;
}

.blogsec ul li a .read-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  padding: 18px 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f6f6f6;
  transition: all 0.3s ease;
}

.blogsec ul li a .read-more:before {
  bottom: 0;
  height: 100%;
  width: 0;
  background: #ff6b00;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.blogsec ul li a .read-more:after,
.blogsec ul li a .read-more:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
}

.blogsec ul li a .read-more:after {
  right: 0;
  bottom: 25px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(../../index-2.html) no-repeat 50%;
  background-size: contain;
}

@media screen and (max-width: 73.74875em) {
  .blogsec ul li a .read-more {
    padding: 28px 22px;
    font-size: 9px;
  }
}

@media screen and (max-width: 39.99875em) {
  .blogsec ul li a .read-more {
    padding: 16px 22px;
    background-position: bottom 20px center;
  }
}

.blogsec ul li a .read-more span {
  display: block;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
}

@media print, screen and (min-width: 73.75em) {
  .blogsec ul li a:hover {
    -webkit-transform: translateY(-16px) !important;
    transform: translateY(-16px) !important;
    transition: all 0.3s ease !important;
  }
  .blogsec ul li a:hover .featured-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .blogsec ul li a:hover .read-more {
    color: #fff;
  }
  .blogsec ul li a:hover .read-more:before {
    top: 0;
    width: 100%;
  }
  .blogsec ul li a:hover .read-more:after {
    background-image: url(../../index-2.html);
  }
}

.blog-title {
  margin-top: 0px;
  margin-top: 0px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
}

p.blog-preview {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.mainwrapper {
  max-width: 1160px;
  min-width: 240px;
  margin: auto;
}

.blogbtn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}

.blogbtn a {
  text-decoration: none;
  padding: 13px 23px;
  background-color: transparent;
  border: 1px solid #2c64af;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #2c64af;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
}

.blogbtn a:hover {
  background-color: #2c64af;
  color: #fff;
}

.newsinnerpg {
  width: 100%;
  display: table;
  padding: 50px 0;
}

.newsmbx {
  clear: both;
  width: 100%;
  clear: both;
}

.newsmbx a {
  text-decoration: none;
  width: 100%;
  display: table;
  color: #222;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom: 1px solid #979797;
}

/* .newsmbx a:hover{margin-top: -5px;} */

.newsmbx a h2 {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 28px;
}

.newsmbx a p {
  font-size: 16px;
  line-height: 24px;
}

.newsmbx a .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  transition: all 0.3s;
}

.newsmbx a:hover .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  opacity: 0.5;
}

img.arrowimg {
  display: inline-block;
  width: 15px;
  position: relative;
  left: 10px;
  top: 5px;
  float: none;
}

.newsmbx span {
  clear: both;
  width: 100%;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fd553a;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 13px;
}

/* .newscontpg a.backbtn{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #646464;
    position: absolute;
    right: 0px; top: 0px;
} */

.newscontpg img.arrowred {
  transform: rotate(180deg);
  position: relative;
  margin-right: 10px;
  top: 0px;
}

.newscontpg span {
  color: #2d2110;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* .newscontpg a{color: #2d2110;} */

.newsimg {
  width: 90%;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.newscontpg p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.newscontpg span {
  color: #303030;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.col-sm-6 {
  width: 50%;
  float: left;
}

.newscontpg ul {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
}

.newscontpg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.newscontpg ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #1070b9;
}

.aboutbx2 {
  padding: 70px 0;
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.aboutbx2 img {
  width: 45%;
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
}
.aboutbx2 h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #f72811;
}
.aboutbx2 h2 {
  color: #1b2e8b;
  font-size: 42px;
  line-height: 55px;
  margin-top: 0;
  margin: 15px 0;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.aboutbx2 p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  width: 95%;
}
.aboutbx2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.aboutbx2 ul li {
  color: #373636;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 6px 0 6px 25px;
}

.aboutbx2 ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #f1551a;
}

.section21 {
  display: block;
  background-color: #ebf3ff;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
/* .section21::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../../images/pattern-1.png) left top no-repeat;
} */
.section21 h3 {
  font-weight: 600;
  color: #1e205a;
  font-size: 21px;
}
.section21 h2 {
  color: #1b2e8b;
  font-size: 42px;
  line-height: 55px;
  margin-top: 0;
  margin: 15px 0;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.solbxx1 {
  align-items: center;
  width: 100%;
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.solbxx1:hover .elementor-icon {
  background-color: #1b2e8b;
  top: -5px;
}

.solbxcont p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  /* height: 72px; */
  overflow: hidden;
  margin-bottom: 0;
}
.solbximg img {
  width: 50px;
}
.solbximg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.solbxcont {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.solbximg {
  margin-right: 30px;
}
.elementor-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
  mask-size: 100% 100%;
  background-color: #f72a13;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.3s;
  top: 0;
  position: relative;
  line-height: 100px;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  /* background-color: rgba(0,0,0,.11); */
}
.sec21right img {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}

.section21 h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.section21 h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #f72811;
}

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
  padding-left: 60px;
}
.innersec1 b {
  color: #242424;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 32px;
  font-weight: 700;
}
.innerleft {
  padding: 60px 80px 50px 0 !important;
}
.innerleft p b {
  text-align: left;
  float: left;
  width: 100%;
  display: table;
  clear: both;
  color: #137ab1;
  margin-bottom: 20px;
  font-size: 21px;
}
.innerleft ul li {
  display: block;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  color: #595e5e;
  margin-bottom: 30px;
  position: relative;
}
.innerleft ul li {
  text-align: left;
  padding-left: 0px;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.innerleft ul li:before,
.service_page1 ul li:before,
.page_ul ul li:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  background-image: url("../images/arrow.html");
  width: 20px;
  height: 14px;
  background-size: 100%;
}
.innerleft h3 {
  color: #17171a;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.innersec1 img {
  width: 100%;
}
.innerpg h2,
.innersec1 h2 {
  color: #10112e;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 46px;
}
.innersec1 h2 img {
  position: absolute;
  right: 0;
  height: 40px;
  width: auto;
  top: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.innersec1 h2 span {
  border-bottom: 2px solid #f72a13;
}

.innerleft p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.innerleft h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.innerservmenu {
  position: sticky;
  top: 120px;
  width: 100%;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  border-top: 1px solid #ce1702;
  z-index: 9;
  background-color: #002855;
  justify-content: center;
}
.innerservmenu li {
  color: #fff;
  font-size: 14px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 16px;
}
.innerservmenu li a i {
  font-size: 21px;
  margin-right: 10px;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #ce1702;
  color: #fff;
}

.ftbx2 {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.ftbx2 .jobdescripp {
  padding: 0;
}
.jobdescripp {
  padding: 50px 0;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobdescripp h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.jobdescripp p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
.jobdescripp ul {
  margin: 30px 0;
  padding: 0;
}
.jobdescripp ul li {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.jobdescripp ul li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  background-image: url("../../images/arrow.png");
  width: 20px;
  height: 14px;
  background-size: 100%;
}
.jobdescripp ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.jobdescripp ul li a:hover {
  color: #ce1702;
}
.page_right h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #000c48;
  border-radius: 30px;
}

/*pgbx*/
.pgbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  /* background-size: cover;
	  background-image: url('../images/bg3.png') */
}
.pgbx h2 {
  color: #1b2e8b;
  font-size: 42px;
  line-height: 55px;
  margin-top: 0;
  margin: 15px 0;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.pgbx11 h2 {
  text-align: left;
}

.pgbx p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
}
.pgbx11 p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  width: 95%;
}
.pgbx11 img {
  margin-top: 40px;
}
.pgbx11 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.pgbx11 ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 30px;
  font-size: 16px;
  color: #000;
}

.pgbx11 ul li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  color: #ee3024;
}
.team__box1 {
  padding: 60px;
  width: 100%;
}
.team__box1 h2 {
  color: #000;
  font-size: 36px;
  line-height: 55px;
  margin-top: 0;
  margin: 0px 0 30px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
  text-align: center;
}
.teamtbox1 {
  display: flex;
  gap: 40px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  padding: 30px;
  align-items: center;
  /* min-height: 320px; */
  transition: all 0.3s;
  position: relative;
  top: 0;
  overflow: hidden;
  background-color: #fff;
}

.teamtbox1::before {
  background-color: rgba(43, 47, 105, 0.06);
  height: 150px;
  width: 150px;
  display: block;
  z-index: 2;
  position: absolute;
  top: -50px;
  left: -53px;
  content: "";
  border-radius: 100%;
}
.teamtbox1:hover {
  top: -10px;
}
.ttimg {
  flex: 0 0 150px;
}
.ttimg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #ccc;
  position: relative;
  z-index: 9;
}
.ttinfoo h3 {
  font-size: 21px;

  font-weight: 700;
  color: #ce1702;
  margin-bottom: 20px;
  margin-top: 0;
}
.ttinfoo p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.ttinfoo p i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #002855;
  margin-right: 10px;
}
.ttinfoo h4 {
  font-size: 16px;
  line-height: 26px;
  color: #00abe7;
  font-weight: 600;
}
.team__box1iii {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  padding: 40px 50px;
  /* background-image: url(../../images/Pattren2.png);
	overflow: hidden;
  background-repeat: no-repeat;
background-position: -200px top;
background-size: 50%; */
  background-color: #fff;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 774px;
  height: 416px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 454px;
  height: 120px;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
  position: absolute;
  right: 230px;
  top: 380px;
  width: 69px;
  height: 69px;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
  position: absolute;
  right: 230px;
  bottom: 230px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
  position: relative;
  /* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
  position: absolute;
  left: 170px;
  top: 40px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column .image {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .info-column h5 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 46px;
}
/* 
.contact-section .info-column h5:before {
	position: absolute;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #f37021;
	content: "";
	bottom: 0px;
} */

.contact-section .info-column p {
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 12px;
  margin-bottom: 15px;
}

.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
  padding: 0;
}

.default-form .form-group {
  display: table;
  outline: 0;
}

.contact-section .info-column .contact-list li {
  position: relative;
  margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-section .info-column .contact-list li a {
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-section .info-column .contact-list li a:hover {
  color: #111111;
}

.contact-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
  position: relative;
  padding: 60px 50px;
  margin-left: 40px;
  z-index: 9;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/* .contact-section .color-layer {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 465px;
    height: 465px;
    z-index: -1;
    border-radius: 50%;
    background-color: #000;
} */

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #777777;
  height: 50px;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #777777;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
  cursor: pointer;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 30px;
  color: #777777;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

.ui-widget.ui-widget-content {
}

.ui-menu .ui-menu-item {
  font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #000;
  border-color: #000;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #000;
}

.sec-title h2 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 46px;
}

.text {
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 17px 56px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  background-color: #002855;
  border-radius: 30px;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s;
}

.btn-style-one:hover {
  background-color: #ce1702;
}
.ft_soc a {
  text-decoration: none;
  /* background-color: #fff; */
  font-size: 21px;
  margin-right: 6px;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 40px;
}

.ft_soc a:hover {
}

.testmonialsbx {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
}
.testmonialsbx h2 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 38px;
  margin-top: 0;
  color: #f72811;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.testmonialsbx h5 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.about-review {
  margin-bottom: 30px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .about-review {
    /* For less than 767px */
    min-height: inherit;
  }
}
.about-review .user_review {
  padding-left: 40px;
  position: relative;
  padding-top: 10px;
}
.about-review .user_review figure {
  position: absolute;
  left: 0;
  top: 15px;
  width: 45px;
  height: 45px;
}
.about-review .user_review figure img {
  width: auto;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-review .user_review h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #777;
}
.about-review .user_review span {
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.about-review .rating {
  color: #222;
  margin-bottom: 10px;
  font-size: 16px;
}
.about-review .rating i {
  color: #999;
}
.about-review .fa.fa-star {
  color: #ffc107;
}
.about-review p {
  font-size: 16px;
  line-height: 24px;
}

.teambx {
  width: 100%;
  display: table;
  padding: 50px 0px;
}
.team1 {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  text-decoration: none;
  text-align: left;
  margin-bottom: 0px;
}
.team1 a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #000;
  outline: 0px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  min-height: 470px;
}
.teambx11 .team1 a {
  padding: 50px 0px;
  text-align: center;
  margin-bottom: 30px;
}
.team1 a:hover {
  background-color: #66bf3a;
}
.team1 a img {
  width: 100%;
}
.team1 a h4 {
  margin: 15px 0 10px;
  font-weight: 600;
  padding: 10px 20px 0 20px;
  font-size: 21px;
  font-weight: 700;
  color: #00a7ea;
}
.team1 a h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #66bf3a;
  clear: both;
  display: table;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
  height: 50px;
  line-height: 21px;
}
.team1 a p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  clear: both;
  display: table;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  height: 50px;
  line-height: 21px;
}

.team1 a:hover h3,
.team1 a:hover h4,
.team1 a:hover p {
  color: #fff;
}
.ibx33 .pscbx ul {
  box-shadow: none;
  padding: 0;
}
.ibx33 .pscbx ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url("../images/libox.html");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 7px;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  line-height: 28px;
}

.servicesbox1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px;
  padding: 0;
}

.servicesbox1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 135px;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #c4bebe;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.servicesbox1 .accordion .link:before {
  position: absolute;
  left: -20px;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #eee;
  content: "";
  transform: skewX(20deg);
}
.servicesbox1 .accordion li.open .link:before {
  background-color: #ee3024;
}
/* .servicesbox1 .accordion li:last-child .link { border-bottom: 0; } */

.servicesbox1 .accordion li i {
  /* position: absolute;
	top: 16px;
	left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.servicesbox1 .accordion li.open i {
  color: #fff;
}
.servicesbox1 .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.servicesbox1 .accordion li.open .link {
  color: #fff;
  background-color: #002855;
  border-color: #002855;
}

/* .servicesbox1 .accordion li.open i { color: #fff; } */

.servicesbox1 .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.servicesbox1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.servicesbox1 .submenu > li {
  padding: 30px;
  color: #000;
  position: relative;
  border: 1px solid #c4bebe;
  background-color: #fff;
  border-top: 0;
}
.servicesbox1 .submenu li h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* .submenu li p{color: #000; font-size: 18px; text-align: justify;
  line-height: 28px; font-weight: 300; width: 65%}
  .submenu a {
	clear: both;
	display: table;
	padding: 10px 100px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	border-radius: 30px;
	font-size: 16px;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 300;
  }
  
  .submenu a:hover {
	background: #fff;
	color: #000;
  } */

.submenu ul {
  list-style: none;
  padding-bottom: 0px;
}
.submenu ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  position: relative;
  padding: 0px;
  border: 0px;
  margin-bottom: 15px;
  padding-left: 30px;
  text-align: justify;
}
.submenu ul li:before {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url("../../images/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 7px;
}

ul.submenu li img {
}

ul.resp-tabs-list1 li h5 {
  margin: 50px 0;
}

.careertopbx {
  width: 100%;
  display: table;
  padding: 50px 0 30px;
  clear: both;
  position: relative;
  background-image: url(../images/bottom-hex-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .careertopbx::before {
	  position: absolute;
	  right: 0;
	  top: 0;
	  content: "";
	  width: 25%;
	  height: 100%;
	  background-color: #e8e8e8;
	} */
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  width: 35%;
  display: table;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #1b2e8b;
  font-size: 42px;
  line-height: 55px;
  margin-top: 0;
  margin: 0px 0 30px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.careertopbx p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #000;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
}
.careersmainpg {
  background-color: #f6f6f6;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #000a3a;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #000a3a;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #ee3024;
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.careersmainpg {
  background-color: #f6f6f6;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.industrypgbx2,
.industriesdetailspg {
  background-color: #fbfbfb;
  width: 100%;
  display: table;
  padding: 50px 0;
}

.industrypgbx2 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
}

.industrypgbx2 a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #000;
  position: relative;
  margin-bottom: 50px;
}

.industrypgbx2 a img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.blogpgcontbx {
  background-color: #ebf3ff;
  width: 90%;
  position: relative;
  padding: 30px;
  margin-top: -75px;
}

.industrypgbx2 a:hover .blogpgcontbx {
  background-color: #1c2f8b;
  color: #fff;
  background-image: url(../../images/arrow1.html);
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-size: 40px;
}

.blogpgcontbx h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.blogpgcontbx h3 {
  font-size: 18px;
  line-height: 32px;
  /* height: 96px; */
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}

.blogpgcontbx p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.blogpgcontbx span {
  color: #414141;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.blogpgcontbx span img {
  width: 20px;
  margin-right: 20px;
  height: auto;
  float: left;
  margin-top: 3px;
  display: inline-block;
}

.industrypgbx2 a:hover span {
  color: #fff;
}

.industriesdetailspg h2 {
  color: #0f1941;
  font-size: 38px;
  line-height: 55px;
  font-weight: 600;
  width: 90%;
}

.industriesdetailspg p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: 90%;
}

.industriesdetailspg p span {
  margin-right: 30px;
}

.industriesdetailspg p span i {
  margin-right: 15px;
  color: #21cc24;
}

.industriesdetailspg a {
  background-color: #00aead;
  text-decoration: none;
  padding: 10px 50px;
  letter-spacing: 2px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 50px;
}

.industriesdetailspg a:hover {
  background-color: #000;
}

.industriesdetailspg img {
  width: 100%;
  display: block;
}

.newsinnerpg {
  width: 100%;
  display: table;
  padding: 50px 0;
}

.newsmbx {
  clear: both;
  width: 100%;
  clear: both;
}
.newsmbx a {
  text-decoration: none;
  width: 100%;
  display: table;
  color: #222;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom: 1px solid #979797;
}
/* .newsmbx a:hover{margin-top: -5px;} */
.newsmbx a h2 {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 28px;
}
.newsmbx a p {
  font-size: 16px;
  line-height: 24px;
}
.newsmbx a .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  transition: all 0.3s;
}
.newsmbx a:hover .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  opacity: 0.5;
}

img.arrowimg {
  display: inline-block;
  width: 15px;
  position: relative;
  left: 10px;
  top: 5px;
  float: none;
}
.newsmbx span {
  clear: both;
  width: 100%;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fd553a;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 13px;
}

/* .newscontpg a.backbtn{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #646464;
  position: absolute;
  right: 0px; top: 0px;
} */
.newscontpg img.arrowred {
  transform: rotate(180deg);
  position: relative;
  margin-right: 10px;
  top: 0px;
}
.newscontpg span {
  color: #2d2110;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.newscontpg h1 {
  color: #1b2e8b;
  font-size: 46px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  font-family: "Inter", sans-serif;
  z-index: 1;
}
.newscontpg h1::before {
  position: absolute;
  left: 0;
  top: 35px;
  width: 75%;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../../images/shape1.png);
  background-size: 100%;
  content: "";
  z-index: -1;
}

/* .newscontpg a{color: #2d2110;} */
.newsimg {
  width: 90%;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a.backbtn {
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 10px 20px;
  background-color: #f72811;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg {
  padding: 10px 20px;
  background-color: #354d25;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg:hover {
  background-color: #000;
}
a.backbtn:hover {
  background-color: #000;
}

.newscontpg ul {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0;
}
.newscontpg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.newscontpg ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #f72a13;
}
a.backbtn i {
  margin-right: 10px;
  -webkit-animation-name: turnLeftRight;
  animation-name: turnLeftRight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 5s;
}
@-webkit-keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}

@keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #ce1702;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #002855;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.html");
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

.aboutbx1 {
  padding: 80px;
  background-image: url(../../images/rm380-12.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: table;
  background-color: #d1d1d1;
  position: relative;
}
.aboutbx1in {
  padding: 0%;
  position: relative;
  z-index: 9;
}
.visionbx {
  width: 90%;
  display: table;
  margin: auto;
  padding: 20px 30px 20px 60px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.visionbx:before {
  position: absolute;
  left: -15px;
  width: 50%;
  top: 15px;
  content: "";
  background-color: #4450d0;
  height: 100%;
  z-index: -1;
}
.visionbx:after {
  position: absolute;
  right: -15px;
  width: 75px;
  top: -15px;
  content: "";
  background-color: #a6f2f2;
  height: 75px;
  z-index: 1;
}
.visionbx1:before {
  width: 100%;
}

.visionbx img {
}
.visionbx h3 {
  color: #10112e;
  font-weight: 600;
  font-size: 21px;
  margin: 20px 0;
  margin-top: 0;
}
.visionbx p {
  color: #141414;
  font-size: 16px;
  line-height: 26px;
}

.stafserv {
  padding: 50px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  background-color: #f6f7fa;
}
.stafserv .col-sm-12 {
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.stafserv h2 {
  color: #f72a13;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.stafserv p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

.image-shadow {
  position: relative;
}

.dottedcircle img {
  width: 240px;
  top: 45px;
  right: inherit;
  left: -45px;
  position: absolute;
  bottom: 0;
  /* z-index: -1 */
}

.rounded-image img {
  /* border-radius: 50%; */
  width: 100%;
}

.image-shadow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  left: 20px;
  top: 0;
  z-index: -1;
}

.rounded-image.feature-image.image-shadow::after {
  content: "";
  background: #536eb5;
  background: -moz-linear-gradient(
    top,
    rgba(83, 110, 181, 1) 0,
    rgba(85, 101, 175, 1) 19%,
    rgba(85, 101, 175, 1) 19%,
    rgba(87, 91, 169, 1) 38%,
    rgba(88, 83, 164, 1) 58%,
    rgba(90, 75, 159, 1) 79%,
    rgba(91, 67, 155, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(83, 110, 181, 1) 0,
    rgba(85, 101, 175, 1) 19%,
    rgba(85, 101, 175, 1) 19%,
    rgba(87, 91, 169, 1) 38%,
    rgba(88, 83, 164, 1) 58%,
    rgba(90, 75, 159, 1) 79%,
    rgba(91, 67, 155, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(83, 110, 181, 1) 0,
    rgba(85, 101, 175, 1) 19%,
    rgba(85, 101, 175, 1) 19%,
    rgba(87, 91, 169, 1) 38%,
    rgba(88, 83, 164, 1) 58%,
    rgba(90, 75, 159, 1) 79%,
    rgba(91, 67, 155, 1) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
}

.circle1 {
  position: absolute;
  width: 100%;
  top: 0;
}

.circle1 svg {
  top: -75px;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.stafserv .row {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.whatswidget-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #31d831;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 2px 1px #0d630d63;
  transition: 1s;
  z-index: 9999999;
  text-decoration: none;
  transition: all 0.5s;
}
.whatswidget-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.whatswidget-button:hover {
  filter: brightness(115%) !important;
  transform: rotate(15deg) scale(1.15) !important;
  cursor: pointer !important;
}

.HomeAbout1_inner {
  padding: 80px;
}
.HomeAbout1_inner p {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}
.HomeAbout1_inner p img {
 
  width: 30%;
  margin: 0 50px 50px 0;
}
.HomeAbout1_inner ul {
  margin: 30px 0;
  padding: 0;
}
.HomeAbout1_inner ul li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.HomeAbout1_inner ul li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  background-image: url("../../images/arrow.png");
  width: 20px;
  height: 14px;
  background-size: 100%;
}
.HomeAbout1_inner ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.HomeAbout1_inner ul li a:hover {
  color: #ce1702;
}

.originbox1 {
  padding: 40px;
  background-color: #143862;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  margin-top: 30px;
}

.jobdescripp_inn {
  display: block;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.jobdescripp_inn_bx1 {
  padding: 30px;
  background-color: #fff;
  display: block;
  /*box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.251);*/
  align-self: baseline;
  width: 33%;
  float: left;
}
.admission_new {
  padding: 60px 60px;
}
.sticky1 {
  position: sticky;
  top: 150px;
  left: 0px;
}
.jobdescripp ul li.liheading {
  padding-left: 0;
  font-weight: 700;
  background-color: #002855;
  color: #fff;
  padding: 5px 10px;
  border-top: 1px solid #ce1702;
}
.jobdescripp ul li.liheading::before {
  display: none;
}

.btn.btn-danger {
  text-decoration: none;
  color: #ce1702;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border: 1px solid #ce1702;
  padding: 18px 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  border-radius: 30px;
  background-color: transparent;
}
.btn.btn-danger:hover {
  background-color: #ce1702;
  color: #fff;
}

.innerright {
  position: absolute;
  right: 0px;
  padding: 50px 30px !important;
  background-color: #efefef;
  width: 27%;
  /* height: 100%; */
}
.sticky1 {
  position: sticky;
  left: 0px;
  top: 100px;
}
.innerright:before {
  position: absolute;
  right: -500px;
  width: 500px;
  height: 100%;
  content: "";
  background-color: #efefef;
  top: 0px;
}
.innerright h4 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.innerright ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: block;
}
.innerright ul li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.innerright ul a {
  text-decoration: none;
  color: #000;
  padding: 3px 10px 3px 20px;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 1;
  position: relative;
  line-height: 26px;
}
.innerright ul ul a {
  font-size: 14px;
}
.innerright ul a:hover:before,
.innerright ul a.active:before {
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background-color: #ce1702;
  position: absolute;
  z-index: 9;
}
.innerright ul ul a.active:before,
.innerright ul ul a:hover:before {
  display: none !important;
}
.innerright ul a.active:before {
  width: 3px;
}
.innerright ul a.active {
  color: #17171a;
  font-weight: 600;
}
.innerright ul ul a.active,
.innerright ul ul a:hover {
  color: #ff5e00;
  font-weight: bold;
}
.innerbx1 img {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.innerbx1 {
  padding-bottom: 20px;
  width: 100%;
}
.width40 {
  float: left;
  display: inline-block;
  width: 40%;
}
.width60 {
  float: left;
  display: inline-block;
  width: 60%;
}
.innerbx1 h2 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 15px;
}
table {
  font-size: 16px;
  line-height: 28px;
}
.thead-dark {
  background-color: #002855;
  color: #fff;
}
.table tr th,
.table tr td {
  padding: 15px !important;
}
.table tr th {
  font-weight: 400 !important;
}
.innerimgs {
  clear: both;
  width: 100%;
  display: flex;
  gap: 20px;
}
.innerimgs img {
  width: 25%;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  clear: both;
}

.contactmainpgggg {
  width: 100%;
  display: block;
  padding: 50px 100px;
  position: relative;
  overflow: hidden;
  background-image: url(../../images/abstract-grunge-decorative-rel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contactmainpgggg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: #002855;
  opacity: 0.92;
}

.contactmainpgggg h2 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: -0.5px;
  position: relative;
}
.contactmainpgggg h2 b {
  font-weight: 600;
}

.contactmainpgggg ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.contactmainpgggg ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 50px;
  position: relative;
}
.contactmainpgggg ul li h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.contactmainpgggg ul li p,
.contactmainpgggg ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.contactmainpgggg ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #ce1702;
}

.downloadpage {
  list-style-type: none;
  width: 100%;
}
.downloadpage li {
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  padding: 8px 20px;
  background-color: #fff;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
}
ol.downloadpage {
  padding-left: 0;
}
.downloadpage li i {
  color: #d9231a;
  margin-right: 10px;
}
.downloadpage_left {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.downloadpage_left h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}
.downloadpage_but {
}
.downloadpage_but a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #da231a;
  border-radius: 5px;
  color: #da231a;
  display: table;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.downloadpage_but a:hover {
  background-color: #da231a;
  color: #fff;
}
.downloadpage_but a:hover i {
  color: #fff;
}
.feature_img img {
  height: 200px;
}
.HomeAbout1_inner .teamtbox1 {
  margin-bottom: 30px;
}
.HomeAbout1_inner .teamtbox1::before {
  display: none;
}

.e_cotent_bx {
  display: flex;
  /* grid-template-columns: repeat(2,1fr); */
  text-align: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.e_conte_cont {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  padding: 30px;
  align-items: center;
  /* min-height: 320px; */
  transition: all 0.3s;
  position: relative;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  width: 30.33%;
  margin: 1%;
}
.e_conte_cont iframe {
  width: 100%;
  display: block;
  height: 300px;
}
.e_conte_cont a {
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  display: block;
  transition: all 0.3s;
  margin: 10px 0;
}
.e_conte_cont a:hover {
  color: #ce1702;
}

.gallerypgg {
  padding: 80px;
}
.gallerypgg::before {
  display: none;
}

.Home-welcome .HW-text1 {
  color: #10112e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}

#career_form {
  padding: 60px 0px;
  background-image: url(../../images/rm380-12.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
  background-color: #f7f7f7;
}

.innerserv h1 {
  color: #000;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  /* font-family: 'Oswald', sans-serif; */
  /* letter-spacing: 3px; */
  text-align: center;
  text-transform: capitalize;
}

/* .innerserv h1::before {
	position: absolute;
	left: calc(50% - 161px);
	bottom: 0px;
	width: 322px;
	height: 4px;
	content: "";
	background-color: #f60;
	display: block;
} */

.innerserv label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}

.innerserv label span {
  color: #ce1702;
}

.innerserv input.form-control,
.innerserv textarea.form-control,
.innerserv select.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #ccc;
  outline: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.innerserv select.form-control {
  cursor: pointer;
}
.innerserv textarea.form-control {
  height: 90px;
}

.innerserv .col-sm-12 {
  display: table;
  width: 100%;
}
.table {
  background-color: #fff;
}

input.subres {
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: #ce1702;
  transition: all 0.3s;
  margin: 30px auto 0;
  display: table;
}

input.subres:hover {
  background-color: #000;
}

.p-4 {
  padding: 1.5rem !important;
}
.categories ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid #dbdbdb;
}

.categories ul li i {
  color: #42a5f5;
  margin-right: 5px;
}

.categories ul li a {
  color: #000;
}

.categories ul li a:hover {
  color: #ce1702 !important;
}
.categories h5 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ce1702;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.industrypgbx2,
.industriesdetailspg {
  background-color: #fbfbfb;
  width: 100%;
  display: table;
  padding: 50px 0;
}

.industrypgbx2 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
}

.industrypgbx2 a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #000;
  position: relative;
  margin-bottom: 50px;
}

.industrypgbx2 a img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.blogpgcontbx {
  background-color: #ebf3ff;
  width: 90%;
  position: relative;
  padding: 30px;
  margin-top: -75px;
}

.industrypgbx2 a:hover .blogpgcontbx {
  background-color: #002855;
  color: #fff;
  background-image: url(../../images/arrow1.html);
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-size: 40px;
}

.blogpgcontbx h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.blogpgcontbx h3 {
  font-size: 21px;
  line-height: 32px;
  /* height: 96px; */
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5px;
}

.blogpgcontbx p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.blogpgcontbx span {
  color: #414141;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogpgcontbx span img {
  width: 20px;
  height: auto;
  margin-top: 3px;
  display: inline-block;
}

.industrypgbx2 a:hover span {
  color: #fff;
}

.industriesdetailspg h2 {
  color: #0f1941;
  font-size: 38px;
  line-height: 55px;
  font-weight: 600;
  width: 90%;
}

.industriesdetailspg p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: 90%;
}

.industriesdetailspg p span {
  margin-right: 30px;
}

.industriesdetailspg p span i {
  margin-right: 15px;
  color: #21cc24;
}

.industriesdetailspg a {
  background-color: #00aead;
  text-decoration: none;
  padding: 10px 50px;
  letter-spacing: 2px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 50px;
}

.industriesdetailspg a:hover {
  background-color: #000;
}

.industriesdetailspg img {
  width: 100%;
  display: block;
}

.newsinnerpg {
  width: 100%;
  display: table;
  padding: 50px 0;
}

.newsmbx {
  clear: both;
  width: 100%;
  clear: both;
}
.newsmbx a {
  text-decoration: none;
  width: 100%;
  display: table;
  color: #222;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom: 1px solid #979797;
}
/* .newsmbx a:hover{margin-top: -5px;} */
.newsmbx a h2 {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 28px;
}
.newsmbx a p {
  font-size: 16px;
  line-height: 24px;
}
.newsmbx a .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  transition: all 0.3s;
}
.newsmbx a:hover .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  opacity: 0.5;
}

img.arrowimg {
  display: inline-block;
  width: 15px;
  position: relative;
  left: 10px;
  top: 5px;
  float: none;
}
.newsmbx span {
  clear: both;
  width: 100%;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fd553a;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 13px;
}

/* .newscontpg a.backbtn{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #646464;
  position: absolute;
  right: 0px; top: 0px;
} */
.newscontpg img.arrowred {
  transform: rotate(180deg);
  position: relative;
  margin-right: 10px;
  top: 0px;
}
.newscontpg span {
  color: #2d2110;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.newscontpg h1 {
  color: #002855;
  font-size: 46px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.newscontpg h1::before {
  position: absolute;
  left: 0;
  top: 35px;
  width: 75%;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../../images/shape1.png);
  background-size: 100%;
  content: "";
  z-index: -1;
}

/* .newscontpg a{color: #2d2110;} */
.newsimg {
  width: 90%;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a.backbtn {
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 10px 20px;
  background-color: #002855;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg {
  padding: 10px 20px;
  background-color: #354d25;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg:hover {
  background-color: #000;
}
a.backbtn:hover {
  background-color: #fff;
  color: #002855;
  border: 1px solid #002855;
}

.newscontpg ul,
.stafserv ul {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0;
}
.newscontpg ul li,
.stafserv ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.newscontpg ul li:before,
.stafserv ul li::before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #f72811;
}
a.backbtn i {
  margin-right: 10px;
  -webkit-animation-name: turnLeftRight;
  animation-name: turnLeftRight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 5s;
}
@-webkit-keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}

@keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}
.page1,
.ourevents {
  padding: 40px 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  display: table;
  width: 100%;
}
.section123 {
  width: 100%;
  float: left;
  position: relative;
}

.memberspg_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.memberspg_hd h3 {
  color: #ce1702;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.memberspg_hd a {
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: #ce1702;
  transition: all 0.3s;
  display: table;
  text-decoration: none;
  border-radius: 5px;
}
.memberspg_hd a:hover {
  background-color: #000;
}
.memberspg_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: rgba(64, 84, 178, 0.15);
  width: 100%;
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.15);
  margin-bottom: 30px;
}
.memberspg_top form {
  display: flex;
  gap: 40px;
  align-items: center;
}
.memberspg_top form label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.memberspg_top form select {
  background-color: #fff;
  border: 0;
  width: 250px;
  font-size: 16px;
  cursor: pointer;
  height: 42px;
  padding: 0 15px;
}
.memberspg_top form input.btn,
.member_box1 table a,
.registerform input.btn {
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: #ce1702;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
}
.memberspg_top form input.btn:hover,
.member_box1 table a:hover,
.registerform input.btn:hover {
  background-color: #000;
  color: #fff;
}
.member_box1 table a {
  text-transform: capitalize;
}
.memberspg_btm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.member_box1 {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  top: 0;
  overflow: hidden;
  background-color: #f7f7f7;
}
/*register*/
.registerform input[type="text"],
.registerform input[type="password"],
.registerform textarea,
.registerform select {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  height: 42px;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #ccc;
  outline: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.registerform select {
  cursor: pointer;
}
.registerform textarea {
  height: 90px;
}
.registerform table td {
  font-size: 16px;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 991px) {
  .map_locations {
    display: none;
  }
  .whatsapp,
  .regmob {
    display: block;
  }
  .back-to-top {
    bottom: 80px;
  }
  .w-20 {
    width: 50%;
    float: left;
  }
  .Home-welcome .statistics .Count {
    font-size: 46px;
  }
  .w-20 p {
    font-size: 15px;
  }
  .Home-welcome .HW-text1 {
    font-size: 21px;
    line-height: 32px;
  }
  .Home-welcome .HW-text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .innertxt1 {
    top: 15%;
  }
  .aboutpgbx p strong {
    font-size: 55px !important;
  }
  .inner_banner h1 {
    font-size: 16px;
  }
  .innertxt1 ul li {
    font-size: 13px;
  }
  .osn ul li {
    width: 50% !important;
  }
  .osn h2 {
    font-size: 28px;
  }
  .innerbx3 img {
    width: 200px !important;
  }
  .hsListData {
    display: none;
  }
  .hsmob1 {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #001b33;
  }
  .hsmob1 img {
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
  }
  .home_services li {
    width: 100% !important;
    clear: both;
    position: relative;
  }
  .home_services {
    height: auto;
  }
  .partnerspg ul li {
    width: 50%;
  }
  .page_left,
  .page_right {
    width: 100%;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
    z-index: 1;
    display: inline-block;
  }
  .nav-menu > ul > li.mobno,
  .nav-menu .drop-down li.mobno {
    display: block;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .oe1 img {
    width: 150px;
  }
  .oe1 h3,
  .partnerspg h2,
  .page_left h2,
  .innerbx3 h2 {
    font-size: 21px;
    text-align: left;
  }
  .ourevents h2,
  .partnerspg h2,
  .page_left h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .mobile-nav .drop-down > a {
    font-size: 14px;
  }
  .mobile-nav li ul li a {
    font-size: 12px;
  }
  .nav-menu {
    display: none;
  }
  .bannerscont h2 {
    font-size: 16px;
  }
  .bannerscont h2 span {
    font-size: 28px;
  }
  .Home-welcome {
    padding: 30px 0;
  }
  .home-countries a {
    width: 50%;
    margin-bottom: 20px;
  }
  .home-countries a h4 {
    font-size: 18px;
  }
  .services,
  .trainingbx {
    padding: 30px;
  }
  .section-title p,
  .servbxtop p,
  .trainingbx p {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
  }
  .servbxtop h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .trainingbx h3 {
    margin-top: 0px;
    font-size: 18px;
  }
  .trainingbx ul {
    margin: 0px;
    padding: 0;
  }
  .trainingbx ul li {
    margin: 1%;
    width: 31.33%;
  }
  .trainingbx ul li a {
    width: auto;
    height: auto;
    border-radius: 0px;
    padding: 20px;
    line-height: 60px;
  }
  .trainingbx ul li a img {
    width: 100%;
  }
  .values .col-sm-3 {
    width: 50%;
    float: left;
    clear: none;
  }
  .values img {
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-top img {
    display: none;
  }
  p.ftcont {
    margin-bottom: 20px;
  }
  .address1 {
    padding: 0 15px;
  }
  .mapico1 {
    width: 125px;
    background-size: 125px;
  }
  #header .logo img {
    max-height: 75px !important;
  }
  #header {
    height: 85px;
    padding: 0 20px;
  }

  .home_link {
    height: auto;
  }
  .hl_video video {
    /* width: 150%;
        left: -25% */
    height: 660px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
  }
  .hl_circle {
    width: 100%;
    top: 15%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .top_social {
    display: none;
  }
  .home_link {
    /* background-color: #fff; */
  }
  .hl_video video {
    /* opacity: 0.5; */
  }

  .banner_hd h2 {
    font-size: 32px;
  }
  .title-items__title {
    font-size: 18px;
    line-height: 28px;
  }
  .title-items__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
  .section-hero_cont {
    top: 10%;
    padding: 0 20px;
  }
  .bannerform {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }
  .bannerform input {
    height: 40px;
  }
  .bannerform textarea {
    height: 60px;
  }
  .bannerform h3 {
    font-size: 14px;
  }
  .bannerboxcont {
    width: 100%;
    left: 0;
    top: 150px;
  }
  a.moreserv {
    font-size: 16px;
  }
  .trainingbx h3 {
    font-size: 24px;
  }
  .mfooter1 {
    padding: 0 10px;
  }
  .copyright {
    font-size: 14px;
  }
  .blogsec ul {
    display: block;
    margin-left: -15px;
  }
  .blogsec ul li {
    width: 100%;
  }
  .clogos2 h2 {
    font-size: 24px;
    margin-bottom: -20px;
  }
  .nnewsbx12 {
    width: 100%;
    margin-bottom: 20px;
  }
  .newscontpg h1 {
    font-size: 26px;
  }
  .col-sm-6 {
    width: 100%;
  }

  .HomeAbout h2,
  .home_Admi h3,
  .home_Academics h3,
  .Home_Wel_in h4,
  .values h3 {
    font-size: 12px;
    line-height: 24px;
  }
  .HomeAbout h1,
  .home_Admi h2,
  .home_Academics h2,
  .indcont h4,
  .Home_Wel_in h2,
  .values h2 {
    font-size: 16px;
    line-height: 28px;
  }
  a.home_calender_info h5 {
    font-size: 14px;
  }
  a.latestnewsbox_view {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
  .HomeAbout ul li {
    width: 100%;
    clear: both;
    font-size: 14px;
  }
  .HomeAbout p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .HomeAbout_btns a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .Home-welcome .owl-nav [class*="owl-"] {
    width: 36px;
    height: 36px;
  }
  .Home-welcome .owl-prev {
    margin-left: -50px;
  }
  .Home-welcome .owl-next {
    margin-right: -50px;
  }
  .Home-welcome ul li a h3 {
    font-size: 16px;
  }

  .sec2in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
  .sec2in .card {
    padding: 0;
  }
  .sec2in .card:nth-child(2) {
    border: 0;
  }
  .sec2bx h4,
  .sec2bx h4::after {
    font-size: 24px !important;
  }
  .countup-box strong {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .home_Admi {
    background-size: cover;
  }
  .home_Admi_cont h4 {
    font-size: 16px;
  }

  .home_Admi_info {
    flex-direction: column;
  }

  .Home-welcome .HW-text1 {
    font-size: 21px;
    line-height: 32px;
  }
  .home-countries {
    display: block;
  }
  .home-countries a {
    width: 50%;
  }
  .home-countries a h4 {
    font-size: 16px;
  }
  a.stuadm {
    clear: both;
    display: table;
  }

  .services ul {
    padding: 0;
  }

  .latestblogsbx {
    padding: 0 20px 20px;
  }
  .latestblogsbx h2 {
    font-size: 24px;
  }
  .hbloginfo h4 {
    font-size: 14px;
    line-height: 24px;
  }
  a.lbgg1 {
    margin-bottom: 30px;
  }
  .testimonials h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .testimonial-item11 {
    padding: 20px;
  }
  .quotebx {
    width: 45px;
  }
  .testimonials .testimonial-item h3 {
    font-size: 21px;
  }
  .testimonials .testimonial-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .ftubx1 h3 {
    font-size: 14px;
  }
  .ftubx1 h1 {
    font-size: 21px;
  }

  .footerleft,
  .footerright {
    width: 100%;
    clear: both;
  }
  .fcopy {
    display: none;
  }
  .logo a {
    width: 240px;
    margin-left: 20px;
  }
  .footerleft img {
    width: 150px;
    margin: auto;
    display: table;
    margin-bottom: 30px;
  }
  .footerright ul {
    text-align: center;
  }
  .footerright ul li a {
    font-size: 12px;
    margin: 0 5px;
  }
  .ftsocial {
    text-align: center;
  }
  .fcopy1 {
    display: block !important;
    text-align: center;
    padding: 0;
  }
  #header .logo h1 a {
    margin: 0;
  }

  .newscontpg h1,
  .contactpg h2 {
    font-size: 18px;
    line-height: 36px;
  }
  a.backbtn {
    top: -50px;
    font-size: 14px;
  }
  .newscontpg p,
  .newscontpg ul li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }
  .newsimg {
    width: 100%;
    margin-top: 20px;
  }
  .contactpg h3 {
    font-size: 14px;
  }
  .inner_banner img {
    height: 150px;
    object-fit: cover;
    object-position: center;
  }

  .blogpgcontbx h3 {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
  }
  .testmonialsbx h2 {
    font-size: 21px;
  }
  .testmonialsbx h5 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .contact-section {
    padding: 40px 5px;
  }
  .contact-section .info-column .image {
    display: none;
  }
  .contact-section .info-column h5 {
    font-size: 24px;
  }
  .contact-section .info-column p {
    font-size: 16px;
  }
  .contact-section .info-column {
    display: table;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    width: 100%;
    padding: 20px;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select,
  .default-form .form-group textarea {
    font-size: 12px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .sub {
    float: right;
  }
  .sec-title h2 {
    font-size: 21px;
  }
  .contact-section .pattern1 {
    background-image: none;
  }
  .default-form .form-group {
    margin-bottom: 0;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select,
  .default-form .form-group textarea {
    margin-bottom: 10px;
  }
  .innerleft {
    padding: 0 !important;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .innerpg h2,
  .innersec1 h2 {
    font-size: 18px;
    margin-top: 0px;
    line-height: 32px;
  }
  .innerleft p {
    font-size: 14px;
    line-height: 26px;
  }
  table {
    font-size: 14px;
  }
  .servicesbox1 .accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 75px;
    font-size: 16px;
  }
  .servicesbox1 .accordion li i {
    top: 15px;
  }
  .servicesbox1 .accordion .link::before {
    width: 80px;
  }
  .innerservmenu {
    display: table;
  }
  .innerservmenu li {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    float: left;
  }
  .innerservmenu li a {
    padding: 10px;
    font-size: 10px;
  }
  .innerservmenu {
    top: 85px;
  }
  .jobdescripp h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .jobdescripp p,
  .jobdescripp ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutbx2 img {
    width: 100%;
    display: block;
    position: relative;
    top: 10px;
    margin-bottom: 30px;
  }
  .aboutbx2 {
    padding: 50px 20px;
  }
  .aboutbx2 .container {
    padding: 0;
  }
  .aboutbx2 h3,
  .section21 h3 {
    letter-spacing: 0;
  }
  .aboutbx2 h2,
  .section21 h2 {
    font-size: 18px;
    line-height: 32px;
  }

  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .menu {
    display: none;
  }
  .header_inn {
    padding: 0;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .section1_hd {
    display: none;
  }
  .section1 {
    padding: 0 15px;
  }
  .news_scroll li {
    font-size: 12px;
  }
  .HomeAbout {
    padding: 40px 20px !important;
  }
  .mainfooter {
    display: block;
    padding: 40px 20px;
  }
  .mainfooter_btmlinks {
    grid-template-columns: repeat(1, 1fr);
  }
  .mainfooter_btmlinks_row1 {
    border: 0;
    flex-direction: column;
    padding: 40px 0 0;
  }
  .ft_links1 ul {
    min-height: auto;
    margin-bottom: 30px;
  }
  .and_l_ft {
    flex-direction: column;
    gap: 20px;
  }
  .mftopbox2 {
    padding: 0;
    margin-bottom: 20px;
  }
  .mftopbox2 a {
    font-size: 24px;
  }
  .HomeAbout1_inner p img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .originbox1 {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .aboutbx1 {
    padding: 40px 20px;
    background-size: cover;
  }
  .visionbx {
    width: 100%;
    margin-bottom: 40px;
  }
  .aboutbx1in {
    z-index: 1;
  }
  .admission_new {
    padding: 40px 20px;
  }
  .jobdescripp_inn {
    display: block;
  }
  .jobdescripp_inn_bx1 {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .contactmainpgggg {
    padding: 40px 20px;
  }
  .contactmainpgggg h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .contactmainpgggg ul,
  .contactmainpgggg ul li,
  .teamtbox1 {
    flex-direction: column;
  }
  .contactmainpgggg ul {
    align-items: baseline;
    margin-top: 20px;
  }
  .contactmainpgggg ul li {
    align-items: baseline;
    gap: 0;
  }
  .contactmainpgggg ul li::before {
    top: 25px;
  }
  .table-responsive {
    border: 0;
  }
  .contactmainpgggg ul li h3,
  .contactmainpgggg ul li p,
  .contactmainpgggg ul li a {
    font-size: 16px;
  }
  .team__box1 {
    padding: 40px 20px;
  }
  .team__box1iii {
    display: block;
  }
  .team__box1-cont {
    margin-bottom: 30px;
  }
  .ttinfoo h3 {
    font-size: 18px;
  }
  .ttimg img {
    height: 175px;
  }
  .ttimg {
    flex: 0;
  }
  .downloadpage_left h4 {
    font-size: 14px;
  }
  .downloadpage li {
    flex-direction: column;
  }
  .downloadpage_but a {
    font-size: 12px;
  }
  .HomeAbout1_inner .teamtbox1 {
    gap: 20px;
  }
  .jobdescripp h2 {
    font-size: 21px;
    line-height: 36px;
  }
  .e_conte_cont {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
  .page1 {
    padding: 40px 20px !important;
    display: inline-block;
  }
  .Home-welcome.gallerypgg ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .e_cotent_bx {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .gallerypgg ul li a h4 {
    font-size: 12px !important;
    line-height: 18px;
  }
  .innerserv h1 {
    font-size: 21px;
  }
  .innerserv label {
    font-size: 12px;
  }
  .home_Admi_box1 {
    height: auto;
  }
  .memberspg_top form {
    flex-direction: column;
    gap: 10px;
  }
  .memberspg_btm {
    grid-template-columns: repeat(1, 1fr);
  }
  .registerform table td {
    font-size: 12px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 240px) and (max-width: 991px) {
  .banner-sec .EachSec {
    height: 60vh;
  }
  .banner-sec .EachSec .Bs-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
  }
  .banner-sec .Bs-content {
    height: auto;
    bottom: 6%;
  }
  .banner-sec .BS-text {
    top: 36%;
  }
  .page1,
  .ourevents {
    display: inline-block;
  }
  .scholorshipsbx h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .scholorshipsbx h3,
  .scholorshipsbx h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .scholorshipsbx .owl-prev {
    background-image: url("../../images/prev.png") !important;
    opacity: 1 !important;
    margin-left: -10px !important;
    width: 34px;
    height: 20px;
    background-size: 34px 20px !important;
    position: absolute;
    left: 0px;
  }
  .scholorshipsbx .owl-next {
    background-image: url("../../images/next.png") !important;
    opacity: 1 !important;
    margin-right: -10px !important;
    width: 34px;
    height: 20px;
    background-size: 34px 20px !important;
    position: absolute;
    right: 0;
  }
  .scol .stxt h4,
  .scholorshipsbx1 p {
    font-size: 16px;
  }
  .scbx3 h4,
  .scholorshipsbx1 h2,
  .scholorshipsbx2 h2 {
    font-size: 21px;
  }
  .scbx3 h5 {
    font-size: 18px;
  }
  .scbx3 p,
  .scbx5 ul li {
    font-size: 14px;
  }
  .scbx3 h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-request-form-custom {
    margin: 0;
  }
  .scbx5 img {
    margin-bottom: 30px;
  }
  .scholorshipsbx1 img {
    width: 150px;
  }
  .scbx2 {
    padding-top: 0px;
  }
  .scbx2 .btn {
    font-size: 12px;
  }
}

/*------smalltablet----------------*/

@media only screen and (min-width: 684px) and (max-width: 980px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_services li {
    width: 50% !important;
    clear: none;
    position: relative;
  }
  .partnerspg ul li {
    width: 33.33%;
  }
  .home_Admi_info {
    flex-direction: initial;
    gap: 20px;
  }
  .home_Academics .row,
  .home_Academics .row .col-sm-6 {
    display: flex;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1240px) {
  #topbar .Tlinks a {
    font-size: 12px;
    margin-right: 15px;
  }
  #topbar .cta a {
    font-size: 12px;
  }
  .nav-menu a {
    font-size: 13px;
  }
  .nav-menu > ul > li {
    margin-right: 10px;
  }
  .nav-menu .drop-down > a::after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    font-size: 14px;
    display: none;
    position: absolute;
    right: -5px;
    top: 9px;
  }
  #header .logo img {
    max-height: 100px;
  }
  .menu {
    padding: 0;
  }

  #header {
  }
  .servbxtop h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .servbxtop p {
    font-size: 14px;
    line-height: 21px;
  }
  .servbxtop {
    max-height: 290px;
  }
  .scholorshipsbx h2 {
    font-size: 36px;
  }
  .scholorshipsbx h3 {
    font-size: 24px;
  }
  .scholorshipsbx .owl-prev {
    background-image: url("../../images/prev.png") !important;
    opacity: 1 !important;
    margin-left: -10px !important;
    width: 34px;
    height: 20px;
    background-size: 34px 20px !important;
    position: absolute;
    left: 0px;
  }
  .scholorshipsbx .owl-next {
    background-image: url("../../images/next.png") !important;
    opacity: 1 !important;
    margin-right: -10px !important;
    width: 34px;
    height: 20px;
    background-size: 34px 20px !important;
    position: absolute;
    right: 0;
  }
  .scholorshipsbx1 h2 {
    font-size: 32px;
  }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
  }
  @media only screen and (min-width: 1240px) and (max-width: 1400px) {
  }
}

@media (max-width: 1500px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }

  #header {
    /* padding: 0 20px !important; */
  }
  #header .logo img {
    height: 100px;
  }
  .nav-menu a {
    display: block;
    position: relative;
    color: #000;
    padding: 5px 5px;
    /* font-size: 14px !important; */
  }
  #topbar .Tlinks .nav-menu ul li > a,
  .menu > ul > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1342px) {
  #header .logo img {
    height: 80px;
  }
  #topbar .Tlinks .nav-menu ul li > a,
  .menu > ul > li > a {
    font-size: 11px;
  }
  .menu > ul > li > a {
    padding: 0 10px;
  }
  .hdrightbx {
    gap: 15px;
    padding: 10px 0;
  }
}
@media (max-width: 1240px) {
  .container {
    max-width: 100%;
  }
  .header_inn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #topbar .Tlinks .nav-menu ul li > a,
  .menu > ul > li > a {
    font-size: 10px;
    margin: 0;
  }
  .menu > ul > li > a,
  .menu > ul > li:last-child a {
    padding: 0 10px;
  }
  .nav-menu1 > ul > li > a {
    font-size: 14px;
  }
  #topbar .Tlinks .nav-menu > ul > li > a::before {
    position: absolute;
    right: -5px;
    top: 7px;
  }
  .hdrightbx {
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
  }
  .mainfooter {
    padding: 40px 20px;
  }
  .mainfooter_btmlinks_row1 {
    padding-left: 20px;
  }
  .ft_links1 h3 {
    font-size: 14px;
  }
  .ft_links1 ul li a {
    font-size: 12px;
  }
  .mftopbox2 a {
    font-size: 18px;
  }
  .HomeAbout h1 {
    font-size: 21px;
    line-height: 32px;
  }
  .HomeAbout p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .header_inn {
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline;
  }
}
