@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff'),
        url('../fonts/HelveticaNeueRegular.ttf') format('truetype'),
        url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../fonts/Helvetica-Condensed-Bold.eot');
    src: url('../fonts/Helvetica-Condensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Condensed-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Condensed-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Condensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h2{font-family: 'Helvetica Condensed';}
h3{font-family: 'Helvetica Condensed';}

*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
   font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
	overflow-x: hidden;
}
a {
    color: #0d6efd;
    text-decoration: none;
}
/*h1, h2, h3, h4, h5, h6 {
    font-family: 'Bureau Grotesque', sans-serif;
}*/
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 12px;
}
.outer-section {
    padding-top:80px;
    padding-bottom:80px;
}
.sprits-icon {
    background-image: url("../images/sprits-icons.png");
}
.innerPage {
	padding-top: 3rem!important;
    padding-bottom: 3rem!important;
	min-height:900px !important;
}

/*=====================================
   loginpage
======================================*/
.login-main-header{ 
position: absolute;
top: 0px;
width: 100%;
background-color: #fff;
 }
.bg-img-login{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:100vh;
    width: 100%;
 }
.main-login{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   width: 100%; 

}

.main-login .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  padding:20px; 
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  margin: 0px auto;
}
.main-login .form input {
    outline: 0;   
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e1e1e4!important;
    background-color: #f5f6fa;
}
.main-login p{ margin: 0px; padding: 0px; }
.main-login .form button {  
  text-transform: uppercase;
  outline: 0;
  background: #e00315; 
  border: 0;  
  color: #FFFFFF;
  font-size:16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  padding: 10px 45px;
  border-radius: 5px;
}
.main-login .form button:hover, .main-login .form button:active,.main-login .form button:focus {
  background: #43A047;
}
.main-login .form .message {
  margin: 15px 0 0;
  color: #333;
  font-size:18px;
}
.main-login .form .message a {
  color: #000;
  text-decoration: none;
}
.main-login .form .register-form {
  display: none;
}


 / /*************
     Modal
*************/
.Modal {
 height: 100%;
 width: 100%;
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 background: rgb(20 19 20 / 76%);
 z-index: 9999;
 overflow: auto;
}
.Modal .Close {
    position: absolute;
    top:5px;
    right:5px;
    z-index: 999;
    cursor: pointer;
    background-color: #333;
    border-radius:0px;
}
.close-button {
    background-position: -138px -34px;
    display: inline-block;
    width: 56px;
    height: 51px;
}
.tittle-model h2 {
    position: relative;
}
.tittle-model h2:after {
    width: 120px;
    height:2px;
    background: #fff;
    content: '';
    bottom: -25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.main-body-wrap .slick-prev {
    left: 30px;
    background: url(../images/arrow-left.png);
    z-index: 9999;
    background-position: 0px 0px;
}
.main-body-wrap .slick-next {
    right: 30px;
    background: url(../images/arrow-right.png);
    background-position: 32px 0px;
}*/
.banner-text {
    position: relative;   
}
.modern-slider-text{
    background-size: cover!important;
    background-position: 0px 0px!important;
    min-height: 491px;
   border: #fff solid 20px;

   
}
.overview-content {
  padding: 120px 100px;
}

.submit-button{
    text-transform: uppercase;
    outline: 0;
    background: #e00315;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    padding: 10px 45px;
    border-radius: 5px;
   
}
.help-block{ font-size: 14px; }
.color-red{ color: #e00315; }
.check-box label{ font-weight: 600; font-size: 14px;}
.checkbox-tittle{ font-weight: 600; font-size: 16px; }
.overview-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 20px;
	font-family: 'Helvetica Condensed';
}
.overview-content p{
    color: #fff;
    font-size:18px;
    font-weight: 600;

}
.archives-text{
    color: #7e8385;
    font-family: 'Helvetica Condensed';
    text-transform: uppercase;
    font-size: 25px;
    margin-left: 10px;
}
.form-control {
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e1e1e4!important;
    background-color: #f5f6fa;
    border-radius: 0px;
}

.form-group label{ padding-bottom: 5px; }


/*.Modern-Slider{ border: #fff solid 20px; }*/
.Modern-Slider .slick-dots li button {
    display:none;
}
.Modern-Slider .slick-dots {
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
}
/*.Modern-Slider .slick-dots li {
    float:left;
    width:0px;
    height:5px;
    background:#d62828;
    position:absolute;
    left:0px;
    bottom:0px;
}
.Modern-Slider .slick-dots li.slick-active {
    width:100%;
    animation:ProgressDots 11s both;
}*/
/* ==== Slider Image Transition === */
/*@keyframes Slick-FastSwipeIn {
 0% {
transform:rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
}
 100% {
transform:rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
}
}
 @-webkit-keyframes ProgressDots {
from {
width:0px;
}
to {
    width:100%;
}
}
@keyframes ProgressDots {
from {
width:0px;
}
to {
    width:100%;
}
}*/

/*end of slider part*/

.mart-supp{ display: flex;
  flex-wrap: wrap;
 justify-content:strat;
}
.mart-supp.center-box{
    display: flex;
    flex-wrap: wrap;
    justify-content:center!important;
}
.mart-supp .box-part{
    width:18%;
    margin-bottom:30px;
    border:#e3e3e3 solid 1px;
    border-radius:5px; 
    position: relative;
    margin-right: 2%;
 }
 .mart-supp .box-part.squarewidth{ width: 30%; }

 .wh{width: 125px; height: 125px;}
 .mart-supp .box-part:last-child{
    margin-right: 0px;
 }

 .box-cantt-inner{
  /*display: inline-block;*/
  margin-bottom: 15px;
  min-height: 131px;
 }
 .box-cantt-inner img{ max-width: 100%; }
 .products-box .box-cantt-inner h3{
    font-size: 18px;
    font-weight: 600;
    color: #7d7f7e;
    text-transform: uppercase;
	 font-family: 'Helvetica Condensed';
     min-height:25px;
 }
 .products-box .box-cantt-inner p{
    line-height: 22px;
    color: #7d7f7e;
    font-size: 16px;
 }

 .read-more-arrow a{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border:#e5e5e5 solid 2px;
  font-size: 14px;
  color: #e3e3e3;
  display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
 transition: all 0.5s;
 }
 .logo-icon-ext  a span i{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: #e5e5e5 solid 2px;
    font-size: 14px;
    color: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.5s;
    transform: rotate(90deg);
}
.box-cantt-inner2 {
    height: 75%;
    display: flex;
    align-items: center;
}

.logo-icon-ext{ display: flex; justify-content: space-between; }
.logo-icon-ext a{ font-size:16px; color:#7d7f7e; }
.box-part:hover .read-more-arrow a{
    border:#282929 solid 2px;
    color: #282929;
}
.logo-icon-ext a span i:hover{
    border:#282929 solid 2px;
    color: #282929;
}
.w-h-photo{max-width:45%!important;}
.w-h-photo1{max-width:22%!important;}
.heading-tittle h2{
    font-size:35px;
    color: #333;
    position: relative;
    padding-bottom: 25px;

}
.heading-tittle h2:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 15px;
    background-color: #e40218;
    left: 50%;
    transform: translate(-50%,-50%);
 }
 .read-more-arrow{
    position: absolute;
    bottom: 15px;
    right: 15px;
 }
.top-nav{ background-color: #272929; padding: 5px 0px; }
.topbar-links{ display: flex; align-content: center; justify-content: flex-end; }
.topbar-links a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-right:20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    position: relative;
    font-family: 'Helvetica Condensed';
}

.topbar-links a:last-child:after{ background-color: transparent; }
.topbar-links a:after {
    background-color: #ddd;
    height: 10px; 
    width: 1px;
    content: '';
    position: absolute;
    top: 6px;   
    right: -11px;
}
.search-sty{ background-color: #817d7d; padding: 0px 10px; }
.search-sty i{ color: #fff; }

 .header-search-wrap{ position: relative; }
.search-open.header-search-1-form {
    height: 90px;
}
.header-search-1-form .close {
    position: absolute;
    right: 2px;
    top: -39px;
    background: #fff;
    padding: 2px 6px;
    cursor: pointer;
}
.header-search-1-form .close i {
    font-size: 21px;
}
.input-form-syt{
    background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color:#5c727d;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}
.header-search-1-form {
    background-color:#fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    height: 0;
    margin-right: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 130%;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    width: 320px;
    z-index: 9999;
}
.header-search-1 {
    cursor: pointer;
    display: inline-block;
}
.header-search-1-form form {
    position: relative;
    margin: 15px 15px 0;
}
.header-search-1-form input {
    height: 60px;
    padding-right: 50px;
}
.header-search-1-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--ltn__heading-color);
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
}
.logo-svg{ width: 106px; }
.logo-png{ width: 148px; padding-bottom:12px;}

.custom-footer {
    background-color: #222223;
    padding-top: 50px;
}
.social-part{ background: #e6e7e9; }
.social-main ul{ margin: 0px; padding: 0px; list-style: none; }
.social-main ul li{ padding-right: 5px; }
.box-cantt-inner.onelineup h3{ min-height:43px; }
.date-modifi span{ font-size: 11px; display: block; text-align: left;  }
.read-more-arrow{ position: initial; }
.main-date-andbutton {
position: absolute;
bottom: 9px;
}
.date-modifi{ margin-right: 8px; }
.cdate{ margin-left: 9px; }
.footer-title {
    color: #ededed;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    font-family: "Bureau Grotesque";
}
.footer-address {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-address li {
    color: #d1d1d1;
    position: relative;
    font-size:18px;
    padding-left: 27px;
    font-weight: 300;
}
.footer-address svg {
    fill: #d1d1d1;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.footer-address li:not(:last-child) {
    margin-bottom: 14px;
}
.overflow-eleps {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tittle-video h3{
    font-size: 18px;
    font-weight: 600;
    color: #7d7f7e;
    text-transform: uppercase;
    font-family: 'Helvetica Condensed';
    min-height: 25px;
    margin: 0px;
    text-align: center;
}
.video-sub-tittle{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 5px;
}
.video-sub-tittle p{
    font-size: 13px;
}
.video-thum { text-align: center; }
.video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.footer-address .address svg {
    left: -3px;
}
.footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 35px;
}
.footer-social li {
    display: inline-block;
    vertical-align: top;
}
.footer-social li a {
    display: block;
    padding: 4px 7px;
    background-color: #135d89;
    border-radius: 2px;
    text-decoration: none;
    transition: background-color .3s;
}
.footer-social li a svg {
    fill: #ffffff;
    position: relative;
    top: -1px;
}
.footer-social li a:hover {
    background-color: #0071dc;
}
.footer-address .footer-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-address .footer-menu li {
    padding-left: 0px;
}
.footer-address .footer-menu li a {
    color: #d1d1d1;
    text-decoration: none;
    font-weight: 300;
}
.footer-address .footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-address .footer-menu li a:hover {
    color: #f1f1f1;
}
.footer-address .footer-menu li a {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
.footer-address .footer-menu li a:before {
    content: "";
    border: solid #e3e3e3;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    position: absolute;
    left: -2px;
    top: 6px;
}
.footer-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom:15px;
    background-color: #e40218;
    left: 0px;
}
.footer-bottom {
    background-color: #000;
    padding: 18px 0px;
}
.copyright {
    color: #dddddd;
    font-size:11px;
    line-height: normal;
    font-weight: 400;

   
}
.copyright span a{
	color: white !important;
	text-decoration:none !important;
    font-weight: 400;
}
.back-to-top {
    height: 40px;
    width: 40px;
    border: 1px solid #0071dc;
    background-color: #0071dc;
    position: fixed;
    bottom: 34px;
    right: 25px;
    border-radius: 50px;
    box-shadow: 0px 0px 4px -2px #2388c3;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    cursor: pointer;
    line-height: 34px;
}
.back-to-top:after {
    content: "";
    border: solid #ffffff;
    border-width: 4px 4px 0px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    position: relative;
    top: 3px;
    left: 13px;
}
 @keyframes bounce {
 70% {
 transform: translateY(0%);
}
 80% {
 transform: translateY(-15%);
}
 90% {
 transform: translateY(0%);
}
 95% {
 transform: translateY(-7%);
}
 97% {
 transform: translateY(0%);
}
 99% {
 transform: translateY(-3%);
}
 100% {
 transform: translateY(0);
}
}
/* ====================== all Media ====================== */

@media (max-width: 1200px) {
.it-works-item {
    width: 33.3333%;
    margin-bottom: 25px;
}
}
 @media (max-width: 991px) and (min-width: 768px) {
.banner-content h1 {
    font-size: 45px;
}
}
 @media (max-width: 767px) {
.box-cantt-inner2 {
    height: auto;
    display: block;
    align-items: center;
}
.header-logo{ text-align: center; }
.topbar-links {
   justify-content: center;
}
.custom-header-wrap {
    padding: 0px 0!important;
}
.products-box .box-cantt-inner h3, .tittle-video h3 {
    font-size: 15px;
  
}
button.default-btn.btn-two.disabled {
    margin-bottom: 25px;
}
.main-login .form { padding: 18px;}
.mart-supp {
    display: flex;
    flex-wrap: wrap;
}
.mart-supp .box-part {
    width: 100%;
    margin-bottom: 15px;
}
.main-date-andbutton {
    position: initial!important;
    bottom: 0px;
}
.products-box .box-cantt-inner p {
    line-height: 22px;
    color: #7d7f7e;
    font-size: 13px;
}
.choose-university-main {
    padding: 30px 0px 30px 0px;
}
.outer-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner-section:before {
    display: none;
}
.it-works-item {
    width: 50%;
}
.banner-content h1 {
    font-size: 35px;
}
.about-img img {
    margin: 0 auto;
}
.custom-faq {
    max-width: 100%;
}
.title-section h2, .banner-content-pt h1 {
    font-size: 30px;
}
.about-content h3 {
    font-size: 30px;
}
.card-contain h5 {
    font-size: 20px;
}
.experiance-card {
    padding: 20px 15px;
}
.image-container {
    text-align: center;
}
.step-mobile-show {
    display: block;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.image-container img {
    margin-top: 40px;
}
.mobile-hide {
    display: none;
}
.step-container {
    text-align: center;
    margin: unset;
}
.section-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.mobile-show {
    display: block;
}
.step-content.last-step {
    margin-bottom: 0px;
}
.arrow-line:before {
    bottom: -117px;
    left: 0px;
}
.modern-slider-text {
  min-height: auto;
  border: #fff solid 6px;
}
.overview-content {
    padding: 15px 15px;
}
.overview-content h1 {  
    font-size: 25px;
    padding-bottom: 4px;
}
.overview-content p { 
    font-size: 8px;
   
}
.innerPage { min-height: auto!important; }

}
 @media (max-width: 600px) {
.it-works-item {
    width: 100%;
}
.testimonial-item {
    padding: 0px 10px;
}

}
 @media (max-width:480px) {
.main-login .form{
    max-width: 325px;
 }
 .box-cantt-inner {
    /* display: inline-block; */
    margin-bottom: 15px;
    min-height: 0;
}
}
.images-box-part{
width:200px;height:350px;display:flex;align-items:center;justify-content:center
}
.box-part.shadow.p-3.text-center.portable.mobile-roter-four {
    width: 22%;
}