/*html{
  scroll-behavior: smooth;
}*/

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/

/*header{
  background-color: #a9a9a9;
}*/

.top-header{
  background-color: #141b40;
  padding: 10px 0;
}

.header-left p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}








.fixed-top{
  background-color: rgba(0, 0, 0, 0.62);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.fixed-top .navbar-brand img{
    width: 100%;
    max-width: 150px;
    margin-top: 0px;
}

.menu-section{
  background-color: #fff;
}

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.fixed-top a.btn.btn-quote{
  border-radius: 0px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 300px;
  padding: 0px;
}

.navbar-brand img{
    width: 250px;
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 25px 10px 10px 10px;
    border-radius: 5px;
}

.fixed-top .navbar-brand img{
    width: 100px;
}


.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
    position: relative;
    z-index: 999;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #aa1e23;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #111111;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    padding: 10px 12px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #aa1e23;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #aa1e23;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{
  color: #fff;
  font-size: 14px;
  padding: 7px;
  background-color: #073758;
  border-bottom: 1px solid #444;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #da1e36;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/***************SLIDER**************/

.slider-img{
  background: url("../images/banner.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 690px;
}

/*************SLOGAN SECTION  ************/

.slogan-section{
  padding: 40px 0;
  background-color: #aa1e23;
  height: 170px;
}

.slogan-section h2{
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.slogan-section h2 span{
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  display: block;
}

.enroll a{
  border: 4px solid #fff;
  background-color: #22337d;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  top: -100px
}

h6.enroll a{
    border: 4px solid #fff;
    background-color: #22337d;
    padding: 36px 16px;
    border-radius: 50%;
    position: absolute;
    top: -166px;
    width: 150px;
    height: 150px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 999999;
}

.arrow-img{
    position: relative;
    top: -140px;
    right: -73px;
    height: 200px;
}

.year-box h5{
    position: absolute;
    top: 130px;
    right: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.year-box h5 span{
    font-size: 60px;
    font-weight: 700;
    color: #ae2b31;
    line-height: 40px;
}


/*****************WELCOME SECTION***************/

.welcome-section{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.welcome-section h6{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #273b8b;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.welcome-section h1{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #273b8b;
  margin-bottom: 30px;
}

.welcome-section h1 span{
  color: #aa1e23;
}

.welcome-section h1:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #aa1e23;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.welcome-section img{
  width: 100%;
  height: auto;
}

.welcome-section p{
  line-height: 30px;
  margin-bottom: 20px;
}

a.btn.btn-reads{
    border: 1px solid #273b8b;
    background-color: #273b8b;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-reads:hover{
    border: 1px solid #aa1e23;
    background-color: #aa1e23;
    color: #fff;
}

a.btn.btn-reads i{
  padding-left: 10px;
}

.welcome-item img{
  width: 100% !important;
  height: 360px;
  border-radius: 5px;
}

.welcome-item h5{
    background-color: rgb(170 30 35 / 78%);
    padding: 15px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-top: -60px;
    position: relative;
    z-index: 999;
    border-radius: 0 0 5px 5px;
}

.welcome-item h5 a{
  color: #fff;
  text-decoration: none;
}

.welcome-item h5 a:hover{
  color: #fff;
  text-decoration: underline;
}

.welcome-section .owl-nav{
  display: none;
}

.welcome-section .owl-dots{
  display: none;
}







/*************OUR SERVICE***********/

.our-service{
    padding: 70px 0;
    background: url("../images/service-bg.png") top center repeat;
}

.our-service h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #273b8b;
  text-align: center;
  margin-bottom: 30px;
}

.our-service h3 span{
  color: #aa1e23;
}

.our-service h3:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #273b8b;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.serv-box{
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
  border-radius: 5px;
  margin-bottom: 30px;
  border-bottom: 5px solid transparent;
  background-color: #fff;
}

.serv-box:hover{
  box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
  border-bottom: 5px solid #273b8b;
}

.serv-box img{
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
}

.serv-box h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.serv-box p{
  color: #777;
  margin-bottom: 15px;
}

.reads{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.reads i{
  padding-left: 10px;
}

.reads:hover{
  color: #273b8b;
}

a.btn.btn-service {
    border: 1px solid #aa1e23;
    background-color: #aa1e23;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    max-width: 226px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-service:hover{
    border: 1px solid #273b8b;
    background-color: #273b8b;
    color: #fff;
}

a.btn.btn-service i{
  padding-left: 10px;
}

/****************KNOWLEDGE SECTION****************/

.knowledge-section{
    padding: 40px 0;
    background-color: #273b8b;
}

.knowledge-section h4{
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 6px;
}

a.btn.btn-contact {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #aa1e23;
    float: right;
}

a.btn.btn-contact:hover{
    border: 1px solid #aa1e23;
    background-color: #aa1e23;
    color: #fff;
}

a.btn.btn-contact i{
  padding-left: 10px;
}














/*****************COUNTRY SECTION***************/

.country-section{
  padding: 70px 0;
}

.country-section h4{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #273b8b;
  text-align: center;
  margin-bottom: 30px;
}

.country-section h4 span{
  color: #aa1e23;
}

.country-section h4:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #273b8b;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.country-box img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #eee;
}

.country-section .owl-nav{
  display: block !important;
}

.country-section .owl-prev {
    position: absolute;
    left: -50px;
    top: -24px;
    bottom: 0px;
}

.country-section .owl-nav span.fa.fa-angle-left {
    border: 3px solid #aa1e23;
    padding: 6px 14px;
    background-color: transparent;
    font-size: 30px;
    color: #aa1e23;
    margin-right: 2px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 28%);
}

.country-section .owl-next {
    position: absolute;
    right: -50px;
    top: -24px;
    bottom: 0px;
}

.country-section .owl-nav span.fa.fa-angle-right {
    border: 3px solid #aa1e23;
    padding: 6px 14px;
    background-color: transparent;
    font-size: 30px;
    color: #aa1e23;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 28%);
}


















.country-process{
  padding: 70px 0;
  background-color: #aa1e23;
}

.process-box{
  border: 1px solid #dc565b;
  padding: 20px 20px 0 20px;
  text-align: center;
  border-radius: 3px;
}

.country-process h4{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.country-process h4:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.process-item a{
  text-decoration: none;
}

.process-box img{
  width: 100px !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.process-box h5{
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.process-box p{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.process-box p i{
  padding-left: 10px;
}

.process-box:hover{
  border: 1px solid #ffa0a4;
}

.process-box:hover h5{
  text-decoration: underline;
}



.country-process .owl-prev {
    position: absolute;
    left: -50px;
    top: -24px;
    bottom: 0px;
}

.country-process .owl-nav span.fa.fa-angle-left {
    border: 3px solid #fff;
    padding: 6px 14px;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    margin-right: 2px;
    border-radius: 50%;
}

.country-process .owl-next {
    position: absolute;
    right: -50px;
    top: -24px;
    bottom: 0px;
}

.country-process .owl-nav span.fa.fa-angle-right {
    border: 3px solid #fff;
    padding: 6px 14px;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
}









/*****************TESTIMONIALS******************/

.testimonials{
  background: url("../images/testimonial.png") top center no-repeat;
  background-size: cover;
}

.testimonials .overlay{
  background-color: rgba(0,0,0,.6);
  padding: 70px 0;
}

.testimonials h4{
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.testimonials h4 span{
  color: #fff;
}

.testimonials h4:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.testi-item{
  background-color: #fff;
  padding: 30px;
  text-align: center;
  min-height: 381px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.testi-box img{
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.testi-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #273b8b;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.testi-box p{
  color: #777;
  line-height: 30px;
  margin-bottom: 30px;
}

.testimonials span.fa.fa-angle-left {
    border: 1px solid #ccc;
    padding: 13px;
    font-size: 32px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 28%);
    margin-right: 20px;
}

.testimonials span.fa.fa-angle-right {
    border: 1px solid #ccc;
    padding: 13px;
    font-size: 32px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 28%);
}

/*************RECENT SECTION**************/

.event-section{
  padding: 70px 0;
}

.event-section h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #273b8b;
  text-align: center;
  margin-bottom: 30px;
}

.event-section h3 span{
  color: #aa1e23;
}

.event-section h3:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #273b8b;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}



.event-section .single-blog-img {
    overflow: hidden;
}

.event-section .single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.event-section .single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.event-section .single-blog-img img {
    width: 100%;
    height: 250px;
}

.event-section .blog-content-box {
    padding: 20px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 28%);;
    margin-top: 30px;
}
.event-section .blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.event-section .blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.event-section .blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.event-section .blog-content {
    display: table;
}
.event-section .blog-content h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #273b8b;
    margin-bottom: 15px;
}
/*.blog-content h4 a {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h4 a:hover {
    color: #f30f0f;
}
*/
a.btn-two{
  font-family: Ruluko;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #273b8b;
  text-decoration: underline;
}

a.btn-two:hover{
  color: #f30f0f;
}

a.btn.btn-event {
    border: 1px solid #aa1e23;
    background-color: #aa1e23;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    max-width: 226px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-event:hover {
    border: 1px solid #273b8b;
    background-color: #273b8b;
    color: #fff;
}

a.btn.btn-event i{
  padding-left: 10px;
}

/****************FOOTER*****************/

.top-footer{
  padding: 50px 0;
  background-color: #aa1e23;;
}

.footer-logo img{
  width: 100%;
  margin-bottom: 20px;
}

.footer-logo p{
  font-size: 14px;
  color: #d4d4d4;
  margin-bottom: 20px;
}

.top-footer h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.quick ul{
  padding: 0px;
  margin: 0px
}

.quick ul li{
  list-style-type: none;
  padding-bottom: 20px;
}

.quick ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #d4d4d4;
  text-decoration: none;
}

.quick ul li a:hover{
  color: #fff;
}

.quick ul li a i{
  margin-right: 10px;
}

.address-info p{
  font-size: 14px;
  color: #d4d4d4;
}

.address-info p a{
  color: #d4d4d4;
  text-decoration: none;
}

.address-info p a:hover{
  color: #fff;
}

.footer-logo ul{
  padding: 0px;
  margin: 0px;
}

.footer-logo ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-logo ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-logo ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-logo ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-logo ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-logo ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-logo ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-logo ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-logo ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-logo ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.bottom-footer{
  padding: 20px 0;
  background-color: #aa1e23;
  border-top: 1px solid #d23e44;
}

.copyright p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.design p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

.design p a{
  color: #fff;
  text-decoration: underline;
}

.design p a:hover{
  text-decoration: none;
}








/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #7a7a7a;
    line-height: 0px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 55px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/****************ABOUT US PAGE START HERE***************/

.page-banner{
  background: url("../images/page-banner.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 350px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 350px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #e23c39;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-body{
  padding-top: 70px;
}

.about-body img{
  width: 100%;
}

.about-body h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #283f8c;
    margin-bottom: 20px;
}

.follow-section{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.follow-section h3{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #283f8c;
    text-align: center;
    margin-bottom: 20px;
}

.folow-text{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.follow-box{
  text-align: center;
}

.follow-box h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.follow-box i{
  background-color: #ae2d31;
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.follow-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/*************grid-template-areas: ************/

.teamy {
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.teamy_layout {
 position: relative;
}
.teamy_preview {
 position: relative;
 overflow: hidden;
}
.teamy_avatar {
 display: block;
 max-width: 100%;
 position: relative;
 z-index: 1;
 width: 100%;
  height: 240px;
  object-fit: cover;
}
.teamy_preview:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 2;
}
.teamy_back {
 width: 100%;
 /* height: 100%;*/
 box-sizing: border-box;
 opacity: 0;
 will-change: opacity;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
}
.teamy:hover .teamy_back {
 opacity: 1;
 height: 100%;
 transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}
.teamy_name {
 margin-top: 0;
 margin-bottom: 0;
}
.teamy_post {
 display: block;
}
/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy_back {
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}
.teamy_content {
  padding: 15px;
  background-color: #eaeaea;
}
.teamy_name {
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #282828;
 font-family: 'montserratbold';
}
.teamy_post {
 font-size: .8em;
 text-transform: capitalize;
 color: #6f6f6f;
}
/* style 1 */

.teamy_style1 {
 text-align: center;
}
.teamy_style3 .teamy_name {
 font-size: 2em;
}
/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy_preview:before {
 width: 0;
 height: 0;
 padding: 25%;
 border-radius: 50%;
 transition: transform .3s ease, opacity .3s ease-out;
 will-change: opacity, transform;
 opacity: 0;
 transform: translate(-50%, -50%) scale(0);
}
.teamy_mask-circle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(4);
 transition-duration: .6s;
}
/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
 width: 100%;
 height: 100%;
 opacity: 0;
 -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 transition-property: transform, opacity;
 transition-duration: .2s, .4s;
 transition-delay: .4s, 0s;
 transition-timing-function: ease-out;
 will-change: transform, opacity;
 transform: translate(-50%, -50%) scale(1);
}
.teamy_mask-triangle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(5);
 transition-delay: .1s, 0s;
 transition-duration: .4s;
}
/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1);
}
.teamy_zoom-photo:hover .teamy_avatar {
 transform: scale(1.2);
}
/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) rotate(0);
}
.teamy_zoom-rotate-photo:hover .teamy_avatar {
 transform: scale(1.2) rotate(5deg);
}
/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) translate(0, 0);
}
.teamy_zoom-slide-photo:hover .teamy_avatar {
 transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

@media screen and (max-width: 360px) {
.melnik909 {
 display: none;
}
}
/* layout */

.section:nth-of-type(even) {
 background-color: var(--colorGray);
}
.section_header {
 position: relative;
 padding-bottom: 2rem;
 text-align: center;
 text-transform: capitalize;
}
.section_header:before {
 content: "";
 width: 5rem;
 height: 3px;
 background-color: var(--colorAlternative);
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}
.section_title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #283f8c;
    text-align: center;
    margin-bottom: 0px;
}
.section_title span {
 color: #007efa;
}
.section_hint {
 font-size: 1.4rem;
 display: block;
 margin-top: 0rem;
}
.section_content {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
}

