@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Myriad Pro';
src: url('font/MyriadPro-Regular.eot');
src: url('font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('font/MyriadPro-Regular.woff2') format('woff2'),
url('font/MyriadPro-Regular.woff') format('woff'),
url('font/MyriadPro-Regular.ttf') format('truetype'),
url('font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Myriad Pro';
color: #3c3c3c !important;
margin: 0px;
padding: 0px;
}
a{
text-decoration:none;
outline: 0;
}
a:hover{
text-decoration:none;
opacity:.9;
transition:opacity .3s;
-webkit-transition:opacity .3s;
}
img{
max-width:100%;
}
.paddtb-70{
padding:70px 0px;
}
.paddt-70{
padding-top:70px;
}
.paddtb-30{
padding:30px 0px;
}
.heading{
font-size: 30px;
padding: 5px 0px 5px 0px;
}
.heading .green , .heading
{
color:#000;
}
#sip .heading .green , #products .heading .green
{
    color: #fff;
}
.f-16{
font-size:16px;
}
#header-top{
background:#ea6733;
}
.mart-10{
margin-top:10px;
}
.marb-10{
margin-bottom:10px;
}
.marb-20{
margin-bottom:20px;
}
.mart-20{
margin-top:20px;
}
.marb-30{
margin-bottom:30px;
}
.bright-0{
border-right:0px !important;
}
.white{
color:white;
}
p, h3{
color:#333;
}
#header-top .leftcontact{
padding-top: 10px;
}
#header-top a{
color:white;
font-size:16px;
}
#header-top a .fa{
padding-right:5px;
}
#header-top .email{
padding-right: 20px;
}
#header-top .rightsocial{
text-align:right;
}
#header-top .social, #header-top .port-login{
display:inline-block;
}
#header-top .social .fa{
text-align: center;
padding-right: 5px;
background: white;
color: #2e7b75;
border-radius: 50%;
padding: 6px;
width: 30px;
height: 29px;
}
#header-top .port-login{
padding:10px 20px;
background:#277673;
margin-left: 8px;
}
.navbar-menu{
padding:0px !important;
border:0px !important;
margin-bottom:0px;
}
.navbar-menu, .navbar-brand{
background-color:transparent;
border-radius:0px;
min-height:auto;
height:auto;
}
.navbar-menu .navbar-brand{
padding: 0px 0px !important;
}
#myNavbar{
margin-top:38px;
}
.navbar-menu a{
font-size:16px;
padding: 10px 10px !important;
color:#3c3c3c !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
background:transparent;
color:#3c3c3c;
}
#myCarousel .item{
/*height:380px;*/
height:500px;
width:100%;
}
#myCarousel .item:nth-child(1) {
 background:url("../images/slider1.jpg") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(2) {
 background:url("../images/slider2.jpg") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(3) {
 background:url("../images/slider3.jpg") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(4) {
 background:url("../images/slider4.jpg") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(5) {
 background:url("../images/slider5.jpg") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .carousel-caption{
transform:translate(-50% , -50%);	
-webkit-transform:translate(-50% , -50%);
top:50%;
left:50%;
bottom: unset;
max-width: 860px;
width: 100%;
padding:0px 20px;
}
#myCarousel .carousel-caption .f-16{
color:white;
}
.getstarted{
background: #ea6733;
border-radius: 5px;
padding: 10px 30px;
color: white;
clear: both;
margin-top: 5px;
display: inline-block;
}
.green{
color:#62e656;
}
.getstarted:hover{
color:white;
}
#why{
background:#f9f9f9;
}
#why h3{
font-weight:bold;
font-size:22px;
}
.products-row{
background:#277673;
overflow: hidden;
width: 100%;
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;
flex-wrap: wrap;
border-top:1px solid #dddddd;
padding: 40px 15px;
}
/*.products-row .col-sm-4{
padding-top:40px;
padding-bottom:40px;
border-bottom:1px solid #dddddd;
border-right:1px solid #dddddd;
}*/
.products-row .product-box {
    margin: 15px 0;
    border: 1px solid #fff;
    padding: 30px 10px;
    border-radius: 5px;
}
.products-row .heading , .products-row .heading span {
    color: #fff;
}
.products-row .icon-img{
width:77px;
float:left;
padding-left:5px;
}
.products-row img{
height: 72px;
width:72px;
}
.products-box{
width:calc(100% - 77px);
overflow:hidden;
text-align:left;
padding: 0px 20px;
}
.products-box h3{
font-size:22px;
margin-top:0px;
color: #fff;
}
.products-box p{
margin-bottom:0px;
}
/*#investment{
 background:url("../images/investment-solutionbg.png") center center no-repeat fixed;
height: 1000px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-size:cover;
}*/
#investment img{
height:60px;
}
#invcor .invimg{
float:left;
width:56px;
}
#invcor .invtext{
float:left;
width:calc(100% - 56px);
padding-left:20px;
text-align:left;
color:#333;
}
#invcor .invtext .f-16{
font-size:16px;
font-weight: bold;
margin-bottom:5px;
line-height:16px;
}
#invcor .col-sm-4{
padding-top: 20px;
padding-bottom: 10px;
box-shadow: 0px 0px 0px 0px #dddddd;
transition: box-shadow .2s ease;
-webkit-transition: box-shadow .2s ease;
overflow: hidden;
}
#invcor .col-sm-4:hover{
background: white;
box-shadow: 0px 0px 10px 3px #dddddd;
transition: box-shadow .2s ease;
-webkit-transition: box-shadow .2s ease;
}
#invcor .col-sm-6:hover{
background: white;
box-shadow: 0px 0px 10px 3px #dddddd;
transition: box-shadow .2s ease;
-webkit-transition: box-shadow .2s ease;
}
/*#sip{
 background:url("../images/sipbg.png") no-repeat center center /cover;
}*/
#testimonial{
background:#ea6733;
}
#testimonial img{
margin:0px auto 10px auto;
}
#testimonial .cname{
color:white;
font-size:18px;
padding-bottom:30px;
margin-bottom:0px;
}
#testimonial .carousel-indicators{
bottom: -10px;
}
#contact{
background:#f9f9f9;
}
.conleft .fa{
font-size: 20px;
background: #ea6733;
width: 35px;
padding: 7px;
text-align: center;
color: white;
float:left;
}
.conleft  p{
width: 100%;
float: left;
}
.conleft span, .conleft a{
float:left;
width:calc(100% - 35px);
padding-left:15px;
overflow:hidden;
margin-top: 5px;
font-size: 16px;
}
.conleft a{
color:#3c3c3c;
}
#contact .form-control{
height:40px;
}
.login_btn {
    padding: 10px 40px;
    background: #3a817d;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #3a817d;
}
.login_btn:hover{
background:#5f5a5b;
color:white;
}
.partner-img ul li {
display: inline-block;
}
.footet-top{
background:#277673;
width:100%;
float:left;
color:white;
padding:20px 0px 40px 0px;
}
.footet-top .fheading{
margin-top:30px;
color:white;
font-size:22px;
font-weight:bold;
float:left;
width:100%;
}
.footet-top  .flink a{
width:100%;
float:left;
color:white;
margin-top:10px;
}
.fbottom{
background:#154643;
width:100%;
float:left;
color:white;
padding:20px 0px 20px 0px;
text-align:center;
}
.fbottom .uselink{
margin-bottom:10px;
}
.fbottom .uselink a{
color: white;
padding: 0px 5px;
}
.con-heading  ul , .con-heading  ul li a{
font-size:22px;
font-weight:bold;
color:#333;
font-style:italic;
}
.con-heading  ul li .active{
color:#ea6733;
}
.tab .nav-pills>li+li{
margin-left:0px !important;
}
.tab .nav-pills{
background:#ea6733;
margin-bottom:30px;
}
.tab .nav-pills li{
border-bottom:1px solid white;
}
.tab .nav-pills>li.active>a{
background-color: #277673 !important;
}
.tab .nav>li>a:focus, .tab .nav>li>a:hover{
background-color: #277673 !important;
}
.tab .nav-pills li, .tab .nav-pills li a{
width:100%;
float:left;
border-radius:0px !important;
color:white;
font-size:16px;
}
.list-inline{
margin-left:0px;
margin-bottom:0px;
}
.tab .ab-content {
margin-bottom:30px
}
.down-form{
background: #ededed;
padding: 30px;
}
.down-form table{
margin-bottom:5px;
}
#myModal .modal-content{
background:#ea6733;
}
#myModal .modal-title{
color:white;
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    left: 35%;
    overflow:hidden;
    padding: 15px;
    position: fixed;
    top: 25%;
    width:430px;
    z-index: 1056;
	height:240px;
}
.grayBox{
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1055;
-moz-opacity: 0.7;
opacity:0.7;
filter: alpha(opacity=70);
}
.imgs{
top: 25%;
left: 63%;
position:fixed;}

