.domebg {
    background-image :url('../img/Banner-Image.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 140px;
    background-size: 100%;
    height: 600px;
    /* padding-top:50px; */
}
.domebg-thankyou
{
  background-image :url('../img/01.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 140px;
  background-size: 100%;
  height: 600px;
  /* padding-top:50px; */
}
/* .image-overlay {position: absolute;
    top: 140px;
    z-index: 1;
    height: 500px;
}
.overlay-text
{
    position: relative;   
    z-index: 5;  
    margin-top: -30px;  
}
.overlay-text h3 {
    font-size: 26px;
    color: #FFF;
    
    font-family: "Segoe UI";
}
.overlay-text h1 {
    font-size: 34px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
} */
#mainNav {
     padding-top: 0px !important; 
     padding-bottom:  0px !important; 
 }
.apply {background-color:#df4a24; border:0px;text-transform:uppercase; color:#FFF; padding:7px 15px; border-radius:10px;font-family: Verdana, sans-serif !important;
font-weight:bold; font-size: 20px;
    margin-left: 5px;}
	/* counter css*/
	
.sectionClass {
  padding: 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}
.second-button {width: 220px;
    text-align: center;
    margin: 0 auto;
}

.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 20%;
  height: 100%;
  padding: 0px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: white;
}

.projectFactsWrap .item:nth-child(2){
  background: white;
}

.projectFactsWrap .item:nth-child(3){
  background: white;
}

.projectFactsWrap .item:nth-child(4){
  background: white;
}

.projectFactsWrap .item p.number{
  font-size: 60px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: #df4a24;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'verdana';
}

.projectFactsWrap .item p.countertitle{
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'verdana';
}
.projectFactsWrap .item span{
  width: 60px;
  background: #000;
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

/*
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}
*/
.testi-box {
background:#FFF;height:460px; padding:30px; border-top-right-radius:100px;border-bottom-left-radius:100px}
.testimonial-image {
background:black; width:130px; height:130px; border-radius:50%; border:2px solid #E65400; text-align:center; display:inline-block}
@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}
/*counter css ends*/
/*iconboxes*/
.ibox {
	background: #df4a24;
    padding: 10px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
.ibox img {width:100%}

.icontext{
	
    text-align: center;
   
    margin: 10px;
}
/*carousel css*/
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

#whylist{
            
            background: white;
           
        }
  
       
       #whylist li{
            list-style: none;
			list-style-position:outside;
        }
  
       
  
       #whylist li::before{
  
           
            content: "\00BB";
			margin-right:5px;
        }
