@font-face {
  font-family: 'Roboto';
  src: url(../font/Roboto-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url(../font/Roboto-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url(../font/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url(../font/Roboto-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto'; 
  src: url(../font/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto'; 
  src: url(../font/Roboto-Black.ttf);
  font-weight: 900;
}



h2{
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 30px;
    color: #2d2d30;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}
p {
    font-size: 16px;
    color: #666666;
    line-height: 1.66em;
    text-align: justify;
    margin-bottom: 20px;
}
body{
    font-family: 'Roboto';
    position:relative;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.66em;
}

.box_head{
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 65px;
    padding-bottom: 0px;
    margin-left: 85px;
}

h3{
    color: #f202de;
}

/*===== navbar starts =====*/ 
.navbar{
    padding: 0px;
}
.navbar a:hover {
    color: #00c6ff !important;
    text-decoration: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
/*
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
*/
.dropdown-item{
    padding: 0.5rem 0.5rem;
}
.dropdown-item:hover {
    color: white;
    text-decoration: none;
     background-color: #004865; 
}
.dropdown-menu > li > a {
    color: white;
} 
.dropdown-menu {
    position: absolute;
    top: 40px;
    left: -70px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #004865;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
nav li {
    color: #004865;
    font-size: 13px;
    font-weight: 600;
    padding-right: 12px !important;
    padding-left: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul li .mk-svg-icon {
    fill: #00c6ff;
    position: absolute;
    left: 0;
    margin-top: 5px;
}

.active a{
    color: #00c6ff !important;
}
.tick {
    padding-inline-start: 22px;
    position: relative;
    list-style-type: none;
    margin-left: 20px;
}

.tick li{
    color: black;
}

.contact_head{
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 30px;
    color: #666666;
    text-align: left;
    font-style: inherit;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 20px;
}
.icon_cont ul{
    list-style-type: none;
    padding-inline-start: 20px;
}
.icon_cont ul li i{
    margin-right: 10px;
}
.icon_cont ul li a{
    color: #666666;
}
.icon-box-title {
    font-size: 16px;
    font-weight: inherit;
}
.mk-main-ico {
    color: #004865;
}
.icon-box-title .mk-svg-icon {
    height: 64px!important;
    width: 64px!important;
}
.slide_gall .slide_gal{
    
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 20px;
}
.form-row .col-4{
    padding: 0px;
}
.banner_image img{
    width: 100%;
    height:auto;
}
.footer-nav nav ul li{
   font-size: 12px;
    padding: 0px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-left: 18px;
}
.footer-nav nav ul li a{
    
    padding:0px !important;
}
.footer-nav .navbar-light .navbar-nav .nav-link {
    color: #8c8e91;
}
/*
.header{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    }
*/
.header .logo-grey{
    display:none;
}
.header .nav-link{
    color: #004865 !important;
    }
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.sticky .logo-white{
    display:none;
}
.sticky .logo-grey{
    display: inline-block;
}
.sticky .nav-link{
     color:rgb(87 86 86) !important;
}

.sticky .underline1{
    display:none;
}
.sticky .active a{
    color: #00c6ff !important;
}
  @media only screen and (max-device-width: 768px) {
       .header{
    position: static;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    }
    
    .header .logo-white{
    display:none;
    }
    .header .logo-grey{
        display: inline-block;
    }
     .header .underline1{
    display:none;
    }
    .header .nav-item .nav-link{
    color:grey !important;
    }
    .text-box h3 {
    font-size:1em;
    }
    .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    -webkit-animation: sticky 0.5s;
    -moz-animation: sticky 0.5s;
    -o-animation: sticky 0.5s;
    animation: sticky 0.5s;
    transition: transform .5s ease;
}
    
    
    }

.names{
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 24px;
    color: #006c99;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 18px;
    margin-top: 15px;
}

.vision{
    letter-spacing: 2px;
    text-transform: initial;
    font-size: 35px;
    color: #666666;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}

.par_cus{
    color: #004865;
    font-weight: 700;
}

.comm_cus{
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 31px;
    color: #004865;
    text-align: left;
    font-style: inherit;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.dom_cus{
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 31px;
    color: #004865;
    text-align: left;
    font-style: inherit;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 0px;
}

.cus_line{
    border-top: 1px solid #006C99;
    border-bottom: 1px solid #006C99;
}
.ahov a {
    color: #666666;
}
.ahov a:hover {
    color: #8757e9;
    text-decoration: none;
}
/*====courses page navbar===*/
.header1{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    }
.header1 .logo-white{
    display:none;
}
.header1 .nav-link{
    color:white !important; 
    }
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.sticky .logo-white{
    display:none;
}
.sticky .logo-grey{
    display: inline-block;
}
.sticky .nav-link{
     color:rgb(87 86 86) !important;
}

.sticky .underline1{
    display:none;
}

  @media only screen and (max-device-width: 768px) {
       .header1{
    position: static;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    }
    
    .header1 .logo-white{
    display:none;
    }
    .header1 .logo-grey{
        display: inline-block;
    }
     .header1 .underline1{
    display:none;
    }
    .header1 .nav-item .nav-link{
    color:grey !important;
    }
    .text-box h3 {
    font-size:1em;
    }
    .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    -webkit-animation: sticky 0.5s;
    -moz-animation: sticky 0.5s;
    -o-animation: sticky 0.5s;
    animation: sticky 0.5s;
    transition: transform .5s ease;
}
    
    
    }


/*===== navbar ends =====*/ 

.box {
            background-color: #02c4fe;
            padding: 50px 30px;
        }

        .box:hover {
            background-color: #f202de;
        }

        .box a {
            color: white !important;
        }

        .hor-box {
            padding: 40px 20px;
            background-color: #F4F4F4;
        }

        .hor-box h5 {
            color: #02c4fe;
        }

        .services h5 {
            color: #02c4fe;
            margin-top: 20px;
            margin-bottom: 40px;
        }

        .services h3 {
            color: #f202de;
            margin-bottom: 40px;
        }

        .social-items i {
            font-size: 20px;
            background-color: white;
            padding: 5px;
            border-radius: 50%;
            color: #09151D;
            margin-right: 10px;
        }

        #contactus h5,
        li,
        label {
            color: white;
        }

        .about h3 {
            color: #f202de;
            margin-bottom: 40px;
        }


.text-box {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 15%;
    color: white;
    transform: translateY(-50%);
    text-align: center;
}
.text-box h3{
    color: white;
    font-size: 50px;
}

.bode {
    background-color: #EAEAEA;
    padding: 20px 20px 30px 20px;
    margin-top: 30px;
}

.bode h4{
    color: #00c6ff;
}
.con-btn {
    padding: 30px
}
.con-btn p{
    font-size: 40px;
    text-align: end;
}
.con-btn a{
    border: 1px solid white;
    padding: 15px 30px;
    color: white;
    font-weight: 400;
    font-size: 20px;
}
.con-btn a:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

.icons i{
    font-size: 50px;
    color: #00c6ff;
    text-align: center;
}
.sline{
    
    width: 20px;
    height: 3px;
    background-color: black;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.parallax {
  /* The image used */
  background-image: url("../images/b.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax p{
    text-align: left;
    color: white;
}
/*===== footer starts =====*/ 

.footer {
    background-color: #F5F5F5;
}

.sub_footer{
    background-color: #43474D;
}

.sub_footer .mk-footer-copyright {
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
}
/*===== footer ends =====*/ 

.clear-fix {
    clear: both;
}

@media only screen and (max-device-width: 768px) {
            #navbar a{
            border: 0px !important;
        }
        .w-100 {
    width: 100%!important;
    height: 200px;
}
        }
        
        
        .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #02c4fe;
    background-color: transparent;
    opacity: 1;
}
.carousel-indicators li.active {
    background-color: #02c4fe;
}