body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: "Rubik", serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Rubik", serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: "Rubik", serif;
}
.logo{
	display:inline-block;
	float:left;	
	width: 178px;
}
.logo img{
	width: 100%;
}
.navbar_main{
	background:#fff;	
	padding:10px 0px;
}
.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#0c5ba5;
	text-decoration:none;	
}

.navbar_main li:hover > ul {
	display:block;
}
.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}


.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: inline-block;
	float: right;
	margin-top:0px;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}

.navigation li {
	font-size:20px;
	line-height:28px;
	position:relative;
	cursor:pointer;
	font-family: "Rubik", serif;
	padding: 16px 0px;
}
.navigation li a {
	color:#000;
	display:block;
	transition: all 0.3s ease-out;
	padding:0px 15px;
	font-family: "Rubik", serif;
}
.navigation li a:hover{
	color:#0c5ba5;	
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
	background:#0c5ba5;
}
.navigation ul ul li a:focus{
	outline:none;
}
.navigation li a.active {
	background:#0c5ba5;
	color:#fff;	
}
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
}
.navigation ul ul li {
	width:230px;
	line-height:40px;
	top:0;
	font-size:18px;
}
.navigation ul ul li a{
	background:#ebebeb;
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #0c5ba5;
	color:#000;
	transition:none;
	text-align:left;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul li a:hover{
	background:#0c5ba5;
	color:#fff;
	border-bottom: 1px solid #ccc;
	transition:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}

.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	position:fixed;
	z-index: 999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar_main.fixed .logo{
	width:178px;	
}
.navbar_main.fixed .logo img{
	width:100%;	
}
.navbar_main.fixed .navigation{
	margin-top:1px;	
}
.navbar_main .register_btn {
    padding: 14px 0px 0px 0px;
    float: right;
}
.navbar_main .register_btn a{
	padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  color: #fff;
  font-family: "Rubik", serif;
  background: #e00010;
}
.navbar_main .register_btn a:hover{
	background:#003b8c !important;
	color:#fff !important;	
	text-decoration: none;
	outline: none;
}
.navbar_main .register_btn a:focus{
	background:#003b8c !important;
	color:#fff !important;	
	text-decoration: none;
	outline: none;
}

.top_phone_email_togle{
	background:#003b8c;
	border-top:1px solid #003b8c;
}
.top_left {
    vertical-align:middle;
}
.top_left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.top_left li {
    display: inline-block;
    padding: 0px 18px 0px 0px;
	vertical-align:middle;
}
.top_left a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Rubik", serif;
}
.top_left a:hover{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.top_right{
	text-align:right;	
}
.top_right ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.top_right li{
	display:inline-block;
	color:#fff;
	font-family:Calibri;
	vertical-align:middle;
}
.top_right img{
	width:25px;	
}

.top-banner{
	background-image: url(../images/top-banner.jpg);
	padding: 40px 0px;
	background-size: cover;
  background-position: center center;
}
.top-banner-left{
padding-top: 10px;
}
.top-banner-left h2{
	margin: 0px 0px 10px 0px;
  color: #000;
  font-size: 46px;
  font-weight: 600;
  line-height: 64px;
  font-family: "Rubik", serif;
}
.top-banner-left p{
	color: #000;
	font-family: "Rubik", serif;
	font-size: 16px;
  margin-bottom: 45px;
}
.top-banner-left h2 span{
	display:block;
	font-weight:500;	
}
.top-banner-left ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.top-banner-left ul li{
	color: #000;
  font-family: "Rubik", serif;
  font-size: 18px;
  position: relative;
  padding: 0px;
  background: #fff;
  margin-bottom: 30px;
  width: 45%;
  display: inline-block;
  border-radius: 100px;
  margin-right: 22px;
  font-weight: 600;
}
.top-banner-left ul li img{
	width:60px;	
	margin-right: 10px;
}

.top-right-form{
	background: #003b8c;
	padding: 24px;
	border: 1px solid #e0e4e9;
	border-radius: 12px;
}
.top-right-form{font-family: "Rubik", serif;}
.top-right-form p{
	font-size: 24px;
          font-weight: 500;
		  font-family: "Rubik", serif;
		  color:#fff;
}
.top-right-form p span{
	display:block;
	font-size:16px;	
}
.wpcf7-checkbox span.wpcf7-list-item-label{
	    font-size: 12px;
}
.wpcf7-checkbox input[type="checkbox"]{
	    margin-left: -30px;
}
.top-right-form input{
	font-size: 16px;
  height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.top-right-form .gold-btn{
width: 100%;
border-radius: 8px;
height: 40px;
font-size: 16px;
background: #e00010;
color: #fff;
padding: 0px 0px;
border: none;
text-transform: uppercase;
}
.top-right-form .gold-btn:hover{
	background: #0073ff;
	color: #fff;
}
.top-right-form .gold-btn:focus{
	background: #e2000f;
	color: #fff;
}
.about-main{
background: #f6f8f7;
padding: 0px 0px 0px 0px;
}
.about-txt{
	padding: 130px 0px 0px 0px;
}
.about-txt h2{
	margin: 0px 0px 30px 0px;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  font-family: "Rubik", serif;
}
.about-txt h2 span{
	color: #003b8c;
	display: block;
}
.about-imag{}
.about-imag img{
	width: 100%;
}
.news-main{

}
.section-title h2{
	margin: 0px 0px 30px 0px;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  font-family: "Rubik", serif;
}
.section-title{
	text-align: center;
	padding: 40px 0px;
}


.roll-item{
	width: 25%;
}
.roll-item img{
	width: 380px;
  margin: 0px 13px;
  border: 3px solid #e00010;
  border-radius: 8px;
  box-shadow: 10px 8px 0px #eee;
}
  .roll-section {
	position:relative;
	z-index:9;
	width:100%
  }
  .roll-area .roll-section-two {
	position:relative;
	overflow:hidden
  }
  .roll-area {
	padding-left:0px
  }
  .roll-area.reverse {
	padding-left:0;
	padding-right:24px
  }
  .roll-area .roll-section-two .slide-roll .roll-box {
	animation:slide-har 80s linear infinite;
  }
  .roll-area .roll-section-two .slide-roll .roll-box:hover {
	animation-play-state:paused
  }
  .roll-area-reverse .roll-section-two {
	position:relative;
	overflow:hidden
  }
  .roll-area-reverse {
	padding-right:24px
  }
  .roll-area-reverse .roll-section-two .slide-roll .roll-box.roll-box-revers {
	animation:reverse-slide-har 80s linear infinite
  }
  .roll-area-reverse .roll-section-two .slide-roll .roll-box.roll-box-revers:hover {
	animation-play-state:paused
  }
  .slick-slider .slick-list,
  .student-scholar .slick-slider .slick-track {
	padding-bottom:20px
  }
  @keyframes slide-har {
	to {
	  transform:translateX(-100%)
	}
	0% {
	  transform:translateX(0)
	}
  }
  @keyframes reverse-slide-har {
	to {
	  transform:translateX(0)
	}
	0% {
	  transform:translateX(-100%)
	}
  }

.tab-title{}
.tab-title h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-family: "Rubik", serif;
	padding-left: 25px;
}
.tab-body-txt{
	font-family: "Rubik", serif;
	background: #fff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(0,0,0,.12);
  border-radius: 8px;
  padding: 25px 20px 25px 25px;
}
.tab-body-txt p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin: 0;
  }
