@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*
	Arcana by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1.5rem;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: none;
    font-family: 'Roboto', sans-serif;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    color: #7162b5;
    text-decoration: none;
}

a:hover {
    color: #ff9d1d;
    text-decoration: underline;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

p, ul, ol, dl, table, blockquote {
    margin: 0 0 1em 0;
    line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal;
    font-weight: 300;
    display: block;
    font-size: 0.5em;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

h1 {
    font-size: 2.75em;
    letter-spacing: -0.025em;
    margin: 0;
    padding: 0;
    margin-bottom: 0.2em;
}
h2 {
    font-size: 2.45em;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 1.4em;
    letter-spacing: -0.025em;
}

h4 {
    font-size: 1.3em;
    letter-spacing: -0.025em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px #e0e0e0;
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em #e0e0e0;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

.h3Custom {
    
        font-size: 1.9em;
        letter-spacing: -0.0em;
    
}
.button{
    padding: 8px 30px;
    background-color: #7162b5;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.button:hover{
    background-color: #382163;
    color: #ff9d1d;
    text-decoration: none;
}


.container{
    /* - display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     max-width: 1200px;
    webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;*/
     background-color: transparent;
     width: 100%;
     max-width: 1200px;
 }
 

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.logo {
    background: url(../img/logo.png) no-repeat;
    width: 200px;
    height: 70px;
    display: block;
    background-size: 100%;

}
.mt-5 {
    margin-top:50px;
}
.aboutusImg {
    background: url("../img/Vishal_Dalal_CFP_Certificate_new.jpg") no-repeat;
    width: 100%;
    height: 420px;
    background-size: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
   
}

.whychooseUs {
    background: url("../img/whychooseus.jpg") no-repeat center;
    width: 100%;
    height: 420px;
    background-size: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
   
}

.financialImg {
   background: url(../img/financial.jpg) no-repeat -37px -28px;
    width:100%;
    height: 350px;
  
    border-radius: 8px; 
   
}
.primaryColor {
    color:#382163;
}
.graybox {
        background-color: #e5e1f5;
        display: flex;
        justify-content: center;
        padding: 50px 0;    
}

#engagement {
    display: flex;
    justify-content: center;
    background-color: #e5e1f5;
}

.datebox{
    background: #382163;
    color:#fff;
    border-radius:6px;  
    padding: 10px;
    text-align: center;
}
.datebox p {
color:#fff !important;
}
#knowlegebase a {
text-decoration: none;
}

#knowlegebase a p {
    color:#000;
    margin-bottom: 0;
    }
    
.about2Image{
    background: url("../img/banner-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    padding: 100px 0; 
}
.overlay-dark {
    position: relative;
    z-index: 1;
  }
  .overlay-dark:after {
    background: rgb(17 2 46 / 80%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .overlay-dark > h3 {
    color: #fff;
    text-align: center;
  }
  .contactIcons {
    width: 80px;
    height: 80px;
    /* line-height: 30px; */
    margin: 0 auto;
  }

  .contactIcons i {
    vertical-align: sub;
    color: #382163;
  }
  .contactIcons ~ h4{
    font-size: 1.6em;
    font: -webkit-body;
    text-transform: initial;
  }
#contact{
    background-color: #e5e1f5;
    
}
  .nav-link {
    color: #7162b5;
    padding: 15px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #382163;
}
.nav-link:focus, .nav-link:hover {
    color: #382163;
}
.btn-primary {
    background: #382163 !important;
    border: none !important;
}
.customGroup li{
padding:10px;
line-height: 20px;
}
@media (max-width: 767.98px) {
    
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-size: 0.4em;
}

h1 {
    font-size: 2.35em;
}
h2 {
    font-size: 2.15em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}
    .button{
        padding: 12px 20px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
}


#header-top{
    width: 100%;
    margin: auto;
    height: 35px;
    background-color: #382163;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#header-top p{
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 2.2rem;
}
#header-top .filler{
    justify-content: space-between;
}
#header-top .misc{
    display: flex;
    flex-direction: row;
}
#header-top .misc .address{
    background-image: url(../img/placeholder.svg);
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: left center;
    padding-left: 25px;
}
#header-top .misc .timing{
    background-image: url(../img/clock.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
#header-top .misc .contact{
    background-image: url(../img/phone-call.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
}
#header-top .social ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
#header-top .social ul li{
    margin: 0px 10px;
    width: 20px;
    line-height: 2.2rem;
}
#header-top .social ul li a{
    width: 100%;
    display: flexbox;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
