/*@import url('https://fonts.googleapis.com/css?family=Righteous');*/
@font-face{
    font-family: Poppins-Regular;
    src:url(../fonts/Poppins-Regular.otf);
}
@font-face{
    font-family: Questrial-Regular;
    src:url(../fonts/Questrial-Regular.otf);
}

html{
    overflow-x:hidden;

}
body{
    
    font-family: 'Poppins-Regular', serif;;
    overflow-x: hidden;
/*padding-top: 105px;*/
/*font-family: 'Righteous', cursive;*/
    color: #6c6e71;
       background :linear-gradient(rgba(249, 246, 246, 0.66), rgba(255, 247, 247, 0.6)), url(../images/back-bg.jpg);
    /*background-image: url(../images/back-bg.jpg);*/
    /*background-size: cover;*/

}
body::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #f36905;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}
a:hover{
    text-decoration: none;
}
h1,h2 {
    font-weight: 700;
    /*font-family: 'Righteous', cursive;*/
}


#top_header {
    height: 30px;
    padding: 4px;
    background-color: #f36904;
    color: #fff;
    width: 100%;
    /*top: 0;*/
    /*position: fixed;*/
}
.top-line {
    padding: 10px 0;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.log-lns a span{
    color: #fff;
}
.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
     transition: all .5s;
}
header{
    /*background: #37bdf0;*/
    transition: all .5s;
}
.cn-stick-nav .container-fluid{
    margin: 0px;
    padding: 0px;
}
.footer-part{
    padding: 20px 0 10px;
}
footer {
    /*background: linear-gradient(rgba(34, 34, 34, 0.97), rgba(34, 34, 34, 0.95)), url(../images/map.png);*/
    /*background-size: cover;*/

    color: #fff;
    background-color: #000000;
}
footer ul {
    padding-left: 20px;
}
footer ul li a {
    color: #fff;
    /*line-height:20px;*/
}
footer ul li a:hover{
    color: #ac2023;
}
.footer-line {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
     border-top: 1px solid #eeeeee6e; 
}
.f-logo{
    height: 100px;
}
.design{
    text-align: right;
    padding:0;
}
.design a{
    color: #37bdf0;
}
.copyright{
    padding:0;
    
}
.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}
.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.usefullinks-wrapper ul li:hover a {
    padding-left: 25px;
    color: #f63102;
}
.usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.usefullinks-wrapper ul li:hover a:before {
    left: 15px;
    color: #f63102;
}
.usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0px;
    /*content: '\f0a9';*/
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
}
.free-ord{
    text-align: center;
}
.fl-l .fa-phone {
    height: 50px;
}
.fl-l .fa-map-marker {
    height: 90px;
}
.fl-l .fa {
    width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
}
#social-icon-sec {
    border-bottom: 8px solid #252525;
    margin-top: 25px;
}
.social-links {
    text-align: center;
    background-image: url(../images/shape_bottom.png);
    /* background-color: #252525; */
    width: 303px;
    margin: 0 auto;
    height: 44px;
    padding-top: 10px;
    /* border-radius: 100px 100px 0 0; */
}
.carousel-fullscreen .carousel-inner .item {
    height: 60vh; 
    /*min-height: 600px; */
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000;
    opacity: 0.3;*/
    transition: all 0.2s ease-out;
}


/* demo typography */



.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


 .navbar-default {
z-index: 9999;
    transition: all 2s;
  }
  .navbar-default.navbar-shrink {
    padding: 0px 0;
  }
  .navbar-default.navbar-shrink img{ 
height: 74px;
}
.log-lns{
    text-align: right;
}

.about-border {
    border: 10px solid #2e318f;
    margin-left: -120px;
    padding-left: 120px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: 28px;
}
#abt-sec{
    padding: 30px 0;
}
.about-border h1{
    color: #37bdf0;
    text-transform: uppercase;
}
#services-sec .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
   /* margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;*/
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

#services-sec .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

#services-sec .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#services-sec .grid figure figcaption::before,
#services-sec .grid figure figcaption::after {
    pointer-events: none;
}

#services-sec .grid figure figcaption,
#services-sec .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#services-sec .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

#services-sec .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

#services-sec .grid figure h2 span {
    font-weight: 800;
}

#services-sec .grid figure h2,
.grid figure p {
    margin: 0;
}