.infobox{
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-height: 300px;
}
.infobox li{
	width: 49%;
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Rubik", serif;
	color: #666;
	font-size: 16px;
	min-height: 86px;
}
.infobox li img{
	width: 40px;
}
.infobox li p{
	display: inline-block;
	padding-left: 5px;
	width: 76%;
  line-height: 20px;
  vertical-align: middle;
}
.unvercitylogo{
	min-height: 300px;
}
.unvercitylogo p{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 20px;
}
.unvercitylogo img{
	width: 45%;
  display: table;
  margin: 0px auto;
}
.nav-tabs{

}
.nav-tabs > li{
width: 100%;
margin-bottom: 220px !important;
font-family: "Rubik", serif;
font-weight: 600;
  font-size: 20px;
}
.nav-tabs > li:last-child{
	margin-bottom:0px !important;	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #e2000f !important;
  border: none !important;
  outline: none;
  cursor: pointer !important;
  background-color: transparent !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.nav-tabs > li > a{
	color: #000 !important;
	border: none !important;
}
.nav-tabs > li > a:hover{
	border-color: transparent !important;
	background: transparent !important;
	outline: none;
}
.nav-tabs > li > a:focus{
	outline: none;
}
.nav-tabs > li.active > a:before{
background: #e2000f;
}
.nav-tabs > li > a:before{
	content: "";
	position: absolute;
	right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #003b8c;
	top: 13px;
}
.nav-tabs > li > a:after{
	content: "";
  position: absolute;
  right: 20px;
  width: 5px;
  height: 244px;
  background: #003b8c;
  top: 37px;
}
.nav-tabs > li:last-child > a:after{
	display: none;
}
.colred{
color: #e2000f;
}
.colblue{
	color: #003b8c;
}
.why-choose-us{
	padding: 40px 0px;
}
.why-choose-us h2{
	font-size: 41px;
	line-height: 57px;
}
.whychoosbox{
	font-family: "Rubik", serif;
	text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  border-bottom: 3px solid #f00;
  border-radius: 14px;
  min-height: 230px;
  margin-bottom: 40px;
  padding: 30px;
}
.whychoosbox img{
	width: 80px;
}
.whychoosbox p{
	font-size: 20px;
  margin: 36px 0px 0px 0px;
  color: #000;
  font-weight: 600;
}
.faq{
	background-color: rgb(239, 239, 250);
	padding: 40px 0px;
	font-family: "Rubik", serif;
}
.faq .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{
	width: 100%;
  display: block;
  padding: 18px 15px;
  font-size: 16px;
  
}
.faq .panel-default > .panel-heading{
	background-color: #fff;
}
.faq .panel-heading{
	padding: 0px;
	
}
.faq .panel-group .panel{
	border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.16);
  border-radius: 6px;
  margin-bottom: 30px;
}
.faq a:hover{
	text-decoration: none;
	outline: none;
}
.faq a:focus{
	text-decoration: none;
	outline: none;
}
.faq .fa-chevron-up {
    transition: all 0.3s ease;
	float: right;
 }
