@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&family=PT+Sans&display=swap');

body{padding:0; margin:0; font-family: 'Sora', sans-serif; font-size: 1.1rem!important;}
a {text-decoration: none;}
a:hover {color: #90cc1c;}
ul li {list-style: none;}
ul { margin: 0; padding: 0;}

h2{ font-size: 48px; line-height: 75px;}
h3{font-size: 40px;}
h4{font-size: 30px;}
.funds-infos{padding: 25px 0 0px;}
p, li{color: #707070; font-family: 'PT Sans', sans-serif!important;}
.breadcrumb-item.active{color: #fff!important;}
.txt-green{color: #93ce1c;}
.funds-row{padding: 40px 0px;}
.navbar{ position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 11; padding:0}	
.navbar-brand{width:150px;}
.navbar-brand img{width:100%;}
.gray-bgs{background: #eee;}
.navbar-dark .navbar-nav .nav-link{color:#fff; font-size: 15px; font-weight: 700; padding: 5px 15px;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgb(111 159 49); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgb(111 159 49); }
textarea.form-control{height: 40px!important;}
.navbar-toggler {border: none;}
.navbar-toggler:focus{box-shadow: none;}
.awards-blocks img{width: 100%;}
.awards-blocks {margin-top: 15px;}
.awards-row{padding: 50px 0;}
.fa-download
{
    color: #93ce1c;
}
.error
{
    font-size: 11px;
    color: red;
}
.navbar.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; 
	-webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
	background: #ffffff;
}

.login-btn{
    background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    color: #fff;
    width: 104px;
    padding: 5px 15px !important;
    border-radius: 30px;
    text-align: center;
}

.banner{width:100%; height: 450px; background: url(../images/banner.jpg) 50%; background-size: cover;}
.banner img{width:100%;}

.banner-graphic{position: relative;}
.banner-graphic::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 130px;
    width: 200px;
    height: 320px;
    background-image: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background-image: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background-image: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background-image: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    opacity: 0.8;
    z-index: 1;
    border-top-left-radius: 100px;
}

.banner-text h1{ font-size: 63px; line-height: 65px;}
.banner-text p{font-size: 18px; color: #fff;}
.banner-text{position: absolute; left: 90px; top: 180px; z-index: 2; color: #fff;}

.z-btn-transparent {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.z-btn {
    display: inline-block;
    height: 54px;
    line-height: 48px;
    border: 2px solid #4636ff;
    background: #FFF;
    color: #333;
	text-decoration:none;
    padding: 0 30px;
	margin:0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 200px;
    text-align: center;
}

.dropend .dropdown-menu {
    top: 34px;
    left: 0;
    left: 0;
}
.dropend .dropdown-toggle::after{display: none;}
.top-main{padding:35px 0 10px; background:#f4f7ff;}
.top-main p{margin:20px 0;}
.get-in-touch{ border-radius: 10px; padding:30px; margin-bottom: 30px; background: #fff; box-shadow: 0 20px 40px rgb(107 94 128 / 20%);}

.get-in-touch .btn {
    display: inline-block;
    height: 45px;
    border: 1px solid #fff;
    background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    color: #fff;
	text-decoration:none;
    padding: 0 50px;
	margin:0 5px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 100px;
    text-align: center;
}

.modal-footerr {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
  }

  .dow-ppm
  {
    display: flex;
    justify-content: center;
  }

  .alert-dismissible .btn-close {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }

  .download-ppm
  {

    display: inline-block;
        height: 40px;
        border: 1px solid #fff;
        background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        color: #fff;
        text-decoration:none;
        margin:0 5px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        font-weight: 500;
  text-transform: capitalize;
  min-width: 194px;
        text-align: center;
  }

.download{
   
        display: inline-block;
        height: 45px;
        border: 1px solid #fff;
        background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
        color: #fff;
        text-decoration:none;
        padding: 0 50px;
        margin:0 5px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        font-weight: 500;
  text-transform: capitalize;
  min-width: 194px;
        text-align: center;
   
}
.download:hover{
   color:#dee2df;

}

 .smallfont
 {
    font-size: 13px;
 }

.alert-success-verification {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    height: 30px !important;
    margin-top: 20px;
  }

.box1 {
  background-color: #218D9B;
  height: 100px;
  width: 100px;
}

.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}

.transform-active {
  background-color: #45CEE0;
  height: 200px;
  width: 200px;
}
  

.investment-strategies{padding:50px 0;}
.investment-strategies h6{font-size: 18px; font-weight: 700; color: #02235e; margin-top: 10px;}
.investment-strategies .img-box{width:100%; text-align:center;}
.investment-strategies .img-box img{width: 75%;}
.investment-strategies ul{padding:0 0 0 20px;}
.investment-strategies li{ list-style:disc;}

.features-section {padding: 50px 0; background: #f4f7ff; }
.features-section h2{font-size: 50px;}
.features-section .item:hover, .features-section .item:focus, .features-section .item { background: #fff; box-shadow: 0 20px 40px rgb(107 94 128 / 20%);}
.features-section .item { padding: 25px 40px; transition: all .3s; border-radius: 10px; margin-top: 30px; min-height: 209px;}
.features-section .box { padding: 25px 0 0; margin-top: 30px;}
.features-section .box p{ font-size:18px; font-style:italic;}
.features-section .item h4 { font-size: 20px; font-weight: 700; color: #111111;  margin: 10px 0 0;}
.features-section .item h4 span { color: #067c17; font-size: 16px; font-weight: 400;}
.features-section .item a { font-size: 14px; font-weight: 600; color: #686868; line-height: 34px;}
.features-section .item a:hover { color: #108117;}

.about-section {padding: 50px 0 0;}
.about-section h2{font-size: 50px;}
.about-section .right-side {width: 100%; text-align:center;}
.about-section .right-side img{width: 90%;}
.about-section p{text-align: justify;}

.profile { padding: 50px 0; background: #f4f7ff;}
.profile h3{ margin-bottom: 30px;}
.profile h5{ font-weight: 600;}
.profile-img { margin: 0 0 20px 0;}
.profile-img img{width:100%;}

.social-links a {
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #3a6bb1;
    font-size: 20px;
	margin-right: 5px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.238s ease 0s;
    -moz-transition: all 0.238s ease 0s;
    transition: all 0.238s ease 0s;
}

.social-links a.twitter {
    background-color: #0ec8f5;
}

.social-links a.linkedin {
    background-color: #0094d3;
}

.social-links a.google-plus {
    background-color: #f2623b;
}
.social-links a:hover, 
.social-links a.twitter:hover, 
.social-links a.linkedin:hover, 
.social-links a.google-plus:hover {
    background-color: #222; color:#fff;
}


.nav-item{margin:0 1px;}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #dbf1c1;
	color:#333;
	padding:10px 20px;
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
}

.tab-section {padding: 50px 0; background:#f4f7ff; }

.tab-content{-webkit-box-shadow: 0px 30px 40px 0px rgb(2 0 40 / 10%);
    -moz-box-shadow: 0px 30px 40px 0px rgba(2, 0, 40, 0.1);
    box-shadow: 0px 30px 40px 0px rgb(2 0 40 / 10%);
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;; padding:30px; background: #fff;}

.table-bordered thead td, .table-bordered thead th {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 10px 20px !important;
    background: #f5f5f5;
}


.footer-section {
    background: #333;
    padding-top: 80px;
}
.footer-section .left .logo {
    display: block;
    margin-bottom: 25px;
}
.footer-section .left p {
    font-size: 12px;
    font-weight: 400;
    color: #DFD8EC;
    padding-bottom: 50px;
    line-height: 18px;
}
.footer-section .footer-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.footer-section .footer-item ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #DFD8EC;
    line-height: 28px;
    position: relative;
	text-decoration:none;
}
.footer-section .footer-item.contact_item ul li a {
    display: flex;
    padding: 0 !important;
    align-items: center;
}

.footer-section .footer-item.contact_item ul li a i {
    opacity: 1;
    margin-right: 15px;
    display: inline-block;
    position: unset !important;
}

.footer-section .footer-item ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 23px;
    opacity: 0;
    font-size: 20px;
}

.footer-section .footer-item ul li a:hover i, .footer-section .footer-item ul li a:focus i {
    opacity: 1;
}
.footer-section .footer-item ul li a:hover, .footer-section .footer-item ul li a:focus {
    color: #88c71c;
    padding-left: 15px;transition: all 300ms linear 0s;
}

.footer-section .footer-item form input {
    width: 100%;
    height: 60px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}
.footer-section .footer-item form .theme_btn {
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
}
.footer-section .footer-bottom {
    border-top: 1px solid #444;
    padding: 24px 0;
    margin-top: 25px;
	text-align: center;
}
.footer-section .footer-bottom span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #DFD8EC;
}
.footer-section .footer-bottom span a {
    font-weight: 700;
    color: #8cc81a;
}


#myDIV {
  width: 100%;
  transition: all 300ms linear 0s;
  display: none;
}

#myDIV2 {
  width: 100%;
  transition: all 300ms linear 0s;
  display: none;
}
.footer-section .footer-item.contact_item ul li a i.city-office-map{
    position: relative!important;
    top: -12px;
}
.investment-strategies a {
    font-size: 16px;
    font-weight: 600;
    color: #168517;
    line-height: 34px;
}
.fa-angle-down{
    top: 2px;
    position: relative;
    color: #93cf1b;
}
.inner-banner{width:100%; height: 300px; background: url(../images/contact-bg.jpg) 50%; background-size: cover;}
.inner-banner img{width:100%;}
.inner-banner .pt-100{padding-top:170px;}
.inner-banner h2{color:#fff; font-size:40px;}
.breadcrumb li a{color:#fff;}

.awards {padding: 50px 0; text-align: center;}
.awards h4 { text-align: center; margin-bottom: 30px;}
.awards img{ width: 80%; padding: 15px 0;}

.contact-info-section {
    padding: 50px 0;
}
.contact-info-section .heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.contact-info-section .heading h6 {
    color: #92ce1a;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 24px;
}
.contact-info-section .heading h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 48px;
}
.contact-info-section .item {
    text-align: center;
    border: 1px solid #D3CBE2;
    padding: 55px 6px 50px;
    margin-bottom: 30px;
    transition: 0.3s;
    border-radius: 5px;
}
.contact-info-section .item .icon {
    display: inline-block;
    border: 1px solid #D3CBE2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    transition: 0.3s;
}
.contact-info-section .item .icon i {
    color: #93cf1b;
    font-size: 24px;
}
.contact-info-section .item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info-section .item p {
    margin-bottom: 4px;
}

.contact-width-section {
    padding: 50px 0;
    background: #f4f7ff;
}
.post-comment .form_title {
    font-size: 48px;
}
.post-comment .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.post-comment .post_from input {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
}
.post-comment .post_from textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    min-height: 180px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
}
.post-comment .post_from .theme_btn {
    border: none;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    background: -moz-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -webkit-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: -ms-linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    background: linear-gradient(-120deg, #93ce1c 0%, #037a17 100%);
    color: #fff;
    margin-top: 30px;
    padding: 14px 40px;
    transition: 0.3s;
}
.contact-width-section .map-area iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border: none;
    height: 450px;
}





/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	

@media screen and (max-width: 991px) {
	body {font-size: 13px;}
	.navbar {background:#061536;}
	.navbar-nav{border-top: 1px solid #302d5e; padding-top: 5px; margin-top: 5px;}
	.navbar-nav li{padding: 5px 0;}

	.dropdown-menu .dropdown-menu{margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem; }
	.banner { height: 460px;}
	.banner-graphic::before { left: 0px; top: 130px; width: 128px; height: 280px;}
	.banner-text { left: 45px; top: 180px;}
	.banner-text h1 { font-size: 34px; line-height: 38px;}
	.z-btn { height: 45px; line-height: 40px;padding: 0 10px; margin: 0 0px;min-width: 109px; font-size: 12px;}
	
	.top-main .order-last { order: -1 !important;}
	h2 { font-size: 43px; line-height: 1.2;}
	.top-main p {margin: 0px 0;}
	h3 { font-size: 32px;}
	.about-section h2 {font-size: 43px;}
	.investment-strategies .img-box {display:none;}
	.nav-tabs .nav-link {padding: 10px 10px; font-size: 13px;}
	.awards img{ width: 100%;}
	
	.profile-img img {width: 30%;}

}	
/* ============ small devices .end// ============ */
#more {display: none; position: relative; top: 0px; left: 20px;}
#more1 {display: none; }