#services-sec .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgb(55, 189, 240);
    color: #fdfafa;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#services-sec .col-sm-6{
    padding: 0;
}
.title-h1{
    color: #0a54a5;
    text-align: center;
    text-transform: uppercase;
}
.title-h1 span{
color: #f36905;
}
#testimonial-sec .testimonial{
    margin: 20px 15px 0;
}
#testimonial-sec .testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
#testimonial-sec .testimonial .pic:after{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #f36905;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
#testimonial-sec .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#testimonial-sec .testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
#testimonial-sec .testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 22px;
}
#testimonial-sec .testimonial .testimonial-title{
    font-size: 19px;
    color: #f36905;
    text-transform: capitalize;
    display: inline-block;
}
#testimonial-sec .testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
#testimonial-sec .owl-theme .owl-buttons{
    margin-top: 20px;
}
#testimonial-sec .owl-theme .owl-controls .owl-buttons div{
    padding: 5px 10px;
    background: #f36905;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #0a54a5;
}
#testimonial-sec .owl-theme .owl-controls .owl-buttons div:hover{
    background: #d04949;
}
#testimonial-sec .owl-prev:before,
#testimonial-sec .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    color: #fff;
}
#testimonial-sec .owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
   #testimonial-sec .testimonial{
        text-align: center;
    }
    #testimonial-sec .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    #testimonial-sec .testimonial .testimonial-content{
        margin-left: 0;
    }
    #testimonial-sec .owl-theme .owl-buttons{
        margin-top: 0;
    }
}
#testimonial-sec .testimonial{
max-width: 800px;
width: 100%;
margin:0 auto;
}
#testimonial-sec{
    padding:30px 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #0a54a5;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f36905;
}
footer ul {
    padding:0;
    list-style: none;
}
footer .footer-social-icons {
   /* width: 350px;*/
    display:block;
    margin: 0 auto;
}
footer .social-icon {
    color: #fff;
}
footer ul.social-icons {
    margin-top: 10px;
}
footer .social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
footer .social-icons a {
    color: #fff;
    text-decoration: none;
}
footer .fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-facebook:hover {
    background-color: #3d5b99;
}
footer .fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-twitter:hover {
    background-color: #00aced;
}
footer .fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-rss:hover {
    background-color: #eb8231;
}
footer .fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-youtube:hover {
    background-color: #e64a41;
}
footer .fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-linkedin:hover {
    background-color: #0073a4;
}
footer .fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    /*background-color: #322f30;*/
}
footer .fa-google-plus:hover {
    background-color: #e25714;
}
footer ul li a:hover{
    color: #fff;
}
.hr-ln {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.hr-ln:before, .hr-ln:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
.l-icon{
    /*height: 30px;*/
}
#getintouch-sec{
    background-color: #0a54a6;
    color: #fff;
    padding: 20px 0 10px;
}
#getintouch-sec p{
    font-size: 24px;
    text-align: center;
}
.navbar{
    border-bottom: 0;
}


.enquiry-btn {
    color: #f36905;
    text-decoration: none;

}
.enquiry-btn:hover {
    color: #fff;
}

/*inner page banner*/
.can_tit {
    padding: 50px;
    text-align: center;
    color: #fff;
}
#cnt_bansec {
    padding-top: 50px;
    background: linear-gradient(rgba(243, 105, 5, 0.72), rgba(10, 84, 166, 0.77)), url(../images/bg-1.jpg);
    background-position: center;
}
.can_tit h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.can_tit p {
    color: #fff;
}
.can_tit a {
    color: #fff;
    font-weight: bold;
}
/*inner page banner*/
/*about page*/
.admission_sec h4 {
    color: #f36905;
    font-weight: bold;
}
/*about page*/
/*contact*/
/*=====contact page=====*/
.career_form input {
    width: 100%;
    border: 1px solid #b5b5b5;
    padding: 8px;
    margin-bottom: 8px;
}
.career_form textarea {
    width: 100%;
    border: 1px solid #b5b5b5;
}
.career_form h4 {
    color: #f36905;
    font-weight: bold;
}
.address-sec h4 {
    color: #18573c;
    font-weight: bold;
}
.address-sec i {
    font-size: 20px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    color: #f36905;
    border: 2px solid #0a54a6;
    border-radius: 5px;
    margin-bottom: 10px;
}
.address-sec i:hover {  
    color: #0a54a6;
    border: 2px solid #f36905;   
}
/*contact*/
/*======enquiry page==============*/
.can_tit {
    padding: 50px;
    text-align: center;
    color: #fff;
}
#cnt_bansec {
    padding-top: 50px;
   background: linear-gradient(rgba(243, 105, 5, 0.72), rgba(10, 84, 166, 0.77)), url(../images/bg-1.jpg);
    background-position: center;
}
.can_tit h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.can_tit p {
    color: #fff;
}
.can_tit a {
    color: #fff;
    font-weight: bold;
}
.cat-btn {
    padding: 8px 20px;
    border: none;
    background-color:#f36905;
    color: #fff;
    margin-bottom: 15px;
    float: right;
    margin-right: 15px;
}
.cat-btn:hover {
 background-color: #0a54a6;
}
.enquiry_sec h5{
  color: #18573c;
  font-weight: bold;
  padding-left: 15px;
}
.enquiry_sec .form-control {
  border-radius: 0px;
}
.enquiry_sec {
  padding-top: 25px;
  padding-bottom: 25px;
}

.admission_sec{
  padding-bottom: 25px;
  padding-top: 25px;
}
.admission_sec img{
  width: 100%;
}
.adm img{
  max-width: 500px;
    width: 100%;

}
.admission_sec h4{
  color: #f36905;
    font-weight: bold;
}
.admission_sec ul{
  padding-left: 20px;
}

/*school login*/
.login_sec {
    margin-top: 5em;
    margin-bottom: 4em;
}
/*school login*/
/*my code start here*/




