*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Gilroy' !important;
	font-weight: 500;
	font-size: 16px;
	color: #110f10;
}
a{
	text-decoration: none !important;
}
p{
	color: #202039;
}

.white{
	color: #fff;
}
.dark{
	color: #110f10 !important;
}
.primary{
	color: #249138 !important;
}
.secondary{
	color: #110f10 !important;
}
.yellow{
	color: #ff9600;
}
.green{
	color: #81ce74;
}
.blue{
	color: #007eff;
}
.purple{
	color: #6e55ff;
}
.orange{
	color: #ff802c;
}

.bg-white{
	background-color: #fff;
}
.bg-dark{
	background-color: #110f10 !important;
}
.bg-light{
	background-color: #f4fdf2 !important;
}
.bg-primary{
	background-color: #249138 !important;
}
.bg-secondary{
	background-color: #110f10;
}
.bg-yellow{
	background-color: #ff9600;
}
.bg-green{
	background-color: #81ce74;
}
.bg-blue{
	background-color: #007eff;
}
.bg-purple{
	background-color: #6e55ff;
}
.bg-orange{
	background-color: #ff802c;
}


.svg_white path{
    fill: #000 !important;
}
.svg_primary path{
    fill: #249138 !important;
}
.svg_secondary path{
    fill: #0c78c1 !important;
}
.svg_green path{
    fill: #00cf81 !important;
}
.svg_yellow path{
    fill: #ffae00 !important;
}

.svg50{
    width: 50px !important;
    height: 50px !important;
}
.svg60{
    width: 60px !important;
    height: 60px !important;
}
.svg70{
    width: 70px !important;
    height: 70px !important;
}
.svg80{
    width: 80px !important;
    height: 80px !important;
}
.svg90{
    width: 90px !important;
    height: 90px !important;
}
.svg100{
    width: 100px !important;
    height: 100px !important;
}
.svg150{
    width: 150px !important;
    height: 150px !important;
}
.svg200{
    width: 200px !important;
    height: 200px !important;
}

.btn {
    border-radius: 0;
    padding: 10px 30px;
    color: #110f10;
    font-weight: 600;
    font-size: 17px;
}
.btn-primary{
	background-color: #249138;
	border: 1px solid #249138;
	color: #fff;
}
.btn-line-primary{
	background-color: transparent;
	border: 1px solid #249138;
	color: #249138;
}
.btn-line-primary:hover{
	background-color: #249138;
	border: 1px solid #249138;
	color: #fff;
}
.btn-secondary{
	background-color: #005cc3;
	border: 1px solid #005cc3;
	color: #fff;
}
.btn-line-secondary{
	background-color: transparent;
	border: 1px solid #005cc3;
	color: #005cc3;
}
.btn-white{
	background-color: #fff;
	border: 1px solid #fff;
	color: #110f10;
}
/* .btn-read{
	background-color: transparent;
	border: none;
	position: relative;
} */
.btn-read {
    position: relative;
    background-color: transparent;
    border: 1px solid #249138;
    color: #249138;
}
.btn-read:hover {
    background-color:#249138;
    color: #fff;
}
.section{
	padding: 80px 0;
}


