*{
	box-sizing: border-box;
}
body{
	font-family: 'Nunito', sans-serif;
	width: 100%;
}
:focus{
	outline: none;
}
.btn {
    padding: 8px 25px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    border-radius: 6px;
}
.btn-blue{
    background-color: #ed3237;
    color: #fff;
    border-radius: 2px;
    display: block;
    min-width: 303px;
    margin: 0 auto;
    font-size: 16px;
}
.back-home{
	padding: 50px 0;
	background-color: #f7f7f7
}
.back-home .btn{
    background: #ed3237;
    color: #fff;
}
.btn-blue:hover,
.buy-button a:hover,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active{
    background-color: #2443ac;
    box-shadow: none;
    outline: none;
    border-color: transparent;
    color: #fff;
}
.margin-top-100 {
    margin-top: 15px;
}
#topnav {
    position: sticky;
    z-index: 1030;
    background: #ffffff;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height:126px;
}
#topnav.nav-sticky{
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);	
}
.toph h1 {
    font-size: 32px;
}
.toph p {
	font-size: 20px    
}
.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
}
.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
}
.home-shape-arrow i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    color: #3c4858
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.section {
    padding: 30px 0;
    position: relative;
}
.section-title .main-title {
    font-size: 42px;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 48px;
	
}
.para-list {
	padding: 0;
	margin: 0;
	list-style: none;
    font-size: 24px;
    font-weight: 700;
}
.para-list i{
	color: #fd7f31;
	margin-right: 15px; 
}
.bg-white.shadow {
    border: 6px double #fd7f31;
    border-radius: 10px;
    padding: 20px;
}
.shadow {
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%) !important;
}
.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 15px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-primary {
    background-color: #fd7f31;
    border-color:transparent;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
}
.btn-block {
    display: block;
    width: 100%;
}
.top-rank{
	background:whitesmoke;
	padding: 30px 0;
}
.title-block{
	position: relative;
	font-size: 36px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 40px;
    margin-bottom: 40px;
}
.rank-user{
	color: #333;
    margin-top: 50px;
    font-weight: 700;
    padding: 20px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    margin-bottom: 25px;
    border-radius: 4px;
}
.rank-user p{
	margin-bottom: .5em
}
.rank-user img{
	border-radius: 10px;
    width: 100px;
    margin: -60px 0 15px;
}
.rank-user h3{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 900;
	color: #0c3c7f
}
.on-off-online{
	text-align: center;
	background-color: #d0deef;
	padding: 30px 0;
	color: #fff;
}
.before-line:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 5px;
	background-color: #fd7f31;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -15px
}
.tags{
    text-transform: uppercase;
    background-color: #fd7f31;
    border-radius: 100px;
    display: inline-block;
    padding: 2px 12px;
    font-weight: 700;
    margin-right: 30px;
}
.nav.tabs {
    padding-top: 20px;
}
.tabs .nav-item{
	width: 50%;
	padding: 0 25px;
	font-weight: 700
}
.tabs .nav-item h3{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    letter-spacing: .5px;
}
.footer-accord p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
}
.tabs .nav-link{
	background: #1f5f9f;
	padding: 10px;	
    cursor: pointer;
}
.tabs .nav-link1{
	padding-left: 80px;	
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 130px;
	font-size: 18px; text-decoration: none;
	color: #000;
	background:url("/frontend/web/images/frenshise/t1.jpg");
	cursor: pointer;}

.tabs .nav-link2{
	padding-left: 80px;	
	padding-right: 10px;
	padding-top: 18px;
	padding-bottom: 8px;
	font-size: 18px; text-decoration: none;
	color: #000;
	height: 130px;
	background:url("/frontend/web/images/frenshise/t2.jpg");
	cursor: pointer;}
.tabs .nav-link3{
	
	padding-left: 80px;	
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 18px;
	height: 130px;
	font-size: 18px; text-decoration: none;
	color: #000;
	background:url("/frontend/web/images/frenshise/t3.jpg");
	cursor: pointer;}

.tabs .nav-link4{
	
	padding-left: 80px;	
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 15px;
	height: 130px;
	font-size: 15px; text-decoration: none;
	color: #000;
	background:url("/frontend/web/images/frenshise/t4.jpg");
	cursor: pointer;}


