@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
/* @import url('../fonts/stylesheet_font.css');

    ::selection { 
    background: #b2d3d8; 

    } 
    ::-moz-selection { 
    background: #b2d3d8; 

    } */

@import url('../fonts/stylesheet_blesed.css');


body{
    font-family: 'Lato' !important;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

a{
    text-decoration: none !important;
}

p{
    font-size: 14px;
    color: #494949;
    line-height: 27px;

}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.heading1{
    color: #3f7a67;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}
.heading2{
    font-size: 25px;
    font-weight: 900;  
}
.heading3{
    font-size: 18px;
    font-weight: 900;  
    text-transform: uppercase;
}
.h4, h4 {
    font-size: 18px;
    font-weight: 600;
}
/*******common css*************/
/******************************/




/*****************************/
/*********menu**************/
.navbar-default .navbar-nav>li>a {
    color: #1a5b3f !important;
    text-transform: uppercase;
}
.navbar-nav {
    position: relative;
	z-index: 9999999;
}
.navbar-nav>li, .dropdown-menu>li>a {
    font-size: 13px;
}
.nav>li>a {
    padding: 10px 11px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1a5b3f;
    background-color: transparent;
    font-weight: 900;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #1a5b3f;
    background-color: transparent;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999999;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #1a5b3f;
}
.dropdown-menu>li>a {
    text-transform: uppercase;
}
.dropdown-menu>li>a {
    color: #1a5b3f ;
}
/*****************************/
/*********menu**************/



/*****************************/
/*********body**************/

.top_col{
    margin-top: -6%;
}
.section1 h3{
    font-size: 21px;
    text-transform: uppercase;
    line-height: 40px;
}
/* .col_1{
    background-image: url("../images/img_bg1.jpg");
    padding: 40px;
}
.col_3{
    background-image: url("../images/img_bg2.jpg");
    padding: 40px;
} */
.col_3 span{
    font-weight: 900;
}
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #317659;
    /* background-color: #002d5c; */
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
  }
.events{
    padding: 40px 0px;
}
/* .welcome_text{
    background-image: url("../images/img_bg3.jpg");
    padding: 40px 30px;
    box-shadow: 2px 2px 15px 2px #e4e4e4;
    margin-top: 8%;
    position: relative;
    z-index: 99;
    background-position-x: -263px;
} */
.bg4{
    position: relative;
    z-index: 9; 
}
.carousel {
    position: relative;
    z-index: 999;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: left;
    bottom: -12px;
    background: linear-gradient(to top,#000000,transparent);
    padding-left: 20px;
    padding-right: 20px;
    
}
.carousel-caption:hover{
    background: linear-gradient(to top,#317659,transparent);
}
.carousel-caption h3{
    font-size: 20px;
    font-weight: 900;
}
.carousel-caption p{
    font-size: 14px;
    color: #ffffff;
}
.read_more{
    position: relative;
    z-index: 99999;
}
.read_more a{
    color: #bebebe;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.read_more a:hover{
    color: #1a5b3f;
    text-shadow: none;
    font-weight: 900;
}
.read_more_img{
    margin-right: 10px;
}
.slider{
    position: relative;
    z-index: 99;
}
.slider .carousel-indicators {
    bottom: 25px;
    right: 40px;
    left: auto;
    width: 24%;
    text-align: right;
}
.slider .carousel-indicators li {
    border: 1px solid #cccccc;
    border-radius: 0px;
    margin: 0px;
}
.slider .carousel-indicators .active {
    background-color: #cccccc;
    width: 10px;
    height: 10px;
}
.banner{
    padding: 30px 0;
    position: relative;
    z-index: 99;
}
/* .donation_banner{
    color: #ffffff;
    background-color: #317659;
    padding: 60px 20px;
    background-image: url("../images/shape4.png");
    position: relative;
    z-index: 99;
} */
.donation_banner h1{
    font-size: 55px;
    color: #ffffff;
    font-weight: 900;
}
.donation_banner2 h1{
    font-size: 55px;
    color: #ffffff;
    font-weight: 900;
}
.donation_banner p{
    color: #ffffff;
}
.donation_banner2 p{
    color: #ffffff;
}
.shape03{
    float: right;
}
.donation_banner button{
    background-color: #317659;
    border: 1px solid #ffffff;
    padding: 11px 15px;
    margin-top: 17%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.donation_banner2 button{
    background-color: #317659;
    border: 1px solid #ffffff;
    padding: 11px 15px;
    margin-top: 17%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.donation_banner button a{
    color: #ffffff;
}
.donation_banner2 button a{
    color: #ffffff;
}
.donate_btn:hover button{
    background-color: #ffffff;
    border: 2px solid #317659;
}
.donate_btn:hover button a{
    color: #317659;
}
/* .donation_banner button:hover{
    background-color: #ffffff;
    border: 1px solid #317659;
    color: #317659;
} */
.shape05{
    position: absolute;
    left: 0;
    margin-top: -109px;
    z-index: 999;
}
.contact_form_row {
    box-shadow: 2px 2px 15px 2px #e4e4e4;
    padding: 50px 25px;
    z-index: 99;
    background-color: #ffffff;
    position: relative;
}
.submit_btn{
    background-color: #317659;
    border: 1px solid #317659;
    padding: 11px 15px;  
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.submit_btn:hover{
    background-color: #ffffff;
    border: 1px solid #317659;
    color: #317659;
}
.forms_section{
    padding: 0;
}
.forms_section_col_1{
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.forms_section_col_2 p{
    padding: 40% 35px;
}
.shape06{
    position: absolute;
    margin-left: -33px;
    z-index: 9;
}
.shape07{
    position: absolute;
    z-index: -1;
    right: 0;
    margin-top: -45%; 
}
.calander_section{
    padding: 30px 0;
}
.calander_section_1{
    padding: 0;
}
.main_logo{
    margin-bottom: 15px;
    margin-top: 15px;
    z-index: 99;
    position: relative;
    width: 33%;
}

/* about us */
.sub_heading {
    font-weight: 600;
    font-size: 25px;
}
/* .special_top_btn {
    background-color: #1a5b3f;
    padding: 15px;
    color: #ffffff !important;
    webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: url("../images/top_col.jpg");
} */
.top_col_section{
    padding: 0;
}
.logo_top_col{
    width: 82%;
    margin-bottom: 30px;
}
.successor_col1{
    background-color: #e6edf5;
    padding: 30px 40px;
}
.img06{
    position: absolute;
    right: 0;
    margin-top: -22%;
}
.shape08{
    position: absolute;
    left: 0;
}
.section_5{
    padding: 50px 0;
    padding-bottom: 80px;
}
.shape07.v2{
    width: 30%;
    margin-top: -31%;
    opacity: 0.6 !important;
}
.section2, .section4{
    padding-top: 30px;
    padding-bottom: 30px;
}
/* ul{
    list-style-image: url("../images/li_img.png");
} */
li{
    line-height: 2;
}
.section_1 img {
    /* float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px; */
    position: absolute;
    width: 43.9%;
    height: 290px;
    margin-top: -1px;
}
/* albums */
.photo_div1 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
}
.b1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #317659;
    font-weight: 600;
    margin-bottom: 0;
}
.b1:hover {
    color: #000000;
}
.b2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 600;
}
.item_bottom {
    border: 0px solid #317659;
    padding: 7px 0px;
    background-color: #317659;
}
.album .b2 {
    margin-bottom: 20px;
}
.album, .album_detail{
    position: relative;
    z-index: 9999;
}
.gallery_product {
    margin-bottom: 30px;
}
.navbar-default .navbar-nav>li .active{
    font-weight: 900;
}
.special_top_btn{
    text-transform: uppercase;
} 
.navbar-nav>li>.dropdown-menu {
    padding: 0;
    border: none;
    min-width: 190px;
}
.dropdown-menu>li>a {
    color: #1a5b3f;
    padding: 10px;
}
/* documents */
.documents h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3px;

}
.documents p{
    margin: 0;
}
.documents h4 a{
    color: #000;
}
.document_s2{
    margin-top: -4px;
}
.document_s2 {
    padding: 0;
}
.documents h4 a:hover{
    color: #1a5b3f;
}
.documents{
    position: relative;
    z-index: 99;
}
/* .documents_div{
    margin-bottom: 40px;
} */
.documents_div {
    margin-bottom: 40px;
    min-height: 109px;
}
.subjects{
    padding-bottom: 30px;
    /* padding-top: 30px; */
}
.shape07.v3{
    width: 22%;
    margin-top: -18%;
    opacity: 0.6 !important;
}
.icon{
    width: 15px;
    margin-right: 8px;
    color: #1a5b3f;
}
.link_contact a{
    color: #000;
}
.link_contact{
    color: #000;
}
.map{
    padding: 30px 0;
}
.contact_form{
    padding: 0;
}
.directors{
    padding-top: 30px;
}
.director_name{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.designation{
    text-transform: uppercase;
    color: #1a5b3f;
    font-size: 14px;
    font-weight: 600;
}
.hon_members .designation {
    margin: 0;
}
.shape09{
    position: absolute;
    right: 0;
}
.comp_sec{
    padding-bottom: 50px;
}
/* donations */
.donations_img {
    float: right;
    width: 45%;
    margin-left: 25px;
    margin-bottom: 20px;
}
.donations, .faq{
    padding-bottom: 30px;
    /* padding-top: 30px; */
}
.donation_form_section2{
    padding-left: 35px;
}
.forms_section_donation{
    padding-bottom: 50px;
}
.academy_staff{
    text-align: center;
}
.academy_staff div{
    margin-bottom: 20px;
}
#jarallax-container-0 div {
    background-size: 815px 597.87px !important;
    width: 935px !important;
}
#jarallax-container-0 img {
    width: 1146px;
    height: 808.1px;
    margin-left: -182px;
    margin-top: -74.06px;
}
/* .calander_section_1{
    height: 530px;
    background-image: url("../images/banner02.jpg");
    background-size: cover;
} */
/* accordian */
.accordion__item {
    background: #fffffe;
    border-radius: 0;
    border: 1px solid #808080;
    border-bottom: none;
}
.accordion__item.open-accordion{
    border-bottom: 1px solid #808080;
}
.accordion__item:not(:last-child) {
    margin-bottom: 15px;
}
.accordion__header {
    padding: 20px;
    padding-right: 50px;
    font-weight: 600;
    font-size:15px;
    color: #000000;
    position: relative;
    cursor: pointer;
    border-bottom: 6px solid #808080;
    margin-left: -1px;
}
/* .accordion__header::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/down-arrow.svg") no-repeat center;
    background-size: contain;
    transition: all .4s ease;
} */
.accordion__body {
    padding: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    display: none;
    font-weight: 500;
}
.open-accordion .accordion__body {
    display: block;
}
.open-accordion .accordion__header::after {
    transform: rotate(-180deg);
}


/* pagination */
.pagination {
    display: inline-block;
    z-index: 9999;
    position: relative;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000000;
    margin: 0 4px;
    text-align: right;
    
    
  }
  
  .pagination a.active {
    background-color: #317659;
    color: white;
    border: 1px solid #317659;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}
  .pagination_section{
      float: right;
  }
  .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #cdf5e4;
    border: 1px solid #1a5b3f;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #1a5b3f;
    width: 50%;
}
/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/
.footer p{
    margin: 0;
}
.footer p a{
    color: #000;
}
 .footer_col1{
    padding: 30px 0;
}
.footer_col2{
    padding: 25px 0;
}
.footer_col2 p a{
    color: #317659;
}
.bottom_row p {
    color: #ffffff;
    margin: 2px;
    font-size: 13px;
}
.footer_col1 p a:hover{
    color: #317659;
}
.footer_col2 p a:hover{
    color: #000000;
}
/*****************************/
/*********footer**************/


.carousel-wrap {
    /* margin: 90px auto; */
    /* padding: 0 5%; */
    /* width: 80%; */
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
    padding-right: 16px;
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
  .item1{
    border-right: 1px solid #000;
    /* margin-right: 12px; */
  }
  .item2{
    border: none;
    margin-left: 12px;
  }
   .owl-dots {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
   .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
   .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 4px;
    background: #ffffff;
    border: 1px solid #018b81;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
   .owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
    background: #018b81;
  }
/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    background-color: transparent;
    color: #ffffff;
    width: 50px;
    height: 130px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 0%;
    border: 1px solid transparent;
    -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.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.scroll_text{
    color: #000000;
    text-align: left;
    width: 180px;
    margin-left: -55px;
    margin-top: 35px;
    font-size: 12px;
    padding-left: 25px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -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_text:hover {
    font-weight: 900;
    padding-left: 35px;
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}





.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-indicators li{
    border:1px solid #6cb716;
}
.carousel-indicators .active{
    background-color: #6cb716;
}
.carousel-indicators {
    bottom: -50px;
}




/*====================*/
/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.ul_style1{
    margin-left: 46%;
}
select.form-control {
    color: #a4a4a4;
}
.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top:6px;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
  padding: 0;
  z-index: 999999999;
}
.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:0px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.event_div {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    /* background: linear-gradient(to top,#139691,transparent); */
}
.owl-carousel .owl-item.active {
    border-right: 1px solid #000;
}
.section_1 video {
    float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.documents_folder p{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    }
    
.subjects ul{
    margin-left: 40%;
}

/*============================================================================================*/
/*===========================================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=======================================*/
/*============DESIGN & CSS DEVELOPMENT - SASINI JAYAMPATH=============*/
/*========================================================================================*/
/*=======================================================================================*/