img#cross {
position: relative;
float: right;
top: -29px;
left: 24px;
}
#myModal .login_btn{
padding: 8px 40px;
background: #5f5a5b;
color: white;
font-size: 16px;
border: 0px;
border-radius: 5px;
margin-bottom: 5px;
}
.carousel-control.left{
 background:none;
 opacity:1;	
}
.carousel-control.right{
 background:none;
  opacity:1;	
}
.carousel-control.right:hover{
 background:none;
  opacity:1;
  color:#ea6733;	
}
.carousel-control.left:hover{
 background:none;
  opacity:1;
  color:#ea6733;	
}

.signup-form {
    box-shadow: 1px 1px 8px #999;
    padding: 25px 40px;
    background: #ea6733;
}
.login-form {
    background: #ea6733;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-body .input {
    text-align: center;
}
.input-in {
    display: inline-block;
    margin: 0 18px 10px;
}
.input-fld input {
    border: medium none;
    box-shadow: 1px 1px 5px #999;
    color: #777373;
    font-family: OpenSans-Regular;
    height: 35px;
    margin: 10px;
    padding: 5px;
    width: 70%;
}
.modal-footer {
    border-top: none;
    text-align: center;
}
.modal-footer .login_btn {
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    padding: 5px 15px;
}
.login-text {
    color: #ea6733;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight:bold;
}
.login-page {
    background: url(../images/pattern.jpg)no-repeat scroll center center/cover;
	padding:20px 0;
}
.products-box p{
 text-align:justify;	
}