.overlay-primary{
	background-color: rgba(205,72,173,0.9);
}
.overlay-dark {
    background-color: rgba(0, 79, 29, 0.9);
    padding: 80px 0;
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading{
    margin-bottom: 35px;
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading h2 {
    font-size: 38px;
    font-weight: 600;
}

.dark-mode .heading small {
    color: #fff;
}
.dark-mode .heading h2 {
    color: #fff;
}


.main_banner {
    background-image: linear-gradient(to right top, #008bd1, #57b13254, #30a63b1c, #136eb854, #087fc6);
    padding-top: 200px;
}

.inner_banner
{
    padding-top: 185px;    
}

.header_main {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.header_main .top_bar {
    background-color: #fff;
}
.header_main .top_bar {
    background-color: #fff;
    padding: 10px 0;
}
.header_main .top_bar .contact_item .item {
    display: inline-block;
    margin-right:15px;
    margin-top:10px;
}
.header_main .top_bar .contact_item .item p {
    margin: 0;
}
.header_main .top_bar .contact_item .item a {
    color: #151515;
}
.header_main .top_bar .social {
    text-align: right;
}
.header_main .top_bar .social i {
    background-color: #42ab36;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 0px;
}
.header_main .top-header {
    padding: 0;
    background-color: #005cc3;
}
.header_main .top-header .top_info a {
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    padding-top: 6px;
    display: inline-block;
}
.top-header {
    padding: 60px 0 40px 0;
}
.top-header img {
    width: 240px;
}
.top-header .social {
    text-align: right;
}
.top-header .social i {
    background-color: #42ab36;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 0px;
}
.top-header .social a:hover i {
    background-color: #c6fece;
    color: #005cc3;
}
body.home-page .navbar-light .navbar-nav .nav-link.active{
    color: #249138
}
body.home-page .navbar-light .navbar-nav .nav-link{
    color: #249138;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #249138;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #249138;
}

/*.nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.navbar-nav .dropdown-item {
    padding: 10px 30px;
}
.navbar-nav .dropdown-item {
    font-weight: 600;
    color: #110f10;
}
.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #249138;
}
.nav-item.dropdown:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
}*/
.main_banner .banner{
	position: relative;
}
.main_banner .banner .img {
    position: relative;
}
.main_banner .banner .img::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 550px;
    top: 0;
    right: 40px;
    z-index: 0;
    background: linear-gradient(to right top, #f9cae4, #e0fce0);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
.main_banner .banner .img::before {
    content: "";
    position: absolute;
    background-color: #f9c9e4;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 80px;
    right: 180px;
    z-index: 9;
}
.banner .img img {
    position: relative;
    z-index: 9;
}
small {
    color: #249138;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
.main_banner .banner .text {
    padding-top: 50px;
}
.main_banner .banner .text h2 {
    font-size: 48px;
    width: 80%;
    line-height: 54px;
    margin: 30px 0;
}
.main_banner .banner small em{
    position: relative;
    z-index: 99;
    font-style: normal;
}
.main_banner .banner small::after {
    content: "";
    position: absolute;
    background-color: #ffd9f1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    bottom: -20px;
    left: -20px;
    z-index: 0;
}
.main_banner .banner .text .btn-white {
    margin-top: 30px;
    background: #005cc3;
    color: #fff;
}


.service-section .heading {
    width: 30%;
}
.service-box {
    background-color: #ecf6fb;
    padding: 35px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    min-height: 435px;
}
.service-box:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}

.service-box .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
}
.service-box .icon i {
    color: #fff;
    font-size: 38px;
}
.service-box h5 {
    padding: 15px 0;
    font-weight: 700;
    font-size: 22px;
}
.line-draw-animation {
    position: relative;
}

.service2.line-draw-animation::before {
    background: #ff9600;
}
.service3.line-draw-animation::before {
    background: #007eff;
}
.service4.line-draw-animation::before {
    background: #ff802c;
}
.service5.line-draw-animation::before {
    background: #81ce74;
}
.service6.line-draw-animation::before {
    background: #6e55ff;
}
.line-draw-animation:hover::before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.service2.line-draw-animation::after {
    background: #ff9600;
}
.service3.line-draw-animation::after {
    background: #007eff;
}
.service4.line-draw-animation::after {
    background: #ff802c;
}
.service5.line-draw-animation::after {
    background: #81ce74;
}
.service6.line-draw-animation::after {
    background: #6e55ff;
}
.line-draw-animation:hover::after {
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.service2 .line-draw-inner::before {
    background: #ff9600;
}
.service3 .line-draw-inner::before {
    background: #007eff;
}
.service4 .line-draw-inner::before {
    background: #ff802c;
}
.service5 .line-draw-inner::before {
    background: #81ce74;
}
.service6 .line-draw-inner::before {
    background: #6e55ff;
}
.line-draw-animation .line-draw-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    top: 0;
}
.line-draw-animation:hover .line-draw-inner::before {
    height: 100%;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.service2 .line-draw-inner::after {
    background: #ff9600;
}
.service3 .line-draw-inner::after {
    background: #007eff;
}
.service4 .line-draw-inner::after {
    background: #ff802c;
}
.service5 .line-draw-inner::after {
    background: #81ce74;
}
.service6 .line-draw-inner::after {
    background: #6e55ff;
}
.line-draw-animation .line-draw-inner::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}
.line-draw-animation:hover .line-draw-inner::after {
    height: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



.aboutus-section{
	position: relative;
}
.aboutus-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 640px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
}
.aboutus-section .heading {
    width: 60%;
}
.aboutus-section .img img {
    position: relative;
    z-index: 9;
    width: 100%;
    border: 1px solid aqua;
padding: 2px;
border-radius: 2px;
}


.investor-corner {
    position: relative;
    overflow: hidden;
}
.investor-corner::before {
    content: "";
    position: absolute;
    border: 160px solid transparent;
    border-left: none;
    border-right: 160px solid #42ab36;
    left: -54px;
    top: -105px;
    transform: rotate(45deg);
    z-index: 1;
}
.investor-corner::after {
    content: "";
    position: absolute;
    border: 200px solid transparent;
    border-left: none;
    border-right: 200px solid #1473bc4d;
    left: -59px;
    top: -131px;
    transform: rotate(45deg);
    z-index: 0;
}
.investor-box {
    background-color: #f4fdf2;
    padding:30px 25px 0 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 305px;
}
.investor-box:hover {
	background-color: #249138;
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}
.investor-box .icon {
	transition: all 0.3s ease-in-out;
}
.investor-box .icon i {
    font-size: 54px;
    color: #249138;
}
.investor-box h5 {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0;
}
.investor-box p {
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.investor-box:hover .icon {
     transform: translateY(-154px);
     transition: all 0.3s ease-in-out;
}
.investor-box:hover h5 {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box:hover p {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box .btn-read {
	color: #249138;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    padding: 10px 0 0;
    display: inline-block;
}
.investor-box:hover .btn-read {
	opacity: 1;
	visibility: visible;
	padding-left: 0;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
}

.contact-home-section {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 70px;
}
.contact-home-section .form-card {
    background-color: #f4fdf2;
    min-height: 600px;
    margin-top: -160px;
}
.contact-home-section .contact-info .item {
    padding: 10px 0;
}
.contact-home-section .contact-info .item a, .contact-home-section .contact-info .item p {
    color: #fff;
}


.testimonial-box {
    display: block !important;
}
.testimonial-box .image {
    width: 150px;
    display: inline-block;
    position: relative;
}
.testimonial-box .image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #110f10;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.testimonial-box .image::after {
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 11px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: #fff;
}


.testimonial-box .content {
    display: inline-block;
    width: calc(100% - 155px);
    padding-left: 30px;
}
.testimonial-box .content h4 {
    font-weight: 700;
    font-size: 22px;
}
.testimonial-box .content h6 {
    font-weight: 500;
    color: #249138;
    font-size: 18px;
}
#carouselTest{
	position: relative;
}
#carouselTest .owl-nav {
    position: absolute;
    top: -100px;
    right: 0px;
}
#carouselTest .owl-nav button {
    font-size: 40px;
    color: #249138;
    font-weight: 300;
    border: 1px solid #249138;
    width: 45px;
    height: 45px;
    border-radius: 0;
    line-height: 20px;
}
#carouselTest .owl-nav button:hover {
    background-color: #249138;
    color: #fff;
    border: 1px solid #249138;
}

.blog-box{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover{
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}
.blog-box .img{
	position: relative;
}
.blog-box .img::after{
	content: "";
	position: absolute;
	background-color: rgba(0,2,72,0.5);
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover .img::after{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	transition: all 0.3s ease-in-out;
}
.blog-box .img img{
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.blog-box:hover .img img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.blog-box .content {
    position: relative;
    background-color: #fff;
    padding: 20px;
}
.blog-box .category {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #42ab36;
    padding: 2px 6px;
    color: #fff;
}
.blog-box .content h4 {
    padding-top: 25px;
    font-size: 24px;
    font-weight: 700;
}
.blog-box .content h4 a{
    color: #110f10;
}
.blog-box .content h4 a:hover{
    color: #249138;
}
.blog-box .content p {
    margin: 0;
}
.blog-section.bg-light .btn-line-primary {
    display: block;
    width: 200px;
    margin: 35px auto 0px auto;
}

.amc-section img {
    width: 180px;
    padding: 5px;
}



.middle-header {
    border-top: 1px solid #e2f3de;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #e2f3de;
}
.footer-widget.links .title {
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
}
.footer-menu .link {
    color: #41415a;
    font-weight: 500;
    font-size: 17px;
    padding: 3px !important;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.footer-menu .link:hover {
    color: #249138 !important;
    transition: all 0.3s ease-in-out;
    padding-left: 12px !important;
}

.footer-menu .link::after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: #249138;
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.footer-menu .link:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.footer-widget .contact-info .item {
    padding: 5px 0;
}
.footer-widget .contact-info .item a{
    color: #41415a;
}
.footer-widget .contact-info .item p{
    color: #41415a;
}
.bottom-header {
    padding: 30px 0 20px 0;
}
.bottom-header .privacy-text {
    text-align: right;
}
.bottom-header .privacy-text a, .bottom-header .privacy-text a{
    color: #41415a;
}

.footer-main a:hover {
    color: #249138 !important;
}
.footer-main .social {
    margin: 25px 0;
}
.form-card #frmContact
{
    padding: 50px;
}
#frmContact .form-control {
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #d0e9d4;
    border-radius: 0;
}
#frmContact .form-control:focus {
    box-shadow: none;
    border: 1px solid #249138;
}
#frmContact .form-control {
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #d0e9d4;
    border-radius: 0;
}
#frmContact textarea.form-control {
    height: 100px !important;
}
#frmContact #captcha_code {
    height: 50px !important;
    width: 85px !important;
}
#frmContact .btnRefresh {
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: #89c398;
    color: #fff;
    vertical-align: middle;
}
#frmContact #captcha {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d0e9d4;
    box-shadow: none;
    width: calc(100% - 167px);
    vertical-align: middle;
}
#frmContact #captcha:focus {
    box-shadow: none !important;
    border: 1px solid #249138 !important;
}


