@import url("reset.css") screen;
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("animation.css") screen;
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* LAYOUT */
.container {margin:0 auto;  overflow:hidden;  width:1140px;}
body {
    margin: 0;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: -apple-system,Raleway,sans-serif;
    color: #222;
}
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}
.h2, .h3, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.h2, h2 {
    font-size: 3.5rem;
}
.h4, h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-weight: 700;
    font-family: Poppins,sans-serif;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
/* CONTENT SLIDER */
#content-slider { width:100%; height:280px; margin:0px auto 0;}
/* SLIDER */
#slider { height:280px; width:1140px; overflow:visible; position:relative;}
#mask { overflow:hidden;  height:280px;}
#slider ul {margin:0; padding:0;  position:relative;}
#slider li {width:1140px; height:280px; position:absolute;  top:-280px; list-style:none;}
#slider li.firstanimation {-moz-animation:cycle 25s linear infinite;    -webkit-animation:cycle 25s linear infinite;    }
#slider li.secondanimation {-moz-animation:cycletwo 25s linear infinite;  -webkit-animation:cycletwo 25s linear infinite;   }
#slider li.thirdanimation { -moz-animation:cyclethree 25s linear infinite;  -webkit-animation:cyclethree 25s linear infinite;   }
#slider li.fourthanimation {-moz-animation:cyclefour 25s linear infinite; -webkit-animation:cyclefour 25s linear infinite;    }
#slider li.fifthanimation { -moz-animation:cyclefive 25s linear infinite; -webkit-animation:cyclefive 25s linear infinite;    }
#slider li.sixanimation{  -moz-animation:cyclefive 25s linear infinite; -webkit-animation:cyclefive 25s linear infinite;    }
#slider .tooltip {  /*background:rgba(0,0,0,0.7);*/ height:30px;  position:relative;  bottom:65px;  -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}

#slider .tooltip h1 {}
#slider .tooltip h1 img{ margin-left:5px; margin-top:10px;}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {left:0px;}
#slider:hover li, 
#slider:hover .progress-bar {-moz-animation-play-state:paused;  -webkit-animation-play-state:paused;}
/* PROGRESS BAR */
.progress-bar {position:relative; top:-280px; height:2px; background:#FFF; -moz-animation:fullexpand 25s ease-out infinite; -webkit-animation:fullexpand 25s ease-out infinite;}

.btn-prime {
    background: #0062aa;
    border-color: #0062aa;
    color: #fff;
}
.btn1 {
    -moz-user-select: none;
    /*background: none;*/
    border: medium none;
    border-radius: 30px;
    float: left;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
   margin-right: 35px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #fff;
}
.btn1:focus{
  outline: none;
}
.btn1 {
    cursor: pointer;
}
.err-msg {
     display: block;
    clear: both;
    color: #f00;
    float: right;
    top: -4px;
    position: relative;
    margin-right: 80px;
}


#primary-nav-button {
 background: #359276;
    display: none;
    border: 0px;
    position: absolute;
    /* bottom: 5px; */
    right: 0;
    cursor: pointer;
    z-index: 1;
    top: 94px;
    padding: 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    right: 13px;
}

#primary-nav-button:hover {
  /*background: rgba(0,0,0,0.05);*/
}

#primary-nav-button.selected {
  /*background: rgba(0,0,0,0.1);*/
}

#primary-nav-button:before {
  /* content: 'â˜°'; */
  content: '\2261';
    display: block;
    font-size: 31px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    height: 12px;
    width: 40px;
    color: inherit;
    speak: none;
}

.menu li {
  /*float: left;*/
  display: inline-block;
  /*margin-right: 10px;*/
  position: relative;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
}
nav#primary-nav{
    /*background: url(../images/nav_bg.png) repeat-x;*/
    background: #0064ad;
    /*border: 1px solid #a0a19d;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;*/
    clear: both;
    width: 100%;
}

.menu li a {
     display: block;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #000;
    line-height: 21px;
}
.r-w {
    margin-bottom: 15px;
    margin-top: 8px;
    width: 100%;
}

#top-nav li a {
  color: #8CC152;
  padding: 5px 0;
}

#top-nav .sub-menu {
  background: #fff;
}

#top-nav .sub-menu li a {
  padding: 5px;
}

#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
  background: #8CC152;
  color: #000;
}
#primary-nav li{
 padding: 0px 0px 0px 35px;
}

#primary-nav li a {
  color: #fff;
  /*font-weight: bold;*/
  /*padding: 10px;*/
 
  padding: 10px 11px;
}

#primary-nav li.active > a,
#primary-nav li > a:hover,
#primary-nav li.selected > a {
     background: #43bd99;
    color: #fff;
}

