/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
}


input:hover,
input:focus {
    outline: none !important;
}
textarea:hover,
textarea:focus {
    outline: none !important;
}
button:hover,
button:focus {
    outline: none !important;
}
select:hover,
select:focus {
    outline: none !important;
}

a:hover{
    color: #fff !important;
    text-decoration: none !important;
}
/*Header start*/


body{
/*    font-family: 'Source Sans Pro', sans-serif !important;*/
    font-family: 'Poppins', sans-serif !important;
}


/*Top header start*/

.contact_nav{
    width: 100%;
    height: 42px;
    background: #fff;
    background: #000091;
}
.time_no_con{
    width: 100%;
    height: 42px;
/*    background: #fff;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.time{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.phn{
    padding: 9px 0;
}
.phn i{
    color: #fff;
    padding-right: 10px;
}
.time_no_con p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 11px 0;
}

.no{
    margin-left: 15px;
}
.no a{
    color: #fff;
    font-size: 14px;
}
.open-time{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.clock{
    padding: 9px 0;
}
.clock i{
    color: #fff;
    padding-right: 10px;
}
.open-time p{
    color: #fff;
    padding: 11px 0;
    font-size: 14px;
}
.email_social_con{
/*    width: 100%;*/
    height: 42px;
/*    background: #fff;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.top_right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}
.email_social_con p{
    font-size: 14px;
    margin-bottom: 0;
    padding: 11px 0;
    color: #fff;
}

.email_box a{
    color: #111;
}
.social_icons{
    padding: 9px 0;
}
.social_icons .icons{
    color: #fff;
    margin-left: 0px;
}
.social_icons .icons i{
    margin: 0 5px;
}

/*Top header end*/

/*Main header start*/


.navbar-brand{
    padding: 10px 0 !important;
    margin:0px;
}
.navbar-brand img {
    max-width: 100%;
}
.sticky {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    position: fixed;
    color: #111 !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.main-header{
    width: 100%;
    height: 80px;
    background: #fff; 
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.nav-link{
    margin: 0 !important;
    display: block;
    padding: 8px 12px !important;
    font-size: 16px;
    font-weight: 500;
    color: #252525 !important;
}

.nav-item .nav-link{
    transition: 0.3s !important;
}
.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #fff !important;
    transition: 0.3s !important;

}

.nav-item.active,
.nav-item:hover{
    transition: 0.3s !important;
    color: #fff !important;
    border-radius: 5px !important;
    background: #000091 !important;
}

.navbar{
    padding: 0 !important;
    height: 80px;
    width: 100%;
    z-index: 11111 !important;
}

.navbar-nav{
    padding: 0 !important;
}
.nav-item{
    margin: 0 2px;
}

nav .menu-btn i{
  color: #000;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}

.dropdown-menu{
    top: 96% !important;
    padding: 0 !important;
    background: #fff !important;
	transition: 0.3s !important;
    border-radius: 5px !important;
    border: 0 !important;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.dropdown-menu .dropdown-item{
    color: #111 !important;
    border-radius: 5px !important;
    line-height: 30px;
/*    padding: 5px 15px;*/
    transition: 0.3s !important;
}
.dropdown-menu .dropdown-item:hover{
    color: #fff !important;
    border-radius: 5px !important;
    transition: 0.3s !important;
    background: #000091 !important;
}
.dropdown-menu .dropdown-item:focus{
    color: #fff !important;
    border-radius: 5px !important;
    background: #000091 !important;
}
.dropdown-menu .dropdown-item.active{
    color: #fff !important;
    border-radius: 5px !important;
    background: #000091 !important;
}
.apply-btn{
    padding: 8px 22px;
    color: #fff;
    font-size: 14px;
    background: #000091;
    border-radius: 5px;
}
.brochure-btn{
/*
    color: #111 !important;
    background: #fff !important;
*/
    margin-left: 15px;
}

.dropdown-submenu i{
    margin-left: 5px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
/*
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
*/


@media (min-width: 992px){
.dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.dropdown-menu{
    margin-left:0;
    margin-right: 0;
}
.dropdown-menu li{
    border-radius: 5px !important;
	position: relative;
}
.nav-item .submenu{ 
	display: none;
	position: absolute;
	left:100%;
    top: -2px !important;
}
.nav-item .submenu-left{ 
	right:100%;
    left:auto;
}
    
.dropdown:hover>.dropdown-menu{
	display: block;
}    
.dropdown-menu > li:hover{
    background-color: #f1f1f1
}
.dropdown-menu > li:hover > .submenu{
	display: block;
}
    
}


@media (max-width: 991.98px) {
nav .menu-btn i{
    display: block;
}
.navbar-nav{
    position: fixed;
    top: 100px;
    left: -100%;
    background: #fff;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 11111 !important;
}
#click:checked ~ ul{
    left: 0;
    z-index: 11111 !important;
}
.nav-item{
    margin:  0;
}    
/*
nav ul li {
    width: 100%;
    margin: 20px 0;
}
*/
nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#click:checked ~ ul li a{
    margin-left: 0px;
}
.dropdown-menu{
    text-align: center !important;
}
/*
.dropdown-menu > li:hover > .submenu{
	display: block;
}    
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}    
    
    
    
}


/*Main header end*/


/*Header end*/


/*Scroll top button*/

/*Scrolltop*/

#scrollToTop{
    font-size: 3em;
    color: #555;
    position: fixed;
    z-index: 1111;
    left: 40px;
    bottom: 20px;
    transition: all 0.5s ease;
}
#scrollToTop:hover{
    color: #555 !important;
    transform: scale(1.1,1.1);
    transition:all 0.5s;
}

.hide{
    transform: scale(0,0);
}

/*Scrolltop*/



/*whatsapp start*/

.whatsapp_chat{
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1111;
}
.whatsapp_chat a img{
    width: 100%;
}

/*whatsapp end*/


/*Banner start*/


.banner-section{
    width: 100%;
    height: auto;
    background: #c5daf7;
}
.banner{
    width: 100%;
    height: auto; 
}
.banner-left{
    width: 100%;
    height: auto;
    padding: 10px;
}
.banner-left img{
    width: 100%;
    height: auto; 
}
.banner-right{
    width: 100%;
    height: auto;
    padding: 70px 20px;
}
.banner-right h1{
    font-size: 60px;
    font-weight: 700;
    color: #343434;
}
.banner-right h2{
    font-size: 34px;
    font-weight: 700;
    color: #343434;
}
.banner-right p{
    font-size: 14px;
    color: #343434;
    text-align: justify;
}

.view_dtls{
    font-size: 14px !important; 
    padding: 5px 20px !important;
    padding: 5px 15px;
    color: #fff;
    background: #000091;
    border-radius: 5px;
}

/*Banner end*/



/*About section start*/

.about-section{
    margin: 50px 0;
}
.abt-heading-sec h5{
    font-size: 24px;
    color: #111;
    margin-bottom: 0;
}
.abt-heading-sec p{
    font-size: 16px;
    color: #111;
    text-align: justify;
}
.abt-heading-sec h3{
    font-size: 38px;
    color: #111;
    font-weight: 700;
}
.about_img-box{
    width: 100%;
    height: auto;
/*    background: #e7e7e7;*/
    border-radius: 10px;
    overflow: hidden;
}
.about_img-box img{
    width: 100%;
    height: auto;
}
.form_container{
    padding-top: 10px;
}
.about_content-bx{
    width: 100%;
    height: 415px;
    padding: 17px 10px;
    background: #fff;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.form_row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form_label{
    margin-left: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
.fn {
    width: 100%;
    height: 40px;
    color: #111;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #999 !important;
    padding-left: 10px;
}

.fn::placeholder {
    color: #999;
    font-size: 12px;
}
.row2, .row3{
    margin-top: 10px;
}
.msg{
    width: 100%;
    height: 100px;
    color: #111;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #999 !important;
    padding-top: 5px;
    padding-left: 10px;
}
.msg::placeholder {
    color: #999;
    font-size: 12px;
}
.submit-button{
    margin-top: 25px;
}
.frm_submit_btn{
    color: #fff !important;
    background: #000091 !important;
    border-radius: 5px !important;
    font-size: 14px !important; 
    padding: 5px 20px !important;
}


/*About section end*/


/*Course section start*/


#slider{
    margin-top: 50px;
    background: #e2e2fe;
    padding: 50px 0;
}
.slider-header {
    padding-bottom: 15px;
}
.slider-header h3{
    font-size: 32px;
    font-weight: bold;
    color: #3d3d3d;
}
.owl-carousel .owl-stage-outer{
    padding: 10px 0 !important;
}
.course_card {
/*    border: 1px solid #555 !important;*/
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
    border: 0 !important;
    justify-content: center;
    margin: 0 auto;
}
.card-body{
    padding: 20px 15px !important;
}
.crd-hding {
    font-size: 16px;
    font-weight: 600;
}
.crd-btls{
    font-size: 12px;
}
.course-body{
    padding: 15px 10px !important;
}
.vd{
    color: #fff !important;
    background: #0a014c !important;
}

.owl-prev {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    left: -5%;
    top: 40%;
    bottom: 0px;
    background-color: #000090 !important;
    border-radius: 50px;
    padding: 5px 10px;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}

.owl-prev span {
    font-size: 27px;
    color: #fff !important;
}

.owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    right: -5%;
    top: 40%;
    bottom: 0px;
    background-color: #000090 !important;
    border-radius: 50px;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
}