.career-form .form-control {
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #d0e9d4;
    border-radius: 0;
}
.career-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #249138;
}



.pp-login img
{
    width: 100%;
    height: 110px;
    border: 1px solid #00000026;
    padding: 7px;
    margin-bottom: 23px;
    border-radius: 2px;
}

.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  border-right: 1px solid #ddd;
}
.tabs-left>li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
  width: 100%;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  width: 100%;
padding: 10px;
color: #2d0a35;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus 
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#249138;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover 
{
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after
{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #249138;
    display: block;
    width: 0;
}
.tab-content > .active ul
{
    padding-left: 17px;
}
.tab-content > .active ul li
{
    padding-bottom: 10px;
}
#country .option
{
    text-transform: capitalize;
}


.testimonial-box1 img
{
    width: 60% !important;
    margin: 0px auto;
}
.excellence2 a 
{
  float: left;
  margin-right: 35px;
  border: 2px solid #110f10;
  font-size: 16px;
  color: #220d04;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  /*width: 28%;*/
  padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nicdark_space10 {
  height: 10px;
  width: 100%;
  float: left;
}
.excellence2 img {
  width: 100%;
}
.excellence2 a:hover {
  color: #fff;
  background: #110f10;
}
.excellence2 a span
{
    padding: 10px;
    display: block;
}


.single-blog {
    background: #ffffff;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 30px 0;
}
.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.single-blog .blog-img a {
    display: block;
}
.single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-blog:hover .blog-img a img {
    transform: scale(1.1);
}
.single-blog .blog-img .top-meta {
    position: absolute;
    top: 35px;
    left: 30px;
}
.single-blog .blog-img .top-meta .date {
    line-height: 65px;
    text-align: center;
    background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
}
.single-blog .blog-img .top-meta .date {
    background: #42ab36;
}
.single-blog .blog-content {
    padding: 30px;
}
.single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}
.single-blog .blog-content .title a{
    color: #333333;
}
.single-blog .blog-content .title a:hover {
    color: #42ab36;
}

.single-blog .blog-content .b-content {
    margin-top: 10px;
    max-height: 50px;
    overflow: hidden;
}
.single-blog .blog-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #4c4d56 !important;
}
.single-blog .blog-content a {
    color: #42ab36;
}
.single-blog .blog-content p span {
    white-space: normal;
}
.single-blog .blog-btn {
    border-top: 1px solid #ebebeb;
    padding: 15px 40px;
}
.single-blog .blog-btn .blog-btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #005de0;
    transition: all 0.3s linear;
}
.single-blog .blog-btn .blog-btn-link {
    color: #42ab36;
}