.tabs .nav-link.active {
    background: #004488;
}
.overlay-bg{
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.relative{
	position: relative;
}
.tabs .nav-link>div:after {
    content: '\f107';
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
    top: 30%;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition: all ease-in .5s;
}
.tabs .nav-link.collapsed>div:after{
	transform: rotate(0deg);
}
.tab-pane{
    border: 3px solid #1f5f9f;
    border-top: 0;
	padding: 10px;
    color: #727272;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}
.tab-content{
    background-color:#d0deef;
}
.offer{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
}
.guidance{
	padding: 30px 0;
	border-bottom: 1px solid #dee2e6;
	background-color: #f8f9fc
}
.key-feature {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #505050;
    font-weight: 700;
    line-height: 1.4;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em
}
.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.coaching{
	padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}
.testimon-slide{
	padding: 50px 0;
	background:#f8f9fc;
}
.content-just{
	text-align: justify;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4
}
.slick-slide{
	padding: 0 15px;
	float: left;
}
.customer-testi{
	box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.customer-testi img{
	border-radius: 100px;
}
.customer-testi span,
.customer-testi h6{
	font-weight: 700
}
.text-muted {
    color: #333;
}
.text-primary {
    color: #fd7f31 !important
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0
}
.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 20px;
    list-style: none;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.slick-dots li.slick-active button {
	transform:  rotate(45deg)
}
.slick-dots button{
	padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	font-size: 0;
	border: 2px solid #fd7f31;
	border-radius: 2px;
    width: 10px;
    display: block;
    height: 10px;
    margin: 5px 7px;
}
.title-block a{
	color:#fd7f31;
	text-decoration: none;	
}
.call-btn{
	padding: 30px 0
}
.call-btn button.btn {
    border: 2px solid #fd7f31;
    border-radius: 0;
    width: 100%;
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
}
.call-btn button.btn:hover{
	color: #fff;
	background-color: #fd7f31
}
.para-list li {
	display: flex;
	align-items: center;
	line-height: 28px;
}
.para-list li+li{
	margin-top: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.banner-txt .modal-header{
	padding-top: .8rem;
	padding-bottom: .8rem;
	justify-content: flex-end;
}
.banner-txt .modal-footer{
	justify-content: center;
}
.modal-footer>*{
	margin: 0
}
.banner-txt .modal-body{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: #333;
}
.banner-txt .modal-body input{	
    height: 36px;
    border-radius: 5px;
}
.banner-txt label{
	margin-bottom: 5px;
}
.banner-txt .close {
    border: 0;
    display: block;
    font-size: 22px;
    color: #000;
    background: transparent;
    line-height: 20px;
}
.list-unstyled li{
    color: #f17425;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0px;
}
.mn-height {
    display: block;
    min-height: 160px;
}
.list-unstyled li .text-warning{
	color: #f17425 !important;
}
.footer {
    text-align: center;
    padding: 16px;
    color: #313131;
    font-weight: 700;
    font-size: 15px;
}
.footer p {
	margin: 0
}
.footer-accord{
	cursor: pointer;
    color: #fff;
    background: #1f5f9f;
    padding: 10px
}
.tab-content table{
	width: 100%;
	text-align: center;
}
.tab-content table td{
	display: block;
	font-size: 22px;
	color: #333
}
.tab-content table tr:nth-child(even),
.tab-content table tr:nth-child(odd){
	padding: 4px;
	display: block;
}
.tab-content table tr:nth-child(even){
	background-color: #fff;
}
.tab-content table td:nth-child(even){
	color: #727272;
	font-size: 15px;
}
.tab-content table p {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}
.tab-content table p span {
    font-weight: 800;
}
.mobile-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.mobile-fixed a{
	width: 50%;
	border-radius: 0;
	float: left;
}
.mobile-fixed a:nth-child(even){
	border-left: 1px solid #fff
}
.middlesect {
    margin-top:40px;
}
@media (min-width: 992px){
	.ml-lg-5{
	    margin-left: 4rem!important;
	}	
}
@media(max-width: 767px){
	.rank-user h3{
		font-size: 20px;
	}
	.footer{
		padding: 10px;
		margin-bottom: 45px;
	}
	.tabs .nav-item{
		width: 100%;
		padding: 0
	}
	.tabs .nav-item+.nav-item{
		margin-top: 15px;
	}
	.tabs .nav-item h3{
		font-size: 20px;
	}
	.offer {
		left: -10px;
	}
	.section-title .main-title br,
	.title-block br{
		display: none;
	}
	.section-title .main-title,
	.toph h1,
	.title-block {
	    font-size: 22px;
	}
	.toph p {
	    font-size: 18px;
	    margin-bottom: .5rem;
	}
	.section-title .main-title,
	.title-block {
	    line-height: 30px;
	    margin-bottom: 20px !important;
	    padding-left: 0
	}
	.logo img {
	    width: 150px;
	}
	.buy-button a {
	    font-size: 12px;
		text-align: center;
	}
	.btn {
	    padding: 8px 12px;
	}
	.section{
		padding: 40px 0 20px;
	}
	.para-list{
		font-size: 18px;
		margin-bottom:20px
	}
	.para-list li{
		line-height: 22px;
	}
	.para-list li+li{
		margin-top: 8px;
	}
	.footer-accord p{
		font-size: 24px;
	}
	.ml-lg-5 {
	    margin-top: 20px;
	}
	.ml-lg-5 .col-md-4 {
	    width: 50%;
	    padding: 0 5px;
	}
	.key-feature {
	    padding: 1rem;
	    font-size: 16px;
	    line-height: 1.2;
	    min-height: 140px;
	    margin-bottom: 1em;
	}
	.content-just{
		font-size: 16px;
	}
	.call-btn,
	.testimon-slide,
	.coaching,
	.guidance,
	.on-off-online,
	.top-rank {
	    padding: 15px 0;
	}
	.tabs .nav-link>div:after {
	    right: -10px;
	    top: 20%;
	    font-size: 25px;
	}
	.call-btn .col-md-6{
		width: 50%;
	}
	.call-btn button.btn {
	    border: 1px solid #fd7f31;
	    font-size: 16px;
	}
	.section-title .main-title{
		text-align: center;
	}
	.bottm-section .section-title .main-title{
		font-size: 30px;
		line-height: 35px;
		margin-top: -10px;
	}
	.before-line:before{
		height: 4px;
		bottom: -10px;
	}
}
@media(min-width: 768px){
	.banner-txt .modal-dialog {
	    width: 300px;
	}
	.bottm-section .section-title .main-title{
		font-size: 65px;
		line-height: 75px;
		
	}
	.mobile-fixed{
		display: none;
		
	}
	
}
@media(max-width:991px){
    .middlesect {
    margin-top:100px;
}
}    

#a1erapdj1e2c1fevp4m8n {outline:none !important;
         visibility:visible !important;
         resize:none !important;
         box-shadow:none !important;
         overflow:visible !important;
         background:none !important;
         opacity:1 !important;
         filter:alpha(opacity=100) !important;
         -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity 1}) !important;
         -mz-opacity:1 !important;
         -khtml-opacity:1 !important;
         top:auto !important;
         right:0px !important;
         bottom:0px !important;
         left:auto !important;
         position:fixed !important;
         border:0 !important;
         min-height:0px  !important;
         min-width:0px  !important;
         max-height:none  !important;
         max-width:none  !important;
         padding:0px !important;
         margin:0px !important;
         -moz-transition-property:none !important;
         -webkit-transition-property:none !important;
         -o-transition-property:none !important;
         transition-property:none !important;
         transform:none !important;
         -webkit-transform:none !important;
         -ms-transform:none !important;
         width:auto !important;
         height:auto  !important;
         display:block !important;
         z-index:2000000000 !important;
         background-color:transparent !important;
         cursor:none !important;
         float:none !important;
         border-radius:unset !important;
         pointer-events:auto !important;
         clip:auto !important;}
		 .frenchisee-criteria-wrap{
			 padding: 20px 0;
			 width: auto;
			 text-align: center;
			 
			 		 }
		 .frenchisee-box{
			 width: 300px;
			 text-align:center;
			 padding: 30px 15px;
			 border-top-left-radius: 50px;
			 border-bottom-right-radius: 50px;
			 display: flex;
			 align-items: center;
			 justify-self: center;
			 color: #000;
		 }
		  
		  .frenchisee-criteria-wrap :hover {
			
		    background-color: #fff;
			border-top-left-radius: 50px;
			border-bottom-right-radius: 50px;
			  padding: 0px;
			
			
			
		  
		  }
		  	
		 .frenchisee-box.first {
			 background: #b1c642;
			 width: auto;
			 margin-bottom: 20px;
		  }
		  
		.frenchisee-box.first:hover, .frenchisee-box.second:hover, .frenchisee-box.third:hover, .frenchisee-box.four:hover{
          box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
          padding: 30px 0px;
          background: #fff;
          width: auto;
      }
		
			 
		 
		 .frenchisee-box.second{
			 background: #26bbaf;
			 width: auto;
			  margin-bottom: 20px;
		 }
		 .frenchisee-box.third{
			 background: #01589b;
			 width: auto;
			  margin-bottom: 20px;
		 }
		 .frenchisee-box.four{
			 background: #9276b4;
			 width: auto;
			  margin-bottom: 20px;
		 }
		 .frenchisee-box-content h4{
			font-size: 16px;
			font-weight: 500;
			color: #fff;
			margin-bottom: 10px;
			line-height: 20px;
		 }
		 .frenchisee-box-content p{
			font-size: 14px;
			font-weight: 400;
		 }
		 .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
		 .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
            color: #a94442;
            margin-bottom: 20px;
            font-size: 16px !important;
            font-weight: 400 !important;
            margin-top: 5px;
     }