@media screen and (min-width: 641px) {
.section {
 padding-top: 3rem;
 padding-bottom: 3rem;
}
.section_content {
 justify-content: center;
}
}

@media screen and (max-width: 640px) {
.section {
 padding-top: 4rem;
 padding-bottom: 4rem;
}
.section_header {
 margin-bottom: 3rem;
}
}
/* demo params */

.teamy_preview:before {
 background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
}
.teamy_style2 .teamy_content {
 background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}
/* social buttons */

.social {
 box-sizing: border-box;
 width: 35px;
 height: 35px;
 padding: 6px;
 /* background-color: #fff;*/
 color: #fff;
 border-radius: 100%;
 margin: 0px;
 position: relative;
 display: inline-block;
 vertical-align: middle;
}
.social:hover {
 box-sizing: border-box;
 background-color: #fff;
}
.social_icon {
 width: 100%;
 height: 100%;
 fill: rgba(72, 27, 174, 1);
 fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}
.social_name {
 position: absolute;
 left: -9999px;
}
/* grid */

.teamy-team {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
.teamy {
 width: 100%;
}
.teamy:not(:first-child) {
 margin-top: 3rem;
}
}

/******************CONTACT US PAGE START HERE***************/

.contact-body{
  padding: 70px 0;
}

.contact-body h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #283f8c;
    margin-bottom: 20px;
}