.faq .collapsed .fa-chevron-up {
  transform: rotate(180deg);
}
.colorbg-bootom{
	background:#003b8c;
	padding:60px 0px;
	border-radius: 10px;
	margin-bottom: 50px;	
}
.footer-pre{
	margin: 0px;
	padding: 0px 0px 24px 0px;
	color: #fff;
	font-family: "Rubik", serif;
	text-align: center;
}
.bttna {
	border: 1px solid #fff;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  color: #fff;
  font-family: "Rubik", serif;
}
.bttna:hover{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.bttna:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.bttnb {
	border: 1px solid #fff;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  color: #003b8c;
  font-family: "Rubik", serif;
  background: #fff;
  margin-left: 16px;
}
.bttnb:hover{
	color: #003b8c;
	background: #fff;
	text-decoration: none;
	outline: none;
}
.bttnb:focus{
	color: #003b8c;
	background: #fff;
	text-decoration: none;
	outline: none;
}
.btns-bottom{
	text-align: right;
	padding: 5px 46px 0px 0px;
}
.footermain{
margin-top: 40px;
background: url(../images/footer-bg.jpg);
background-size: cover;
padding-top: 55px;
padding-bottom: 45px;
}

  .section-title1{
	text-align: center;
  }
  .section-title1 h2 {
	margin: 0px 0px 30px 0px;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 64px;
	font-family: "Rubik", serif;
  }
.footer-form{}
.footer-form ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer-form li{
	width: 24%;
	display: inline-block;
	padding: 10px 15px;
}
.footer-form input{
	width: 100%;
	height: 48px;
}
.footer-form select{
	width: 100%;
	height: 48px;
	padding: 0px 12px;
}
.footer-form .gold-btn{
	background: #e00010;
	color: #fff;
	border: none;
	text-transform: uppercase;
	margin-top: 12px;
}
.footer-form .gold-btn:hover{
	background: #0073ff;
	color: #fff;
	border: none;
}
.footer-form .gold-btn:focus{
	background: #0073ff;
	color: #fff;
	border: none;
}

.side-fix{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9;
  opacity: 0.3;
}


.lightboxpreview {
	transition: all .3s linear;
 padding-top:60%;
   cursor:pointer;
   background-size:cover;
 }
	
 .lightbox-content {
 max-height:75vh;
   height:75vh;
   width:100%;
   max-width: 1000px;}
 
 .lightbox-close { 
   cursor:pointer;
	 margin-left: auto;
   position:absolute;
   right:-30px;
   top:-30px;
   color:white;
	 font-size: 2rem;
	 font-weight: 700;
	 line-height: 1;}
 .modal_inner_image {
	 min-height: 400px;
	 z-index: 1000;}
 .modal-content {
	 width: 100%;}
 
 
 .modalscale {transform:scale(0);
 opacity:0;}
 
 
 
 .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
 .lightbox_img_wrap {padding-top:65%;
   position:relative;
   overflow:hidden;
 }
 .lightbox-enabled:hover {
   transform:scale(1.1)
 }
 .lightbox-enabled {width:100%;
 height:100%;
   position:absolute;
   top:0;
 object-fit:cover;
 cursor:pointer;}
 
 .lightbox-container {width:100vw;
 height:100vh;
 position:fixed;
 top:0;
 left:0;
   display:flex;
   align-items:center;
   justify-content:center;
 background-color:rgba(0,0,0,.6);
 z-index:9999;
 opacity:0;
 pointer-events:none;
 }
 
 .lightbox-container.active {
   opacity:1;
   pointer-events:all;
 }
 .lightbox-image-wrapper {
   display:flex;
   transform:scale(0);
   align-items:center;
   justify-content:center;
   max-width:90vw;
   max-height:90vh;
   position:relative;
 }
 .lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
 .lightbox-btn, #close {
   color:white;
   z-index:9999999;
  cursor:pointer; 
   position:absolute;
 
   font-size:50px;
 }
 
 .lightbox-btn:focus {
   outline:none;
 }
 
 .left {left:50px;}
 .right {right:50px;}
 #close {top:50px;
 right:50px;}
 
 .lightbox-image {
   width:100%;
   -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
 box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
   max-height:95vh;
   object-fit:cover;
  }
 
 @keyframes slideleft {
   33% {transform:translateX(-300px);
   opacity:0;
   }
   66% {transform:translateX(300px);
   opacity:0;
   }
 }
 
 
 .slideleft {
	animation-name: slideleft;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 @keyframes slideright {
   33% {transform:translateX(300px);
   opacity:0;}
   66% {transform:translateX(-300px);
   opacity:0;}
 }
 
 
 .slideright{
	animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
	 
 .css-ubjx6q {
	overflow: hidden;
	position: absolute;
	vertical-align: bottom;
	display: inline-block;
	top: 30%;
	left: 40%;
	height: 88px;
	z-index: 1;
  }
  .lazy-load-image-background.blur.lazy-load-image-loaded {
	filter: blur(0);
	transition: filter .3s;
  }
  .css-ubjx6q span.component-image-wrapper {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	background-size: cover !important;
  }
  .css-3j6ntj {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
  }
  .css-1rs29rm {
	background-image: url("../images/footer.png");
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 300%;
	animation: 10s linear infinite webfooter_slideshow__d1IHp;
  }
  @keyframes webfooter_slideshow__d1IHp{0%{left:0}to{left:-100%}}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
	.logo{
		width: 112px;
	}
	.navbar_main.fixed .logo {
		width: 112px;
	  }
.navbar_main.fixed .navigation{
	margin-top:23px;	
}
.navigation .menu{
	display:block;
	margin: 30px 0 0 10px;	
}
.navigation{
	min-height:auto;
	margin-top: 23px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 28px;
	color: #000;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#ebebeb;	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.navbar_main .register_btn {
    padding: 5px 0px 0px 0px;
  }
  .navbar_main .register_btn a{
	padding: 10px 15px;
  font-size: 14px;
  }
.top_left li{
	display:block;
	text-align:center;
	padding:0px;	
}
.top_right {
    text-align: center;
}
.top-banner-left h2 {

	font-size: 38px;

	line-height: 49px;
  }
  .top-banner-left {
	padding-top: 0px;
	padding-bottom: 30px;
  }
  .about-txt {
	padding: 30px 0px 0px 0px;
  }
  .about-txt h2{
	font-size: 35px;

  line-height: 43px;
  }
  .section-title h2{
	font-size: 35px;
margin: 0px 0px 8px 0px;
  line-height: 43px;
  }
  

.roll-item img {
  width: 290px;
}
.nav-tabs > li{
	margin-bottom: 16px !important;
}
.nav-tabs > li > a::after {
	height: 41px;;
  }
  .top-banner-left ul li{
	width: 100%;
	margin-right: 0px;
  }
  .footer-pre{
	padding: 0px;
	text-align: center;
    font-size: 20px;
  }
  .btns-bottom {
	text-align: center;
	padding: 40px 0px 0px 0px;
  }
  .section-title1 h2{
	margin: 0px 0px 20px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  }
  .footer-form li {
	width: 100%;
	display: inline-block;
	padding: 0px 0px 17px 0px;
  }
  .footermain{
	padding-bottom: 0px;
  }




}