.owl-next span {
    font-size: 27px;
    color: #fff !important;
}

.card-text {
    margin-bottom: 5px;
}

.card-rating {
    margin-bottom: 20px;
}

.rating i {
    color: #f1c84d;
}

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.card-button{
    position: absolute;
    bottom: 20px;
}

/*Course section end*/


/*Testimonial start*/

.testimonial-section {
    margin: 0;
/*    background: gray;*/
    padding: 0;
}

.tesimonial-slider-con {
    width: 100%;
    height: auto;
/*    background: aqua;*/
    margin: 25px 0;
}
.testi_content{
    width: 100%;
    margin: 0 auto;
}
.testi_content h3 {
    color: #111;
    text-align: center;
}

.testi_content p {
    color: #111;
    text-align: center;
}
.cmntator-bx{
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.cmntator-imgBx{
    width: 100px;
    height: 100px;
/*    background: gray;*/
    border-radius: 50%;
    overflow: hidden;
    
}
.cmntator-imgBx img{
    width: 100%;
    height: auto;

}
.cmntator-bx h3{
    font-size: 32px;
    color: #545454;
    font-weight: bold;
}
.cmntator-bx p{
    width: 500px;
    font-size: 16px;
    color: #545454;
}
/*Swiper*/

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    background: #000091 !important;
    opacity: 0.2;
}