#header-top .social ul li a img{
    width: 15px;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
#header-top .social ul li a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
@media (max-width: 767.98px) {

    #header-top{
        display: none;
    }
}


#header{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
 /*   padding: 40px 0px;*/
}
#header .container{
    height: 100%;
}

nav{
    width: 100%;
}
nav a{
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    float: right;
}
nav .icon {
    display: none;
  }
nav a:first-child {
    float: left;
}  

nav a.active{
    color:#ff9d1d
}


@media (max-width: 767.98px) {

    /* #header{
        display: none;
    } */
    #header{
        padding: 10px 0px 0px;
    }
    nav a:first-child {
        float: none;
    }  
    nav a:not(:first-child) {display: block;}
    nav a.icon {
        float: right;
        display: block;
      }
      nav.responsive {position: relative;}
      nav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a:not(:first-child) {
    float: none;
    display: block;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  nav.responsive a.icon {
    padding: 4px 10px;
    border-bottom: 0px solid #ddd;
  }
    
}



#banner{
    height: 560px;
}
#banner .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#banner .banner-box{
    display: flex;
    justify-content: center;
    height: 100%;
}

#banner #banner-01 .container{
    background: url(../img/banner-7.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 95%;
    position: relative;
    z-index: 2;
}
#banner .banner-box{
    position: relative;
    overflow: hidden;
}

#banner .banner-box .content{
    width: 50%;
    margin-left: 20px;
}
#banner h4{
    color: #7162b5;
}
.trape {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-8deg);
    transform-origin: 0;
    top: 150px;
    z-index: 1;

}
.trape span {
    position: absolute;
}
.trape span {
    height: 80px;
}
.trape span:nth-child(1) {
    width: 90%;
    left: 50%;
    top: 90px;
    background: #7162b5;
    opacity: 0.6;
}
.trape span:nth-child(2) {
    width: 40%;
    left: -70px;
    bottom: 100px;
    background: #ad9bff;
    opacity: 0.4;
}
.trape span:nth-child(3) {
    width: 80%;
    bottom: 120px;
    left: 0;
    background: #b5a4ff;
    opacity: 0.4;
}
.trape span:nth-child(4) {
    width: 70%;
    top: 130px;
    right: 0;
    height: 60px;
    background: #8a70ff;
    opacity: 0.4;
}
.trape span:nth-child(5) {
    width: 40%;
    top: 120px;
    left: -10px;
    height: 40px;
    background: #c1a7ff;
    opacity: 0.2;
}

.trape2 span:nth-child(1) {
    width: 90%;
    left: 80% !important; 
    top: 90px;
    background: #7162b5;
    opacity: 0.6;
}
.trape2 span:nth-child(2) {
    width: 40%;
    left: -70px;
    bottom: 100px;
    background: #ad9bff;
    opacity: 0.4;
}
.trape2 span:nth-child(3) {
    width: 80%;
    bottom: 120px;
    left: 0;
    background: #b5a4ff;
    opacity: 0.4;
}
.trape2 span:nth-child(4) {
    width: 70%;
    top: 130px;
    right: 0;
    height: 60px;
    background: #8a70ff;
    opacity: 0.4;
}
.trape2 span:nth-child(5) {
    width: 40%;
    top: 120px;
    left: -10px;
    height: 40px;
    background: #c1a7ff;
    opacity: 0.2;
}

#myTopnav {
    padding: 20px 0 0;
    line-height: 60px;
}
.title {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: #e5e1f5;
    height: 180px;
}

.videoImg {
    background: url('../img/banner.png') no-repeat 0px;
    background-size: 100%;
    width: 100%;
    height: inherit;
}
@media (max-width: 767.98px) {
    #banner{
        height: 400px;
    }

    #banner .banner-box .content{
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    #banner .banner-box .content h1{
        font-size: 2.0em;
        line-height: normal;
    }
    #banner #banner-01 .container{
        background-size: auto 48%;
    }
    #banner h4{
        font-size: 1.1em;
        letter-spacing: normal;
        font-weight: lighter;
        width: 70%;
    }
    .trape span:nth-child(1){
        opacity: 0.3;
        top: 28px;
    }
    .trape span:nth-child(4){
        opacity: 0.2;
        top: 5px;
    }
}



