@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-heavyuploaded_file';
    src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-lightuploaded_file';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-mediumuploaded_file';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-regularuploaded_file';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'gilroy-regularuploaded_file' !important;
}
h1 {
    color: #4f215e;
    margin: 0;
    font-family: 'gilroyextrabold';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
}
h2{
    font-size: 25px;
    font-family: 'gilroyextrabold';
    margin-bottom: 15px;
    color: #272727;
}
a{
    transition: .4s;
}
a:hover{
    color: #4b6273;
}
.section{
    padding: 80px 0;
}
.front-head {
    text-align: center;
    background: #4b6273;
    padding: 18px 0;
}
.front-head p {
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.header {
    padding: 30px 0;
}
.container {
    max-width: 1250px !important;
    margin: 0 auto;
}
.navigation {
    display: flex;
    align-items: center;
}
.navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-left: auto;
}
.navigation li a {
    text-decoration: none;
    margin: 0 50px 0 0;
    text-transform: capitalize;
    color: #4f215e;
    font-weight: bold;
    font-family: 'gilroyextrabold';
    transition: .4s;
}
.navigation li a:hover{
    color: #4b6273;
}
.anchor {
    text-decoration: none;
    background-color: #4f215e;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    display: block;
    transition: .4s;
    position: relative;
    border: 0;
}
.anchor span{
    z-index: 1;
    position: relative;
}
.anchor:before{
    content: '';
    background: #4b6273;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: .4s;
    border-radius: 5px;
}
.anchor:hover {
    text-decoration: none;
    color: #fff;
}
.anchor:hover:before{
    width: 100%;
}
.banner__section {
    padding: 70px 0 ;
}
.banner__cont {
    width: 100%;
    padding: 0 8% 0 18%;
}
.banner__text p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    color: #272727;
}
.banner__img img {
    width: 100%;
    height: auto;
}
.text-button {
    display: inline-block;
}
.call-section {
    background-color: #4f205e;
    padding: 160px 0 80px 0;
    margin-top: -160px;
}
.call-section p{
    color: #fff;
}
.call-text h1 {
    text-align: center;
}
.inner-text h1{
    color: #272727;
}
.call-section .call-text h1{
    color: #fff;
}
.call-text p {
    text-align: center;
    margin: 25px 0;
}
.call-button {
    display: flex;
    justify-content: center;
}
.call-button img {
    width: 140px;
}
.call-button a {    
    margin: 1px 1px 1px 2px;
    display: block;
}
@media (max-width: 900px) {
    .swiper-button-prev, .swiper-button-next {
        display: none
    }
}
.footer__section {
    padding: 40px 0;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}