.owl-buttons {
    display: none !important;
}

@media (max-width: 1199px){
.navbar-brand>img {
max-width: 250px;
}
.navbar-menu a{
padding:10px 5px !important;
}
#myCarousel .item{
height:450px;
width:100%;
}
#myNavbar{
margin-top:10px;
width: 100% !important;
}
a.navbar-brand.second-logo
{
    right: 0% !important;
}
}


@media (max-width: 991px){
#header-top .email, #header-top .port-login{
padding-right:14px;
}
#header-top .port-login{
padding: 10px 15px;
background: #277673;
margin-left: 14px;
}
.navbar-header, .navbar-brand{
text-align:center;
width:100%;
}
.navbar-brand>img{
margin:auto;
}
#myCarousel .item{
height:350px;
width:100%;
}
}
@media (max-width: 767px){
#header-top{
padding:10px 0px;
}
#header-top .leftcontact, #header-top .rightsocial{
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
}
#header-top .leftcontact a {
    display: block;
}
.navbar-header, .navbar-brand{
width:auto;
}
.navbar-brand>img{
margin-left:15px;
}
.navbar-inverse .navbar-toggle{
border-color: #ea6733 !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ea6733;
}
#myCarousel .item{
height:300px;
width:100%;
}
#myCarousel .carousel-caption h2{
font-size:25px;
margin-top:0px;
}
#myCarousel  .f-16{
font-size:14px;
}
#myCarousel  .carousel-indicators{
bottom: 0px;
}
#why .col-sm-4, #investment .col-sm-4{
margin-bottom:20px;
}
#investment .mart-20{
margin-top:0px;
}
.products-row .col-sm-4{
border-right:0px !important;
}
}

