/* BOF WebFonts */

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/SpaceMono-Regular.eot');
    src: url('../fonts/SpaceMono-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SpaceMono-Regular.woff2') format('woff2'), url('../fonts/SpaceMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.eot');
    src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.eot');
    src: url('WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.eot');
    src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.eot');
    src: url('../fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_WorkSans-ExtraBold';
	src: url('fonts/WorkSans-ExtraBold.eot');
	src: local('☺'), url('fonts/WorkSans-ExtraBold.woff') format('woff'), url('fonts/WorkSans-ExtraBold.ttf') format('truetype'), url('fonts/WorkSans-ExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'jetbrains_monoregular';
    src: url('../fonts/jetbrainsmono-regular-webfont.woff2') format('woff2'),
         url('../fonts/jetbrainsmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jetbrains_monobold';
    src: url('../fonts/jetbrainsmono-bold-webfont.woff2') format('woff2'),
         url('../fonts/jetbrainsmono-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jetbrains_monoextrabold';
    src: url('../fonts/jetbrainsmono-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/jetbrainsmono-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* BOF WebFonts */

body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans';
}

a:hover,
a:focus {
    text-decoration: none;
}


/* BOF Preloader CSS */

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background-image: url('../img/logo-icon.svg'); */
    background-repeat: no-repeat;
    background-color: #ff0849;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    width: 60px;
}

.element {
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1);
    }
    /* 50% {
    transform: scale(.3);
  } */
    100% {
        transform: scale(1.2);
    }
}


/* EOF Preloader CSS */


/* BOF Header */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: all ease 1s
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 0 20px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 1585px;
    padding: 0 15px;
}

.logo,
.nav-toggle {
    display: inline-flex;
}

.logo img.logo {
    width: 170px;
}

.toggle-btn-wrapper {
    display: flex;
    width: 100%;
    min-height: 20px;
    cursor: pointer;
}
.menu-toggle-btn {
    font-family: 'jetbrains_monobold';
    font-size: 22px;
    text-transform: lowercase;
}
.toggle-btn {
    position: relative;
    width: 40px;
    height: 2px;
    background: #000;
    top: 10px;
}
.menu-dot {
    width: 20px;
    height: 16px;
    background: #ee204e;
    display: inline-block;
    position: relative;
    top: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #ff0849;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 3;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    opacity: 0;
    pointer-events: none;
}

.main-menu.menu-on {
    right: 0;
    opacity: 1;
    pointer-events: all;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    list-style-type: none;
    text-align: center;
}

.main-menu ul li a {
    color: #fff;
    font-family: 'jetbrains_monobold';
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    transition: all ease 1s;
}

.main-menu ul li a:hover {
    text-decoration: none;
    color: #543b9b;
    padding-right: 10px;
}

.main-menu ul li a::after {
    position: absolute;
    content: ".";
    color: #543b9b;
    opacity: 0;
    transition: all ease 1s;
}

.main-menu ul li a:hover::after {
    position: absolute;
    content: ".";
    opacity: 1;
}

.menu-close-wrapper {
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
    top: 40px;
}

.menu-close {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    cursor: pointer;
}
.menu-close img {
    width: 100%;
}
/* EOF Header CSS */