.footer-nav li a {
    color: #4f205e;
    font-weight: bold;
    transition: .4s;
}
.footer-nav li a:hover{
	text-decoration: none;
    color: #4b6273;
}
.copyright p {
    margin: 0;
     color: #4f205e;
}
.app__section {
    padding: 210px 0;
    background: url(../images/green-bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
}
.app-img img {
    width: 100%;
}
.app-text {
    padding: 109px;
}
.inner-text {
    padding: 30px 0 0 0;
}
.inner-text h6 {
    color: #4f205e;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
.call-section-1 {
    padding: 80px 0;
}
.call-section-1 h1 {
	color: #4f205e;
}
.call-section-1 p{
	 color: #272727;
}
.blog__section {
    padding: 210px 0;
    background: url(../images/purple-bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.blog-img img {
    width: 100%;
    border-radius: 10px;
}
.blog-text {
    padding: 25px 25px 40px;
    background: #fff;
    border-radius: 10px;
}
.blog__cont {
    border-radius: 10px;
    border: 0;
    background: #fff;
}
.blog-img {
    border-radius: 10px;
}
.section-heading {
    margin-bottom: 70px;
}
.section-heading h1{
    color: #fff;
}
.section-heading p{
    color: #fff;
}
.blog-text h3 {
    margin: 0;
}
.blog-text p {
    margin-bottom: 20px;
    padding: 0;
}
.form-img {
    width: 100%;
}
.form-img img{
    width: 100%;
}
.form__section {
}
.form__cont {
    padding: 70px 50px;
    background: #f2fafa;
    border-radius: 40px;
    /*box-shadow: 0 0 15px #ccc;*/
}
.form__section .section-heading {
    margin: 0 0 40px 0;
}
.form__section h1 {
    color: #272727;
}
.lets__talk label{
    font-size: 20px;
    font-family: 'gilroy-mediumuploaded_file';
    margin-bottom: 10px;
    color: #272727;
    width: 100%;
}
.lets__talk input.field {
    border: solid 1px #dbdada;
    border-radius: 10px;
    padding: 10px 15px;
    width: 88%;
}
.lets__talk textarea.field {
    border: solid 1px #dbdada;
    border-radius: 10px;
    padding: 10px 15px;
    width: 88%;
    height: 150px;
    resize: none;
}
.form__section p {
    color: #272727;
    font-size: 14px;
}
.link-box {
    margin-left: -43px;
}
.lets__talk .form-group {
    margin-bottom: 2.75rem;
}
.form-img img {
    width: 100%;
}
.main-box {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
}
.l-img {
    display: flex;
    margin-bottom: 30px;
}
.l-img img{
    height: 20px;
    width: auto;
}
.location-box p {
    margin-left: 10px;
    color: #272727;
    font-weight: bold;
}
.location-box p a {
    color: #272727;
    font-weight: bold;
    transition: .4s;
}
.location-box p a:hover {
    color: #4f205e;
    text-decoration: none;
}
.e-img {
    display: flex;
}
.email-box p {
    margin-left: 10px;
    color: #272727;
    font-weight: bold;
}
.link-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.link-box li a {
    margin: 0 36px 0 0;
}
.tab__section {
   padding: 150px 0;
}
.tab__upper {
    background: #f2fafa;
    padding: 160px 0 115px 0;
    border: 0;
    border-radius: 40px;
    margin-top: -30px;
}
.tab-img {
    border: solid 3px #4f205e;
    border-radius: 40px;
}
.tab-img img {
    width: 100%;
    border-radius: 37px;
}
.showcase__img {
    width: 100%;
    border: solid 5px #4f205e;
    border-radius: 40px;
}
.showcase {
    padding: 210px 0 170px 0;
    background: url(../images/green-bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
}
.showcase__img img {
    width: 100%;
    height: auto;
    border-radius: 35px;
}
.showcase__inner.js-showcase {
    padding-left: 20.5rem;
}
.showcase__inner .swiper-container{
    padding-bottom: 150px;
}
.showcase__inner .swiper-pagination-bullets{
    left: 0;
    text-align: left;
}
.showcase__inner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 100%;
    background: #cbcbcb;
    opacity: 1;
}
.showcase__inner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4f205e;
}
.showcase .section-heading h1, .showcase .section-heading p{
    color: #272727;
}
.showcase__upper {
    display: flex;
    justify-content: space-between;
}
.showcase__upper .square-nav{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    margin-top: 33px;
    z-index: 1;
}
.showcase__upper .square-nav .swiper-button-next, .showcase__upper .square-nav .swiper-button-prev {
    position: static;
    width: 39px;
    height: 30px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-image: url("../images/arrow.png");
    background-size: contain;
}
.showcase__upper .square-nav .swiper-button-prev{
    transform: rotate(180deg);
    margin-right: 20px;
}
.showcase__upper .square-nav .swiper-button-next:focus, .showcase__upper .square-nav .swiper-button-prev:focus {
    outline: none;
}
.showcase__img.type__video a{
    position: relative;
    display: block;
}
.showcase__img.type__video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/video.png") no-repeat;
    width: 94px;
    height: 94px;
    background-size: contain;
    z-index: 2;
}
.showcase__img.type__video a:after {
    content: '';
    background: rgba(0, 0, 0, 0.5294117647058824);
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 0;
    border-radius: 35px;
}
.tab-text {
    padding-right: 4rem;
}
.tab-text h1{
    color: #272727;
}
.tabs__cont .nav-tabs {
    border-bottom: 0;
    background: #fff;
    border: 0;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px #ccc;
}
.tabs__cont .nav-tabs .nav-item {
    margin-bottom: 0;
}
.tabs__cont .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: .75rem 3.5rem;
    color: #552b62;
    font-size: 24px;
    font-family: 'gilroy-mediumuploaded_file';
}
.tabs__cont .nav-tabs .nav-item.show .nav-link, .tabs__cont .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 33px;
    border: 0;
    background: #ec87ba;
    color: #fff;
}
.testimonial__section {
    padding: 80px 0;
}
.inner__cont {
    display: flex;
    align-items: baseline;
    padding: 35px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    transition: .3s;
}
.testimonial__section .swiper-container{
    overflow: hidden;
    padding: 30px 0;
}
.testimonial__section .swiper-slide.swiper-slide-active .inner__cont{
    padding: 50px 50px;
    margin-top: -18px;
}
.testimonial__section h1{
    /*margin-bottom: 60px;*/
}
.testimonial__section .text-center p{
    margin-bottom: 2rem;
}
.fa-star:before {
    content: "\f005";
    color: #ffc107;
}
.cont-text span {
    color: #4f215e;
    font-weight: bold;
}
.cont-text p {
    margin: 10px 0;
}
.cont-text {
    margin: 0 0 0 17px;
}
.toggle-menu {
    display: none;
    position: absolute;
    width: 2em;
    height: 2em;
    padding: 0.25em 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
    right: 20px;
    top: 110px;
}
.toggle-menu a {
    position: relative;
    display: block;
    width: 2em;
    height: 2em;
}
.toggle-menu a span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#000 ;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.toggle-menu a span:nth-child(1) {
    top: 0.375em;
}
.toggle-menu a span:nth-child(3), .toggle-menu a span:nth-child(2) {
    top: 1em;
}
.toggle-menu a span:nth-child(4) {
    top: 1.625em;
    width: 70%;
}
.toggle-menu a:hover span:nth-child(4) {
    width: 100%;
}
.toggle-menu.open{
    top: 8px;
    position: fixed;
}
.toggle-menu.open a span {
    background: #fff;
}
.toggle-menu.open a span:nth-child(4) {
    width: 0%;
}
.toggle-menu.open a:hover span:nth-child(4) {
    width: 0%;
}
.toggle-menu.open span:nth-child(1) {
    top: em(16);
    width: 0%;
    left: 50%;
}
.toggle-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}
.toggle-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.toggle-menu.open span:nth-child(4) {
    top: em(16);
    width: 0;
    left: 50%;
}