.info-left p i{
    background-color: #283f8c;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.info-left p a{
  color: #000;
  text-decoration: none;
}

.contact-right input{
  width: 100%;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-right textarea{
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 10px;
}

.contact-right button.btn.btn-primary {
    border: 1px solid #283f8c;
    background-color: #283f8c;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    float: right;
}

.contact-right button.btn.btn-primary:hover {
    border: 1px solid #ae2d31;
    background-color: #ae2d31;
    color: #fff;
}

/*****************TESTIMONIALS PAGE START HERE***************/

.testmonials-body{
  background: url("../images/testimonial-bg.jpg") top center no-repeat;
  background-size: cover;
}

.testmonials-body .overlay{
  padding: 100px 0;
  background-color: rgba(0,0,0,.6);
  text-align: center;
}

.testimonial-box i.fas{
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.testimonial-box img{
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.testimonial-box p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
}

.testimonial-box h5{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.testmonials-body .owl-dots{
  display: none;
}

.testmonials-body button.owl-prev {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
}

.testmonials-body span.fa.fa-angle-left {
    font-size: 35px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 29px;
}

.testmonials-body button.owl-next {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
}

.testmonials-body span.fa.fa-angle-right {
    font-size: 35px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 29px;
}

/*****************TEST PREPARATION PAGE START HERE***************/

.test-body{
  padding: 70px 0;
}

.test-body h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #283f8c;
  margin-bottom: 10px;
}

.test-body h3{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.test-left ul{
  padding: 0px;
  margin: 0px;
}

.test-left ul li{
  list-style-type: none;
  display: inline-block;
  width: 31%;
  margin-right: 10px;
}

.test-left ul li a{
    border: 1px solid #eee;
    width: 274px;
    height: 274px;
    display: block;
    border-radius: 50%;
    padding: 90px;
    text-align: center;
    background-color: #eee;
    margin-bottom: 30px;
    text-decoration: none;
}

.test-left ul li a:hover{
  border: 1px solid #ae2d31;
  background-color: #ae2d31;
  color: #fff;
}

.test-left ul li a i{
  font-size: 40px;
  color: #ae2d31;
  display: block;
  margin-bottom: 20px;
}

.test-left ul li a span{
    font-size: 30px;
    font-weight: 600;
    color: #ae2d31;
}

.test-left ul li a:hover i{
  color: #fff;
}

.test-left ul li a:hover span{
  color: #fff;
}

.test-body h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #283f8c;
    text-decoration: underline;
    margin-bottom: 20px;
}

.test-body h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.test-right ul{
  padding: 0px;
  margin: 0px;
}

.test-right ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.test-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.test-right ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.test-right ul li a i{
  color: #ae2d31;
  padding-right: 5px;
}

.test-right ul li a:hover{
  color: #ae2d31;
}

/*****************IELTS TEST PAGE START HERE****************/

.ielts-body{
  padding: 70px 0;
}

.ielts-body h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #283f8c;
    margin-bottom: 20px;
}

.ielts-body h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.ielts-body ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.ielts-body ul li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 30px;
    margin-right: -5px;
    background-color: #f5f5f5;
}