.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
}
.single-blog .blog-btn .blog-btn-link:hover i {
    transform: translateX(5px);
}


.blog-detail .badge {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}


.contact-section .info_box {
    background-color: #f4fdf2;
    text-align: center;
    padding: 25px 20px 10px 20px;
    min-height: 245px;
}
.contact-section .info_box h5 {
    font-size: 26px;
    font-weight: 600;
    color: #005cc3;
}
.contact-section .info_box p {
    color: #202039;
    font-size: 18px;
}
.contact-section .info_box a {
    color: #202039;
    font-size: 18px;
}


.TabbedPanelsTab {
    background-color: #005cc3 !important;
}
.TabbedPanelsTabSelected {
    background-color: #42ab36 !important;
}


.useful-links ul {
    padding: 0;
    list-style-type: none;
}
.useful-links ul li {
    display: inline-block;
    width: 32%;
    
}
.useful-links ul li a {
    background-color: #005cc3;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.useful-links ul li a:hover {
    background-color: #42ab36;
}

.app-section p {
  color: #fff;
}
.app-section ul {
  padding-left: 0px;
}
.app-section ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  margin-bottom: 14px;
  border-radius: 4px;
}

.app-section ul li .why_chooseus_icon {
  float: left;
  width: 70px;
  text-align: center;
}