/*Testimonial end*/


/*Student testimonial start*/

.student-testimonial{
/*    background: #ffb62e;*/
    padding: 50px 0;
}
.st_tst_hd{
    font-size: 32px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: center;
    padding-bottom: 10px;
}
.testi_container{
    background: #ffb62e;
    padding: 50px 0;
}
.student-slider{
    width: 900px;
    height: 400px;
    background: #fff;
    justify-content: center;
    margin: 0 auto;
    border-radius: 15px;
}

.student_content{
    width: 100%;
    height: 400px;
    background: #2d3238;
    border-radius: 15px;
    padding: 60px 80px;
}
.student_content h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}
.student_content p{
    color: #fff;
    text-align: justify;
}
.st_row{
    margin-left: 0 !important;
    margin-right: 0 !important;
    
}
.st_pd{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.student_comment{
    width: 100%;
    height: 400px;
    padding: 30px 40px;
}
.st_cmt_con{
    display: flex;
    flex-direction: row;
}
.st_cmtr{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.st_cmtr img{
    width: 100%;
    height: auto;
}
.st_cmt_hd{
/*    background: aqua;*/
    margin-left: 20px;
    padding: 5px 0;
}

.st_cmt_hd h3{
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 28px;
    font-weight: bold;
}
.st_cmt_hd h4{
    color: #818181;
    margin-bottom: 0;
}
.student_comment p{
    margin-top: 10px;
    text-align: justify;
}
#two .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute; 
    right: 40%;
    top: 83%;
    bottom: 0px;
    background-color: transparent!important;
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: none !important;
}

#two .owl-next span {
    font-size: 30px;
    color: #000 !important;
}

#two .owl-prev{
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    left: 53%;
    top: 83%;
    bottom: 0px;
    background-color: transparent!important;
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: none !important;
}
#two .owl-prev span {
    font-size: 30px;
    color: #000 !important;
}

