

html {scroll-behavior: smooth;}
body {
        margin: 0;
    padding: 0;
	color:#666565;font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;}

	

* {    font-family: 'Barlow','sans-serif';
    position: relative;
    transition: 0.2s;
    
    box-sizing: border-box;}
	
	p,h1,h2,h3,h4,h5 {margin:0px;}

a {text-decoration:none;color:unset;}
	
	

header {                   background: white;
    color: black;
    z-index: 26;
    font-weight: 600;
    position: sticky;
    top: 0px;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    height: 70px;
    overflow-x: clip;
    overflow-y: visible;}
.head_cont {                display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px;
    font-weight: 600;
    width: max-content;
    height: 100%;
    display: inline-grid;
    align-items: center;
    grid-template-columns: auto auto;
    user-select: none;}
	

	.head_cont:hover {
    color: #FFC107;
}

.head_cont:hover 	.drop_down {display:block;}
	.drop_down {          display:none ;
    position: absolute;
    background: #ffffff59;
    top: 68px;
    left: 0;
    box-shadow: 0px 2px 17px 0px #99999940;}
	
	.drop_down:after {
    position: absolute;
    content: '';
    border: 10px solid #ff000000;
    top: -20px;
    border-bottom-color: #ffffff;
    left: 50px;
}
	.drop_down .d_list{      padding: 10px 20px;
    background: #ffffff;
    width: 200px;
    margin: 0px;
    color: black;
    text-transform: capitalize;}
	
	.drop_down .d_list:hover {background:black;color:white;}
	
	
.head_cont i {        background: #576ff200;
    text-align: center;
    width: 17px;
    padding: 5px 0px;
    border-radius: 24px;
    margin: 0px 4px 0px 0px;
}
.head_cont img {         width: auto;
    height: 65px;
    margin: 0px 32px;
    border-radius: 0px;}
	
	.nav_bar {        display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;}

#mobile {display:none;}


.mobile_head {width: fit-content;
    display: none;}
	
.mobile_open {display:none;}
.mobile_close {display:none;}
.pc_head {display:inline-block;}

.mobile_background {display:none;}
.pc_background {    position: fixed;
    width: -webkit-fill-available;
    height: auto;
    top: 0;
    left: 0;
    display: block;}
/*Loaders */
.loader_back {         z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fffffffa;}
.loader_box {          width: 50px;
    height: 50px;
    position: relative;
    margin: 200px auto 50px;
    border: 5px solid #FF5722;
    border-left: 5px solid white;
    border-radius: 100px;
    animation: rotateL1 1.1s linear  infinite;
    -webkit-animation: rotateL1 1.1s linear  infinite;
	}


	
@-webkit-keyframes rotateL1 {
	0% {transform:rotate(0deg);}
	100% {transform: rotate(360deg);}
}
	
@keyframes rotateL1 {
	0% {transform:rotate(0deg);}
	100% {transform: rotate(360deg);}
}

	
	
	#marquee {}
	#marquee marquee{        background: #000000;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;}
	
	
	.head1 {             display: flex;
    align-items: center;
    padding: 10px 2px;
    background: white;
    justify-content: space-between;}
	.head1_logo {}
	.head1_logo img{      width: 80px;
    margin: 0px 10px;}
	.head1_contact {}
	.hd1_cont {            display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    align-items: center;
    max-width: 315px;
    margin: 2px;
    padding: 4px 10px;
    font-size: 14px;
    text-align: right;}
	
	.pc_logo {        width: 200px;
    height: auto;
    margin: 0px 10px;}
	
	.hd1_cont i{    background: #0063ff;
    color: white;
    padding: 8px;
    font-size: 16px;
    border-radius: 20px;
    width: 31px;
    text-align: center;}
	.hd1_cont b{       font-size: 15px;
    font-weight: 600;
    color: black;
    padding: 10px;}
	.head1_social {      align-items: end;
    display: flex;}
	.head1_social img{    width: 40px;
    margin: 4px;
    height: auto;}
	.head1_social i{        border: 0px solid;
    padding: 6px 5px 5px;
    font-size: 1.7rem;
    width: 41px;
    text-align: center;
    height: 39px;
    border: 1px solid;
    margin: 5px 1px;
    border-radius: 4px;}
	
	
	.head1_social i.fa-facebook {    background: #4141ad;
    color: white;}
	.head1_social i.fa-twitter {}
	.head1_social i.fa-linkedin {background:#0077b5;color:white;}
	.head1_social i.fa-instagram {    background: linear-gradient(45deg, #FF9800, #9C27B0, #3667f6);
    color: white;}
	
	.social-icons {      position: fixed;
    background: linear-gradient(45deg, #4CAF50, green);
    color: white;
    padding: 10px;
    font-size: 38px;
    width: 57px;
    border-radius: 100px;
    text-align: center;
    bottom: 28px;
    left: 10px;
    z-index: 4;}
	.social-icons i{}
	
	.how_help {    position: absolute;
    width: max-content;
    background: #188f19;
    font-size: 14px;
    top: 33%;
    left: 38px;
    border-radius: 0px 14px 14px 0px;
    padding: 2px 12px 2px 4px;}
	
	.mobile_logo {display:none;}
	
	.clip_path {    background: repeating-linear-gradient(45deg, #072f7c 0%, #00000000 63%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;}
	
	.back1 {background: repeating-linear-gradient(45deg, #072f7c 0%, #00000000 63%);}
	.back2 {background: repeating-linear-gradient(45deg, #7c0707 0%, #00000000 63%);	}
	.back3 {background: repeating-linear-gradient(45deg, #072f7c 0%, #00000000 63%);}
	.back4 {background: repeating-linear-gradient(45deg, #072f7c 0%, #00000000 63%);}
	
	
	.go_to_top {       display: none;
    background: black;
    width: fit-content;
    padding: 10px;
    position: fixed;
    right: 4px;
    z-index: 3;
    bottom: 107px;
    color: white;
    font-size: 25px;
    border-radius: 2px;
    border: 2px solid #ffffff;}
	/* btns */
	
	.read_more_btn {            background: linear-gradient(45deg, #c20a0a, #FF5722);
    padding: 8px 20px;
    width: fit-content;
    margin: 10px  0px;
    border-radius: 2px;
    color: white;
    font-size: 1.2rem;}
	
	footer {overflow:hidden}
	.footer {         padding: 20px;
    background: linear-gradient(45deg, #ff0000e3, #100d28f0, #100d28f7);
    color: white;
    z-index: 2;}
	
	.back_img {    height: auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
	.foot_cont {    width: 24%;
    display: inline-grid;
    border: 0px solid;
    padding: 12px;
    vertical-align: text-top;}
	.foot_cont h2{}
	.foot_cont .foot_about{    font-size: 15px;
    padding: 10px 0px;}
	
	.foot_cont h3 {}
	.foot_cont ul {    padding-left: 0px;}
	.foot_cont ul li{       list-style: none;
    font-size: 1rem;
    margin: 5px 0px;transition:0.3s;
	left:0px;
	}
	
	.foot_cont ul li:hover {
		    left: 5px;transition:0.3s;
	}
	.foot_cont ul li i{}
	.foot_cont p{       padding: 10px 2px;
    font-size: 1rem;}
	
	.foot_cont ul.socials {    display: grid;
    grid-template-columns: 50px 50px 50px;}
	.foot_cont ul.socials li{}
	.foot_cont ul.socials li i{       background: #d61c07;
    padding: 9px;
    margin: 0px;
    border-radius: 1px;
    font-size: 19px;}
	
	
	
	.foot {      background: black;
    color: white;
    padding: 23px;
    font-size: 1rem;
    text-align: center;}
	
	
	.hero {      width: -webkit-fill-available;
    overflow: hidden;
    }
	.slider_box {      background: #242424; }
	.slider_box img {
    display: block;
    filter: brightness(0.8);
    width: -webkit-fill-available;
    height: auto;
    background: #2d2d2d;
    bottom: 0;
    position: absolute;
	
}


	.slider_box .slider_txt{ position: absolute;
    z-index: 3;
    top: 50%;
    color: white;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    width: 90%;
    max-width: 800px;}
	.slider_box .slider_txt h1{       text-transform: capitalize;
    text-shadow: 2px 2px 2px black;}
	.slider_box .slider_txt p{    padding: 13px 0px;}
	
	.know_more_btn {         background: linear-gradient(45deg, #c20a0a, #FF5722);
    text-align: left;
    padding: 10px 20px;
    border-radius: 1px;
    width: -webkit-fill-available;
    color: white;
    font-size: 1.5rem;
    max-width: 300px;
    text-align: center;}
	
	.scale:hover {
		scale:1.1;
	}
	
	.reveal {scale:0.8;   z-index:1;opacity:0;}
	.fadeactive {z-index:1;
		animation: fadein 0.4s linear forwards;
		-webkit-animation: fadein 0.4s linear forwards;
		-moz-animation: fadein 0.4s linear forwards;
		
		
	}
	
	@keyframes fadein {
		0% {scale:0.8; opacity:0;   }
		60% { opacity:1;   }
		100% {scale:1;   opacity:1; }
	}
	@-webkit-keyframes fadein {
		0% {scale:0.8; opacity:0;   }
		60% { opacity:1;   }
		100% {scale:1;   opacity:1; }
	}
		@-moz-keyframes fadein {
		0% {scale:0.8; opacity:0;   }
		60% { opacity:1;   }
		100% {scale:1;   opacity:1; }
	}
	
	
	
	.slider_top {    height: 500px;}
	
	.center {text-align:center;}
	.self_center {margin:0 auto;}
	.mid_section {        padding: 0rem 0rem;}
	.mid_section p { padding: 1rem;
    color: black;
    font-size: 1rem;}
	.title {              font-size: 2.5rem;
    color: #000000;
    font-weight: 600;
    padding: 2rem 10px;
    }
	.title:after {}
	
	.contact_form {       display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;}
	.contact_form img {    width: 100%;
    height: auto;}
	
	.form {                padding: 20px;}
	.form .input_area {         border: 1px solid #000000ab;
    margin: 10px auto;
    max-width: 500px;
    border-radius: 3px;
    color: black;
    position: relative;
    margin-top: 20px;
    background: white;
    padding: 5px;
    padding-top: 10px;}
	
	.form .input_area input,textarea,select {     border: 0px;
    outline: 0px;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 13px;
    background: transparent;}
	.form .input_area button {       background: linear-gradient(45deg, #c20a0a, #FF5722);
    color: white;
    padding: 13px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border: 0px;}
	
	.form .input_area button:hover {
		scale:1.05;
	}
	
	.form .input_area p {    
             padding: 2px 2px;
    font-weight: 500;
    position: absolute;
    top: -14px;
    z-index: 2;
    left: 20px;
    color: #000000;
    background: #ffffff;
    font-size: 15px;}
	
	
	.feature_block {    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;}
	.feature_block .fe_box {    width: -webkit-fill-available;
    max-width: 500px;
    
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    height: 215px;
    background: #f1f1f1;
    padding: 1rem;
    margin: 10px auto;}
	
	.feature_block .fe_box img{    width: 100px;
    height: auto;}
	.fe_info h3{    color: black;
    font-size: 1.5rem;
    padding: 3px 0px;}
	.fe_info p{      font-size: 14px;
    text-align: justify;
    font-weight: 500;
    padding: 0px;	}
	
	.error_page_msg {    font-size: 2rem;
    color: #000000;
    padding: 2rem;
    text-align: center;
    padding-bottom: 4rem;}
	
	.title_background {}
	
	.about_us {    max-width: 1200px;
    margin: 0 auto;}
	.about_us p{    white-space: pre-line;
    padding: 0px 2rem;
    color: #292929;}
	
	.right_ab_img {      }
	
	
	
	.span_txt {    font-size: 1rem;
    display: block;
    padding: 10px 9px;}
	.experience {     color: white;
    position: absolute;
    bottom: -31px;
    z-index: 2;
    background: linear-gradient(45deg, #c20a0a, #FF5722);
    font-size: 3rem;
    font-weight: 700;
    padding: 10px 20px;
    left: 30px;
    width: fit-content;
    border-left: 4px solid black;
    display: grid;
    grid-template-columns: 200px 200px;}
	
	.experience:after {
          position: absolute;
    content: '';
    border: 63px solid #ca1819;
    top: 15px;
    border-right-color: transparent;
    right: -78px;
}

.tx_in {    display: block;
    font-size: 41px;}
	
	.user_card {          background: #fafafa;
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 3rem auto;
    padding: 20px;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 200px auto;
    align-items: start;}
	.user_card img{    width: 100%;}
	.user_card h3{       color: black;
    font-size: 1.5rem;
    padding: 1rem;}
	.user_card h4{       color: black;
    margin: 0px 0px;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem;}
	
	.grid_2 {    display: grid;
    grid-template-columns: 50% 50%;
    color: black;
	}
	  .padding_2 {    padding: 2rem 0px;}
	  .margin_2_center {    margin: 2rem auto;}
	  .margin_2 {    margin: 2rem 0px;}
	
	.left_block,.right_block {    text-align: right;
    padding: 20px;
    width: 80%;
    background: #f1f1f1;
    color: black;
    margin: 0 auto;}
	.right_block {  text-align: left;}
	
	.grid_2 h3 {       font-size: 1.5rem;
    padding: 10px 0px;
    font-weight: 700;}
	
	
	.grid_2 p {    font-size: 16px;
    padding: 10px 0px;}
	
	.nav_tabs {    display: inline-grid;
    margin-left: 0px;
    padding: 0px;}
	
	.nav_tabs .tablinks{        padding: 9px 15px;
    background: #ffffff;
    margin: 1px;
    font-weight: 500;
    color: black;
    font-size: 1rem;
    border: 1px solid #e9e9e9;}
	
	.active{       background: #e32525 !important;
    color: white !important;}
	
	
	
	.active:after {
    position: absolute;
    content: '';
    border: 1px solid black;
    border: 19px solid transparent;
    border-left: 19px solid #e32525;
    right: -36px;
    top: 0px;
    z-index: 2;
}
	.tab-content {        width: 100%;
    background: #fbfbfb;
    display: inline-grid;
    margin-left: 0px;
    vertical-align: top;
    padding: 0px 2rem;
    top: 15px;
    border: 2px solid red;
    height: auto;
    min-height: 90vh;
    padding-bottom: 43px;}
	.tab-content .tab-pane{ display: none;}
	.tab-content .tab-pane h2{    font-size: 1.5rem;
    padding: 1rem 0px;
    color: black;}
	.tab-content .tab-pane h3{    font-size: 1.5rem;
    padding: 1rem 0px;
    color: black;}
	.tab-content .tab-pane p{    white-space: pre-line;
    color: #535353;
    font-size: 1rem;}
	
	
	.tab_grid {       display: grid;
    grid-template-columns: 30% 70%;
    margin: 2px auto 2rem;
    align-items: start;}
	
	#p_disclaimer {    font-size: 12px;
    padding: 20px 0px;
    margin-bottom: 47px;}
	
	.title_2 {    font-size: 2rem;
    font-weight: 600;
    color: #830707;}
	
	.options {    width: 90%;
    margin: 0 auto;}
	.options h3{    margin-top: 2rem;
    font-size: 1.5rem;
    color: black;
    padding: 17px 17px 0px;}
	.options p{    background: #fcfcfc; padding: 1rem;
    color: black;
    font-size: 1rem;}
	
	.schools {      display: inline-grid;
    margin: 2rem 1rem;
    border: 1px solid #e1e1e1;
    height: 100px;
    vertical-align: text-top;
    align-items: center;
    text-align: center;
    background: #ffffff;
    width: auto;}
	
	.schools img {width:auto;}
	.schools img:hover  {scale:1.1}
	
	.address_details {    padding: 1rem;}
	
	.contact2 {    display: grid;
    grid-template-columns: 50% 50%;
    align-items: self-end;}
	.address_line {     display: inline-grid;
    width: -webkit-fill-available;
    background: #f7f7f7;
    padding: 2rem;
    margin: 1rem;
    color: black;
    min-height: 400px;}
	.address_line h3{}
	.address_line h2{}
	.address_line p{    white-space: pre-line;
    font-weight: 500;}
	
	.g_location {    background: #ca1010;
    color: white;
    padding: 10px;
    width: fit-content;
    text-align: left;
    border-radius: 2px;
    font-weight: 600;
    padding: 10px 30px;}
	
	.entry-content {}
	.entry-content h3{    color: #d41212;
    padding: 10px;
    margin-top: 1rem;
    margin-left: 24px;
    font-size: 1.5rem;
    width: fit-content;}
	.entry-content p{}
	
	
	
	#map_location {    border: 0;
    width: 80%;
    min-height: 500px;
    display: block;
    margin: 1rem auto;
    border: 2px solid red;}
	
	.why_us {
        padding: 2rem;
    color: black;
    background: #f9f9f9;
    margin: 1rem;
    width: 47%;
    display: inline-block;
    vertical-align: text-top;
    height: 300px;
    text-align: justify;
    display: inline-grid;
}
	.why_us h3{}
	
	

.why_us h3 i {    color: #F44336;
    padding: 2px 8px 2px 0px;}
	.why_us p{    padding: 1rem 0px;}
	
	.visa_about {    width: 90%;
    margin: 1rem auto;}
	.visa_about h3{}
	.visa_about p{        font-size: 1rem;
    color: black;
    font-weight: 500;
    white-space: pre-line;}
	
	.image_gallery {            text-align: center;
    height: fit-content;
    width: 90% !important;
    margin: 20px auto;}
	
	.image_gallery img {          max-width: 320px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    background: #f1f1f1;
    padding: 0px;
    border-radius: 7px;}
	.image_gallery img:hover {scale:0.95;}
	
	.certi {       width: -webkit-fill-available;
    max-width: 31%;
    padding: 15px;
    margin: 13px 10px 2rem;
    display: inline-block;
    border: 3px solid #d75349;
    height: 300px;
    vertical-align: text-top;
    border-radius: 9px;
	text-align:center;
	}
	
	.certi:hover img{
		scale:0.95;
	}
	.certi h3{    padding: 1rem;
    color: black;
    text-align: center;
    font-size: 1.5rem;}
	.certi img{          width: auto;
    height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;}
	
	.top_image {        width: 100%;
    overflow: hidden;
    height: 300px;}
	.top_image img{          width: -webkit-fill-available;
    max-height: 300px;
    filter: brightness(0.8);}
	.top_image .top_txt{    width: 100%;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    left: 100px;
    top: 82px;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;}
	.top_image .top_txt h1{      font-size: 5rem;
    margin: 0px 2rem;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;}
	
	.title_3 {
    font-size: 2rem;
    color: #000000;
    font-weight: 600;
    padding: 2rem 10px;
}
	.star_5 {    color: #FF5722;
    display: inline;
    font-size: 2rem;
    vertical-align: text-bottom;}
	
	.call_image {    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto;}