.svg70 {
  width: 70px !important;
  height: 70px !important;
}

.app-section ul li p {
    width: calc(100% - 98px);
    float: right;
    color: #212522;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}

.app-section .app_img::after {
  content: "";
  position: absolute;
  border: 14px solid #fff;
  border-radius: 5px;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  z-index: -1;
}

.app-section h1 {
  color: #fff;
}
.app-section .app_img {
  position: relative;
}

.btn-white.btn-login {
    background: #005cc3;
    color: #fff !important;
    border: 1px solid #005cc3;
    margin: 0 0 0 10px;
}

.login-section .heading h2 {
    font-size: 30px;
}
.form_box.login-panel-main {
    background: linear-gradient(to right top, #008bd1, #57b13254, #57b13254);
    padding: 0 25px 25px;
    margin-top: 20px;
}
.form_box.login-panel-main .icon {
    text-align: center;
    transform: translateY(-40px);
    background: #fff;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin: 0 auto;
}
.form_box.login-panel-main .form-control {
    margin-bottom: 15px;
}


.howit-works.tabs-part {
    padding-bottom: 0;
}
.tabs-part .work_tab #myTab {
    border: none;
    display: inline-block;
    width: 250px;
}
.tabs-part .work_tab #myTabContent {
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: top;
}
.tabs-part .work_tab .nav-item {
    width: 100%;
    margin-right: 2%;
    position: relative;
    min-height: 90px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}
