/* mazatrolprogramming website structure */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400';

/*

1.  common css
2.
3.

*/

/* ======================
         Common CSS 
========================= */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}


a,
a:hover {
    text-decoration: none;
}

body {
    background-image: url('../img/Mazatrol-bg.jpg');
    width:100%;
    background-position: center;
}

#header {
    background-color: #050e1dab;
}

.header-basic {

    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 20px 0px;
    height: 80px;
    box-sizing: border-box;
}

.header-basic .header-limiter {

    text-align: center;
    margin: 0 auto;
}
.logo{
    width: 200px;
    float: left;
}
/* Logo */

.header-basic .header-limiter h1 {
    float: left;
    font: normal 28px Cookie, Arial, Helvetica, sans-serif;
    line-height: 40px;
    margin: 0;
    font-size: 30px;
}

.header-basic .header-limiter h1 span {
    color: #5383d3;
}


/* The header links */

.header-basic .header-limiter a {
    color: #ffffff;
    text-decoration: none;
}

.header-basic .header-limiter nav {
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 40px;
    float: right;
}

.header-basic .header-limiter nav a {
    display: inline-block;

    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
}

.header-basic .header-limiter nav a:hover {
    opacity: 1;
}

.header-basic .header-limiter nav a.selected {
    color: #fff;
    pointer-events: none;
    opacity: 1;
}

a.abt-more-btn {
    background: #30b8e0;
    padding: 1px 26px;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
}

.call-txt {
    padding-right: 20px;
}

.call-txt i {
    padding-right: 10px;
}



/*================= Top header bar section end ============= */



/*===================TAB BAR SECTION MENU START======================*/



/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
 html {
	 width: 100%;
	 height: 100%;
}
 body {
	 color: #333;
	 font-family: "Raleway";
	 height: 100%;
}
 body h2 {
	 text-align: center;
	 color: #428bff;
	 font-weight: 300;
	 padding: 40px 0 20px 0;
	 margin: 0;
}
 .tabs {
	 left: 50%;
	 transform: translateX(-50%);
	 position: relative;
	 background: white;
	 padding: 50px 25px;
	 padding-bottom: 80px;
	 width: 100%;
	/* height: 250px;*/
	 box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	 border-radius: 25px;
	 min-width: 240px;
}
 .tabs input[name="tab-control"] {
	 display: none;
}
 .tabs .content section h2, .tabs ul li label {
	 font-family: "Montserrat";
	 font-weight: 600;
	 font-size: 16px;
	 color: #428bff;
}
 .tabs ul {
	 list-style-type: none;
	 padding-left: 0;
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 10px;
	 justify-content: space-between;
	 align-items: flex-end;
	 flex-wrap: wrap;
}
 .tabs ul li {
	 box-sizing: border-box;
	 flex: 1;
	 width: 25%;
	 padding: 0 10px;
	 text-align: center;
}
 .tabs ul li label {
	 transition: all 0.3s ease-in-out;
	 color: #929daf;
	 padding: 5px auto;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: block;
	 cursor: pointer;
	 transition: all 0.2s ease-in-out;
	 white-space: nowrap;
	
}
 .tabs ul li label br {
	 display: none;
}
 .tabs ul li label svg {
	 fill: #929daf;
	 height: 1.2em;
	 vertical-align: bottom;
	 margin-right: 0.2em;
	 transition: all 0.2s ease-in-out;
}
 .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
	 outline: 0;
	 color: #bec5cf;
}
 .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
	 fill: #bec5cf;
}
 .tabs .slider {
	 position: relative;
	 width: 25%;
	 transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
 .tabs .slider .indicator {
	 position: relative;
	 width: 50px;
	 max-width: 100%;
	 margin: 0 auto;
	 height: 3px;
	 background: #428bff;
	 border-radius: 1px;
}
 .tabs .content {
	 margin-top: 30px;
}
 .tabs .content section {
	 display: none;
	 animation-name: content;
	 animation-direction: normal;
	 animation-duration: 0.3s;
	 animation-timing-function: ease-in-out;
	 animation-iteration-count: 1;
	 line-height: 1.4;
}
 .tabs .content section h2 {
	 color: #428bff;
	 display: none;
}
 .tabs .content section h2::after {
	 content: "";
	 position: relative;
	 display: block;
	 width: 30px;
	 height: 3px;
	 background: #428bff;
	 margin-top: 5px;
	 left: 1px;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
	 cursor: default;
	 color: #428bff;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
	 fill: #428bff;
}
.menu-bar-tab i{
    margin-right: 7px;
}
#home-pg h3{
    
}
.main-heading{
   color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}


 

/*===================TAB BAR SECTION MENU END ======================*/



/*.carousel-inner{
    width: 100%;
    height: 400px;
}
.carousel-inner img{
    width:100%;
    height: 100%;
}*/
.main-txt h3{
       /* padding-top: 20px;*/
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #5a5a5a;

}
.main-txt ul{
    width: 100%;
    display: inline-block;
}
.main-txt ul li{
    width: 100%;
    padding-left: 0;
    text-align: left;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 15px;
    list-style: inside;
    font-family: 'Roboto', sans-serif;
    color: #7b7b7b;
}
.tabs{
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.home-slider .carousel-control-prev-icon,
.home-slider .carousel-control-next-icon{
    background-image: none;
}
.home-slider .carousel-control-next, .home-slider .carousel-control-prev{
    width: 5%;
}
.home-slider span i{
        color: white;
    font-size: 22px;
}
.small-slide .carousel-inner{
    height: auto;
}
.footer-call{
        text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 0;
    
}
.copyright{
        font-size: 13px;
    text-align: center;
    padding-top: 30px;
    color: #676767;
}
.home-slider{
    margin-top: 50px;
}
#tab-bar-sec .menu-bar-tab .menu-txt-bar{
    font-size: 15px;
}
ul.menu-bar-tab{
    width: 100%;
}
.menu-bar-tab .programming-li,
.menu-bar-tab .managment-li{
    width: 30%;
}
#tab-bar-sec{
    margin-top: 50px;
}
.banner-img{
    width: 100%;
    height: 300px;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
}