@media (max-width: 480px){
#header-top .social {
width: 100%;
padding-bottom: 15px;
}
#header-top .port-login {
margin-left: 0px;
}
.navbar-brand>img {
    max-width: 230px;
}
}
@media (min-width: 1400px){
    a.navbar-brand.second-logo {
    right: 20% !important;
}
}
.vertical-text 
{
    /*transform: rotate(90deg);*/
    /*transform-origin: right top 0;*/
    float: right;
    z-index: 9;
    background: #277673;
    position: absolute;
    right: 0px;
    top: 0%;
    width: 38px;
    animation: blink 3s;
    animation-iteration-count: 10;
    animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.vertical-text p a
{
    padding: 17px 1px;
    color: #fff;
    display: block;
    font-size: 21px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    -webkit-font-feature-settings: "vkrn", "vpal";
    font-feature-settings: "vkrn", "vpal";
}
.vertical-text p a:hover
{
    opacity: 1;
}
.vertical-text p
{
    margin: 0;
    display: initial;
    float: left;
   /* margin: 3px;
    width: 35px;*/
}
.new-client
{
    background: #ea6733;
    margin-top: 5px;
}
.new-client p a
{
    padding-bottom: 98px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.new-client p
{
    margin-bottom: 0px;
}



/******* 19/10/2020 *******/

.navbar-header .navbar-brand img {
    width: 240px;
}

.red-bg{
    background-color: #ea6733;
}
.red{
    color: #ea6733;
}
.green-overlay {
    background-color: rgba(39,118,115,0.95);
    padding: 60px 0;
}
.orange-overlay {
    background-color: rgba(234,108,51,0.9);
    padding: 60px 0;
}

.sip-calculator-section {
    background-image: url(../images/sip-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




.navbar.navbar-inverse.navbar-menu {
    position: relative;
}

a.navbar-brand.second-logo {
    position: absolute;
    right: 100px;
    top: 8px;
}
.navbar-brand.second-logo img{
    width: 100px;
}

.schedule-meeting-form #message{
    height: 95px;
}

.why-dss-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.why-dss-list ul li {
    font-size: 18px;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 32px;
    font-weight: 600;
}
.why-dss-list ul li::after {
    content: "\f178";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #ea6733;
    font-size: 20px;
    top: -2px;
}
.how-dss-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.how-dss-list ul li {
    font-size: 18px;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 32px;
    font-weight: 600;
}
.how-dss-list ul li::after {
    content: "\f178";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #ea6733;
    font-size: 20px;
    top: -2px;
}

section#products {
    padding-top: 0;
}
section#partner {
    padding: 110px 0 0 0;
}

/*.team-block {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
}*/

.ivestors-corner-main {
    padding: 10px 0 60px 0;
}
.ivestors-corner-main .inv-box {
    margin: 20px 5px;
    min-height: 120px;
}
.ds-icon-box .row {
    margin: 0;
}
.ds-icon-box .col-md-6 {
    padding: 0;
    margin: 0;
}
.ds-icon-box .box {
    text-align: center;
    min-height: 165px;
    background-color: #f0f0f0;
    padding: 10px;
    margin: 2px;
    border-radius: 6px;
    transition: 0.2s ease-in-out 0s all;
}
.ds-icon-box .box:hover {
    background-color: #ea6733;
    color: #fff;
    transition: 0.2s ease-in-out 0s all;
}
.ds-icon-box .box .img-white{
    display: none;
}
.ds-icon-box .box:hover .img-color{
    display: none;
}
.ds-icon-box .box:hover .img-white{
    display: inline-block;
}

.ds-icon-box .box img {
    width: 70px;
}
.ds-icon-box .box h5 {
    font-size: 16px;
    font-weight: 600;
}

.buymf-online-main .bmf-icon {
    margin: 20px;
    display: block;
    text-align: center;
}


#bmf_model .btn.btn-primary {
    background-color: #ea6733;
    border-color: #ea6733;
}
#bmf_model .modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
#bmf_model .modal-title {
    font-size: 20px;
    display: inline-block;
}
#bmf_model .modal-body {
    padding: 30px 15px;
}
#bmf_model .modal-body p {
    font-size: 16px;
}

.service-box {
    margin-bottom: 30px;
}

.why-us-boxes .box-item {
    /*width: 20%;*/
    float: left;
    padding: 15px 15px 0 15px;
}
.why-us-boxes .box-item h3 {
    font-size: 20px !important;
    min-height: 44px;
}








@media only screen and (max-width:767px){
.navbar-brand {
    width: 140px;
    overflow: hidden;
}
.navbar-brand img {
    width: 100% !important;
    max-height: 100% !important;
    margin: 0;
    padding-left: 10px;
}
a.navbar-brand.second-logo {
    right: 70px;
    width: 60px;
}
.why-us-boxes .box-item {
    width: 100%;
}
}



@media only screen and (min-width:768px){
.navbar.navbar-inverse.navbar-menu #myNavbar {
    width: calc(100% - 400px);
    display: inline-block !important;
}
#bmf_model .modal-dialog {
    margin: 140px auto 50px auto;
}
}
#team__prifile_img
{
    border-radius: 80%;
}

@media only screen and (max-width:991px)
{
    a.navbar-brand.second-logo
    {
          position: relative;  
          top: -11px;
    }
    .navbar.navbar-inverse.navbar-menu #myNavbar {
        width: calc(100% - 350px);
        display: inline-block !important;
    }
}

.form_msg {
    background-color: #81b95e;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.form_msg p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.form_msg.error_msg{
    background-color: #ed5959;
}