.tabs-part .work_tab .nav-link {
    background: transparent;
    border: 2px solid #e5097f;
    border-radius: 3px;
    display: block;
    padding: 23px 15px 23px 68px !important;
    width: 100%;
    white-space: normal;
    font-size: 20px;
    position: relative;
    line-height: 36px;
    color: #e5097f;
    font-weight: 500;
}
.tabs-part .work_tab .nav-link.active {
     background:#e5097f;
     color: #fff;
}
.tabs-part .work_tab .nav-link:hover .icon1::after {
    background-image: url(../images/icons/download2.png);
}
.tabs-part .work_tab .nav-link.active .icon1::after {
    background-image: url(../images/icons/download2.png);
}
.tabs-part .work_tab .nav-link:hover .icon2::after {
    background-image: url(../images/icons/check-kyc2.png);
}
.tabs-part .work_tab .nav-link.active .icon2::after {
    background-image: url(../images/icons/check-kyc2.png);
}
.tabs-part .work_tab .nav-link:hover .icon3::after {
    background-image: url(../images/icons/create-kyc2.png);
}
.tabs-part .work_tab .nav-link.active .icon3::after {
    background-image: url(../images/icons/create-kyc2.png);
}
.tabs-part .work_tab .nav-link:hover .icon4::after {
    background-image: url(../images/icons/registration2.png);
}
.tabs-part .work_tab .nav-link.active .icon4::after {
    background-image: url(../images/icons/registration2.png);
}
.tabs-part .work_tab .nav-link:hover .icon5::after {
    background-image: url(../images/icons/investment2.png);
}
.tabs-part .work_tab .nav-link.active .icon5::after {
    background-image: url(../images/icons/investment2.png);
}
/*.tabs-part .work_tab .nav-item::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-right: none;
    border-left: 15px solid #e5097f;
    right: -15px;
    top: 26px;
}*/
.tabs-part .work_tab .nav-item::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-bottom: none;
    border-top: 15px solid #e5097f;
    right: 45%;
    bottom: -10px;
}
.tabs-part .work_tab .nav-item:last-child::after {
    bottom: -13px;
}
/*.tabs-part .work_tab .nav-item::before {
    content: "";
    position: absolute;
    border: 13px solid transparent;
    border-bottom: none;
    border-top: 13px solid #ffffff;
    right: 45%;
    bottom: -6px;
    z-index: 9;
}*/
.tabs-part .work_tab .icons {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    margin-right: 10px;
    left: 15px;
}
.tabs-part .work_tab .icons img {
    width: 45px;
}
.tabs-part .work_tab .icons::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
}
.tabs-part .work_tab em {
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}
.tabs-part .work_tab .mobile-screen {
    text-align: center;
    padding: 0px 20px 0 20px;
}
.tabs-part .work_tab .mobile-screen img {
    padding: 15px;
    width: 280px;
}

.video_section video {
    margin: 0 auto;
    display: block;
}

.video_section .contact_strip {
    background-color: #42ab36;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    width: 102%;
    margin-top: 0;
    margin-bottom: 15px;
}
.video_section .contact_strip p {
    color: #fff;
    margin: 0;
    font-size: 20px;
}
.video_section .contact_strip a {
    color: #4eaf30;
}
.line-draw-inner img {
  width: 100px;
}

