﻿@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:after,*:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* ==========================================================================
   Common CSS
   ========================================================================== */
body {font-size: 14px; line-height: 18px; font-family: 'Lato', sans-serif; color: #4b4b4b;background: #E5E5E5;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {outline: none;text-decoration: none;color: #b41124; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus{text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.container {width: 1200px;margin: 0 auto; padding: 0;}
#wrapper {min-height: 100%;position: relative;}
li{list-style: none;}
img{ display: block; max-width: 100%; height: auto; }
/* ==========================================================================
   Setting up the fonts
   ========================================================================== */
.headerNav a img {
    margin-right: 5px;
}
.headerNav a {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #5E7F95;
}
.header{
    padding: 18px 0;
}
.bannerCont {
    max-width: 65%;
}
.banner{
    padding: 65px 0;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center right;
}
.bannerCont h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #426D8A;
    margin-bottom: 60px;
}
.bannerCont a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    background: #FF6600;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px;
}
.bannerPoints {
    padding: 45px 0;
}
.bannerListBullet li {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #344C5C;
    margin-bottom: 20px;
    width: 48%;
    position: relative;
    padding-left: 25px;
}
.bannerListBullet ul li:before {
    content: "";
    background: url(../images/tick.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.bannerListBullet li span {
    font-weight: 600;
}
.bannerListBullet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.expertForm ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.expertForm ul li label {
    width: 40%;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.expertForm ul li input {
    width: 55%;
    outline: none;
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    margin: 0;
}
.expertForm ul li:last-child {
    margin-bottom: 0;
}
.expertForm ul li input[type="submit"] {
    height: 57px;
    background: #FF6600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 15px;
}
.expertFormBullet li {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.expertFormBullet li:last-child{
    margin-bottom: 0;
}
.expertFormBullet ul li:before {
    content: "";
    background: url(../images/tick.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.expertFormList {
    width: 54%;
    padding-left: 60px;
    position: relative;
    z-index: 1;
}
.expertBlockForm {
    width: 46%;
    padding-right: 60px;
    position: relative;
    z-index: 1;
}
.expertBlock {
    position: relative;
}
.expertBlock:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #405564;
    width: 46%;
    height: 100%;
}
.expertBlock:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #5E7F95;
    width: 54%;
    height: 100%;
}
.expertBlockIn {
    padding: 60px 0;
}
.expertForm h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}
.portfolioSlider {
    background: #405564;
    /*overflow: hidden;*/
    border-radius: 17px;
    padding: 40px 45px;
}
.portfolioSlider .owl-carousel .owl-item li img {
    display: inline-block !important;
    height: auto;
    width: 40px;
}
.portfolioSldCont {
    width: 45%;
}
.portfolioSldImg {
    width: 55%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.portfolioSldImg h3 {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 25px;
    font-weight: 600;
    font-size: 52px;
    line-height: 58px;
    text-transform: capitalize;
    color: #FF6600;
}
.portfolioSldImg h3 span{
    display: block;
    color: #fff;
}
.portfolio {
    padding: 80px 0;
}
.portfolioSldCont li h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 25px;
}
.portfolioSldCont li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    margin-top: 6px;
}
.portfolioSldCont li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
}
.portfolioSldCont li:last-child{
    margin-bottom: 0;
}
.portfolioSlider div#counter {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #405564;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.portfolioIn {
    position: relative;
}
.portfolioSlider .owl-nav {
    position: absolute;
    left: 0;
    bottom: -77px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 40%;
}
.portfolioSlider .owl-nav button span {
    position: relative;
    font-size: 0;
    line-height: 0;
}
.portfolioSlider .owl-nav button.owl-prev span:after {
    position: absolute;
    content: "";
    background: red;
    left: 0;
    top: -11px;
    font-size: 20px;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    height: 16px;
    width: 40px;
}
.portfolioSlider .owl-nav button.owl-next span:after {
    position: absolute;
    content: "";
    background: red;
    left: 0;
    top: -11px;
    font-size: 20px;
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    height: 16px;
    width: 40px;
}
.portfolioSlider .owl-nav button {
    margin: 0 35px;
}
.invPrcsExpl{
    background: #EDF3F8;
    padding: 55px 0;
}
.invPrcsCont li {
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    text-transform: capitalize;
    color: #344C5C;
    position: relative;
    margin-bottom: 25px;
    padding-left: 45px;
}
.invPrcsCont ul li {
  counter-increment: my-awesome-counter;
}
.invPrcsCont ul li:last-child{
    margin-bottom: 0;
}
.invPrcsCont ul li:before {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    content: counter(my-awesome-counter);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #426D8A;
    border: 1px solid;
    line-height: 35px;
    border-radius: 5px;
}
.invPrcsCont h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-transform: capitalize;
    color: #426D8A;
    margin-bottom: 30px;
}

.testimonialIn p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #344C5C;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    padding: 20px;
    margin: 20px 10px;
    border-radius: 7px;
}
.testimonialSection {
    background: #fff;
    padding: 50px 0;
}
.testimonialIn h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: capitalize;
    color: #426D8A;
    margin-bottom: 30px;
    text-align: center;
}

.testimonialSection button.owl-dot {
    height: 12px;
    width: 12px;
    border: none;
    outline: 12px;
    background: transparent;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #FF6600 !important;
}
.testimonialSection button.owl-dot.active {
    background: #FF6600;
}
.testimonialSection .owl-dots {
    text-align: center;
}
.investReasonLft {
    width: 60%;
}
.investReasonRgt{
    width: 35%;
}
.investReasonLft ul li:hover {
    box-shadow: 2px 6px 12px 0 rgb(0 62 79 / 15%);
    cursor: pointer;
}
.investReasonLft ul li {
    width: 45%;
    margin-bottom: 20px;
    transition: .5s ease;
    padding: 20px;
    border-radius: 5px;
}
.investReasonLft ul li h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #426D8A;
    margin-top: 20px;
}
.investReasonLft ul li p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #344C5C;
    margin-top: 20px;
}

.investReason {
    padding: 50px 0 30px;
}
.investReasonLft ul li {
    width: 45%;
    margin-bottom: 30px;
}
.expertForm ul li label.error {
    font-weight: 400;
    font-size: 13px;
    color: red;
    text-align: right;
    width: 100%;
    line-height: 16px;
    margin-top: 4px;
}
.portfolioTop p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #344C5C;
    max-width: 75%;
    margin: 0 auto 50px;
}
.portfolioTop h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #426D8A;
    margin-bottom: 30px;
}
.footerTop {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
footer.footer {
    background: #405564;
    padding: 50px 0;
}
.footerTop li, .footerTop li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.footerBtm p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}




/* ==========================================================================
   Header
   ========================================================================== */
