/* 
  Theme Name  : Valliammal
  Author: Scorpio Technologies
  Author URI: https://scorpiotechnologies.com/
  Description: Scorpio Technologies wp theme
  Developer   : Mr. Rajiv Gandhi
  Version: 5.0
*/

/*******************************/
/********* General CSS *********/
/*******************************/
@font-face {
    font-family: 'comic_sans_msregular';
    src: url('https://demo.scorpiotechnologies.net/valliammal/font/comic-webfont.woff2') format('woff2'),
         url('https://demo.scorpiotechnologies.net/valliammal/font/comic-webfont.woff') format('woff');

}
body {
    color: #666666;
    background: #dddddd;
    font-family: 'comic_sans_msregular' !important;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #040D7B;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #040D7B;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

.back-to-top:hover {
    color: #EAE636;
    background: transparent;
    border: 2px solid #EAE636;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.social a {margin-right: 3px;}

.bg-darks {background: #ADCEF1;}

.text-col {color: #040D7B}

.add-btn {
    color: #040D7B;
    background-color: #EAE636;
    border-radius: 2px;
    float: inline-end;
    font-size: 13px;
    font-weight: bold;
}

.add-btn:hover {
    color: #fff;
    background: #040D7B;
    border:1px solid #040D7B;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/

.top-bar {
    position: relative;
    height: 155px;
    background: #040D7B;
    border-top: 2px solid rgba(256, 256, 256, .4);
}

.top-bar .logo {
    padding: 5px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 140px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #253753;
    font-size: 40px;
}

.top-bar .top-bar-text {padding-left: 15px;}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #c5161d;
    font-size: 16px;
    font-weight: 700;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

.icons {padding-left: 10px;}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 35px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #040D7B;
    border-top: 2px solid rgba(256, 256, 256, .4);
    transition: .3s;
}

.nav-bar .container-fluid {padding: 0;}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #040D7B !important;
}

.navbar-dark .navbar-nav .menu-item a,
.navbar-dark .navbar-nav .menu-item a:focus,
.navbar-dark .navbar-nav .menu-item a:hover,
.navbar-dark .navbar-nav .menu-item a.active {
    padding: 10px 12px 8px 10px;
    font-weight: 600;
    color: #ffffff;
}

.navbar-dark .navbar-nav .menu-item a:hover,
.navbar-dark .navbar-nav .menu-item a.active {
    color: #EAE636;
    transition: none;
}

.nav-bar .sub-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #040D7B;
    border-top: 2px solid rgba(256, 256, 256, .9)
}

.top-bar .btn {
    color: #040D7B;
    background-color: #EAE636;
    border-radius: 2px;
    float: inline-end;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.top-bar .btn:hover {
    color: #EAE636;
    background: transparent;
    border:1px solid #EAE636;
}

.nav-bar ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.nav-bar ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100px;
    background: #040D7B;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    width: 350px;
    z-index: 9;
    transition: all, 0.3s;
    opacity: 0;
    visibility: hidden;
}

.nav-bar ul li .sub-menu li {
    margin-right: 0;
    display: block;
}

.nav-bar ul li .sub-menu li:hover>a { color: #fbb66f;}

.nav-bar ul li .sub-menu li a {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 10px;
}

.nav-bar ul li.active a {color: #7fad39;}

.nav-bar ul li:hover .sub-menu {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.nav-bar ul li:hover>a {color: #fbb66f;}

.nav-bar ul li:last-child { margin-right: 0;}

.nav-bar ul li a {
    font-size: 15px;
    color: #252525;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    display: block;
}

@media (min-width: 992px) {
    /*.nav-bar {
        padding: 0 60px;
    }*/
    
    .nav-bar.nav-sticky {padding: 0; }
    
    .nav-bar .navbar {padding: 0px 45px;}
    
    .nav-bar .navbar-brand {display: none;}

    .navbar .menu-item .sub-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .menu-item:hover .sub-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        z-index: 999999;
    }
    .sub-menu {position: absolute; }

    .navbar .menu-item ul.sub-menu {width: 300px;}

    .sub-menu li {
        display: block;
        width: 100%;
        margin-left: -40px;
        padding: 3px 5px !important;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
    }
    .sub-menu li a {width: 100%;padding: 5px;}

    .sub-menu li a:hover {color: #0099cc;}
    
    .nav-bar a.menu-item {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .about-img img {height: 500px;}
}

@media (max-width: 991.98px) {
    
    .nav-bar .navbar {padding: 15px;}
    
    .nav-bar a.menu-item {padding: 5px;}
    
    .nav-bar .sub-menu {box-shadow: none;}

    .navbar .sub-menu .menu-item {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .sub-menu {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }
    
    .nav-bar .btn {display: none;}

    .top-bar {height: 65px;}

    .top-bar .logo img {
        max-width: 100%;
        max-height: 55px;
    }

    .navbar .sub-menu ul li {min-width: 100%;}

    .navbar .sub-menu .sub-menu ul {right: -20%;}

    .navbar .sub-menu .sub-menu:hover>ul {right: -20%;}
}

 
/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}


@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {font-size: 20px;}
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {font-size: 16px;}
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(9, 30, 62, .5), rgba(9, 30, 62, .5)), url(./img/banner-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #EAE636;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #fff;
}

.page-header a:hover {color: #EAE636;}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #fff;
}

.page-header a:last-child::after {display: none;}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.section-header p {
    color: #EAE636;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 46px;
    font-weight: 700;
    color: #040D7B;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

.jf {text-align: justify;}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {background: #040D7B;}
    
.feature .col-md-12:nth-child(2n) {
    color: #040D7B;
    background: #EAE636;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #040D7B;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #EAE636;
}

.feature .feature-icon i::before {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {padding-left: 30px;}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) i::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {color: #040D7B;}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {margin-bottom: 30px;}

.about .about-text p {font-size: 16px;}

.about-text a.btn {
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background: #040D7B;
    transition: .3s;
}

.about-text a.btn:hover {
    color: #040D7B;
    background: #EAE636;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}

.about .icon-box {margin-top: 40px;}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #040D7B;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #040D7B;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #040D7B;
  border-color: #040D7B;
}

.about .icon-box:hover .icon i {color: #fff;}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover { color: #49b5e7;}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}


@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: 250px;
    }
}

.about-img img {
    position: absolute;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

.about-item {box-shadow: 0 0 45px rgba(0, 0, 0, .07);}

.about-item:hover {
    box-shadow: none;
    border: 1px solid #DEE2E6;
}

.about-item img {width: 50%;}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.counters {
    color: #fff;
    background: #040D7B;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .col-lg-6 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon img::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-color: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon i::before {
    background-color: #ffffff;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left h2 {
    color: #fff;
}

.fact .fact-right h2 {
    color: #fff;
}

/*******************************/
/********** Event CSS **********/
/*******************************/
.event-item {
    margin: 0;
}

.event-item h4 {
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 20px;
    text-align: center;
    background: #040D7B none repeat scroll 0 0;
    color: #ffffff;
}

.event-courses-items {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 15px 15px;
}

/*.syllbus img {*/
/*    width: 60% !important;*/
/*}*/

.about-us .icon-box {
    margin-bottom: 15px;
    border-bottom: 1px solid #111;
}

.about-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    transition: 0.5s;
}

.about-us .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.services {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item {
    box-shadow: none;
    border: 1px solid #DEE2E6;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
}

.service-item p {
    font-size: 15px;
    font-weight: 500;
    color: #253753;
}

/*******************************/
/*********** Admission CSS **********/
/*******************************/

.services-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.services-2.noborder-left {border-left: none; }

.services-2.noborder-bottom { border-bottom: none;}

@media (max-width: 991.98px) {
.services-2 {
    border-left: none; 
}
.services-2.noborder-bottom {
   border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
   } 
}
.services-2 .icon img {
    width: 50%;
    color: #fff; 
}
.services-2 h5 {
    font-size: 15px;
    color: #111;
    font-weight: 700; 
}
.services-2:hover {
    background: #EAE636;
    -webkit-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    border: none; 
}

.services-2:hover .media-body { color: rgba(255, 255, 255, 0.9);}

.services-2:hover .media-body h5 {color: #3A1174; }

.mathematics img {width:100%;}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    margin-top: 45px;
    padding: 50px 0 15px 0;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(3, 15, 39, .6), rgba(3, 15, 39, .6)), url(./img/banner-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-top: 40px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #EAE636;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #EAE636;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.Why {
    position: relative;
    padding: 50px 0 15px 0;
    height: 100%;
    min-height: 250px;
    background: linear-gradient(rgba(234, 230, 54, .7), rgba(234, 230, 54, .9)), url(./img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-item {
    background-color: #040D7B!important;
}

/*******************************/
/*********** Brands CSS **********/
/*******************************/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.team {
    position: relative;
    width: 100%;
    padding: 50px 0 15px 0;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .6), rgba(3, 15, 39, .6)), url(./img/banner-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container { max-width: 760px;}

.about-page .testimonial { padding-bottom: 90px;}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(./img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #EAE636;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #EAE636;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.conform {background-color: #253753;}

.btn-sub {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-sub:hover {
    background-color: #c5161d;
    border: 1px solid transparent;
    color: #fff;
}

/*******************************/
/*********** eoa CSS **********/
/*******************************/

.report { padding-bottom: 40px;}

.report .nav-tabs { border: 0;}

.report .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fafbfb;
}

.report .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #576971;
}

.report .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.report .nav-link:hover { background: #fafbfb;}

.report .nav-link:hover h4 {color: #364146;}

.report .nav-link.active {
  border-radius: 0;
  border: 0;
  border-left: 4px solid #EAE636;
  background: #040D7B;
  color: #ffffff;
}

.report .nav-link.active h4 {color: #ffffff;}

.bg-them { background: #040D7B;color: #ffffff;}

.report .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

table, th, td {
    padding: 10px;
}

.Hydros {
    width: 100%;
}

.Hydross {
    width: 100%;
}
.Hydross th {
    color: #ffffff;
}
.Hydross td {
    text-align: center;
    border: 1px solid #c7c7c7;
}

.tbl-head {
    border: 2px solid #e4e4e4;
    text-align: center;
}

.formborder {border: none !important;}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    height: 250px;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #040D7B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #EAE636;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #040D7B;
    background: #EAE636;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #040D7B;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {color: #999999;}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #EAE636;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #040D7B;
    color: #EAE636;
}

.portfolio .load-more {text-align: center;}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {transform: scale(1.1);}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay { opacity: 1;}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #EAE636;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {font-size: 15px;}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {background: #040D7B;}

.contact .col-md-6:last-child { background: #fcfcfc;}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {margin-bottom: 0;}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #111 !important;
    height: calc(3.5rem + 2px);
    border-radius: 0;
    border-width: 1px;
    border-radius: 6px;
    border-color: #040D7B;
    background: transparent;
}

.contact .contact-form textarea {
    color: #111;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-radius: 6px;
    border-color: #040D7B;
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea { box-shadow: none;}

.contact .contact-form .form-control::placeholder {
  color: #030f27;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {color: #ffffff;}

.contact .contact-form .form-control::-ms-input-placeholder { color: #ffffff;}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #040D7B;
    background: #EAE636;
    border: none;
    border-radius: 3px;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #fff;
    background: #040D7B;
}

.cont .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.cont .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.cont .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #253753;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.cont .info p { font-size: 15px;}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #040D7B;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #EAE636;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #EAE636;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #EAE636;
    letter-spacing: 1px;
}

.footer .footer-contact p i { width: 25px;}

.footer .footer-social {position: relative;}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #cd352f;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {  color: #cd352f;}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #cd352f;
    background: #121518;
    border-radius: 0;
    border: 2px solid #cd352f;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #EAE636;
    background: #EAE636;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.footer .footer-menu .f-menu a:hover {color: #EAE636;}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright {padding: 30px 15px;}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {text-align: right;}

.footer .copyright p a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {color: #EAE636;}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