.form-detail
{    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 16%);
    background-color: #f7f7fa;
    width: 450px;
    float: right;
}
.form-control  {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #aecbd6;
    border-radius: 0;
    font-size: 11px;
    height: 40px;
    padding: 0.375rem 0.75rem 0.375rem 28px; 
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    top: 11px;
    left:2px;
  
}
.formrow {
    background:#FFF;
    padding: 10px;
    margin-top: 0px;
    border-radius:10px;
}
.btn-enquiry {color: #fff;
    background-color: #EC7229;
    border-color: #EC7229;}
/* about section*/
.about {
        /* background-image :url('../img/about.png'); */
        /* background-repeat: no-repeat;
    background-position: top left;
    height:600px;
    background-size: contain; */
   
    }

.about-text h3 {
        font-size: 34px;
        color: #444;
        
        font-family: "Segoe UI";
    }
    
.about-text h1, .choose h2, .admissions h2, .Affiliation h2 , .FAQ h2 {
        font-size: 32px;
        color: #121212;
        text-transform: capitalize;
        font-family: "Segoe UI";
        font-weight: bold;
        line-height: 35px !important;
    }
    .about-text h5 {
        font-size: 20px;
        color: #121212;
        text-transform: uppercase;
        font-family: "Segoe UI";
        font-weight: bold;
        
    }
    .about-text .lead, .choose .lead, .admissions .lead {
        font-size: 16px;
        text-align: justify;
    }
    .mdal h2 {
        font-size: 24px;
        color: #fff;
        text-transform: capitalize;
        font-family: "Segoe UI";
        font-weight: bold;
        
    }
    .features {
       
        padding: 10px 20px 20px 20px;
    }
    .orange {
        background-color: #EC7229;
        
    }
    .text-orange {
        color: #EC7229 !important;
    }
    .text-black {
        color: #444 !important;
    }
    .white {
        background-color: #FFF;
        box-shadow: 26px 9px 40px #ccc;
        border: 1px solid #f1eeee ;
       
    }
    .features h4 {
        font-size: 16px;
        color: #fff;
        text-transform: auto;
        font-family: "Segoe UI";
        font-weight: 500;
        line-height: 20px !important;
        text-align: justify;
    }
	.patch {
		transition: 1s;
    margin-bottom: 15%;
    border-radius: 10px;
    height: 300px;
   padding:40px;
   text-align:center;
    box-shadow: 0 0 10px #ccc;
	    margin-right: 10%;
	}
	.patch-placement {
		transition: 1s;
    margin-bottom: 15%;
    border-radius: 10px;
   padding:40px;
   text-align:center;
    box-shadow: 0 0 10px #ccc;
	    margin-right: 10%;
		min-height:300px;
	}
	.discover-icon{
		font-size:50px;
		color:#ff7020;
	}
    .box {
        background-color: #FFF;
    color: #000;
    padding: 20px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: -3px 6px 16px 0px rgb(0 114 188 / 19%);
    box-shadow: -3px 6px 16px 0px rgb(0 114 188 / 19%);
    /*text-transform: uppercase;*/
    }
	.profileimage {
    width: 25%;
    border-radius: 60%;
    margin: 0;
}
.bottom-logo {
	 width: 40%;
}
.offered {border: 1px solid #3d9d09;
    padding: 5px;
    color: #3d9d09;
	font-size: 13px;}
	.box p { color: #000; font-size: 12px; padding:0; margin:0}
    .key-numbers {
        /* color: #EC7229;
        background: #fff;
        width: 92px;
        text-align: center;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 50px;
        font-weight: bold;
        margin-top: 40px; */
        color: #EC7229;
    background: #fff;
    width: 55px;
    text-align: center;
    padding: 4px 13px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    }
    .key-numbers-white {
    background: #FCE7DB;
    
    color: #EC7229;
    width: 55px;
    text-align: center;
    padding: 4px 13px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    }
    .map {
        padding: 0;
    }
    @media (max-width: 1200px) {
        .logowidth {
          width: 80%;
        }
        .domebg {
             background-image :url('../img/Banner-Image3.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            margin-top: 140px;
            background-size: contain;
            height: 600px;
        }
    
      }
      @media (min-width: 992px){
          #mainNav .navbar-brand{
            width: 20%;
          }
        .logowidth {
          width: 100%;
        }
        .domebg {
            background-image :url('../img/Banner-Image2.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            margin-top: 40px;
            background-size: 100%;
            height: 800px;
        }
      .domebg-thankyou {
           background-image :url('../img/01.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            margin-top: 40px;
            background-size: 100%;
            height: 800px;
        }
		.banner-text-first {background:#000; padding:10px; opacity:0.8; width:270px}
		.banner-text-first-large {background:#df4a24; padding:10px; opacity:0.9; color:#FFF; width:633px; font-size:62px; font-weight:300}
		.banner-text-second-large {background:#df4a24; padding:10px; opacity:0.9; color:#FFF; width:633px; font-size:62px; font-weight:300}
		.banner-text-third {background:#000; padding:10px; opacity:0.8; width:520px}
      }
      @media (max-width: 540px){
      .testi-box {
          margin-bottom: 10px;
    	  height: 450px;
      }
        aside, section {
            padding-top: 10px;
            padding-bottom: 10px;
        }
      .logowidth {
        width: 100%;
      }
      #mainNav .navbar-brand{
        width: 100%;
      }
      .bannertext {
        margin-top:200px
    }
	.banner-text-first {background:#000; padding:10px; opacity:0.8; width:90%; ; font-size:16px}
	.banner-text-first-large {background:#df4a24; padding:10px; opacity:0.9; color:#FFF; width:84%; font-size:24px; text-align:left;}
	.banner-text-second-large {background:#df4a24; padding:10px; opacity:0.9; color:#FFF; width:70%; font-size:24px; text-align:left;}
	.banner-text-third {background:#000; padding:10px; opacity:0.8; width:90%; font-size:16px; text-align:left;}
	.masthead-mobile-mockup {margin-top:600px}
      .domebg {
        background-image :url('../img/Banner-Image-mobile.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 100px;
        background-size: contain;
        height: 750px;
    }
    .overlay-text
{
    position: relative;   
    z-index: 5;  
    margin-top: -10px;  
    padding:20px 0px;
    background-color:#e48f54
}
.overlay-text h3 {
    font-size: 20px;
    color: #FFF;
    
    font-family: "Segoe UI";
}
.overlay-text h1 {
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
}
.formrow {
    background: #FFF;
    padding: 10px;
    margin-top: 0px;
}
.px-5 {
    padding:10px !important;
}
.about-text h1, .choose h2, .admissions h2, .Affiliation h2 , .FAQ h2 {
    font-size: 24px;
    color: #121212;
    text-transform: capitalize;
    font-family: "Segoe UI";
    font-weight: bold;
    line-height: 35px !important;
}
.about-text h5 {
    font-size: 16px;
    color: #121212;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    
}
.about-text .lead, .choose .lead, .admissions .lead {
    font-size: 16px;
    text-align: justify;
}
#features .mt-5 {
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}
#features .me-5, #features .ms-4 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.cta-content .mob-pd {
    padding:20px;
}
    }
      .bg-blue {
          background-color:#2B2F47
      }
      .bg-darkblue {
          background-color:#384069;
      }
      section.cta {
        position: relative;
        padding: 15rem 0;
        background-image: url("../img/building_side.jpg");
        background-position: bottom center;
        background-size: cover; 
    }
    .btn-gurukul {
        color: #FFF;
        background-color:  #df4a24;
        border-color: #df4a24;
      }
      .btn-gurukul:hover {
        color: #df4a24;
        background-color:  #FFF;
        border-color: #df4a24;
      }
.btn-gurukul-footer {
        color: #df4a24;
        background-color:  #FFF;
        border-color: #df4a24;
      }
      .btn-gurukul-footer:hover {
        color: #df4a24;
        background-color:  #FFF;
        border-color: #df4a24;
      }
      .btn-check:focus + .btn-gurukul, .btn-gurukul:focus {
        color: #000;
        background-color: #E29760;
        border-color: #E29760;
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
      }
      .btn-check:checked + .btn-gurukul, .btn-check:active + .btn-gurukul, .btn-gurukul:active, .btn-gurukul.active, .show > .btn-gurukul.dropdown-toggle {
        color: #000;
        background-color: #E29760;
        border-color: #E29760;
      }
      .btn-check:checked + .btn-gurukul:focus, .btn-check:active + .btn-gurukul:focus, .btn-gurukul:active:focus, .btn-gurukul.active:focus, .show > .btn-gurukul.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
      }
      .btn-gurukul:disabled, .btn-gurukul.disabled {
        color: #000;
        background-color: #df7120;
        border-color: #df7120;
      }
      .blog_section {
        padding-top: 5rem;
        padding-bottom: 3rem;
      }
      .blog_section .blog_content .blog_item {
        margin-bottom: 30px;
        box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
        position: relative;
        border-radius: 2px;
        overflow: hidden;
      }
      .blog_section .blog_content .blog_item:hover .blog_image img {
        transform: scale(1.1);
      }
      .blog_section .blog_content .blog_item .blog_image {
        overflow: hidden;
        padding: 0;
      }
      .blog_section .blog_content .blog_item .blog_image img {
        width: 100%;
        transition: transform 0.5s ease-in-out;
      }
      .blog_section .blog_content .blog_item .blog_image span i {
        position: absolute;
        z-index: 2;
        color: #fff;
        font-size: 18px;
        width: 38px;
        height: 45px;
        padding-top: 7px;
        text-align: center;
        right: 20px;
        top: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
        background-color: #ff5e14;
      }
      .blog_section .blog_content .blog_item .blog_details {
        padding: 25px 20px 30px 20px;
      }
      .blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
        color: #020d26;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
        transition: all 0.3s;
        text-decoration: none;
      }
      .blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
        color: #ff5e14;
      }
      .blog_section .blog_content .blog_item .blog_details ul {
        padding: 0 3px 10px 0;
        margin: 0;
      }
      .blog_section .blog_content .blog_item .blog_details ul li {
        display: inline-block;
        padding-right: 15px;
        position: relative;
        color: #7f7f7f;
      }
      .blog_section .blog_content .blog_item .blog_details ul li i {
        padding-right: 7px;
      }
      .blog_section .blog_content .blog_item .blog_details p {
        border-top: 1px solid #e5e5e5;
        margin-top: 4px;
        padding: 20px 0 4px;
      }
      .blog_section .blog_content .blog_item .blog_details a {
        font-size: 16px;
        display: inline-block;
        color: #ff5e14;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
      }
      .blog_section .blog_content .blog_item .blog_details a:hover {
        color: #020d26;
      }
      .blog_section .blog_content .blog_item .blog_details a i {
        vertical-align: middle;
        font-size: 20px;
      }
      .blog_section .blog_content .owl-nav {
        display: block;
      }
      .blog_section .blog_content .owl-nav .owl-prev {
        position: absolute;
        left: -27px;
        top: 33%;
        border: 5px solid #fff;
        text-align: center;
        z-index: 5;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline: 0;
        background: #ff5e14;
        transition: all 0.3s;
        color: #fff;
      }
      .blog_section .blog_content .owl-nav .owl-prev span {
        font-size: 25px;
        margin-top: -6px;
        display: inline-block;
      }
      .blog_section .blog_content .owl-nav .owl-prev:hover {
        background: #fff;
        border-color: #ff5e14;
        color: #ff5e14;
      }
      .blog_section .blog_content .owl-nav .owl-next {
        position: absolute;
        right: -27px;
        top: 33%;
        border: 5px solid #fff;
        text-align: center;
        z-index: 5;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline: 0;
        background: #ff5e14;
        color: #fff;
        transition: all 0.3s;
      }
      .blog_section .blog_content .owl-nav .owl-next span {
        font-size: 25px;
        margin-top: -6px;
        display: inline-block;
      }
      .blog_section .blog_content .owl-nav .owl-next:hover {
        background: #fff;
        border-color: #ff5e14;
        color: #ff5e14;
      }
      
      @media only screen and (max-width: 577px) {
        .blog_section .owl-nav .owl-prev {
          left: -17px !important;
        }
        .blog_section .owl-nav .owl-next {
          right: -17px !important;
        }
        .form-detail {
            border-radius: 5px;
            -webkit-box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 16%);
            box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 16%);
            background-color: #f7f7fa;
            width: 100%;
             float: none; 
        }
        .mt-xs-1 {
            margin-top: 0.25rem !important;
          }
        
          .mt-xs-2 {
            margin-top: 0.5rem !important;
          }
        
          .mt-xs-3 {
            margin-top: 1rem !important;
          }
        
          .mt-xs-4 {
            margin-top: 1.5rem !important;
          }
        
          .mt-xs-5 {
            margin-top: 3rem !important;
          }
          .mt-xs-6 {
            margin-top: 3.5rem !important;
          }
          .mb-xs-1 {
            margin-bottom: 0.25rem !important;
          }
        
          .mb-xs-2 {
            margin-bottom: 0.5rem !important;
          }
        
          .mb-xs-3 {
            margin-bottom: 1rem !important;
          }
        
          .mb-xs-4 {
            margin-bottom: 1.5rem !important;
          }
        
          .mb-xs-5 {
            margin-bottom: 3rem !important;
          }
          .mb-xs-6 {
            margin-bottom: 3.5rem !important;
          }
          .blog_section {
            padding-top: 1rem;
            padding-bottom: 1rem;
          }
          
      }
	  .owl-nav button {
  position: absolute !important; 
  top: 50% !important; 
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center!important; 
  padding-top: 15px!important; 
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block!important; 
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
/*span {
    font-size: 16px;    
    position: relative;
    top: -5px;
}*/
.owl-nav button:focus {
    outline: none;
}
  #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}  