/**
* Template Name: Arsha - v4.6.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
  @font-face {
                    font-display: block;
                    font-family: wf_fc4f2f16e89a49c7865d3010a;
                    src: url("file.woff2") format("woff2"), url("file.woff") format("woff"), url("file.ttf") format("ttf");
                }

body {
   font-family: wfont_3aaf57_fc4f2f16e89a49c7865d3010a6f75e19,wf_fc4f2f16e89a49c7865d3010a,orig_maven_pro_regular;
  color: #444444;
}

a {
  color: #32A46C;
  text-decoration: none;
}

a:hover {
  color: #80BC00!important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family: wfont_3aaf57_fc4f2f16e89a49c7865d3010a6f75e19,wf_fc4f2f16e89a49c7865d3010a,orig_maven_pro_regular;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
/*   padding: 15px 0; */
  background:#FFF;
  box-shadow: 0 2px 2px -2px gray;
}
#header.header-scrolled, #header.header-inner-pages {
/*   background: rgba(40, 58, 90, 0.9); */
	display:none;
}
#header .logo {
  
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo img {
	width: 222px;
    height: 60px;
    margin-left: 45px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@media only screen and (max-width: 1100px) {
.navbar {
  padding: 0;
}
}

@media only screen and (min-width: 1100px) {
	.firstdp{
	width:104px;
	}
	.secdp{
	width:135px;
	}
	
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   padding: 0 14.67px; */
/*   font-size: 16px;; */
	padding: 0 15px;
    font-size: 16px;
/*   font-weight: 500; */
  color: rgb(40,40,40);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
@media only screen and (min-width: 1100px) {
	.navbar a i, .navbar a:focus i {
		display:none;
	}
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
/*   color: #47b2e4; */
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
/*   left: 14px; */
  top: calc(100% + 30px);
  margin: 0;
  padding: 0 0.5em;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
/*   background: rgb(203,241,220); */
  background: white;
  box-shadow: 0 1px 4px rgba(0,0,0,.6);
  transition: 0.3s;
/*   border-radius: 4px; */
	left: 50%;
	transform: translateX(-50%);

}
.navbar .dropdown ul li {
/*   min-width: 200px; */
}
.navbar .dropdown ul a {
  font:normal normal normal 16px/1.4em montserrat,sans-serif;
  text-transform: none;
  font-weight: 500;
  line-height: 33px;
  /*justify-content: center;*/
}
@media only screen and (min-width: 1100px) {

.navbar .dropdown ul a {
  justify-content: center;
}
.fa-light{display:none !important;}
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #80BC00;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
/*   top: 100%; */
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
/*   left: calc(100% - 30px); */
  visibility: hidden;
  
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
..navbar .dropdown ul{
  left: 50%;
  transform: translateX(-50%);
	
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #444;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.mobile-nav-toggle.bi-dash {
  color: #444;
  font-size:25px;
}
.fa-window-minimize{
	font-size:28px;
}
@media (max-width: 1099px) {
	
	
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  background:white;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
/*   transition: 0.3s; */
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
}
.navbar-mobile ul {
  	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    padding-top: 50px;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    background:white;
}
.navbar-mobile {
/* 	width:100%; */
	max-width:280px;
    margin:auto;
}


.navbar-mobile ul{
    overflow: scroll;
    overflow-x: hidden;
}
.navbar-mobile ul::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.navbar-mobile ul::-webkit-scrollbar-thumb {
    background: #FF0000;
}
@media only screen and (min-width:300px) {
.navbar-mobile{
	max-width:none;
}
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font:normal normal normal 22px/1.4em montserrat,sans-serif;
  color:rgb(40,40,40);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #80BC00;
}
.navbar-mobile .dropdown ul {
  position: static;
    display: none;
    margin: 0 20px;
    padding: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: none;
    left: 14px;
    transform: initial;
    align-items: start;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  height: 56px;
}
.navbar-mobile a{
	height: 56px;
}
.navbar-mobile .dropdown ul{
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font:normal normal normal 18px/1.4em montserrat,sans-serif;
  color:rgb(40,40,40);
  overflow: hidden;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #32A46C;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #1a2136;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
   font-family: wfont_3aaf57_fc4f2f16e89a49c7865d3010a6f75e19,wf_fc4f2f16e89a49c7865d3010a,orig_maven_pro_regular;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

.hpstyl{color:#333333 ;font-size:40px; font-family:montserrat,sans-serif}
.hpstylss{color:#FFFFFF ;font-size:40px; font-family:montserrat,sans-serif;}
.font_2 span{
	color:#80BC00!important;
}
#prospectus .font_2 span, #finacial-statement .font_2 span{
	color:white!important;
}
.calendarbox-content-- span , .font_0 span ,.analyst-coverage-table span, .left-line{color:#001F60!important}

.left-line{  border-left: 5px solid #001F60 !important;}  