.ielts-right{
  border: 1px solid #ddd;
}

.ielts-right h5 {
    background-color: #ae2d31;
    padding: 15px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.ielts-right p{
  padding: 0 10px;
  margin-bottom: 5px;
}

.ielts-right h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

/*********************APPLY ONLINE PAGE START HERE********************/

.online-body{
  padding: 70px 0;
}

.online-body form{
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px;
}

.online-body h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #283f8c;
    margin-bottom: 5px;
}

.online-body h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.online-body input{
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.online-body select{
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
  padding-left: 10px;
}

.online-body button.btn.btn-primary{
  border: 1px solid #283f8c;
  background-color: #283f8c;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  float: right;
}

.online-body button.btn.btn-primary:hover{
  border: 1px solid #ab2b28;
  background-color: #ab2b28;
  color: #fff;
}

/*******************STUDY ABROAD PAGE SATRT HERE*****************/

.abroad-body{
  padding: 70px 0;
}








.abroad-body .single-blog-img {
    overflow: hidden;
}

.abroad-body .single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.abroad-body .single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.abroad-body .single-blog-img img {
    width: 100%;
    height: 250px;
}

.abroad-body .blog-content-box {
    padding: 20px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 28%);;
    margin-top: 30px;
}
.abroad-body .blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.abroad-body .blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.abroad-body .blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.abroad-body .blog-content {
    display: table;
}
.abroad-body .blog-content h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #273b8b;
    margin-bottom: 15px;
}