.slider{
    margin: 0 auto;
}
 .main-txt h3,h5.field{
        color: #428bff !important;
    }

/*-------------- MEDIA QUERY -----------------*/

 @media (max-width: 600px) {
	 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
		 background: rgba(0, 0, 0, 0.08);
	}
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
	 transform: translateX(0%);
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
	 cursor: default;
	 color: #428bff;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
	 fill: #428bff;
}
 @media (max-width: 600px) {
	 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
		 background: rgba(0, 0, 0, 0.08);
	}
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
	 transform: translateX(100%);
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
	 cursor: default;
	 color: #428bff;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
	 fill: #428bff;
}
 @media (max-width: 600px) {
	 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
		 background: rgba(0, 0, 0, 0.08);
	}
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
	 transform: translateX(200%);
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
	 display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
	 cursor: default;
	 color: #428bff;
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
	 fill: #428bff;
}
 @media (max-width: 600px) {
	 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
		 background: rgba(0, 0, 0, 0.08);
	}
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
	 transform: translateX(300%);
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
	 display: block;
}
 @keyframes content {
	 from {
		 opacity: 0;
		 transform: translateY(5%);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0%);
	}
}
 @media (max-width: 1000px) {
	 .tabs ul li label {
		 white-space: initial;
	}
	 .tabs ul li label br {
		 display: initial;
	}
	 .tabs ul li label svg {
		 height: 1.5em;
	}
}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) 
    and (orientation : landscape){ 
        body {
            background-image: url("../img/Mazatrol-bg.jpg");
            width: 100%;
            background-size:cover;
            background-position: center;
            background-repeat:no-repeat;
        }
    }
    
/* Making the header responsive */
@media only screen and (max-width: 600px) {
    .logo{
            float: none;
            margin: 0 auto;
            padding-bottom: 10px;
    }
    #home-pg h2.home-head{
        padding: 0px;
    }
    .header-basic {
        padding: 20px 0;
            height: 110px;
    }

    a.abt-more-btn {
        padding: 11px 26px;
    
    }
    .main-heading{
        font-size: 20px;
    }
    .header-basic .header-limiter h1 {
        float: none;
        margin: -8px 0 10px;
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .header-basic .header-limiter nav {
        line-height: 1;
        float: none;
    }
     .tabs ul li label {
/*		 padding: 5px 5px 0 5px !important;*/
		 border-radius: 5px;
	}
	 .tabs ul li label span {
		 display: none;
	}

	 .tabs .content {
		 margin-top: 7px;
	}
	 .tabs .content section h2 {
		 display: block;
	}
    .mt-20 {
    margin-top: 20px;
    }
     .i-active{
        color:#428bff !important;
    }
    .main-txt h3,h5.field{
        color: #428bff !important;
    }
}
@media only screen and (max-width: 325px){
    a.abt-more-btn {
        margin-top: 10px;    
    }
    .header-basic {
       padding: 14px 0;
    height: 130px;
    }
    .main-heading {
    font-size: 17px;
}
}

@media only screen and (max-width: 410px){
    .footer-call{
        
    
    }
}




/* contact us page css start */

img.image {
    margin: 2rem 0;
}
label.label-text {
    font-weight: 700;
    color: #5a5a5a;
}
h5.field {
    margin: 1rem 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #5a5a5a;
}
.first-block {
    margin-top: 1rem;
}
.second-block {
    margin-top: 1rem;
}
label.form-check-label {
    font-family: 'Roboto', sans-serif;
    color: #7b7b7b;
}
option {
    font-family: 'Roboto', sans-serif;
    color: #7b7b7b;
}
button.Submit-btn {
    border: 1px solid #30b8e0;
    background-color: #fff;
    color: #30b8e0;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: bold;
}
button.Submit-btn:hover{
border: 1px solid;
background-color: #30b8e0;
color: #fff;
}
.submit-btn-txt{
    display:flex;
    align-items: center;
        margin-top: 30px;
}
textarea.form-control {
    height: 100px;
}


/* contact us page css end  */


h2.managment-head {
    padding: 0;
}
h2.home-head {
    padding: 0;
}


/*  mazatrol programming css strat  */

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.shadow {
    box-shadow: none;
}

.carousel-inner {
    max-width: 100%;
    height: auto;
}
.carousel-inner img {


    max-width: 100% !important;
    height: auto !important;
}

.carousel-indicators{
	display:inherit;
}
#small_slide li a img {
    height: 100px;
}
#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
    margin: 2rem 0;
}
/*.tabs ul {
   
    display: inherit;
}*/
#small_slide{
	    display: inline-block;
}

#small_slide .active{
	border: 1px solid #30b8e0;
    padding: 5px;
}
div#slider {
    padding: 1rem 0;
}


/*  mazatrol programming css end  */




/* changes 28-01-2020 */
#Programming-pg h2:after,
#Management-pg h2:after,
#home-pg h2:after{
    display:none;
}


/* 29 */

#maztrol-progr-page #myCarousel a i.fa{
   color: #525252;
    font-size: 20px;
}
#maztrol-progr-page #myCarousel .carousel-control-next, .carousel-control-prev{
    width: 5%;
}