
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Futura', cursive !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 500;
    font-size: 15px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;

}





.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-white) !important;
}


.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-dark);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/




/** My CSS **/
img.text-primary.fw-bold.mb-0.header-logo {
    max-width: 30%;
    width: 100%;
}+

.banner-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.banner-carousel .owl-dot.active {
    width: 30px;
    background: #042b62;
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.banner-carousel .owl-item .banner-item {
    transition: .5s;
}

.banner-carousel .owl-item.center .banner-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
.banner-item.rounded {
    display: flex;
}
.col-lg-7.col-md-12.ban-text {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.owl-dots {
    text-align: center;
}
h3.mb-4.advisory {
    text-align: center;
    font-size: 4em;
}
.row.whatwe-text {
    text-align: center;
    margin-left: 150px;
}
p.whatwetext {
    text-align: center;
}
h3.whatweh3 {
    text-align: center;
    font-size: 3em;
    font-weight: 500;
}
.whatwe {
    /* background-position: left 0; */
    /* background-repeat: no-repeat; */
    /* background-size: 130px; */
    border: 0 solid #fff;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    /* box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1); */
    /* height: 221px; */
    padding: 20px 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.col-lg-2.col-sm-4.col-12.adv-top {
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 130px;
    border: 0 solid #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
}
.col-lg-2.col-sm-4.col-12.adv-top {
    height: 300px;
    padding: 90px 20px;
    margin-bottom: 50px;
    margin-left: 13px;
    margin-right: 13px;
}
.col-lg-2.col-sm-4.col-12.adv-bottom {
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 130px;
    border: 0 solid #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
}
.col-lg-2.col-sm-4.col-12.adv-bottom {
    height: 300px;
    padding: 90px 20px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 50px;
	margin-top:10px;
}
.invest {
	background-position: left 0;
    background-repeat: no-repeat;
    background-size: 130px;
    border: 0 solid #fff;
	background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
	height: 300px;
    padding: 90px 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
input[type="checkbox"] {
    display: none;
}
.contactlink:before {
    width: 21px;
    background-image: url(img/marker.svg);
}
a.Calbtn {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    background-color: #e4b04e;
    color: #182a98;
}
span.calspan {
    padding: 11px 20px;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}
.icon-mail:before {
    content: '\e8d0';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative !important;
    display: inline-block;
    margin-bottom: 3px;
}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    border-width: 0 0 2px 0;
    box-shadow: unset;
    resize: none;
}
body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #d1c727;
    background-color: rgba(24, 42, 152, 0);
    border-color: #182a98;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    background-color: #fff;
    color: #626262;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
}
.wpcf7 input[type="submit"] {
    font-size: 20px;
    margin-bottom: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: slategrey;
    line-height: 30px;
}
.ser{
background-color: #042b621f;
    background-image: url(/web/static/media/software_pattern__.a5425c3�.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 30px;
	}
	.faqt-item {
	background-color: #fff;
	}
	.col-lg-6.col-sm-12.col-12.vision {
    text-align: center;
    border: #000;
    border-style: double;
    margin: 10px 0px;
}
.col-lg-5.col-sm-5.col-12.vm.border.border-primary.rounded-pill.px-4.py-1.mb-3 {
    margin-left: 40px;
    margin-right: 40px;
	text-align: center;
}
.col-lg-6.col-sm-12.col-12.mft {
    padding-top: 85px;
}
.container-fluid.mf.bounceInUp {
    text-align: center;
}
.mfs {
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 130px;
    border: 0 solid #fff;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    height: 460px;
    padding: 60px 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.col-lg-6.col-sm-12.col-12.sat {
    padding-top: 230px;
}
nav.navbar.navbar-light.navbar-expand-lg.px-3.py-4 {
    float: right;
}
@media (max-width: 600px) {
 .invest {
 margin-left : 0px !important;
 }
 }
 @media (max-width: 800px) {
 .row.whatwe-text {
    text-align: center;
    margin-left: 40px;
}
}