*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Rubik';
}
h1,h2,h3,h4,h5,h6{
	color: #000;
}
p {
    color: #787878;
    font-size: 16px;
}
.bg_gray{
    background: #f0eeee;
}
.btn-primary {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 3px;
    text-decoration: none !important;
}
.btn-secondary {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
     margin: 0 3px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.main_heading h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fc7509;
}
.main_heading h1 {
    font-weight: 600;
    margin: 0;
    font-size: 42px;
    line-height: 48px;
}
.main_section {
    padding: 80px 0;
}

.dark{
    color: #24285b;
}
.primary{
    color: #fe6347;
}
.secondary{
    color: #24285b;
}
.dark_bg{
    background-color: #181818;
}
.primary_bg{
    background-color: #fe6347;
}
.secondary_bg{
    background-color: #24285b;
}
.dark_bg h1, .dark_bg h2, .dark_bg h3, .dark_bg h4, .dark_bg h5, .dark_bg h6{
    color: #fff !important;
}
.dark_bg p, .dark_bg a, .dark_bg li, .dark_bg span{
    color: #fff !important;
}

.navbar.navbar-expand-lg {
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 100%;
    background-color: #fff0 !important;
}
.main_banner {
    position: relative;
    padding-top: 160px;
    padding-bottom: 80px;
    height: 800px;
}
.main_banner::after 
{
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
    /*background-size: contain;*/
    /*width: 1000px;*/
    /*height: 100%;*/
    /*top: 122px;*/
    /*left: 0px;*/
}

.main_banner::before {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/img1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
    /*background-size: contain;*/
    /*width: 1000px;*/
    /*height: 100%;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*transform: rotate(0deg);*/
}

.main_banner .banner_content{
    padding-top: 30px;
}
.main_banner .banner_content h1 {
    font-weight: 700;
    color: #fff;
}

.investor_corner {
    position: relative;
    
}
.investor_corner::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/shape2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size:cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0px;*/
    /*left: 0px;*/
}
.investor_corner .whyus-section {
    margin: 0;
    padding: 0;
}
.investor_corner .whyus-section .col-md-6 {
    padding: 0 10px;
}
.investor_corner .item {
    margin: 15px 10px;
}
.investor_box {
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 8px 3px rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}
.investor_box:hover {
    background-color: #fc7509;
    text-decoration: none;
    box-shadow: 0px 5px 8px 3px rgb(0 0 0 / 20%);
}
.investor_box img {
    width: 60px !important;
    margin: 0 auto;
    padding: 6px;
}
.investor_box h5 {
    font-weight: 600;
    font-size: 17px;
    padding: 14px 0 5px 0;
    height: 50px;
    line-height: 18px;
}
.investor_box:hover h5 , .investor_box:hover p
{
    color: #fff;
}
.investor_box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.investor_corner .aboutus-section {
    padding-top: 80px;
    padding-left: 40px;
}
.why_chooseus{
	position: relative;
}
.why_chooseus::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon/app-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0px;
}
.why_chooseus::before {
    content: "";
    position: absolute;
    /*background-image: url(../images/line_shape.png);*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 78%;
    height: 70%;
    top: 37%;
    left: 11%;
    opacity: 0.7;
}
.why_chooseus .main_heading{
    margin-bottom: 15px;
}
.hexa_box {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.hexa_box.hexa_box1 {
    margin-right: 0;
}
.hexa_box.hexa_box2 {
    margin-right: 10px;
}
.hexa_box.hexa_box4 {
    margin-left: 0;
}
/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid #fff;
    top: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.hexa_box::after {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-bottom: none;
    border-top: 40px solid #fff;
    bottom: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}
.hexa_box::after {
    content: "";
    position: absolute;
    background-image: url(../images/hexa_shape2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hexa_box .icon{
    position: relative;
    z-index: 999;
    padding-top: 52px;
}
.hexa_box .icon img {
    width: 65px;
}
.hexa_box h5 {
    position: relative;
    z-index: 999;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    padding-top: 5px;
}

.service_box {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 25px 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.service_box:hover {
    background-color: #615c58;
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.main_section .col-md-3 {
    padding: 0 10px;
}
.service_box .icon {
    background-color: #fc7509;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.service_box .icon img
{
    width: 43px;
}
.service_box:hover .icon
{
     background-color: #fc7509;
}
.service_box .icon img:nth-child(2) {
    display: none;
}
.service_box:hover .icon img:nth-child(1) {
    /*display: none;*/
}
.service_box:hover .icon img:nth-child(2) {
    display: block;
}
.service_box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /*height: 48px;*/
}
.service_box:hover h5{
    /*color: #fff;*/
    /*margin-top: -8px;*/
}
.service_box:hover h5, .service_box:hover p, .service_box:hover a {
    color: #fff !important;
    text-decoration:none;
}