.sociallink {
    position: fixed;
    bottom: 150px;
    right: 0;
    width: 44px;
    z-index: 1;
}
.sociallink ul {
    padding: 0;
}
.sociallink ul li {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    background: transparent;
    width: 300px;
    text-align: left;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sociallink ul li a {
    display: flex;
    align-items: center;
}
.sociallink ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.sociallink .fb i {
    background: #4599ff;
}
.sociallink ul li i {
    margin-right: 5px;
    color: #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sociallink .drbl:hover {
    background: #ea4c89;
}
.sociallink ul li:hover {
    -webkit-transform: translate(-80px,0);
    -moz-transform: translate(-80px,0);
    -ms-transform: translate(-80px,0);
    -o-transform: translate(-80px,0);
    transform: translate(-80px,0);
}
.sociallink .fb:hover {
    background: #4599ff;
}
.sociallink .beh:hover {
    background: #0057ff;
}
.sociallink .drbl i {
    background: #ea4c89;
}
.sociallink .beh i {
    background: #0057ff;
    font-size: 12px;
}


/*************
04. hero
**************/
.hero-area {
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 5;
}
.hero-content .btn-line-secondary {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
}
.hero-content p {
  font-size: 24px;
  color: #FFF;
  font-family: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hero-content h1 {
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hero-bg-shape {
    display: none;
  }
}

.hero-s-1 {
  position: absolute;
  top: -141px;
  left: -100px;
  z-index: -1;
}
.hero-s-1 img {
  opacity: 0.8;
}

.hero-s-2 {
  position: absolute;
  top: -140px;
  left: -69px;
  z-index: -1;
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.hero-s-2 img {
  opacity: 0.8;
}

.hero-content-btn {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .hero-content-btn {
    float: none;
  }
}
@media (max-width: 767px) {
  .hero-content-btn {
    margin-bottom: 30px;
  }
}
.hero-content-btn .grb-btn {
  font-size: 15px;
  color: #042132;
  background: #FFF;
  padding: 0 37px;
}
.hero-content-btn .white-btn {
  font-size: 15px;
  color: #042132;
  background: #fff;
  padding: 0 37px;
}

.hero-video-btn {
  display: flex;
  align-items: center;
}
.hero-video-btn .grb-video {
  margin-right: 10px;
}
.hero-video-btn p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.hero-area.st-2:before {
  display: none;
}

.hero-content-btn.st-2 {
  margin-right: 0;
  float: none;
}
.hero-content-btn.st-2 .grb-btn {
  color: #042132;
  background: #126ab6;
}

.h3-s1 {
  position: absolute;
  top: -54px;
  right: -270px;
  z-index: 1;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1201px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .h3-s1 {
    top: 100px;
    right: -312px;
  }
}

.h3-s2 {
  position: absolute;
  bottom: -120px;
  left: 16%;
  height: 204px;
  width: 204px;
  border: 30px solid #126ab6;
  border-radius: 50%;
  z-index: 2;
}

.hero-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-line:before, .hero-line:after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #555555;
  content: "";
  top: 0;
  z-index: 5;
}
.hero-line:before {
  left: 100px;
}
.hero-line:after {
  right: 100px;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-height {
  min-height: 800px;
  padding-top: 320px;
}
@media (max-width: 767px) {
  .slider-height {
    /*min-height: 800px;*/
    /*padding-top: 290px;*/
    min-height: 450px;
padding-top: 119px;
  }
}

.banner3-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.slider-height.st-2 {
  padding-top: 335px;
}
@media (max-width: 767px) {
  .slider-height.st-2 {
    padding-top: 280px;
  }
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.slider-overlay {
  position: relative;
}
.slider-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #042132;
  opacity: 0;
  z-index: 1;
}

.slider-overlay-3:before {
  opacity: 0;
}

.slider-active .swiper-button-prev,
.slider-active .swiper-button-next {
  font-size: 20px;
  color: #b7b7b7;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 46px;
  background: rgba(255,255,255,0.3);
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: static;
  margin: 0 5px;
}

.slider-nav {
  display: inline-block;
  padding-bottom: 20px;
  position: absolute;
  right: 65px;
  bottom: 42%;
  z-index: 5;
}
@media (max-width: 767px) {
  .slider-nav {
    display: none;
  }
}

.slider-active .swiper-button-prev {
  border-radius: 4px;
}
.slider-active .swiper-button-prev:hover {
  background: #126ab6;
  box-shadow: 0 -7px 15px rgba(16, 0, 71, 0.1);
  color: #ffffff;
}

.slider-active .swiper-button-next {
  border-radius:4px;
}
.slider-active .swiper-button-next:hover {
  background: #126ab6;
  box-shadow: 0 7px 15px rgba(16, 0, 71, 0.1);
  color: #ffffff;
}

.slider-active .swiper-button-prev:after,
.slider-active .swiper-button-next:after {
  display: none;
}


.swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
  }
  
  .slider-overlay {
    position: relative;
  }
  .slider-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #042132;
    opacity: 0;
    z-index: 1;
  }
  
  .slider-overlay-3:before {
    opacity: 0;
  }
  
  .slider-active .swiper-button-prev,
  .slider-active .swiper-button-next {
    font-size: 20px;
    color: #b7b7b7;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 46px;
    background: rgba(255,255,255,0.3);
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
  }
  
  .slider-nav {
    display: inline-block;
    padding-bottom: 20px;
    position: absolute;
    right: 65px;
    bottom: 42%;
    z-index: 5;
  }
  @media (max-width: 767px) {
    .slider-nav {
      display: none;
    }
  }
  
  .slider-active .swiper-button-prev {
    border-radius: 4px;
  }
  .slider-active .swiper-button-prev:hover {
    background: #126ab6;
    box-shadow: 0 -7px 15px rgba(16, 0, 71, 0.1);
    color: #ffffff;
  }
  
  .slider-active .swiper-button-next {
    border-radius:4px;
  }
  .slider-active .swiper-button-next:hover {
    background: #126ab6;
    box-shadow: 0 7px 15px rgba(16, 0, 71, 0.1);
    color: #ffffff;
  }
  
  .slider-active .swiper-button-prev:after,
  .slider-active .swiper-button-next:after {
    display: none;
  }
  
  .swiper-pagination.st-3 {
    display: flex;
    align-items: center;
    right: 6px;
    width: 85px;
    bottom: 100px;
    position: absolute;
    left: auto;
    transform: rotate(90deg);
  }
  .swiper-pagination.st-3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 1;
    border: 2px solid #555555;
  }
  .swiper-pagination.st-3 .swiper-pagination-bullet-active {
    height: 15px;
    width: 15px;
    border: 4px solid #126ab6;
    opacity: 1;
  }
  
  
  /* TICKER */

