/* header section */

::-webkit-scrollbar {
    width:6px;
    background: #FFF;
    border-radius:50px;
}
::-webkit-scrollbar-thumb {
    background:#002147;
    border-radius:100px;
    border:1px solid #FFFFFF;
    
}
::-webkit-scrollbar-thumb:window-inactive {
    background:#ffa469;
    border-radius:100px;
}

header .navbar {
    background: #002147;
    padding: 10px 0px;
}

header ul.navbar-nav,
header ul.navbar-nav li.nav-item {
    display: inline-block;
}

header ul.navbar-nav li.nav-item a {
    text-transform: uppercase;
    font-family: 'montserratlight';
    color: #fff;
    font-size: 16px;
}

header ul.navbar-nav li.nav-item {
    padding-left: 25px;
}

header ul.navbar-nav li.nav-item:first-child {
    padding-left: 0px;
}

header ul.navbar-nav li.nav-item.active a {
    color: #ffba00;
    border-bottom: 1px solid #ffba00;
}

/* banner section */

.about_banner {
    position: relative;
}

.about_banner figure {
    position: relative;
    background-position: center bottom !important;
    height: 100vh;
}

.about_banner figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 33, 71, 0.2);
    height: 100%;
    width: 100%;
}



.about_banner .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 56%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_banner .content h2 {
    font-family: 'montserratbold';
    font-size: 5vw;
    color: #fff;
}

.about_banner .content h6 {
    font-family: 'montserratbold';
    font-size: 28px;
    line-height: 28px;
    padding: 20px 0px 35px 0px;
    color: #fff;
}

.about_banner .content .search_textbox {
    width: 40%;
    height: 60px;
    /* border: 1px solid #020834; */
    border-radius: 50px;
    background: #ffffff;
    padding: 15px 0px;
    text-align: center;
    color: #2f2f2f;
    font-size: 14px;
    font-family: 'montserratlight';
}

.about_banner .content .search_button {
    background: url(../images/button-bg.png);
    background-repeat: no-repeat;
    width: 162px;
    height: 60px;
    border: 0px;
    font-family: 'montserratbold';
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

/* about content*/

.about_content {
    padding: 100px 0px 100px 0px;
}

}

.about_content h3<br><br> {
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'montserratbold';
    margin-bottom: 40px;
}

p {
    color: #2b2b2b;
    font-family: 'montserratlight';
    font-size: 18px;
    line-height: 32px;
    text-align: -webkit-auto;
}

.about_content img {
    width: 80%;
    float: right;
}

.about_content img.two {
    float: left;
    width: 100%;
}

.about_content .col-sec {
    margin-top: 60px;
}

.about_logos .logowrapp {
    margin: 0px 60px;
}