.testimonial_card {
    /*background-color: #fff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
    /*padding: 40px 40px 80px 40px;*/
    position: relative;
}
.testimonial_card::after {
    content: "";
    /*background-color: #fe6347;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border-radius: 15px 15px 0 0;
}
.testimonials {
    text-align: center;
}
.testimonials p{
    color: #000;
    font-size: 17px;
}
.testimonials .images {
    width: 120px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    height: 120px;
    padding-top: 25px;
}

.testimonials .client_info {
    margin-top: 20px;
}
.testimonials .client_info h4 {
    font-weight: 600;
    margin: 0;
}
.testimonials .client_info h5 {
    font-weight: 500;
}

#testimonialCar .owl-nav {
    position: relative;
    margin-top: -80px;
}
#testimonialCar .owl-nav button {
    background-color: #fe6347 !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#testimonialCar .owl-nav button span {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    line-height: 38px;
}
#testimonialCar .owl-nav .owl-prev {
    position: absolute;
    left: 20%;
}
#testimonialCar .owl-nav .owl-next {
    position: absolute;
    right: 20%;
}


.footer_top .navbar-brand {
    display: block;
}
.footer_main {
    padding: 80px 0 0 0;
    /*border-radius: 250px 250px 0 0;*/
}
.foot_widget .foot_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.foot_widget ul {
    list-style-type: none;
    padding-left: 10px;
}
.foot_widget ul li a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot_widget ul li a:hover {
    color: #fc7509 !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.foot_widget a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot_widget a:hover {
    color: #615c58 !important;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}
.footer_bottom {
    text-align: center;
    /*border-top: 1px solid #f96247;*/
    background: #121212;
    padding: 20px 0 10px 0;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 3px;
    margin: 5px 7px;
    background: #a2a1a1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #fc7509;
}

#captcha_code {
    width: 90px !important;
    height: 46px !important;
    border-radius: 5px;
}
.btnRefresh {
    height: 46px;
    border-radius: 5px;
    background-color: #24285b;
    color: #fff;
}
#captcha {
    width: calc(100% - 185px);
    height: 46px;
    border-radius: 5px;
    border: 1px solid #f1f4f8;
    box-shadow: none;
    color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
    margin-bottom: 5px;
    font-size: 42px;
}
.getintouch_section .main_heading h2 {
    font-size: 32px;
    font-weight:700;
}

.newsletter {
    margin-bottom: 50px;
}
.newsletter h1 {
    font-weight: 700;
    font-size: 40px;
}
.newsletter_form .form-group {
    position: relative;
    width: 60%;
    margin: 20px auto;
}
.newsletter_form .form-group .form-control {
    border-radius: 40px;
    height:60px;
}
.newsletter_form .form-group .btn-primary {
    position: absolute;
    right: 6px;
    top: 6px;
}