.ticker_section {
padding: 40px 0;
}
.ticker_section .tickers {
padding: 0;
list-style-type: none;
display: flex;
justify-content: space-around;
align-content: center;
align-content: center;
}
.tickers .ticker_item {
position: relative;
box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
background-color: #fff;
border-radius: 8px;
width: 100%;
padding: 8px 14px;
margin: 0 5px;
}
.tickers .ticker_item .name {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
display: block;
letter-spacing: 1px;
}
.tickers .ticker_item .price {
display: block;
font-size: 15px;
padding-top: 5px;
line-height: 18px;
}
.tickers .ticker_item .difference_percent {
position: relative;
color: #39b559;
display: block;
line-height: 18px;
font-size: 15px;
}
.tickers .ticker_item .difference_percent::after {
content: "\F144";
position: absolute;
font-family: bootstrap-icons;
font-size: 18px;
bottom: 1px;
right: -5px;
}
.tickers .ticker_item .difference_percent.negative {
color: #d33f3f;
}
.tickers .ticker_item .difference_percent.negative::after {
content: "\F11E";
}
/*DARK BOX*/
/*        .tickers .ticker_item {
background-color: #24252ad9;
}
.tickers .ticker_item .name {
color: #fff;
}
.tickers .ticker_item .price {
color: #fff;
}
.tickers .ticker_item .difference_percent {
color: #3cbd5d;
}
.tickers .ticker_item .difference_percent.negative {
color: #f95959;
}*/


/* TICKER */


.whyus_section .choosing__img {
    position: relative;
}
.choosing__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #042132;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.whyus_section .choosing__information {
    background: #42ab36;
    padding: 38px 34px;
    margin-left: -115px;
    position: relative;
    z-index: 5;
}
.choosing__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.choosing__number {
    margin-right: 28px;
}
.choosing__number span {
    border: 1px solid #005cc3;
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: #005cc3;
    z-index: 99999999;
}
.choosing__number span:before {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    border: 1px solid #005cc3;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.choosing__text h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}
.choosing__text p {
    color: #fff;
}

.titleBar {
    background-color:#005cc3;
    padding: 10px 15px;
    color: #fff;
}
.market_news #newsTab {
    display: inline-block;
    width: 200px;
}
.market_news #newsTab .nav-item {
    display: block;
    width: 100%;
    border: none;
}
.market_news #newsTab .nav-item .nav-link {
    display: block;
    width: 100%;
    border: none;
    padding: 28px 10px;
    background-color: #e7f3ff;
    color: #151515;
    border-radius: 0;
}
.market_news #newsTab .nav-item .nav-link.active {
    background-color: #005cc3;
    color: #fff;
}
.market_news #newsTabContent {
    display: inline-block;
    width: calc(100% - 210px);
    vertical-align: top;
    background-color: #e7f3ff;
    padding: 5px;
}
.fund-performance .reslultbox {
    margin: 0;
}
.fund-performance .reslultbox .cal-name {
    display: none;
}
.gallery_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px 200px;
    grid-gap: 10px;
}
.gallery_row a {
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #74b92c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 0px 0px #74b92ca1;
    margin-bottom: 10px !important;
    display: block;
}
.gallery_row a img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
}
.iframe {
  position: relative;
  height: 400px;
  padding-top: 55.6%;
}
.iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.navbar-brand-logo {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #fff;
}
.navbar-brand-logo b {
    display: block;
    width: 100%;
    margin-top: 10px;
}