.abroad-body .blog-content h4 a{
  text-decoration: none;
  color: #283f8c;
}

.abroad-body .blog-content h4 a:hover{
  color: #ae2d31;
}

/****************NEW ZEALAND PAGE  START HERE***************/

.study-banner{
  background: url("../images/newzealand.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 350px;
}
  
.study-banner .overlay{
    background-color: rgba(0,0,0,.5);
    height: 350px;
    display: table-cell;
    vertical-align: bottom;
}

.study-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

.study-body{
  padding: 70px 0;
}

.study-body h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #ae2d31;
    margin-bottom: 20px;
}

.study-body h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.study-left ol{
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
}

.study-left ol li{
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.study-right h5{
  background-color: #ae2d31;
  padding: 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.study-right ul{
  padding: 15px;
  margin: 0px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.study-right ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.study-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.study-right ul li a{
  font-weight: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.study-right ul li a:hover{
  color: #ae2d31;
}

/******************MEDIA QUERY*****************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 10px 10px;
    font-size: 14px;
  }

  .slider-img{
    height: 500px;
  }

  .arrow-img{
    right: -82px;
    height: 160px;
  }

  .slogan-section h2{
    font-size: 30px;
    line-height: 44px;
  }

  .slogan-section h2 span{
    font-size: 30px;
  }

  .welcome-section h1{
    font-size: 30px;
    line-height: 34px;
  }

  .serv-box h5{
    font-size: 14px;
    line-height: 18px;
  }

  .knowledge-section h4{
    font-size: 30px;
  }

  .process-box h5{
    font-size: 18px;
  }

  .testimonials h4{
    font-size: 26px;
  }

  .test-left ul li{
    width: 48%;
  }

  .testmonials-body button.owl-next{
    right: 20px;
  }

  .testmonials-body button.owl-prev{
    left: 20px;
  }
}

@media(max-width: 991px)
{
  .navbar-light .navbar-nav .nav-link{
    text-align: center;
    line-height: 20px;
  }

  .navbar-light .navbar-toggler{
    margin: 5px;
  }

  .slider-img{
    position: relative;
    z-index: -11;
  }

  .year-box h5{
    z-index: -1;
  }

  .knowledge-section h4{
    font-size: 24px;
  }

  .top-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media(max-width: 834px)
{
  .header-left p{
    font-size: 12px;
  }

  .header-right ul li{
    font-size: 12px;
  }

  .navbar-brand img{
    padding: 10px;
  }

  .year-box h5{
    top: 100px;
    right: 15px;
  }

  .slogan-section h2 span{
    font-size: 22px;
    line-height: 32px;
  }

  .slogan-section h2{
    font-size: 24px;
  }

  .knowledge-section h4{
    font-size: 20px;
  }

  .testimonials h4{
    font-size: 22px;
  }

  .event-section .single-blog-img img{
    height: 200px;
  }

  .test-left ul li{
    width: 47%;
  }

  .test-left ul li a{
    width: 200px;
    height: 200px;
    padding: 47px;
  }
}

@media(max-width: 768px)
{
  .welcome-section h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .testimonials h4{
    font-size: 20px;
  }
}

@media(max-width: 767px)
{
  .header-left p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .header-right ul{
    text-align: center;
  }

  .header-right ul li{
    font-size: 16px;
  }

  .year-box h5{
    top: 150px;
  }

  h6.enroll a{
    right: 15px;
  }

  .arrow-img{
    display: none;
  }

  a.btn.btn-reads{
    margin-bottom: 30px;
  }

  .serv-box h5{
    font-size: 20px;
    line-height: 26px;
  }

  .knowledge-section h4{
    text-align: center;
    margin-bottom: 10px;
  }

  a.btn.btn-contact{
    float: none;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .event-section .single-blog-img img{
    height: auto;
  }

  .footer-logo img{
    max-width: 200px;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }

  .teamy_avatar{
    height: auto;
  }

  .teamy_style1{
    margin-bottom: 30px;
  }

  .abroad-body .single-blog-img img{
    height: auto;
  }

  .test-left ul li{
    width: 31%;
  }
}

@media(max-width: 600px)
{
  .slider-img{
    height: 300px;
  }

  .navbar-brand img{
    width: 82px;
    padding: 0px;
  }

  h6.enroll a{
    top: -220px;
  }

  .navbar-light .navbar-nav .nav-link{
    text-align: left;
  }

  .navbar-light .navbar-brand{
    width: auto;
  }

  .test-left ul li{
    width: 47%;
  }

  .testmonials-body button.owl-next{
    display: none;
  }

  .testmonials-body button.owl-prev{
    display: none;
  }
}

@media(max-width: 575px)
{
  h6.enroll a{
    padding: 24px 16px;
    top: -170px;
    width: 100px;
    height: 100px;
    line-height: 22px;
    font-size: 17px;
  }

  .year-box h5{
    padding: 15px;
    height: 100px;
    width: 100px;
    font-size: 12px;
    line-height: 15px;
  }

  .year-box h5 span{
    font-size: 30px;
    line-height: 34px;
    display: block;
  }
}

@media(max-width: 450px)
{
  h6.enroll a{
    top: -162px;
  }

  .slogan-section h2{
    font-size: 18px;
  }

  .knowledge-section h4{
    font-size: 16px;
  }

  .test-left ul li{
    width: 30%;
  }

  .test-left ul li a {
    width: 100px;
    height: 100px;
    padding: 27px;
  }

  .test-left ul li a span{
    font-size: 12px;
  }

  .test-left ul li a i{
    font-size: 24px;
    margin-bottom: 0px;
  }
}

@media(max-width: 410px)
{
  .test-left ul li{
    width: 45%;
  }

  .online-body form{
    padding: 10px;
  }

  .online-body select{
    font-size: 10px;
  }

  .online-body input{
    font-size: 10px;
  }
}

@media(max-width: 380px)
{
  .header-left p{
    font-size: 12px;
  }

  .header-right ul li{
    font-size: 12px;
  }

  .welcome-section h1{
    font-size: 20px;
  }

  .welcome-section h6{
    font-size: 16px;
    line-height: 20px;
  }

  .knowledge-section h4{
    font-size: 14px;
  }
}

@media(max-width: 360px)
{
  .slogan-section h2{
    font-size: 14px;
  }

  .slogan-section h2 span {
    font-size: 14px;
    line-height: 18px;
  }

  .slogan-section{
    height: auto;
    padding: 20px 0;
  }

  h6.enroll a{
    top: -150px;
  }

  .contact-body p{
    font-size: 10px;
  }
}








































