.footer-bottom1{background:#fff;padding:30px 0 20px;float:left;width:100%; text-align: center}

.footer-outer{padding:15px 0;float:left;width:100%;background:#2c2c2c}.footer-outer .row{margin:0}.footer-outer .divide{width:3%;float:left}.footer-outer h3{font-size:22px;color:#2a496b;font-weight:700;margin-bottom:25px;padding:0;margin-top:0}.footer-outer p{font-size:15px;line-height:22px;font-weight:500}.footer-outer p.call{padding-top:0}.board-right{border-right:1px solid #030305}.footer-bottom{background:#005899;padding:30px 0 20px;float:left;width:100%}.footer-bottom .social-icon{display:block}.footer-bottom .social-icon ul{padding:0;margin:0}.footer-bottom .social-icon ul li{display:inline-block;list-style:none;padding:0 6px;width:50px}.footer-bottom .social-icon ul li img{max-width:100%}.footer-bottom-last{background:#0a3e64;float:left;width:100%}.cpfooter{color:rgba(239,239,239,.6);text-decoration:none;font-size:14px;font-family:OpenSans-Regular;letter-spacing:.01em;line-height:20px}.cpfooter:hover{color:#ddd;text-decoration:none}.widget-title{font-size:16px;color:#fff;border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:20px}.slider-item img{width:100%}.toggler-icon{display:block;width:24px;height:2px;background:#fff}.toggler-icon+.toggler-icon{margin-top:4px}.videl-slider .slick-arrow{display:none!important}.second-inner .menu-right{display:flex;align-items:center}.menu-right .nav-search{border:0;background-color:transparent;height:36px;width:42px}.icon-search:before{content:"\e900"}.menu-right{display:flex;align-items:center;position:absolute;right:10px;top:40px}.menu-right .floating-widget input[type=checkbox]{position:absolute;top:0;left:0;width:145px;height:100%;z-index:15;opacity:0;margin:0;cursor:pointer}.menu-right .floating-widget .btn-floating.animation{width:145px;padding-left:38px}.menu-right .floating-widget .btn-floating{overflow:hidden;font-size:10px;height:35px;text-transform:uppercase;color:#fff;background:#1465a1;border-radius:4px;border:0;position:relative;transition:width .6s}.menu-right .floating-widget .btn-floating span.img-box{width:38px;background:#d7df23;height:35px;position:absolute;top:0;left:0}.menu-right .floating-widget .btn-floating span{display:inline-flex;z-index:99;position:relative;font-size:11px;font-weight:700;font-family:'Open Sans',sans-serif;text-align:center;padding:0 5px}.menu-right .floating-widget .btn-floating:after{content:"";background:#d7df23;width:0;height:100%;position:absolute;top:0;left:0;transition:all .9s}.menu-right .floating-widget .btn-floating span.img-box img{width:20px;height:20px;margin:auto}.floating-widget{position:relative}.menu-right .floating-widget input[type=checkbox]:hover~.btn-floating:after{width:100%}.menu-right .floating-widget input[type=checkbox]:hover~.btn-floating span{color:#333}.header .row{position:relative}.preapproved-Form{-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-ms-transition:opacity .4s;transition:opacity .4s;background:#fff;border-top:3px solid #d7df23;padding:35px 50px 41px 37px;position:relative;width:460px}.preapproved-Form .btn-close{color:#005899;background:0 0;border:0;font-size:12px;padding:0;position:absolute;right:16px;top:30px;z-index:1}.preapproved-Form .preapproved-heading .heading{font-size:20px;line-height:30px;letter-spacing:.02em;text-transform:uppercase;color:#333;margin:0}.preapproved-Form .preapproved-heading p{margin-top:8px;font-size:12px;line-height:18px;letter-spacing:.02em;color:#7f7f7f}.textbox-box{position:relative;padding:25px 0}.textbox-box .label-name{display:block;font-weight:400;margin-bottom:0;line-height:20px;color:#b0b0b0;position:absolute;left:0;top:33px;transition:all .4s}.preapproved-Form .approved-Form .input-textbox{color:#333}.textbox-box .input-textbox{transition:all .4s}.input-textbox{font-size:14px;line-height:18px;padding:7px 0;height:33px;letter-spacing:.02em;color:#fff;border-radius:0;background-color:transparent;border:0;border-bottom:1px solid rgba(196,196,196,.7);width:100%}.textbox-box .textbox-inner{position:relative}.preapproved-Form .approved-Form .btn-apply{margin-top:10px;border:0;padding:10px 30px;text-transform:uppercase}.icon-close:before{content:"\e908"}.btn-hover-blue:hover{color:#39f2aa!important;background:#fff!important;text-decoration:none;border:1px solid #67ca9e}.live-classes:hover{background-color:#fe0000b8}.top_right_btn_box{margin-top:5px}.top_right_btn_box a{border-radius:5px;box-shadow:0 1px 4px 0 rgba(0,0,0,.6);background-color:#fff;color:#c0403f;display:inline-block;font-size:12px;text-align:center;line-height:23px;padding:0 10px;width:170px;font-weight:700;margin-right:15px}#live_classes{line-height:32px}.scholar{box-shadow:none!important;width:123px}.top_right_btn_box img{width:8px;margin-right:5px;margin-top:-3px}.top_right_btn_box a:hover{color:#871c24;text-decoration:none}.stu_portal a{background:#fff;color:#000;font-weight:600;border:1px solid #fff;transition:ease 1s}.stu_portal a:hover{color:#000}.top_right_btn_box{margin-top:5px;float:right}.top_right_btn_box a{width:auto;margin-right:13px;line-height:32px}.seminarr{background:#39f2aa!important;border-color:#39f2aa!important;box-shadow:none!important}.stu-portal{box-shadow:none!important}@media(max-width:991px){.hamburger-div{width:100%}body .second-inner>.menu-right{width:100%;order:1;align-items:flex-start}.second-bar .second-inner{flex-wrap:wrap}.top_right_btn_box{width:50%;text-align:center}.top_right_btn_box a{margin-right:5px}body .cm-page-container .header{position:relative;padding:0}body .cm-page-container{margin:0}body .second-bar{height:auto;padding:6px 0}body .second-inner{padding:0}.footer-outer img{width:100%!important}}.margintop{margin-top:75px}.nav-item>a{border-bottom:3px solid transparent;padding-bottom:5px;color:#333;text-align:center;text-decoration:none;font-size:13.5px;text-transform:uppercase;line-height:15px;letter-spacing:.05em;cursor:pointer;font-weight:700;font-family:OpenSans-Regular}.nav-item:hover>a{font-family:OpenSans-ExtraBold;border-color:#d7df23}@media(max-width:991px){.logo-desktop{width:130px;height:53px}.margintop{margin-top:0;background:#18456f}.navbar-light .navbar-nav .nav-link{color:#fff;padding:10px 20px!important;font-weight:600;border-bottom:1px solid #ddd;width:100%}.navbar-nav .nav-item{padding:0 10px}}@media only screen and (max-width:991px){.logo-desktop{width:118px;height:13px;cursor:pointer}.margintop{margin-top:0;background:#18456f}.navbar-light .navbar-nav .nav-link{color:#fff;padding:10px 20px!important;font-weight:600;border-bottom:1px solid #ddd;width:100%}.navbar-nav .nav-item{padding:0 10px}}.logo-desktop{margin-top:-5px;width:221px;height:128px;cursor:pointer;margin-right:0;margin-bottom:12px}