        
/* Front End developed by (Skyram Technologies Pvt Ltd) */

/*font*/
/*font-family: 'League Spartan';*/
/*font-family: 'Raleway';*/

/*font*/

/*thankyou-fixed-h*/

.thankyou-fixed-h .header {
    margin: 0;
    padding: 24px 0;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

/*thankyou-fixed-h*/


/*header*/

/*fixed-header*/

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px -5px 12px 0px rgba(0,0,0, 0.5);
    padding: 14px 0;
    animation: slideDown 0.35s ease-out;
    padding: 20px 0;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*fixed-header*/

/*header-height*/



/*header-height*/



.header {
    margin: 0;
    padding: 24px 0;
    background: #fff;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    margin: 0;
    padding: 0;
}

.header .logo a {
    margin: 0;
    padding: 0;
    display: block;
    width: 300px;
}

.header .logo a img {
    width: 100%;
    object-fit: contain;
}

.header .center-block {
    margin: 0;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header .center-block p { margin:0; padding:2px 0 0 0;
font-family: 'Raleway';
 font-size:16px; line-height:23px; color:#000; }


.header .center-block .item {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: center;
}

.header .center-block .item .top {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .center-block .item .top img {
    max-width: 100%;
}

.header .center-block .item .top span {
    margin: 0;
    padding: 4px 0 0 6px;
    display: inline-block;
    font-size: 31px;
    line-height: 36px;
    color: #3322BA;
    font-weight: 600;
    font-family: 'Raleway';
/*font-family: 'League Spartan';*/

}

.header .right-block .item p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    font-family: 'Raleway';
}

.header .contact {
    margin: 0;
    padding: 0;
}

.header .contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header .contact ul li {
    margin: 0;
    padding: 0 30px 0 0;
}

.header .contact ul li:last-child { padding-right:0; }

.header .contact ul li a span {
    margin: 0;
    padding: 0 6px 0 0;
}

.header .contact ul li a span img {
    max-width: 100%;
}

.header .contact ul li a {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Raleway';
    color: #000;
    transition:all 0.3s;
}

.header .contact ul li a:hover { color:#3322BA ; }


.header .contact ul li a img {
    max-width: 100%;
    transition:all 0.3s;
}

.header .contact ul li a img:hover { opacity:0.7; }

/*header*/

/*banner_block*/

.banner_block {
    margin: 0;
    padding: 83px 0 170px 0;
    background: #fff;
    position: revert;
    overflow: hidden;
    position: relative;
}

.banner_block .container {
    position: relative;
    z-index: 4;
}

.banner_block:after {
    content: "";
    position: absolute;
    right: -39px;
    top: -11px;
    background: url(../images/shape-img.png) no-repeat right top;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 33%;
}

.banner_block:before {
    content: "";
    position: absolute;
    right: 30%;
    bottom: -115px;
    background: url(../images/banner-shape.png) no-repeat right center;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: auto;
}

.banner_block .item-lt {
    margin: 0;
    padding: 0;
}

/*.banner_block .item-lt h1 {
    margin: 0;
    padding: 0;
    font-size: 54px;
    line-height: 70px;
    font-weight: bold;
    font-family: 'League Spartan';
}*/

.banner_block .item-lt h1 {
    margin: 0;
    padding: 0 0 18px 0;
    font-size: 56px;
    line-height: 62px;
    font-weight: bold;
    font-family: 'League Spartan';
}

.banner_block .item-lt p {
    margin: 0;
    padding: 28px 0 30px 0;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: 'Raleway';
}

.banner_block .item-lt ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.banner_block .item-lt ul li {
    margin: 0;
    padding: 0 0 20px 30px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: 'Raleway';
    background: url(../images/right-arrow.png) no-repeat left top 5px;
    background-size: 12px;
    width:100%;
}

.banner_block .item-lt {
    margin: 0;
    padding: 0;
}

.banner_block .item-lt .down-img {
    margin: 0;
    padding: 20px 0 0 0;
}
.banner_block .item-lt .down-img img {
    max-width: 100%;
}
.banner_block .item-rt {
    margin: 0 0 0 70px;
    padding:30px;
    border-radius: 13px;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    overflow: hidden;
}

/*banner_block*/

/*-- companies-worked --*/

.companies-worked {
    margin: 0;
    padding: 75px 0;
    background: #f3f0ff;
}

.companies-worked .title {
    margin: 0;
    padding: 0;
}

.companies-worked .title h2 {
    margin: 0;
    padding: 0;
    font-size: 49px;
    line-height: 45px;
    text-align: center;
   font-family: 'League Spartan';
    font-weight: bold;
}

.companies-worked .slider-bd {
    margin: 0;
    padding: 40px 0 0 0;
}

.companies-worked .slider-bd .item {
    margin: 0;
    padding: 0;
}

.companies-worked .slider-bd .item .figure {
    margin: 15px 11px;
    padding: 20px 0;
    width: 94%;
    background: #fff;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 9px -4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.companies-worked .slider-bd .item .figure img {
    max-width: 70%;
    object-fit: cover;
    width: auto;
}

.companies-worked .slider-bd .slick-dots {
    bottom: 20px;
    /* display: block; */
    width: 100%;
    padding: 36px 0 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.companies-worked .slider-bd .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.companies-worked .slider-bd .slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #bb1d1d;
    border: 0;
    outline: 0;
    background: 0 0;
    background: #3322BA ;
    border-radius: 50px;
    border: 1px solid #3322BA ;
}

.companies-worked .slider-bd .slick-dots li button::before {
    /*! border: 3px solid #4818e6; */
    border-radius: 50%;
    height: 12px;
    width: 12px;
    padding: 0;
    content: "";
    color: #f000;
    opacity: 1;
}

.companies-worked .slider-bd .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #bb1d1d;
    border: 0;
    outline: 0;
    background: 0 0;
    background: #0000;
    border-radius: 50px;
    border: 1px solid #3322BA ;
}

/*-- companies-worked --*/

/*inner-service-section*/

.inner-service-section {
    margin: 0;
    padding: 0 0 0 0!important;
    background: #fff;
}

.innerh1 {
    font-size: 40px;
    text-align: center;
    padding: 50px 0 70px 0;
    font-weight: bold;
}

.inner-service-section .item {
    margin: 0;
    padding: 0 0 70px 0;
}

.inner-service-section .item .item-left {
    margin: 0;
    padding: 0;
}

.inner-service-section .item .item-left h2 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
}

.inner-service-section .item .item-left .item-row {
    margin: 0;
    padding: 0;
  padding: 55px 0 0 0;
    display: flex;
}

.inner-service-section .item .item-left .item-row .item-col-left {
    margin: 0;
    padding: 0 80px 0 0;
    width: 60%;
}

.inner-service-section .item .item-left .item-row .item-col-left .overview {
    margin: 0;
    padding: 0 0 38px 0;
}

/*.inner-service-section .item .item-left .item-row .item-col-left .overview h3 { margin: 0; 
    padding: 0; }*/

.inner-service-section .item .item-left .item-row .item-col-left .overview p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Raleway';
}

.inner-service-section .item .item-left .item-row .item-col-left .overview .image {
    margin: 0;
    padding: 20px 0 0 0;
}

.inner-service-section .item .item-left .item-row .item-col-left .overview .image img {
    max-width: 120px;
    object-fit: contain;
}

.inner-service-section .item .item-left .item-row .item-col-left .who-you-are {
    margin: 0;
    padding: 0;
}

.inner-service-section .item .item-left .item-row h3 {
    margin: 0;
    padding: 0 0 34px 0;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 400;
}

.inner-service-section .item .item-left .item-row .item-col-left .who-you-are ul {
    margin: 0;
    padding: 0;
}

.inner-service-section .item .item-left .item-row .item-col-left .who-you-are ul li {
    margin: 0;
    padding: 0 0 22px 0;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-family: 'Raleway';
    /*! background: url(../images/right-arrow.png) no-repeat left top 2px; */
    /*! background-size: 12px; */
    display: flex;
    align-items: safe;
}

/*.inner-service-section .item.entry-for-canada .item-left .item-row 
.item-col-left .who-you-are ul li {
    margin:0;
    padding: 0 0 22px 30px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Raleway';
    background: url(../images/right-arrow.png) no-repeat left top 2px; 
    background-size: 12px; 
    display: flex;
    align-items: safe;
}*/


.inner-service-section .item.entry-for-canada .item-left 
.item-row .item-col-right .offered-section .item { padding-bottom:15px; }


.inner-service-section .item .item-left .item-row .item-col-left 
.who-you-are ul li p { margin:0; padding:0 0 0 15px; }

.inner-service-section .item .item-left .item-row .item-col-left 
.who-you-are ul li span { margin:0; padding:0; }

.inner-service-section .item .item-left .item-row .item-col-left 
.who-you-are ul li span { max-width:100%; }



.inner-service-section .item .item-left .item-row .item-col-right {
    margin: 0;
    padding: 0;
    width: 40%;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section {
    margin: 0;
    padding: 0;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section {
    margin: 0;
    padding: 0;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item {
    margin: 0;
    padding:0;
    display: flex;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item span {
    margin: 0;
    padding: 0 12px 0 0;
    display: inline-block;
    width: 32px;
    /*! height: 34px; */
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item span img {
    width: 30px;
    /*! height: 30px; */
    object-fit: contain;
    max-width: 100%;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item .right {
    margin: 0;
    padding: 0 0 0 0;
    font-family: 'Raleway';
    width: 100%;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item .right p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    color: #000;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item .right a {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    color: #3322BA ;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item .right ul {
    margin: 0;
    padding: 3px 0 0 0;
}

.inner-service-section .item .item-left .item-row .item-col-right .offered-section .item .right ul li {
    margin: 0 0 8px 12px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    list-style: disc;

    /*background: url(../images/right-arrow.png) no-repeat left top 7px;
    background-size: 9px;*/
}



.inner-service-section .item .item-rightimg {
    margin: 0;
    padding: 0; /*position: relative;*/
}

.inner-service-section .item .item-rightimg .bd {
    padding: 0; /*position: absolute; */
    margin: 0 -80px 0px 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.inner-service-section .item .item-rightimg .bd img {
    width: 100%;
    min-height: 700px;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/**/

.inner-service-section .service-button {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0 0 0;
}

.inner-service-section .service-button a.button {
    margin: 0;
    padding: 14px 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    background: #3322BA;
    font-family: 'Raleway';
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s;
}

.inner-service-section .service-button a.button:hover { color:#ccc; }



/*inner-service-section*/

/*case-studies-sec*/

.case-studies-sec {
    margin: 0;
    padding: 74px 0 110px 0;
    background: #f7f7f7;
}

.case-studies-sec h2 {
    margin: 0;
    padding: 0 0 103px 0;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
}

.case-studies-sec .item-sec {
    margin: 0;
    padding: 0 0 90px 0;
}

.case-studies-sec .item-sec:last-child { padding-bottom:0; }

.case-studies-sec .item-sec .left-block {
    margin: 0;
    padding: 0;
}

.case-studies-sec .item-sec .left-block h3 {
    margin: 0;
    padding: 0 0 60px 0;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway';
}

.case-studies-sec .item-sec .left-block .figure {
    margin: 0;
    padding: 0 70px 0 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.case-studies-sec .item-sec .left-block .figure img {
    width: 100%;
    min-height: 323px;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width:991px){
.case-studies-sec .item-sec .left-block .figure {
width: 100%!important;
object-fit: cover!important;
}}

@media screen and (max-width:991px){
.case-studies-sec .item-sec .left-block .figure img {
width: 100%!important;
object-fit: cover!important;
}}

.case-studies-sec .item-sec .right-block h4 {
    margin: 0;
    padding: 0 0 36px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Raleway';
    text-transform: uppercase;
}

.case-studies-sec .item-sec .right-block p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.case-studies-sec .item-sec .right-block .faq-bd {
    margin: 0;
    padding: 0;
    max-width: 320px;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row {
    margin: 0;
    padding: 0;
    margin: 0 0 15px 0;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-row-head {
    margin: 0;
    padding: 0;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-row-head.active h5 {
    background:#3322BA;
    color: #fff;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-row-head h5 {
    font-size: 16px;
    color: #181818;
    line-height: 30px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 00;
    padding: 16px 30px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    font-family: 'Raleway';
    text-transform: uppercase;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-row-head h5:after {
    content: "\f107";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    font-family: FontAwesome;
    font-weight: 800;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-row-head.active h5:after {
    content: "\f106";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    font-family: FontAwesome;
    font-weight: 800;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-content {
    margin: 0;
    padding: 0;
    display: none;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-content ul {
    margin: 0;
    padding: 26px 0 7px 0;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-content ul li {
    margin: 0;
    padding: 0 0 20px 27px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Raleway';
    background: url(../images/right-arrow.png) no-repeat left top 3px;
    background-size: 12px;
}

.case-studies-sec .item-sec .right-block .faq-bd .faq-row .faq-content ul li:last-child { padding-bottom:0; }



/*case-studies-sec*/


/*founder-block*/


.founder-block { margin: 0;padding:80px 0; /*background:#3322BA;*/ position:relative; overflow:hidden; }

.founder-block:after { content:""; width:100%; height:100%; position:absolute; right:-2px; top:0; 
/*background:url(../images/shape0013.png) no-repeat right top;*/ background-size:auto; z-index:1; }

.founder-block::before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    left: 25px;
    top: 52px;
    /*background: url(../images/liine-shape012.png) no-repeat left top 0;*/
    background-size: auto;
    z-index: 1;
}

.founder-block .container { position:relative; z-index:5; }

.founder-block h1 {
    margin: 0;
    padding: 0 0 37px 0;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
}

.founder-block .figure { margin: 0;padding: 0; border-radius: 10px;overflow: hidden;}

.founder-block .figure img {  width: 100%;}

.founder-block .right-block { margin: 0;padding: 0 0 0 100px; }

@media only screen and (max-width: 600px) {
.founder-block .right-block { margin: 0;padding: 0 0 0 0; } }

.founder-block .right-block .top-sec { margin:0; padding:0 0 40px 0; 
    display: flex;  align-items: center; }

.founder-block .right-block .top-sec img { max-width:100%; padding-right: 20px;object-fit: contain;}

.founder-block .right-block h2 { margin: 0;padding: 0 0 27px 0; font-size: 36px;line-height: 48px;color: black;
    font-family: 'Raleway'; } 

.founder-block .right-block p { margin: 0;padding: 0; font-size: 16px;line-height: 30px;color: black;font-weight: 400;}


@media screen and (max-width: 767px) {
    .founder-block .right-block .name {
        padding: 20px 0 20px 40px!important;
        text-align: left;
        
        
    }
    .founder-block h1 {
    margin: 0;
    padding: 0 0 37px 0;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
}
}

.founder-block .right-block .name { margin: 0;padding: 20px 0 30px 0; }

.founder-block .right-block .name h5 { margin: 0;padding: 0 0 6px 0; font-size: 24px;line-height: 30px;color: black;font-weight: bold;
    font-family: 'Raleway'; }

.founder-block .right-block .name p {margin: 0;padding: 0;  font-size: 15px;line-height: 30px;color: black;
    font-family: 'Raleway'; }

.founder-block .right-block .section-footer { margin: 0;padding: 0; display: flex;align-items: center;justify-content: space-between;} 

.founder-block .right-block .section-footer a.button { margin: 0; 
    padding: 14px 30px; display: inline-block;font-size: 20px; 
    line-height: 26px;color: #fff; background: #3322BA; 
    font-family: 'Raleway'; border-radius: 10px;font-weight: 400; transition: all 0.3s;  } 
    
     @media screen and (max-width: 575px) {
    .founder-block .right-block .section-footer a.button {
        padding: 10px 18px!important;
        font-size: 16px!important;
        line-height: 26px!important;
        border-radius: 10px!important;
    }
}



.founder-block .right-block .section-footer a.button:hover { color:#000; } 


.founder-block .right-block .section-footer ul { margin: 0;padding: 0; display: flex;align-items: center;} 

.founder-block .right-block .section-footer ul li { margin: 0;padding: 0 6px; font-size: 16px;line-height: 14px;color: #fff;
    font-family: 'Raleway'; border-right: 1px solid #fff;} 

.founder-block .right-block .section-footer ul li:last-child { border-right:0; }


/****** left block **********/
.founder-block .left-block { margin: 0;padding: 0 100px 0 0; }

@media screen and (max-width: 767px) {
.founder-block .left-block {
    margin: 0;
    padding: 0 0 0 40px;
}}

.founder-block .left-block .top-sec { margin:0; padding:0 0 40px 0; 
    display: flex;  align-items: center; }

.founder-block .left-block .top-sec img { max-width:100%; padding-right: 20px;object-fit: contain;}

.founder-block .left-block h2 { margin: 0;padding: 0 0 27px 0; font-size: 36px;line-height: 48px;color: black;
    font-family: 'Raleway'; } 

.founder-block .left-block p { margin: 0;padding: 0; font-size: 16px;line-height: 30px;color: black;font-weight: 400;}

.founder-block .left-block .name { margin: 0;padding: 20px 0 30px 0; }

.founder-block .left-block .name h5 { margin: 0;padding: 0 0 6px 0; font-size: 24px;line-height: 30px;color: black;font-weight: bold;
    font-family: 'Raleway'; }

.founder-block .left-block .name p {margin: 0;padding: 0;  font-size: 15px;line-height: 30px;color: black;
    font-family: 'Raleway'; }

.founder-block .left-block .section-footer { margin: 0;padding: 0; display: flex;align-items: center;justify-content: space-between;} 

@media screen and (max-width: 767px) {
.founder-block .left-block .section-footer { margin: 0;padding: 0 0 50px 0; display: flex;align-items: center!important;justify-content: space-between; flex-direction: column-reverse;} }

.founder-block .left-block .section-footer a.button { margin: 0; 
    padding: 14px 30px; display: inline-block;font-size: 20px; 
    line-height: 26px;color: #fff; background: #3322BA; 
    font-family: 'Raleway'; border-radius: 10px;font-weight: 400; transition: all 0.3s;  } 
    
    @media screen and (max-width: 767px) {
    .founder-block .left-block .section-footer a.button {
        padding: 10px 18px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 10px;
    }
}

.founder-block .left-block .section-footer a.button:hover { color:#000; } 


.founder-block .left-block .section-footer ul { margin: 0;padding: 0; display: flex;align-items: center;} 

.founder-block .left-block .section-footer ul li { margin: 0;padding: 0 6px; font-size: 16px;line-height: 14px;color: #fff;
    font-family: 'Raleway'; border-right: 1px solid #fff;} 

.founder-block .left-block .section-footer ul li:last-child { border-right:0; }


/*founder-block*/


/*meetour-team*/

.meetour-team { margin:0; padding:90px 0;  }

.meetour-team h2 {

    margin: 0;
    padding: 0 0 37px 0;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
} 


.meetour-team .item-box { margin:0; padding: 25px 30px; display: flex;align-items: center;justify-content: center;flex-direction: column;background: #fff;min-height: 257px;box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.28);border-radius: 10px;box-sizing: border-box;}

.meetour-team .item-col {padding-bottom:30px; }

.meetour-team .item-box .figure { margin:0; padding: 0; width: 100px;height: 100px;border-radius: 100%;overflow: hidden;}

.meetour-team .item-box .figure img {  }

.meetour-team .item-box h4 { margin:0; padding: 10px 0; font-size: 22px;line-height: 30px;color: #000;
    font-family: 'Raleway'; font-weight: bold;text-align: center;}

.meetour-team .item-box p { margin:0; padding: 0; text-align: center;font-size: 15px;line-height: 21px;color: #3322BA;}

.meetour-team .howcanhelp-sec {
    margin: 55px 0 0 0;
    padding: 0;
    position: relative;
    background: #3322BA;
    border-radius: 10px;
    overflow: hidden;
}

.meetour-team .howcanhelp-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    background: url(../images/shape0013.png) no-repeat right top -77px;
    background-size: auto;
    z-index: 1;
}

.meetour-team .howcanhelp-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -49px;
    top: -35px;
    background: url(../images/liine-shape012.png) no-repeat left top 0;
    background-size: auto;
    z-index: 1;
}


.meetour-team .howcanhelp-sec .bd { margin:0; padding: 66px 0; 
    text-align: center; position: relative; z-index:5;  }

.meetour-team .howcanhelp-sec .bd h3 {   margin: 0;padding: 0;font-size: 48px;line-height: 60px;text-align: center;color: #fff; 
    font-family: 'League Spartan'; font-weight: bold;}

.meetour-team .howcanhelp-sec .bd p { margin:0 auto; padding: 22px 0 40px 0; max-width: 68%;font-size: 16px;line-height: 24px;color: #fff;
    font-family: 'Raleway'; font-weight: 400;}

.meetour-team .howcanhelp-sec .bd a.button {   margin: 0;padding: 14px 50px;display: inline-block;font-size: 20px;line-height: 26px;
    color: #3322BA ;background: #fff;
    font-family: 'Raleway'; border-radius: 10px;font-weight: 400;transition: all 0.3s;}

.meetour-team .howcanhelp-sec .bd a.button:hover { color:#000; }

/*meetour-team*/


/*testimonials-sec*/

.testimonials-sec { margin: 0; padding: 86px 0 70px 0; background: #f3f0ff;}

.testimonials-sec h2 { margin: 0;  padding: 0 0 36px 0;font-size: 48px;line-height: 60px;text-align: center;color: #000;
    font-family: 'League Spartan'; font-weight: bold;}

.testimonials-sec .slider-bd { margin: 0; padding: 0; }

.testimonials-sec .slider-bd .item {
    margin: 10px 25px;
    padding: 25px;
    background: #fff;
/*    min-height: 440px;*/
    border-radius: 10px;
    box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.21);
    box-sizing: border-box;
     height:auto; 
}

.testimonials-sec .slider-bd .slick-track {
    height: 100% !important;
     display: flex; 
}

.testimonials-sec .slider-bd .item .top { margin: 0; padding: 0 0 25px 0; display: flex;align-items: center;}

.testimonials-sec .slider-bd .item .top .figure  { margin: 0; padding: 0; width: 70px;height: 70px;border-radius: 50px;overflow: hidden;}

.testimonials-sec .slider-bd .item .top .figure img  { margin: 0; padding: 0; }

.testimonials-sec .slider-bd .item .top .text  { margin: 0; padding: 0; }


.testimonials-sec .slider-bd .item .top .text h4  { margin: 0; padding: 0 0 6px 0; font-size: 24px;line-height: 30px;color: #000;
    font-family: 'Raleway'; font-weight: 600;}

.testimonials-sec .slider-bd .item .top .text p  { margin: 0; padding: 0; font-size: 15px;line-height: 21px;color: #3322BA ;
    font-family: 'Raleway'; }


.testimonials-sec .slider-bd .item p { margin: 0; padding: 0; font-size: 16px;
    line-height: 24px;color: #000;font-weight: 400;
     font-family: 'Raleway'; }






.testimonials-sec .slider-bd .slick-dots {
    bottom: 20px;
    /* display: block; */
    width: 100%;
    padding: 36px 0 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonials-sec .slider-bd .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonials-sec .slider-bd .slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #bb1d1d;
    border: 0;
    outline: 0;
    background: 0 0;
    background: #3322BA ;
    border-radius: 50px;
    border: 1px solid #3322BA;
}

.testimonials-sec .slider-bd .slick-dots li button::before {
    /*! border: 3px solid #4818e6; */
    border-radius: 50%;
    height: 12px;
    width: 12px;
    padding: 0;
    content: "";
    color: #f000;
    opacity: 1;
}

.testimonials-sec .slider-bd .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #bb1d1d;
    border: 0;
    outline: 0;
    background: 0 0;
    background: #0000;
    border-radius: 50px;
    border: 1px solid #3322BA ;
}


/*testimonials-sec-video*/

.testimonials-sec .video-bd {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 1px rgba(0,0,0, 0.5);
    padding: 0;
    margin: 15px 0;
}


.testimonials-sec .video-bd iframe { width:100%; height:100%; }

/*testimonials-sec*/



/*-- faqs-section --*/

.faqs-section { margin:0; padding:86px 0; background:#fff; }


.faqs-section h2 { margin: 0;  padding: 0 0 40px 0;
    font-size: 48px;  line-height: 60px;
    text-align: center;
    color: #000;
    font-family: 'League Spartan';
    font-weight: bold;
}

.faqs-section .faq-bd { margin: 0; padding: 0; }

.faqs-section .faq-bd .faq-row { margin: 0 0 20px 0; padding: 24px 28px 24px 28px; box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.23);border-radius: 10px;}


.faqs-section .faq-bd .faq-row .faq-row-head { margin: 0; padding: 0; }

.faqs-section .faq-bd .faq-row .faq-row-head h5 { margin: 0; padding: 0; position:relative; font-size: 24px;line-height: 36px;
    font-family: 'Raleway'; font-weight: bold;cursor: pointer;}

.faqs-section .faq-bd .faq-row .faq-content { margin: 0; padding: 24px 0 0 0; display: none;}

.faqs-section .faq-bd .faq-row .faq-content p { margin: 0; padding: 0; font-size: 16px;line-height: 24px;color: #000;}



.faqs-section .faq-bd .faq-row .faq-row-head h5::after {
    content: "\f067";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3322BA;
    border-radius: 5px;
    color: #fff;
}

.faqs-section .faq-bd .faq-row .faq-row-head.active h5::after {
    content: "\f068";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}





.faqs-section .readyto-apply { margin: 76px 0 0 0; padding: 0;
 position:relative; background: #3322BA; border-radius: 10px; }

.faqs-section .readyto-apply::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -49px;
    top: -35px;
    background: url(../images/liine-shape012.png) no-repeat left top 0;
    background-size: auto;
    z-index: 1;
}

.faqs-section .readyto-apply::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    background: url(../images/shape0013.png) no-repeat right top -50px;
    background-size: auto;
    z-index: 1;
}

.faqs-section .readyto-apply .bd { margin: 0; padding: 0;
 text-align: center;padding: 67px 0; position: relative; z-index:5; }
.faqs-section .readyto-apply .bd h3 {   margin: 0;padding: 0; 
    font-size: 48px;line-height: 60px;text-align: center;color: #fff; 
    font-family: 'League Spartan'; font-weight: bold;}
.faqs-section .readyto-apply .bd p {   margin: 0 auto;padding: 24px 0 40px 0;max-width: 68%;font-size: 16px;line-height: 24px;color: #fff;
    font-family: 'Raleway'; font-weight: 400;}
.faqs-section .readyto-apply .bd a.button {   margin: 0;padding: 14px 36px; display: inline-block;font-size: 20px;line-height: 26px;
    color: #3322BA ; background: #fff;
    font-family: 'Raleway'; border-radius: 10px;font-weight: 400;transition: all 0.3s; }

.faqs-section .readyto-apply .bd a.button:hover {  color:#000; }

/*-- faqs-section --*/

/*-- footer-copyriight --*/

.footer-copyriight { margin: 0; padding: 20px 0; background:#000000; text-align:center; }

.footer-copyriight p { margin:0; padding: 0; font-family: 'Raleway';
 font-size:16px; line-height:24px; color:#fff; font-weight:400; }




/*-- footer-copyriight --*/




/*thankyou-banner*/

.thankyou-banner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #3322BA;
}
.thankyou-banner::after {
    content: "";
    
    height: 100%;
    width: 100%;
    background: rgb(10,32,35);
    background: linear-gradient(155deg, rgb(10, 32, 35) 0%, rgba(10, 32, 35, 0.35) 100%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.thankyou-banner .bd {
    margin: 0;
    padding: 0;
}

.thankyou-banner .bd .thankyou-img {
    margin: 0;
    padding: 0;
    height: 100vh;
   
}

.thankyou-banner .bd .thankyou-img img {
    width: 100%;
    height:100vh;
    object-fit: cover;
}

.thankyou-banner .bd .thankyou-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}


.thankyou-banner .bd .thankyou-text .container {
    height: 100%;
}

.thankyou-banner .bd .thankyou-text .text-bd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding-top: 120px;
}

.thankyou-banner .bd .thankyou-text h2 {
    margin: 0;
    padding: 0 0 50px 0;
   font-family: 'Raleway';
    font-size: 100px;
     font-weight: 600;
    line-height: 80px;
    color: #fff;


 

}

.thankyou-banner .bd .thankyou-text p {
    margin: 0 auto;
    padding: 40px 0;
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    width: 60%;
    text-align: center;
}

.thankyou-banner .bd .thankyou-text a.btn {
    margin: 0;
    padding: 14px 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color:#3322BA ;
    background: #fff;
    font-family: 'Raleway';
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s;

}


.thankyou-banner .bd .thankyou-text a.btn:hover { color:#000; }

/*thankyou-banner*/


/*calendly-banner*/

.calendly-banner {
    margin: 0;
    padding: 100px 0 60px 0;
    width: 100%;
    position: relative;
    background: #3322BA;
    height: 100%;
}
.calendly-banner::after {
    content: "";
    
    height: 100%;
    width: 100%;
    background: rgb(10,32,35);
    background: linear-gradient(155deg, rgb(10, 32, 35) 0%, rgba(10, 32, 35, 0.35) 100%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.calendly-banner .bd {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    height: 100%;
}

.calendly-banner .bd .thankyou-img {
    margin: 0;
    padding: 0;
    height: 100vh;
   
}

.calendly-banner .bd .thankyou-img img {
    width: 100%;
    height:100vh;
    object-fit: cover;
}

.calendly-banner .bd .thankyou-text {
  margin: 0;
  padding: 0;
    width: 100%;
    height: 100%;
}


.calendly-banner .bd .thankyou-text .container {
    height: 100%;
}

.calendly-banner .bd .thankyou-text .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}


.calendly-banner .bd .thankyou-text .img-bd { width: 100%; padding:0; }

.calendly-banner .bd .thankyou-text .img-bd img { width:100%; height:100% }





.meetour-team .logo-section {margin: 0;padding: 0;}

.meetour-team .logo-section .bd {margin: 0;padding: 35px 0;display: flex;align-items: center;justify-content: center;background: #3322BA;border-radius: 7px;}

.meetour-team .logo-section .bd img { max-width:120px; margin:0 20px; object-fit: contain;}











/*--popup-js--*/
.script-popup-block {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}
.script-popup-block .popup__content {
  width: 616px;
  overflow: auto;
  padding: 48px;
  background: #6e4a4a00;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 10px;
}
.script-popup-block .popup__content .close {
  position: absolute;
  right: 0px;
  top: 42px;
  width: 20px;
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.script-popup-block .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000000;
}
.script-popup-block .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.script-popup-block .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.script-popup-block .open-button {
  background: #099ccc;
  color: #000;
  margin: 30px;
  padding: 5px 30px;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.script-popup-block .open-button a {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}

.script-popup-block .popup-bd { margin:0; padding:20px;
 background:#fff; border-radius:10px; }


/*--popup-js--*/