.downarrow {
    background: none;
  display: inline-block;
      padding: 0;
    text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
      font-family: sans-serif;
      font-size: 17px;
    line-height: 20px;
     /* width: 1em;
    height: 1em;*/
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
 /*background: url(../images/nav_bg.png) ;*/
  min-width: 180px;
      background: #0064ad;
  z-index: 200;
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid #468a76;
      padding-left: 0px;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  background: url(../images/nav_bg.png) ;
  /*background: #A0D468;*/
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
      padding-left: 0px;
  border-bottom: 1px solid #ffe2af;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #ffe2af;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile li a {
  padding: 2%;
}

#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;  
}

#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;  
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;  
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
 

@media (max-width: 768px){
    #wrapper, #header{
        width: 100%;
        padding: 0px;
            margin-top: 0px;
    }
    #header .logo{
        width: 65%;
    }
    #header .logo-right {
    width: 30%;
}
.logo-right img {
    width: 125px;
    }
    #header .logo img{
    width: 100%;
}
#primary-nav-button {
   
    top: 28px;
    }
 
     #header .logo-center{
        display: none;
     }
    
     .logo-right img {
  
   float: left !important;
   
}
#index-flash-block {
    width: 100%;
    }
    #content-slider {
    width: 100%;
}
#slider {
   
    width: 100%;
    }
    #slider li {
    width: 100%;
}
   #index-content-block {
    width: 100%;
    }
body {
    font-size: 1.5rem;
  font-weight: 500;
  font-family: -apple-system,Raleway,sans-serif;
  color: #222;
    padding: 7px;
}
#slider li img{
    width: auto !important;
}
#index-content-block .index-content-block-right-top {
   
    padding: 0px 15px;
} 
#footer-block p {
   padding: 0px 20px;
    line-height: 22px;
}
.container{
  width: 100%;
}
#footer {
  
    background: #222;
    }
}
 @media (max-width: 550px){
    #wrapper, #header{
        width: 100%;
        margin-top: 0px;
        padding: 0px;
    }
    #header .logo{
        width: 100%;
    }
     #header .logo-right{
        width: 100%;
        display: inline-block;
        text-align: center;
}
#header .logo img{
    width: 100%;
}
#primary-nav-button {
   
    top: 110px;
    }
    #footer .footer__title {
  
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px){

     #wrapper, #header{
        width: 100%;
        padding: 0px;
            margin-top: 0px;
    }
    #footer .footer__title {
  
    font-size: 20px;
  }
    #header .logo{
        width: 65%;
    }
    #header .logo-right {
    width: 33%;
}
#header .logo-right img{
    float: right !important;
}
.logo-right img {
    width: 125px;
    }
    #header .logo img{
    width: 80%;
}
#index-flash-block {
    width: 100%;
    clear: both;
    }
    #content-slider {
    width: 100%;
}
#slider {
   
    width: 100%;
    }
    #slider li {
    width: 100%;
}
   #index-content-block {
    width: 100%;

    }
    #primary-nav-button {
  
    top: 25px;
}
nav#primary-nav{
    clear: both;
}
#primary-nav li {
    padding: 0px 0px 0px 25px;
}
#primary-nav li a {
   
    padding: 10px 4px;
}
body {
   
    padding: 7px;
}
#slider li img{
    width: auto !important;
}
#index-content-block .index-content-block-right-top {
   
    padding: 0px 15px;
} 
#footer-block p {
   padding: 0px 20px;
    line-height: 22px;
}
#footer {
  
    background: #222;
    }

    }
    @media (min-width: 992px) and (max-width: 1199px){
 #wrapper, #header{
        width: 100%;
        padding: 0px;
            margin-top: 0px;
    }
    #footer {
  
    background: #222;
    }
    #header .logo{
        width: 65%;
    }
    #header .logo-right {
    width: 33%;
}
#header .logo-right img{
    float: right !important;
}
.logo-right img {
    width: 125px;
    }
    #header .logo img{
    width: 80%;
}
#index-flash-block {
    width: 100%;
    clear: both;
    }
    #content-slider {
    width: 100%;
}
#slider {
   
    width: 100%;
    }
    #slider li {
    width: 100%;
}
   #index-content-block {
    width: 100%;

    }
    #primary-nav-button {
  
    top: 25px;
}
nav#primary-nav{
    clear: both;
}
#primary-nav li {
    padding: 0px 0px 0px 25px;
}
#primary-nav li a {
   
    padding: 10px 17px;
}
body {
   
    padding: 7px;
}
#slider li img{
    
}
#index-content-block .index-content-block-right-top {
   
    padding: 0px 15px;
} 
#footer-block p {
   padding: 0px 20px;
    line-height: 22px;
}
    }
#header .logo-right img{
       width: 130px;
    text-align: right;
    float: right;
    margin-top: 10px;
}
#slider li img{
    width: 100%;
}
.m-l-0{
    margin-left: 0px;
}
.abt h2{
  font-size: 32px;
  line-height: 30px;

}
.abt h4{
  font-size: 18px;
}
.abt p{
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;

}
.fn{
    font-family: "Roboto", sans-serif;
}