#services{
    display: flex;
    justify-content: center;
    background-color: #e5e1f5;
    padding-top: 80px;
    padding-bottom: 80px;
}
#services .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.servicecards{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.servicecards .card{
    width: 28%;
    height: 360px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.servicecards .card:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.servicecards .card h3{
    text-align: center;
    font-weight: bold;
    width: 80%;
    color: #7162b5;
}
.servicecards .card:hover h3{
    color: #ff9d1d;
}
.servicecards .card .icon{
    width: 28%;
}
.servicecards .card .icon img{
    width: 100%;
}
.servicecards .card .content{
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: 900;
}
@media (max-width: 767.98px) {
    #services{
        padding: 20px 0px;
    }
    #services .container{
        padding: 20px;
    }
    .servicecards{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .servicecards .card{
        width: 80%;
        margin-bottom: 2.5em;
        padding: 20px;
    }
    
}



#casestudy{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 420px;

}
#casestudy .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#casestudy .col-left{
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 56%;
}
#casestudy .col-left .bg-02{
    position: absolute;
    background-color: #7162b5;
    height: 100%;
    top: 0;
    left: -100px;
    width: 100%;
    transform: skew(13deg);
    -webkit-transform: skew(13deg);
    -moz-transform: skew(13deg);
    -ms-transform: skew(13deg);
    -o-transform: skew(13deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    z-index: 1;
}
#casestudy .col-left .bg-01{
    position: absolute;
    background-color: #ffffff1c;
    height: 120%;
    top: -4%;
    left: -5%;
    width: 120%;
    transform: skew(52deg);
    -webkit-transform: skew(52deg);
    -moz-transform: skew(52deg);
    -ms-transform: skew(52deg);
    -o-transform: skew(52deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    z-index: 2;
}
#casestudy .col-left .bg-03{
    position: absolute;
    background-color: #ffffff1c;
    height: 120%;
    top: -4%;
    left: -5%;
    width: 120%;
    transform: skew(38deg);
    -webkit-transform: skew(38deg);
    -moz-transform: skew(38deg);
    -ms-transform: skew(38deg);
    -o-transform: skew(38deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    z-index: 2;
}

#casestudy .col-left  .box{
    position: absolute;
    z-index: 3; 
    color: #fff;
    left: 40px;
    top: 60px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
#casestudy .col-left .box h2{
    margin-bottom: 0.5em;
}
#casestudy .col-right{
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#casestudy .col-right .video-container{
    border:6px solid rgb(221, 220, 220);
   
}

#casestudy .col-right .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

#casestudy .col-right .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

#casestudy .col-right .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-inner::after{
    padding-top: 50px;
}
.case-box .case .content{
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 0.8em;
    position: relative;
    padding-top: 40px;  
}
.case-box .case .content:before{
    background-image: url(../img/left-quote.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    content: '';
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position:absolute;
    top: 0;

}
.case-box .case .author{
    margin-bottom: 0px;
    font-style: italic;
    font-weight: bold;
}
@media (max-width: 767.98px) {
    #casestudy{
        height: auto;
    }

    #casestudy .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #casestudy .col-left{
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    #casestudy .col-right{

        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 20px;
    }
    #casestudy .col-right::before, #casestudy .col-right::after, #casestudy .col-left::after{
        content: '';
        display: table;
        clear: both;
    }
    #casestudy .col-right .video-container{
        width: 98%;
    }
    #casestudy .col-right .video-container:after{
        content: '';
        display: table;
        clear: both;
    }
    /* #casestudy .col-right .video-container::after {
        padding-top:0em;
        display: block;
        content: '';
    } */
    #casestudy .col-left .bg-02{
        transform: skew(30deg);
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -ms-transform: skew(30deg);
        -o-transform: skew(30deg);
        left: -360px;
        width: 200%;
}
    #casestudy .col-left  .box{
        position: relative;
        z-index: 3; 
        color: #fff;
        left: 40px;
        top:auto;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        padding: 40px 0px;
    }
    #casestudy .col-left .box:after{
        content: '';
        display: table;
        clear: both;
    }
    .case-box .case .content:after{
        content: '';
        display: table;
        clear: both;
    }
}