.sip_section {
    padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
    border: 1px solid #fe6347;
    border-radius: 30px;
    height: 10px;
}
.sip_section .ui-slider-handle {
    background: #fe6347 !important;
    border-radius: 100%;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fe6347 !IMPORTANT;
    outline:none !important;
}
.sip_section .ui-slider-range {
    background-color: #fe6347;
    border: 1px solid #fe63472 !important;
    height: 12px !important;
    margin-top: -1px;
    border-radius: 30px 0 0 20px !IMPORTANT;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 20px;
}
.main_banner .banner_content h1 span
{
    color: #fc7509;
    display: block;
}
.icon1-hover
{
    display: none;
}
.investor_box:hover .icon1
{
    /*display: none;*/
}
.investor_box:hover .icon1-hover
{
    display: block;
}
.aboutus_section
{
    position: relative;
}
.aboutus_section::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/aboutus_section.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0px;*/
    /*left: 0px;*/
    content: "";
    position: absolute;
    background-image: url(../images/aboutus_section.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 100%;
    height: 1040px;
    top: 0px;
    left: 0px;
    transform: rotate(0deg);
}
.why_chooseus ul
{
    padding-left: 0px;
}
.why_chooseus ul li
{
    list-style-type: none;
    float: left;
    margin-top: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.why_chooseus ul li img 
{
    /*float: left;*/
    width: 33px;
}
.why_chooseus ul li p span {
  display: block;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
.why_chooseus ul li p
{
    width: calc(100% - 104px);
    float: right;
}
.why_chooseus ul li .why_chooseus_icon {
    float: left;
    width: 90px;
    text-align: center;
}
.service_section
{
    position: relative;
    /*background: #f0eeee;*/
}
/*.service_section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url(../images/icon/service_section_shap.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: top right;*/
/*  background-size: auto;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/
/*.service_section::before */
/*{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../images/icon/service_section_shap1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: auto;*/
/*    width: 78%;*/
/*    height: 70%;*/
/*    top: 0%;*/
/*    left: 0;*/
/*}*/
.service_section .service_box .icon
{
    background-color: #fff;
    margin: 0;
}
.service_section .service_box 
{
    text-align: center;
}
.service_section .main_heading h5
{
    color: #fc7509;
}
.testimonial_section
{
    position: relative;
    padding-top: 0px;
}
.testimonial_section::before
{
    /*background: #fc7509;*/
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url(../images/icon/testimonial-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top left;*/
    /*background-size: auto;*/
    /*width: 78%;*/
    /*height: 70%;*/
    /*top: 0%;*/
    /*left: 0;*/
}
.testimonial_section .main_heading
{
    /*margin-top: 4rem;*/
}
.testimonial_section .main_heading h2 , .testimonial_section .main_heading p
{
    color: #000;
}
.form-group .form-control
{
    border: 1px solid #cacacacc;
}
#blog h3
{
    line-height: 1.2;
    text-align: left;
    margin-top: 12px;
    font-weight: 500;
}
#blog .client_info ul 
{
    padding: 0px;
    text-align: left;
}
#blog .client_info ul li
{
    display: inline-block;
    margin-right: 10px;
}
#blog .client_info ul li i
{
    color: #fc7509;
}
#blog ul li img
{
    width: auto;
    float: left;
    margin-top: 6px;
}
.social
{
    float: right;
}
.social-footer
{
    padding: 0px;   
}
.social-footer li
{
    display: inline-block;
}
.footer_bottom p
{
    margin: 0;
}
.nav-top 
{
  background-color: #fc7509;
}
.nav-top ul {
  padding-left: 0px;
  margin: 0;
}
.nav-top ul li {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  padding: 4px 0px;
}
.nav-top ul li img {
  padding-right: 3px;
  width: 22px;
}


.banner-section .item {
  height: 100vh;
  position: relative;
}
.banner-section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255,0.6);
  display: flex;
  align-items: center;
}
.banner-section .item .cover .header-content {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.banner-section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #000;
}
.banner-section .item .cover .header-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #000;
}
.banner-section .item .cover .header-content p {
    color: #000;
}
.banner-section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
}
.banner-section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-section .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner-section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-section .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-section .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner-section :hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner-section :hover .owl-next {
  right: 0px;
  opacity: 1;
}
#frame1 {
  margin-top: -124px;
  display: block;
  padding: 17px;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);
  /*margin-bottom: 35px;*/
  /*margin-bottom: 120px;*/
}
.investor_corner .investor_box p
{
    display: none;
}
.about_section .icon-box::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.about_section .icon-box::before 
{
    bottom: 0;
    right: 0;
}
.about_section .icon-box::before, .about_section .icon-box::after {
  content: '';
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  pointer-events: none;
  transition: .33s all ease;
}
.about_section .icon-box {
  text-align: center;
  cursor: default;
  max-width: 308px;
padding: 67px 40px 61px;
}
.about_section .icon-box .box-icon {
  min-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_section .icon-box * + .box-header {
  margin-top: 5px;
}
.about_section .icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: .33s all ease;
}
.about_section .divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.about_section .bg-accent {
  background: #cca876;
  fill: #cca876;
}
.icon-box .box-body {
  max-width: 100%;
}
.icon-box .box-top, .icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: .33s all ease;
  -webkit-filter: blur(0);
}
.investor_box_mt {
  margin-top: 12rem;
}
.investor_corner ul {
  list-style-type: none;
  padding-left: 0px;
}
.investor_corner ul li {
  color: #787878;
}
.testimonials {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
}
.testimonials:hover
{
    transition: all 0.3s ease-in-out;
    background: #fc7509;
}
.testimonials:hover h3 , .testimonials:hover p 
{
    color: #fff !important;
}
#blog .testimonials:hover h3, #blog  .testimonials:hover p
{
    color: #000 !important;
}
.testimonials a {
  text-decoration: none;
}
.service_section .owl-carousel .owl-item img 
{
  width: 52px;
  margin-bottom: 10px;
  margin: 0px auto;
}
.testimonials h3 
{
  font-size: 18px;
  height: 44px;
}
.testimonials p 
{
  color: #000;
  font-size: 17px;
}
.service_section .testimonials p.view 
{
  color: #000;
  position: relative;
}
.service_section .testimonials p.view i
{
    top: 6px;
    right: 32px;
    position: absolute;
}
.foot_widget a i {
  color: #615c58;
  margin-right: 5px;
}
.why_chooseus_icon span
{
    background: #fc7509;
    color: #fff;
    padding: 14px;
    border-radius: 66%;
    width: 80px;
    height: 80px;
    display: block;
    font-size: 33px;
}
#blog .testimonials .images
{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    border: 0px solid #fff;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    height: 120px;
    padding-top: 0px;
}
#blog .testimonials:hover
{
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.foot_widget ul li a img 
{
  width: 30px;
}
.investor_box .icon
{
    background: #fc7509;
    padding: 10px 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0px auto;
}
.investor_box .icon img
{
    width: 100%;
}

.mission-vision .mv_box {
    background-color: #fff;
    text-align: center;
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    border: 3px solid #fc7509;
    position: relative;
}
.mission-vision .mv_box h3 {
    background-color: #fc7509;
    padding: 8px;
    border-radius: 12px;
    color: #fff;
    display: block;
    width: 60%;
    position: absolute;
    top: -25px;
    left: 20%;
    font-size: 26px;
    font-weight: 600;
}
.mission-vision .mv_box {
    background-color: #fff;
    text-align: center;
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
    border: 3px solid #fc7509;
    position: relative;
    min-height: 190px;
}
.mission-vision .mv_box p {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    color: #151515;
}

.journey-section {
    position: relative;
    background-image: url(../images/map.png);
    background-size: contain;
    background-position: center;
}
.journey-section .main_heading{
    margin-top: 100px;
}
.journey-section .journey_img {
    margin-top: 40px;
}
.journey-section .journey_img img {
    width: 100%;
}
.journey-section .journey_text {
    position: relative;
}
.journey-section .journey_text .journey_years {
    display: flex;
    margin-bottom: 10px;
}
.journey-section .journey_text .journey_years .year {
    background-color: #615c58;
    padding: 6px 20px;
    position: relative;
    width: 100px;
    height: 40px;
}
.journey-section .journey_text .journey_years .year h3{
   color: #fff;
   margin: 0;
}
.journey-section .journey_text .journey_years .year::after {
    content: "";
    border: 20px solid transparent;
    border-right: none;
    border-left: 20px solid #615c58;
    right: -20px;
    top: 0;
    position: absolute;
}
.journey-section .journey_text .journey_years .year::before {
    content: "";
    background-color: #615c58;
    width: 30px;
    height: 3px;
    right: -48px;
    top: 18px;
    position: absolute;
}
.journey-section .journey_text .journey_years .text {
    padding-left: 80px;
    margin-top: 5px;
}
.journey-section .journey_text .journey_years .text h4 {
    line-height: 20px;
}

.blog_section .item {
    margin: 15px;
}


.team {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.team .bg {
    width: 92%;
    height: 92%;
}
.team .bg::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgb(128,196,35);
    background: linear-gradient(45deg, rgba(128,196,35,0.93) 0%, rgba(20,58,138,0.93) 90%);
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}
.team:hover .bg::after {
    width: 90%;
    height: 92%;
    top: 4%;
    left: 5%;
    transition: 0.4s ease-in-out;
}
.team .bg .text {
    position: absolute;
    width: 100%;
    top: 65%;
    left: 0;
    text-align: center;
    z-index: 9;
    transition: 0.4s ease-in-out;
}
.team:hover .bg .text {
    top: 35%;
    transition: 0.4s ease-in-out;
}
.team .bg .text hr {
    display: block;
    width: 50%;
    margin: 15px auto;
    background: #b0c0d1;
}
.team .bg .text h3, .team .bg .text h5 {
    margin: 0;
    color: #fff;
}

.team .bg .text .social {
    float: none;
    display: block;
    text-align: center;
    padding: 0;
}
.team .bg .text .social li {
    display: inline-block;
}
.team .bg .text .social img {
    width: 24px;
    margin: 4px;
}
.main_heading h1.inner_title
{
    background: #fc7509;
    font-size: 23px;
    color: #fff;
    padding: 1px;
}

.right_conatct_social_icon{
     background: linear-gradient(to top right, #fc7509 -5%, #615c58 100%);
}
.contact_us{
    /*background-color: #f1f1f1;*/
    /*padding: 120px 0px;*/
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
}

.info_single{
    margin: 30px 0px;
    color: #fff;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.row.pp-logo img {
  text-align: center;
  margin: 0px auto;
  display: block;
  border: 1px solid #000;
  padding: 7px;
  margin: 5px;
}

.footer_top img {
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}

.nav-item.dropdown:hover ul {
  display: block;
  opacity: 1;
}
.social-footer img
{
    background: #000;
}

@media (min-width: 992px)
{
    .navbar-nav .dropdown > .dropdown-menu 
    {
        left: 50%;
        transform: translate(-50%, 0px);
    }
}



@media (max-width: 992px)
{
    .whyus-section .main_heading
    {
        text-align: center;
    }
    .banner-section .item .cover .header-content h1
    {
          font-size: 33px;
    }
    .banner-section .item .cover .header-content
    {
        width: 100%;
    }
    .banner-section .item .btn-group img
    {
        width: 150px;
        height: auto;
    }
    .main_section 
    {
        padding: 30px 0;
    }
    .navbar-light .navbar-nav .nav-link
    {
        padding: 0px;
    }
    .navbar-collapse .navbar-nav .nav-item
    {
        padding-bottom: 3px;
        padding-top: 3px;
    }
    #navbarCollapse
    {
        padding: 19px;
    }
    /*.why_chooseus img:first-child*/
    /*{*/
    /*    width: 60%;*/
    /*    margin: 0px auto;*/
    /*    display: block;*/
    /*    margin-bottom: 20px;*/
    /*}*/
}

.single-blog
{
    border: 1px solid #000;
    padding: 13px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.single-blog h4
{
    font-size: 18px;
    padding-top: 10px;
}

.mobile-menu
{
    display: none;
}
#blog h4 {
    line-height: 1.1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
#blog .testimonials p {
    text-align: justify;
    margin-bottom: 12px;
    display: block;
}
#blog a {
    display: block;
    margin-top: 28px;
}