
@import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@200;500&display=swap');

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;

  /*===== Colors =====*/
  --first-color: #5B65F5;
  --first-color-light: #C4C7F5;
  --dark-color: #0E1026;
  --white-color: #FBFBFB;

  /*===== Font and typography =====*/
  --body-font:'Anek Tamil', sans-serif;
  --nav-name-font-size: 1.5rem;
  --normal-font-size: .938rem;

  /*===== z index =====*/
  --z-fixed: 100;
}

@media screen and (min-width: 768px) {
  :root {
    --nav-name-font-size: 1rem;
    --normal-font-size: 1rem;
  }
}

/*===== BASE =====*/
*, ::before, ::after {
  box-sizing: border-box;
}

body {
    /*margin: var(--header-height) 0 0 0;*/
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    font-weight: 600;
}
.menu-header-nav{
	padding-right:0px;
}
.top-nav-head {
    padding: 0px 20px;
    margin: 0;
    /*background: #e7f4ed;*/
    height: 70px;
    border-radius: 4px;
    background: linear-gradient(29deg, #e7f4ed 62%, #e7f4ed6b);
}

.top-nav-head ul {
  margin: 0;
  list-style: none;
}

.top-nav-head ul > li { 
	line-height: 40px;
	text-transform:capitalize;
}

.top-nav-head a {
  color: #333;
  text-decoration: none;
}
.top-nav-head a i {
    font-size: 11px;
    font-weight: 200;
}
@media screen and (min-width: 1010px) {

.top-nav-head > a { display: none; }

.top-nav-head * {
  padding: 0;
  margin: 0;
}
.top-nav-head a i {
    font-size: 13px;
}
.top-nav-head > ul { display: flex; }

.top-nav-head > ul > li {
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 15px 5px;
    position: relative;
    letter-spacing: 0;
}
.top-nav-head > ul > li a:hover { 
	color:#094699;
	border-bottom: solid #396bab 1px;
}

.top-nav-head > ul > :first-child { 
	margin-left: -15px; 
}

.top-nav-head > ul > li ul li {
  border-bottom:1px solid #401fa226;
  cursor: pointer;
}

.top-nav-head > ul > li ul li a:hover { 
	color:#094699;
 }

.top-nav-head ul > li ul {
  position: absolute;
  padding: .5rem 1.5rem;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  border-radius: .5rem;
  background:#ecf7f1;
  display: none;
  width: 300px;
  text-align: left;
}

.top-nav-head ul > li > ul > li > ul > li > ul,  .top-nav-head ul > li > ul > li > ul {
  border-left: 1px solid #00baff;
  margin-left: 200px;
  margin-top: -40px;
}
.top-nav-head ul > li ul li a{
	color: #0e1026;
    font-size: 14px;
    letter-spacing: 0px;
}
.top-nav-head ul > li:hover > ul { display: block; }
}
@media screen and (max-width: 1025px) {

.top-nav-head > ul li {
  font-weight: 700;
  border-bottom: 1px solid #00baff;
}

.top-nav-head * > li > a {
  border: 1px slid #00baff;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  color: #fff;
}

.top-nav-head li a:focus { background: #00baff; }

.top-nav-head * li:last-child { border-bottom: 0; }

.top-nav-head > a {
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  color: #222;
}

.top-nav-head > ul { 
	display: none;
	background: #242425d6;
  margin-top: -38px;
}

.top-nav-head ul > li > ul,  .top-nav-head ul > li > ul > li > ul > li > ul,  .top-nav-head ul > li > ul > li > ul { display: none; }
}


@media screen and (min-width: 1900px) and (max-width: 2500px) {
	
	
.top-nav-head {
    padding: 22px 20px;
    height: 115px;
}
	
}

@media screen and (min-width: 1026px)  and (max-width: 1230px){
  .top-nav-head > ul > li {
    letter-spacing: 0px;
    font-size: 14px;
    padding: 15px 6px;
}
}
@media screen and (min-width: 768px)  and (max-width: 1025px){
  .top-nav-head {
      height: 45px;
  }
  .top-nav-head a i {
    font-size: 25px;
}
.top-nav-head > a {
    float: right;
}
}

@media screen and (min-width: 300px)  and (max-width: 767px){
.menu-header-nav {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 1em;
}
/*.menu-header-nav {
    padding-right: 15px;
    
  }*/
  .top-nav-head a i {
    font-size: 25px;
    position: fixed;
    top: 25px;
    right: 28px;
}
.top-nav-head{
	height:0px !important;
	}
.banner-view-infos{
  top: 2%;
}
.banner-view-infos h3 span{
		font-size: 24px !important;
		}
.banner-view-infos h3{
		font-size: 16px !important;
		}
  .banner-view-infos h5{
	  font-size: 10px !important;
    margin: 15px 0px;
	}
  .slider-contents{
    width: 94% !important;
    left: 0% !important;
    top: 3% !important;
	}
  .logo-header{
	  height: 68px !important;
	}
  .banner-info-tops{
	  top: 215px !important;
	}
  .banner-info-tops ul li{
    margin: 3px 5px !important;
  }

 } 