#team{
    display: flex;
    justify-content: center;
    background-color: #e5e1f5;
    padding-top: 80px;
    padding-bottom: 120px;
}
#team .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.membercards{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.membercards .card{
    width: 40%;
    background-color: #382163;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.membercards .card:hover .col.first .profilephoto{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.membercards .card .col{
    padding: 20px;
}
.membercards .card .col.first{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
    background: url(../img/card-bg.png);
    background-position-x: -24px;
    background-repeat: no-repeat;
}

.membercards .card .col.second{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.membercards .card .col p{
    margin-bottom: 0.5em;
    font-size: 13px;
    line-height: 1.4em;
}
.membercards .card .col p a{
    color:#b188ff;
    font-weight: bold;
}

.membercards .card .col.first .profilephoto{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
@media (max-width: 767.98px) {
    #team{
        padding-bottom: 0px;
        padding-top: 20px;
    }
    #team .container{
        padding: 20px;
    }
    .membercards{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 0px;
    }
    .membercards .card{
        width: 90%;
        margin-bottom: 2.5em;
        flex-direction: column;
    }
    .membercards .card .col.first{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
        padding-right: 5px;
        background: url(../img/card-bg.png);
        background-position-x: 0px;
        background-repeat: no-repeat;
    }
    
    .membercards .card .col.second{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
}



#footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    border-top: 1px solid #ccc;
   
}
#footer .container{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
#footer .container .col{
    width: 20%;
    padding-left: 20px;
}
#footer .container .companybrief{
    width: 40%;
    padding-left: 0px;
}
#footer .container .quicklinks{
    width: 30%;
}
#footer .quicklinks ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#footer .quicklinks ul li{
    margin-bottom: 20px;
    width: 50%;
}
#footer .quicklinks ul li a{
    width: 100%;
    display: block;
    padding: 10px;
    padding-left: 0;
    color:#000;
    text-transform: uppercase;
    font-size: 16px;
}
#footer .getintouch ul li{
    margin-bottom: 20px;
}
#footer .getintouch ul li a{
    width: 100%;
    display: block;
    padding: 10px;
    color:#000;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 40px;
}
#footer .getintouch ul li a.icon-1{
    background:url(../img/send.svg) left center no-repeat;
    background-size: auto 80%;
}
#footer .getintouch ul li a.icon-2{
    background:url(../img/call-back.svg) left center no-repeat;
    background-size: auto 80%;
}
#footer .getintouch ul li a.icon-3{
    background:url(../img/link.svg) left center no-repeat;
    background-size: auto 80%;
}
#footer .container .companybrief .content{ 
    width: 80%;
    line-height: 1.5em;
}
#footer .bottomstrip{
    background-color: #382163;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    display: flex;
    justify-content: center;
}
#footer .bottomstrip a{
    color: #fff;
}
#footer .bottomstrip .container{
    justify-content: flex-start;
    
}
.navbar-toggler:focus {
    padding: 0;
    box-shadow: 0 0 0 0rem;
}
.navbar-toggler{
    padding: 0;
    box-shadow: 0 0 0 0rem;
}
.form-floating {
  position: relative;
}

.form-floating:before {
  content: '';
  position: absolute;
  top: 1px; /* border-width (default by BS) */
  left: 1px; /* border-width (default by BS) */
  width: calc(100% - 14px); /* to show scrollbar */
  
  border-radius: 4px; /* (default by BS) */
  background-color: #ffffff;
}

.form-floating textarea.form-control {
  padding-top: 32px; /* height of pseudo element */
  min-height: 80px; /* not relevant */
}
@media (max-width: 767.98px) {
    .logo {
    background: url(../img/logo.png) no-repeat;
    width: 30px;
    height: 40px;
    display: block;
    background-size: 100%;
}
#banner #banner-01 .container {
    top: -47px;
}
.customCollapse {
    background: #e8e2ff;
    padding: 0 20px;
}
}