/*gallery section start here*/
/*-- gallery --*/
.gallery-grid .grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
/* Common style */
.gallery-grid .grid figure {
  position: relative; 
  overflow: hidden;
  margin: 10px 0;
  height: auto;
  text-align: center;
  cursor: pointer;
}
.gallery-grid .grid figure img {
  position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
    height: 261px;
    object-fit: cover;
}
.gallery-grid .grid figure figcaption {
  padding: 2em;
  color: #fff;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-grid .grid figure figcaption::before,
.gallery-grid .grid figure figcaption::after {
  pointer-events: none;
}
.gallery-grid .grid figure figcaption,
.gallery-grid .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rigi {
  margin-bottom: 2em;
  margin-top: 2em;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f36905; 
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
   position: absolute;
    right: 0;
    bottom: 0;
    color: #060837;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #060837;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-apollo h2 {
  text-align: left;
}
figure.effect-apollo:hover img {
  /*opacity: .2;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);*/
}
figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery-grid {
  padding: 5px;
  padding-bottom: 5px;
}
/*gallery section end here*/
#cources-sec .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#cources-sec .points {
    margin-top: -40px;
}
#cources-sec .points .card {
    background: #f36905;
    color: #fff;
    padding: 0px 15px;
    height: 200px;
}
#cources-sec .points .icon {
   margin: -40px auto 0;
    background: #0a54a6;
    border-radius: 50%;
    width: 87px;
    height: 87px;
    padding: 17px;
}
#cources-sec .icon img{
  height: 50px;  
}
#cources-sec h4{
    font-size: 1.5rem;
   /* margin-top: 0;*/
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
#cources-sec h2 span{
    color: #0a54a5;
}
#cources-sec .border-warning {
    border-color: #f36905!important;
}
 #cources-sec .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
} 
#cources-sec .mt-5, .my-5 {
    margin-top: 3rem!important;
} 
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
} 

.btn-dark {
    color: #fff;
    background-color: #f36905;
    border-color: #0a54a5;
}
.btn-dark:hover {
    color: #fff;
    background-color: #0a54a5;
    border-color: #f36905;
}

.ftco-section {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wrap-about  p{
 line-height: 25px;
}
.abt-sec p{
   line-height: 25px; 
}
.services-2 .icon {
    line-height: 1;
    position: relative;
    width: 65px;
    height: 65px;
    background: #0a54a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.services-2 .icon span {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.services-2 .icon span {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.services-2 .text h3 {
    font-size: 20px;
    font-weight: 500;
}
.services-2 {
    margin-bottom: 30px;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.services-2 .text {
    width: calc(100% - 80px);
}



.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;
  }
}
#books-sec .item img{
    /*width: 100%;*/
    height: 320px;
    object-fit: cover;
}
#books-sec h1{
    margin-bottom: 1em;
}

.section-title-wrapper { margin-bottom: 30px; position: relative;}
.section-title-wrapper:before {
    background: #0b54a4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}
.section-title-wrapper:after {
    background: rgba(0, 0, 0, 0) url(../images/cap-dark.jpg) no-repeat scroll 0 0;
    bottom: -8px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}
.section-title h1 {   
    line-height: 60px;   
}
/*my code end here*/
/*** Meadia quries ***/
@media  (max-width: 1200px){
.nav-brand img {
    height: 51px;
}
}
@media  (max-width: 1024px){
.carousel-fullscreen .carousel-inner .item {
    height: 46vh;
    /* min-height: 600px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.mb_e{display:none;}*/
.co-dt-h .mb_e{display:none;}
}
@media  (max-width: 1000px){
.why-box {
    margin-top: 0px;
}
}
@media  (max-width: 800px){
#cources-sec .col-md-4 {
    margin-bottom: 62px;
}
}
@media  (max-width: 768px){
.carousel-inner .item {
    height: 35vh !important;
    /* min-height: 600px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
}
@media  (max-width: 767px){
.copy-right{
    text-align: center;
}
.design{
    text-align: center;
}
.footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: none;
}
.co-dt-h{
    display: none;
}
.log-lns{
    text-align: right;
}
.land-n{
    display: none;
}
.mb_e{
   /* display: none;*/
}
.blink_text{
    text-align:right;
}
.log-lns .mb-n{
    text-align:left !important;
    float:left;
}
.about-border {
    border: 2px solid #2e318f;
    margin-left: 0px;
    padding-left:0px;
    padding-top: 30px;
    padding: 5px;
    line-height: 28px;
    margin: 5px;
}
}

@media only screen and (max-width: 500px){
    .social-nav a {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.text1{
    font-size: 20px;
}
.text2{
    font-size: 16px;
}
h1{
        font-size: 26px;
}
h4{
    font-size: 18px;
}
.nav-brand img {
    height: 51px;
}
.h1-t {
    font-size: 26px;
}
.app-cont {
    padding-top: 10px;
}
.carousel-inner .item {
    height: 19vh !important;
    /* min-height: 600px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#cources-sec .points {
    margin-top: 40px;
}
}
@media only screen and (max-width: 380px){
.reg-btn{
    width:100%;
     
    }
}