/*Student testimonial start*/


/*Video testimonial start*/

.video-testimonial{
    padding-bottom: 50px;
}
.video-testimonial h3{
    font-size: 32px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.video-slide {
    width: 100%;
    height: auto;
    background: gray;
}

.video-slide img {
    width: 100%;
    height: auto;
}
.video_dtls{
    padding: 10px;
    font-size: 14px;
}
/*Video testimonial end*/


/*Partner section start*/

.partner-section{
    padding: 50px 0;
}

.brand-slide{
    padding: 15px;
}
.partner-section h3{
    font-size: 32px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.option_col{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.partner-imgbx{
    width: 100%;
    height: auto;
/*    background: aqua;*/
}
.partner-imgbx img{
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.partner-imgbx:hover img{
    transform: scale(1.1);
    transition: 0.3s;
    cursor: pointer;
}
.prt_row2{
    margin-top: 20px;
}
#three .owl-prev {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    left: -5%;
    top: 30%;
    bottom: 0px;
    background-color: #000090 !important;
    padding: 5px 10px;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
}
#three .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: .8s;
    position: absolute;
    right: -5%;
    top: 30%;
    bottom: 0px;
    background-color: #000090 !important;
    border: 2px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
}

/*Partner section start*/

/*Footer start*/

#footer-section{
    padding: 50px 0 0;
    background-color: #e2e2fe;
}
.footer-clmn1{
    padding-left: 0px;
}

.ft_hd{
    font-weight: 700;
    font-size: 18px !important;
}

.footer-clmn p{
    color: #1b1b1b;
    font-size: 14px;
    padding: 0 2px;
}
.footer-heading{
    color: #1b1b1b;
}

.ql{
    list-style: none;
    padding: 5px 0;
}

.ql a{
    text-decoration: none;
    color: #1b1b1b;
    transition: 0.3s;
    font-size: 14px;
}
.ql a:hover{
    color: #000091 !important;
    transition: 0.3s;
    text-decoration: none;
}


.footer_end {
    width: 100%;
    height: 60px;
    background: #000091;
    margin-top: 50px;
    padding: 18px 0;
}

/*
.social_con{
    display: flex;
    flex-direction: column;
}
*/
.social_con p{
    font-size: 14px;
    margin-bottom: 0;
    padding:0;
    color: #1b1b1b;
    font-weight: 700;
}

.social_con .social_icons{
    padding:0;
}
.social_con .social_icons .icons{
    color: #000091;
    margin-left: 0px;
    transition: 0.3s;
}
.social_con .social_icons .icons i{
    margin: 0 5px;
}
.social_con .social_icons .icons:hover i{
    color: #111;
    transition: 0.3s;
}

.subs-content{
/*    background: gray;*/
    padding-bottom: 30px;
}
.subs-content h3{
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.subs-content p{
    color: #1b1b1b;
    font-size: 16px;
    margin-bottom: 0;
}
.ft_end_txt{
    color: #fff;
}
.ft_txt1{
    text-align: center;
}

.em_sub{
    width: 270px;
    height: 40px;
    border: 0;
    padding-left: 20px;
    border-radius: 5px;
}
.em_sub::placeholder{
    font-size: 14px;
}
.submit_btn{
    height: 40px !important;
    color: #fff !important;
    padding: 9px 25px !important;
    border-radius: 5px !important;
    background: #000091 !important;
    margin-left: -20px !important;
    margin-top: -2px !important;
}


/*Footer end*/



/*About us page start*/

.about-heading_sec{
    width: 100%;
    padding: 35px 0;
    background: #1c1c1c;
}
.about-heading{
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.gtia{
    font-weight: 700;
}
.about-george-acnts{
    color: #585858;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
}
.about-imageBox{
    width: 100%;
    height: auto;
/*    background: #67bde8;*/
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: -10px 15px 20px rgba(0,0,0,0.3);
}
.about-imageBox img{
    width: 100%;
    height: auto;
}

.heritage-section{
    width: 100%;
    height: auto;
    margin: 70px 0;
}
.heritage-imageBox{
    width: 100%;
    height: auto;
/*    background: #67bde8;*/
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -10px 15px 20px rgba(0,0,0,0.3);
}
.heritage-imageBox img{
    width: 100%;
    height: auto;
}
.george-heritage{
    color: #484848;
    font-size: 24px;
    font-weight: 700;
}
.george-heritage-dtls{
    color: #585858;
    font-size: 16px;
    text-align: justify;
}

.tex-return-section{
    width: 100%;
    height: auto;
    margin: 95px 0;
}
.tax-imageBox{
    width: 100%;
    height: auto;
/*    background: #67bde8;*/
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -10px 15px 20px rgba(0,0,0,0.3);
}
.tax-imageBox img{
    width: 100%;
    height: auto;
}
/*
.tax-heading{
    color: #484848;
    font-size: 24px;
    font-weight: 700;
}
.tax-return-list{
    list-style: none;
    color: #585858;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}
*/
.bulb-icon{
    margin-right: 10px;
}
.team-member-section{
    width: 100%;
    height: auto;
    margin: 50px 0 90px;
}
.team-member-imageBox{
    width: 100%;
    height: auto;
/*    background: #67bde8;*/
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 25px 25px 0px rgba(0,0,145,1);
}
.team-member-imageBox img{
    width: 100%;
    height: auto;
}
.team-member-heading{
    color: #484848;
    font-size: 24px;
    font-weight: 700;
}
.team-member-dtls{
    color: #585858;
    font-size: 16px;
    text-align: right;
}
.team-member-section .read-more-button{
    text-align: right;
}

.about_body_containear{
    padding: 50px 0;
    position: relative;
    z-index: 3;
	background:#E4E4E4;	
}
.team_member-post{
    margin: 0;
}
.about_box1{
	display:block;
	float:left;
	width:100%;
	background:#FFF;
	padding:30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.43);
    margin:12px 0;	
	border-radius: 5px;
}

.about_left img{
    width:260px;
	height:260px;
	object-fit:cover;
	object-position:top;
	border-radius:100%;
    border:8px solid #E4E4E4;
}
.about_right{
	text-align:left;
}
.about_right h2{
	color:#484848;
	font-size:24px;	
    font-weight: 700;
}
.about_right h3{
	position:relative;
	color:#000091;
	font-size:16px;
	padding-bottom:5px;
	margin-top:8px;	
}
.about_right p{
	color:#585858;
	font-size:16px;
	line-height:24px;
	margin-top:10px;
}



/*About us page end*/


/*Placement page start*/

.placement_slider{
    width: 300px;
}
.placement-banner{
    width: 100%;
    height: auto;
}
.placement-banner img{
    width: 100%;
    height: auto;
}

.p-left-colmn{
    width: 100%;
}
.p-left-colmn p{
    text-align: justify;
}
.partners_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.partner-col{
    width: 20%;
    height: auto;
}
.partner-col img{
    width: 100%;
    height: auto;
}


.p-right-colmn{
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
.location-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.location_iconbox a i{
    color: #000091;
    font-size: 30px;
}

.visit a{
    color: #000091;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
}
.visit a:hover{
    color: #000091 !important;
}
.branch{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.hr_line{
    width: 100%;
    border-bottom: 1px solid #999;
}
.cnt_row{
    margin-top: 20px;
}
.p-right-colmn h2{
    color: #000091;
    font-size: 30px;
}
.apply_form-box{
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.contact_form-box {
    width: 100%;
    height: auto;
    /* background: gray; */
}
.contact-person {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(0,0,0,0.2);
}
.last_name{
    margin-top: 10px;
}
#course{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}

#centre{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.contactor-address {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.contactor-no {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.enter-msg {
    width: 100%;
    height: 100px;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.submit-btn {
    text-align: center;
    margin-top: 15px;
}

/*Placement page end*/


/*Contact page start*/

.address-box{
    width: 100%;
    height: 210px;
    border: 3px solid rgba(0,0,0,0.2);
/*    background-color: #f7f7f7;*/
    border-radius: 10px;
/*    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);*/
    padding: 30px 20px;
    transition: 0.3s;
}
.address-box:hover{
    transition: 0.3s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.address-box h2{
    font-size: 24px;
    font-weight: 600;
}
.address-box p{
    color: #555;
    margin-bottom: 0;
}

/*Contact page end*/