.about_logos .logos .box {
    border: 2px solid #f5f5f3;
    backface-visibility: #fff;
    min-height: 160px;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.fade {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.about_logos .logos .box:hover {
    box-shadow: 0px 0px 45.43px 13.57px rgba(0, 0, 0, 0.06);
}

.about_logos .content_box {
    background: #002147;
    padding: 30px;
    color: #fff;
    font-family: 'montserratlight';
    font-size: 30px;
    line-height: 62px;
    text-align: center;
	border-radius:9px;
}


.about_logos .content_box span {
    font-family: 'montserratbold';
    color: #ffba00;
}

.about_logos .logos .box img {
    max-width: 57%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about_logos .logos .slick-slide {
    margin: 12px 12px;
}

.about_logos .logos .slick-arrow {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_logos .logos .slick-arrow.slick-next {
    left: inherit;
    right: -60px;
}

.about_logos .logos .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #848484;
    color: transparent;
    background: transparent;

}

.about_logos .logos .slick-arrow:before {
    content: '';
    position: absolute;
    background: url(../images/left-arrow.png);
    width: 12px;
    height: 21px;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.about_logos .logos .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    background: url(../images/right-arrow.png);
}

/** courses ***/

h3 {
    color: #000000;
    font-size: 46px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'montserratbold';
    margin-bottom: 40px;
}

.about_courses .nav-tabs {
    display: block;
    text-align: center;
    border: 0px;
    margin-bottom: 30px;
}

.about_courses .nav-tabs a {
    text-transform: uppercase;
    color: #002147;
    font-family: 'montserratregular';
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin-left: 40px;
}

.about_courses .nav-tabs a:first-child {
    margin-left: 0px;
}

.about_courses .nav-tabs a.active  {
    font-family: 'montserratbold';
    border: 0px;
    color: #002147;
    border-bottom: 2px solid #002147;
}


.about_courses .tab-content a {
    margin-bottom: 25px;
    display: table;
    min-height: 280px;
    min-width: 280px;
}

.about_courses a .box {
    text-align: center;
    background: #fff;
    border: 2px solid rgb(243, 242, 239);
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.about_courses a:hover .box {
    background: #002147;
    box-shadow: 0px 0px 45.43px 13.57px rgba(0, 0, 0, 0.06);
}

.about_courses a .box img {
    max-width: 25%;
    margin: 0 auto;
    margin-bottom: 10px;
}


.about_courses a .box p {
    text-align: center;
    color: #002147;
    font-family: 'montserratregular';
    font-size: 21px;
    line-height: 30px;
    text-transform: capitalize;
}

.about_courses a .box img.img-hover {
    display: none;
}

.about_courses a:hover img.img-hover {
    display: block;
}

.about_courses a:hover img.img-org {
    display: none;
}

.about_courses a:hover p {
    color: #fff;
}

.about_courses a.btn,
.about_college a.btn {
    background-color: rgb(0, 33, 71);
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 180px;
    font-family: 'montserratbold';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    height: 55px;
    line-height: 48px;
    margin-top: 20px;
    text-align: center;
}

.about_courses a.btn:hover,
.about_college a.btn:hover {
    background: #ffba00;
}

.about_courses a.btn img,
.about_college a.btn img {
    margin-left: 17px;
    position: relative;
    top: -3px;
}

a.btn:hover {
    color: #fff;
}

.about_college {
    padding: 100px 0px;
}

.about_college .box {
    text-align: center;
    border: 2px solid rgb(243, 242, 239);
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.about_college .box:hover {
    box-shadow: 0px 0px 45.43px 13.57px rgba(0, 0, 0, 0.06);
}

.about_college .box_inner {
    height: 200px;
    padding: 30px 0px;
    line-height: 100px;
}

.about_college .box img {
    max-width: 50%;
    vertical-align: middle;
}


.about_college .box h6 {
    font-size: 16px;
    color: #535353;
    font-family: 'montserratbold';
}

.about_college .box a.btn {
    background: #002044;
    display: block;
    border-radius: 0px;
    font-family: 'montserratbold';
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.about_college .box a.btn:hover {
    background: #ffba00;
}

.about_college .box a.btn img {
    margin-left: 0px;
}

.abot_student {
    background: #002044;
    padding: 62px 0px 100px 0px;
}

.abot_student h3 {
    color: #fff;

}

.abot_student .box {
    background: #fff;
    border-radius: 10px;
    padding: 80px 30px;
    position: relative;
    color: #000;
    line-height: 30px;
    font-size: 17px;
    font-family: 'montserratlight';
    height: 100%;
    padding-top: 65px;
}

.abot_student .box span {
    display: block;
    float: right;
    margin-top: 20px;
    color: #002044;
    font-family: 'montserratbold';
    text-transform:capitalize;
}

.abot_student ul {
    text-align: center;
    margin-bottom: 15px;
}

.abot_student ul li {
    display: inline-block;
}

.abot_student .row1 > div.col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.abot_student .row1 {
    margin-top: 120px;
}

.abot_student .box img {
    position: absolute;
    left: 0;
    top: -50px;
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    right: 0;
}

.abot_student .contact {
    padding-top: 100px;
}

.abot_student .contact .form-control {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    background: none;
    resize: none;
    font-family: 'montserratlight';
    font-size: 16px;
    padding: 0px;
    line-height: 30px;
    color: #fff;
}

.abot_student .contact textarea {
    height: 100px;
}

.abot_student .contact .form-group {
    margin-bottom: 20px;
}

.abot_student .contact .btn {
    float: right;
    background: #fff;
    border-radius: 50px;
    color: #002044;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    font-family: 'montserratregular';
}

.abot_student .contact .btn img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.abot_student .contact .adress {
    padding-top: 15px;
    padding-left: 120px;
}

.abot_student .contact .btn:hover {
    background-color: #ffba00;
    }

.abot_student .contact .adress p {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    padding-left: 48px;
    text-transform: capitalize;
    padding-bottom: 20px;


}

.abot_student .contact .adress span {
    display: block;
    color: #ffba00;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 5px;
}

.abot_student .contact .adress span img {
    margin-right: 20px;
}

#map_wrapper {
    height: 400px;
}

footer {
    background-color: #021c3a;
    padding: 60px 0px;
	right:0;
	left:0;
	width:100%;
	bottom:0;
}

footer .social-icons {
    float: right ;
}

footer ul {
    margin:0px auto;
}

footer ul li {
    background-color: #FFF;
    margin: 0px 3.5px;
    position: relative;
    background-color: #FFF;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    list-style-type: none;
    float: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

footer li:hover {
    background-color: #ffba00;
}

footer li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0px;
    margin: 0 auto;
    max-width: 43% !important;
}

footer li img.icons {
    max-width: 30% !important;
}

footer p {
        color: #7e7e7e;
    font-family: 'montserratlight';
    text-align: center;
    font-size: 16px;
    clear: both;
}

footer .btn {
    font-family: 'montserratbold';
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 7.92rem;
    border-radius: 50px;
    background-color: #FFF;
    width: 230px;
    text-transform: uppercase;
}

footer .pull-right {
    float: right;
}

footer img.chat-img {
    width: 17%;
}

footer .btn:hover {
    color: #ffba00;
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 0px!important;
    background-color: #fff
}

header .navbar-toggle {
    background: none;
    border: 0px;
    display: none;
}

header .navbar-toggle:focus {
    outline: none;
}

header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 10px !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: -100%;
    background-color: #002147;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 90px;
    padding-left: 30px;
    width: 100%;

}

.sidenav .closebtn {
    position: absolute;
    top: 45px;
    right: 15px;
    font-size: 45px;
    margin-left: 50px;
    color: #fff;
}

.sidenav ul li a {
    font-family: 'montserratregular';
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
}

.sidenav ul li {
    padding-bottom: 15px;
}

.about_banner .slick-dots {
    bottom: 40px;
}

.about_banner .slick-dots li button {
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.about_banner .slick-dots li {
    margin: 0px;
}

.about_banner .slick-dots li.slick-active button {
    background: #002147;
}


.modal-content { padding: 30px !important }

.btn-primary {
            background-color: #002147 !important;
            color: #fff;
            border-color: #ffba00;
			height:40px;

}
#btnapply{
                background-color: #002147;
                            color: #fff;
							margin-top:1rem;


}
#btnapply:hover {
    background-color: #ffba00;
}
.modal-footer button {
    top: 22px;
    height: 42px;
    position: absolute;
    /* height: 40px; */
    /* background: 0; */
    font-size: 18px;
    margin: 0 auto;
    /* padding: 11px; */
    /* margin-top: -174px; */
}



.about_CoursesMore a.btn {
    background-color: rgb(0, 33, 71);
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 180px;
    font-family: 'montserratbold';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    height: 55px;
    line-height: 48px;
    margin-top: 20px;
    text-align: center;
}


.about_CoursesMore a.btn:hover {
    background: #ffba00;
}


.about_CoursesMore a.btn img {
    margin-left: 17px;
    position: relative;
    top: -3px;
}

a.btn:hover {
    color: #fff;
}

.about_CoursesMore {
    padding: 100px 0px;
}

.about_CoursesMore .box {
    text-align: center;
    
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.about_CoursesMore .box:hover {
}

.about_CoursesMore .box_inner {
    height: 200px;
    padding: 30px 0px;
    line-height: 100px;
}

.about_CoursesMore .box img {
    max-width: 50%;
    vertical-align: middle;
}


.about_CoursesMore .box h6 {
    font-size: 16px;
    color: #535353;
    font-family: 'montserratbold';
}

.about_CoursesMore .box a.btn {
    background: #002044;
    display: block;
    border-radius: 0px;
    font-family: 'montserratbold';
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 0px;
    width: 90%;
    height: auto;
    margin-top: 0px;
}

.about_CoursesMore .box a.btn:hover {
    background: #ffba00;
    border-radius: 0px;
}

.about_CoursesMore .box a.btn img {
    margin-left: 0px;
}


/* this is Whatsup button csss */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:6px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.icon-c{color:#C90;}





















        