/* BOF Banner CSS */
.banner-wrapper {
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner-head {
    font-weight: 600;
    color: #3b2c7e;
    font-size: 150px;
    letter-spacing: -4px;
    text-align: left;
    margin: 0 0 -70px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.dot-times {
    font-size: 22px;
    display: inline-block;
    padding: 0 0 0 25px;
    position: relative;
    bottom: 37px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: lowercase;
    margin: 0;
    height: 30px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.dot-times::before {
    position: absolute;
    content: "";
    left: 0;
    width: 20px;
    height: 20px;
    background: #3b2c7e;
    top: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner-discripption {
    background: #ff0849;
    max-width: 51%;
    color: #fff;
    padding: 90px 20px 40px 20px;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 0 33%;
    position: relative;
    line-height: 40px;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
}
/* .banner-discripption::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 1px;
    background: #fff;
    left: 150px;
} */
.banner-discripption p {
    font-family: 'jetbrains_monoregular';
}
/* EOF Banner CSS */

/* BOF Home Quotes CSS */
.quote-wrapper {
    background: #543b9b;
    color: #fff;
    text-align: center;    
    padding: 60px 0;
}
.quote-head {
    margin: 0 0 30px;
    color: #ffe000;
    font-weight: 700;
    font-size: 66px;
}
.quote p {
    font-family: 'jetbrains_monoregular';
    font-size: 17px;
    margin: 0 auto;
    max-width: 55%;
    line-height: 27px;
}
/* EOF Home Quotes CSS */

/* BOF Home About Are CSS */
.home-about-wrapper {
    text-align: center;
}
.home-about-head-wrapper {
    margin: 200px 0 400px;
}
.home-about-small-head {
    font-family: 'jetbrains_monoregular';
    font-size: 40px;
}
.home-about-head {
    font-family: 'Conv_WorkSans-ExtraBold';
    font-weight: 900;
    font-size: 120px;
    color: #543b9b;
    line-height: 100px;
    margin: 20px 0 0;
    position: relative;
}
.home-about-head::after {
    position: absolute;
    content: "";
    left: 15%;
    top: 60px;
    width: 70%;
    height: 75px;
    background: #ffe000;
    z-index: -1;
}
.home-about-head-wrapper p {
    font-size: 20px;
    font-weight: 300;
    max-width: 70%;
    margin: 80px auto 0;
    color: #543b9b;
}


/* EOF Home About Are CSS */

/* BOF Home Works CSS */
.home-works-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 0 100px;
}
.home-works-single {
    width: 33%;
    margin: 0 50px 0 0;
    text-align: left;
}
.home-works-single img {
    width: 100%;
}
.home-works-single p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #543b9b;
    margin: 20px 0 15px;
}
.works-title {
    color: #ff0849;
    font-family: 'Conv_WorkSans-ExtraBold';
    margin: 50px 0 0;
    font-weight: 900;
    font-size: 150px;
    display: inline-flex;
    flex-direction: column;
    line-height: 140px;
    text-align: left;
    position: relative;
    left: -90px;
    width: 280px;
    text-transform: uppercase;
    pointer-events: none;
}
.home-works-wrapper:nth-child(odd) .works-title {
    left: 117px;
}

.view-more-wrapper {
    text-align: center;
}
.view-more-bth {
    font-weight: 600;
    color: #543b9b;
    border: 2px solid #543b9b;
    display: inline-block;
    padding: 20px 40px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.view-more-bth:hover {
    background: #543b9b;
    color: #fff;
    border: 2px solid #543b9b;
}
/* EOF Home Works CSS */

/* BOF Home Clients */
.home-clients-wrapper {
    margin: 100px 0;
}
.home-clients-head {
    margin: 14px 0 20px;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #543b9b;
}
.home-clients-head span {
    position: relative;
    padding: 0 10px;
}
.home-clients-head span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    background: #ffe000;
    height: 30px;
    width: 100%;
    z-index: -1;
}
ul.clints-page-list.home-clients-list {
    margin: 0 0 30px;
}
/* EOF Home Clients */

/* BOF Home Contact Us */
.home-contactus-head {
    font-size: 70px;
    color: #fff;
}
.home-contactus-head span {
    position: relative;
    padding: 0 10px;
    z-index: 2;
}
.home-contactus-head span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    background: #ff0849;
    height: 30px;
    width: 100%;
    z-index: -1;
}
.home-contactus-discription {
    font-size: 26px;
    font-weight: 400;
}
.home-contact-content {
    margin: 50px 0 60px;
}
.home-contact-content-head {
    font-weight: 700;
    font-size: 60px;
    color: #3b2c7e;
}
.home-contact-content-head span {
    font-family: 'jetbrains_monobold';
}
.home-contact-content p {
    font-size: 20px;
    max-width: 40%;
    font-weight: 500;
    margin: 0;
}
p.home-contact-links {
    margin: 25px 0;
}
.home-contact-links a {
    color: #333;
}
.home-contact-links a:hover {
    color: #543b9b;
}
.contact-social-media {
    margin: 85px 0 0 70px;
}
.contact-social-media .footer-social-icons a {
    color: #ff0849;
    font-size: 50px;
    margin: 0 50px 0 0;
}
/* EOF Home Contact Us */



/* BOF Home Contact Us */
.home-contact-us {
    padding: 100px 0;
}

.home-contact-img {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-contact-img img {
    width: 100%;
    max-width: 70%;
}

.home-contact-head {
    font-family: 'Work Sans';
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
}

.home-contact-head span.us {
    position: relative;
    font-family: 'Monday Vacation Italic Script';
    font-style: italic;
}

.home-contact-head span.us::after {
    background: url(../img/home-contact-bg.svg) no-repeat;
    position: absolute;
    content: "";
    left: -16px;
    top: 10px;
    width: 150px;
    height: 50px;
    z-index: -1;
}

.home-contact-head-wrapper p {
    font-size: 16px;
    margin: 0;
}

.home-address-head {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 20px;
}

.on-off-line {
    position: relative;
    font-family: 'Monday Vacation Italic Script';
    font-style: italic;
    font-size: 30px;
    margin: 0 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.on-off-line::after {
    background: url(../img/home-contact-bg.svg) no-repeat;
    position: absolute;
    content: "";
    left: -6px;
    top: 3px;
    width: 100px;
    height: 30px;
    z-index: -1;
}

.home-contact-address-single {
    position: relative;
    padding: 10px 0 0 70px;
}

.home-contact-address-single::before {
    position: absolute;
    content: "";
    left: 30px;
    width: 2px;
    height: 95%;
    background: #000;
}

.home-contact-address-icon {
    background: #000;
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
}

.home-contact-address-icon img {
    width: 100%;
}

.home-contact-address-head {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.home-contact-address-single p {
    font-size: 16px;
    max-width: 100%;
    display: inline-block;
    font-weight: 300;
    margin: 0;
}

.mail-number-single {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px;
}

.main-number-icon {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    margin: 0 10px 0 0;
}

.main-number-icon img {
    width: 100%;
}

.mail-number-single a {
    font-family: 'Work Sans';
    font-size: 18px;
    color: #543b9b;
    margin: 0 5px 0 0;
    transition: all ease .5s;
}

.mail-number-single a:hover {
    color: #ff0849;
}


/* EOF Home Contact Us */


/* BOF Footer CSS */

footer {
    background: #000;
    padding: 50px 0;
    position: relative;
}

.to-top-wrapper {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5%;
    top: 40px;
    z-index: 9;
}

.to-top-wrapper a {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all ease 1s;
}

.to-top {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-bottom: 8px solid #ff0849;
    top: 7px;
    transition: all ease 1s;
}

.to-top-wrapper a:hover {
    border-color: #ff0849;
}

.to-top-wrapper a:hover .to-top {
    border-color: 8px solid #fff;
}

.copyright {
    color: #fff;
    font-size: 16px;
    margin: 6px 0 0;
}
.copyright a {
    color: #ddd;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}
.copyright a:hover {
    color: #ff0849;
}

.footer-linnks-icon-wrapper {
    display: flex;
    align-items: center;
}

.footer-social-icons {
    margin: 0 20px 0 0;
}

.footer-social-icons a {
    color: #fff;
    font-size: 22px;
    margin: 0 6px;
    transition: ease 1s;
}

.footer-social-icons a:hover {
    color: #ff0849;
}

.footer-menu a {
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0;
    transition: all ease 1s;
}

.footer-menu a:hover {
    text-decoration: none;
    color: #ff0849;
}


/* EOF Footer CSS */


/* BOF Clients Page CSS */

.clients-head-wrapper {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.clients-head-red {
    /* background: url(../img/clients-yellow-bg.svg) no-repeat center center;
    font-family: 'Monday Vacation Italic Script'; */
    font-size: 60px;
    padding: 30px 0px;
    line-height: 0px;
    font-weight: 600;
    color: #ff0849;
    margin: 0 0 5px;
}
.light-italic {
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: italic;
    color: #ee204e;
    font-size: 70px;
}

.clients-head {
    margin: -14px 0 0;
    font-weight: 700;
    font-size: 70px;
    color: #543b9b;
}
.porfolio-head {
    font-size: 90px;
    font-weight: 600;
}

.clients-head-wrapper p {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 18px;
    color: #543b9b;
    margin: 10px 0 0;
    text-align: center;
}

ul.clints-page-list {
    margin: 0 0 15em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.clints-page-list li {
    display: inline-flex;
    width: 25%;
    list-style: none;
    padding: 2.5em;
    align-items: center;
    justify-content: center;
}

ul.clints-page-list img {
    width: 100%;
    filter: grayscale(100%);
    transition: all ease 1s;
    -webkit-filter: grayscale(100%);
}

ul.clints-page-list img:hover {
    filter: grayscale(0);
}

.inner-bottom-border {
    background: url(../img/inner-page-bottom-border.svg) no-repeat top center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-self: center;
    text-align: center;
}

.inner-bottom-border p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
}


/* EOF Clients Page CSS */


/* BOF Portfolio Page CSS */

.portfolio.img-wrapper,
.portfolio-head-wrapper {
    min-height: 810px;
}

.portfolio-head-wrapper {
    align-items: flex-start;
}

.portfolio-head-wrapper .clients-head-yellow {
    padding-left: 0;
}

.portfolio-head-wrapper.clients-head-wrapper p {
    font-size: 19px;
    color: #543b9b;
    text-align: left;
}

.portfolio.img-wrapper {
    text-align: center;
}

.portfolio.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15%;
}

.portfolio.img-wrapper img {
    max-width: 100%;
}

.go-to-portfolio-btn {
    background: #543b9b;
    color: #fff;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 24px;
    padding: 5px 10px;
    margin: 30px 0 0;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}

.go-to-portfolio-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #df1d43;
}


/* EOF Portfolio Page CSS */


/* BOF Error Page */

.clients-head-wrapper.error-page-wrapper {
    min-height: 810px;
}

.error-page-wrapper .clients-head-yellow {
    font-size: 7em;
}

.error-page-wrapper .ten-tada-head.clients-head {
    text-transform: none;
    margin: -20px 0 20px;
}

.error-page-wrapper p {
    font-size: 22px;
}

.error-footer {
    text-align: center;
    margin: 6em 0 0em;
}

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-wrapper img {
    width: 100%;
}

.small-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-logo img {
    width: 80px;
    margin: 0 0 10px;
}

.error-footer p {
    font-size: 20px;
    margin: 3px 0 10px;
}

.error-footer a {
    color: #000;
}

.error-footer a:hover {
    color: #ffd91d;
}


/* EOF Error Page */


/* BOF About Page Page */

.about-header {
    min-height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about-head {
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 70px;
    color: #543b9b;
    text-align: center;
    padding: 0 20px;
}
.about-head .light-italic {
    font-size: 70px;
}

.about-head-italic {
    font-family: 'Monday Vacation Italic Script';
    font-size: 70px;
    font-weight: 500;
}

.about-header p {
    max-width: 50%;
    text-align: center;
    color: #543b9b;
    font-size: 18px;
}

.about-details-wrapper {
    background: url(../img/about-bg.jpg) no-repeat center center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.about-details {
    color: #fff;
    max-width: 60%;
    margin: 15em auto;
    position: relative;
}
.about-details:before {
    position: absolute;
    content: "";
    background: rgba(84, 59, 155, 0.3);
    width: 70%;
    height: 100%;
    min-height: 550px;
    z-index: 0;
    left: -40px;
    top: -50px;
}
.about-details::after {
    position: absolute;
    content: "";
    background: rgba(238, 32, 78, 0.3);
    width: 150px;
    height: 150px;
    z-index: 0;
    right: 190px;
    bottom: -130px;
}


.abbout-details-head {
    margin: 0;
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    position: relative;
}

.about-yellow-bg {
    position: relative;
}


.awesome-team {
    color: #ff0849;
    font-size: 70px;
    font-weight: 700;
    margin: 10px 0 20px;
    position: relative;
    max-width: 70%;
    line-height: 70px
}
.about-details p {
    font-size: 15px;
    line-height: 23px;
    position: relative;
    max-width: 58%;
    font-weight: 300;
}
.xs-para {
    display: none;
}

.team-wrapper {
    margin: 15em 0 0;
}


.team-head {
    text-align: center;
    font-weight: 700;
    font-size: 70px;
    margin: 0 0 1em;
    color: #543b9b;
}
.team-head .light-italic {
    font-size: 70px;
}

.team-list-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-list-wrapper li {
    list-style-type: none;
    width: 31.333%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1% 4%;
    border: 1px solid #e5e5e5;
}

.team-list-wrapper li:nth-child(1) {
    margin-left: 2%;
}

.team-list-wrapper li:nth-child(2) {
    margin-right: 2%;
}

.team-list-wrapper li img {
    width: 100%;
}

.team-list-wrapper li h4 {
    font-weight: 600;
    font-size: 28px;
    margin: 20px 0 20px;
    position: relative;
}

.team-list-wrapper li:nth-child(1) h4::after,
.team-list-wrapper li:nth-child(2) h4::after {
    position: absolute;
    content: ".";
    bottom: -20px;
    left: 43%;
}

.inner-border-none {
    background: no-repeat;
    min-height: 300px;
}


/* EOF About Page Page */


/* BOF Contact Page Page */

.contact-page-wrapper {
    width: 100%;
    margin: 10em auto;
}

.contact-page-img {
    margin: 0 0 3em;
    min-height: 250px;
}

.contact-page-img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: inherit;
}

.contact-page-head {
    font-weight: 600;
    font-size: 100px;
    text-align: center;
}

.hello {
    position: relative;
    text-align: center;
    font-size: 100px;
    padding: 30px 0px 0;
    line-height: 0px;
    font-weight: 600;
    color: #ff0849;
    display: block;
    margin: 15px 0 130px;
}

/* .hello::after {
    position: absolute;
    content: "";
    left: 30%;
    bottom: 5px;
    background: url(../img/screen-yellow.svg) no-repeat center center;
    width: 40%;
    height: 100%;
    z-index: -1;
} */

.contact-paragraph {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 10px 0 30px;
}

.address-head {
    font-weight: 700;
    text-align: center;
    margin-top: 70px;
}


.contact-page-address {
    max-width: 40%;
    margin: 0 auto;
}

.contact-page-address .home-contact-address-icon {
    width: 50px;
    height: 50px;
    padding: 7px;
}

.contact-page-address .home-contact-address-single::before {
    left: 25px;
}

.contact-page-address .home-contact-address-single {
    position: relative;
    padding: 2px 0 0 50px;
}

.contact-page-address .home-contact-address-head {
    font-size: 24px;
}

.contact-page-address .home-contact-address-head,
.contact-page-address .home-contact-address-single p {
    font-weight: 400;
}

.contact-page-address .main-number-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
}

.contact-page-address .mail-number-wrapper {
    padding: 10px 0 0 10px;
}

.contact-page-address .home-contact-address-single p,
.contact-page-address .mail-number-single a {
    font-size: 19px;
    line-height: 22px;
}

.contact-form-wrapper {
    margin: 0 0 6em;
}

.contact-form-wrapper .screen {
    font-size: 110px;
}

.contact-form-wrapper .screen::after {
    width: 140px;
    height: 70px;
    bottom: 40px;
    left: -20px;
}

.contact-form-wrapper .team-head {
    margin-bottom: 40px;
}

.form-control {
    border: 1px solid #000;
    min-height: 44px;
    border-radius: 14px;
    max-height: 120px;
}

.form-control:focus {
    border-color: #716c6c;
    box-shadow: none;
    outline: none;
}

.form-name {
    font-weight: 400;
    font-size: 20px;
}

.submit-btn {
    background: #553e98;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    padding: 6px 30px 8px;
    border-radius: 20px;
    transition: all ease 1s
}

.submit-btn.focus,
.submit-btn:focus,
.submit-btn:hover {
    background: #ee204e;
    color: #fff;
    outline: none;
}


/* EOF Contact Page Page */

/* BOF Social Media CSS */
.social-wrapper  {
    position: fixed;
    right: 0;
    z-index: 1;
    bottom: 140px;
    color: #ff0849;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.social-wrapper h4 {
    font-weight: 400;
}
.social-wrapper a:hover {
    color: #ff0849;
}
.fixed-top-wrapper {
    position: fixed;
    right: 0;
    z-index: 1;
    bottom: 100px;
    left: 50px;
    right: inherit;
    font-size: 18px;
}
.fixed-top-wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fixed-top-wrapper .color-grey {
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: relative;
    left: -2px;
}
.fixed-top-wrapper img {
    width: 32px;
    margin: 0 0 25px;
}
/* EOF Social Media CSS */

/* BOF Colors */
.color-grey {
    color: #cecece;
}
.color-blue {
    color: #543b9b;
}
.color-red {
    color: #ff0849;
}
/* EOF Colors */

.morecontent span {
    display: none;
}
.morelink {
    display: block;    font-size: 12px;
    color: #543b9b;
    margin: 10px 0 0;
    font-weight: 500;
    padding: 3px 0 0;
    text-transform: uppercase;
    position: relative;
}
.morelink:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    border-top: 1px dashed #543b9b;
}


.banner-down-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-down-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0 0;
}
.banner-down-icon a {
    position: relative;
    height: 60px;
    width: 1px;
    background: #fff;
    -webkit-animation:downIcon 2s ease-in-out infinite;
        animation:downIcon 2s ease-in-out infinite;
}
@keyframes downIcon {
    0% { bottom: 0;}
    25% { bottom: 15px; }
    50% { bottom: 0px; }
    75% { bottom: 15px;}
    100% { bottom: 0px;}
}
.banner-down-icon img {
    width: 30px;
}