
/*============
Template Name: future Ai  Business HTML5 Template
Author: https://www.templatemonster.com/authors/templateland/
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header area css
02.Hero area css
03.About area css
04.What we do css
05.our client say css
06.Cta area css
07.footer area css
08.Home v2 page css
09.content generator v1 page css
10.content generator v2 page css
11.Log in page css
12.Sing up page css
13.contact us page css
====================*/

@font-face {
    font-family: 'firaGO'; /* Name of the font */
    src: url('./../fonts/FiraGO-Medium.woff') format('woff2'), /* Modern browsers */
         url('./../fonts/FiraGO-Medium.woff2') format('woff'),   /* Older browsers */
}











/* ==========
    Base CSS
============ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    /* font-family: test; */
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Space Grotesk', sans-serif;
}
img {
    max-width: 100%;
}
a{
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
.al-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wrapper{
    overflow: hidden;
}
/* switch btn */
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 18px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
  
  input:checked + .slider {
    background-color: #7F56D9;
  }
  
  input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #7F56D9;
            box-shadow: 0 0 1px #7F56D9;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* header area start */
.header-area{
    /* background: #00007E; */
    background: #00006d;
    /* padding: 30px 0; */
}
.main-manu li,.site-btn li {
    display: inline-block;
    padding: 10px 15px;
}

.main-manu li a,.site-btn li a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.main-manu li a::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width:0;
    content: "";
    background:#fff;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.main-manu a:hover::after{
    opacity: 1;
    visibility: visible;
    width: 100%;
}

ul.submanu {
    position: absolute;
    text-align: left;
    top:100px;
    min-width: 200px;
    background-color:#fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
   visibility: hidden;
   border-radius: 6px;
   -webkit-box-shadow: 0 0 5px #f1f1f1;
           box-shadow: 0 0 5px #f1f1f1;
   z-index: 99;
}

ul.submanu li {
    display: block;
    margin: 0;
    padding-right: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}

ul.submanu li:last-child{
    border-bottom: 0;
}

ul.submanu li a {
    display: inline-block;
    color:#000000;
}

ul.submanu li a::after {
    display: none;
}

.main-manu ul li:hover ul.submanu {
    top:90px;
    opacity: 1;
    visibility: visible;
}

a.singup-btn {
    display: block;
    padding: 14px 20px;
    background: #5D5DFF;
    color: #fff;
    border-radius: 8px;
}

a.singup-btn i {
    -webkit-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
            transform: rotate(46deg);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.singup-btn:hover i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
a.singup-btn:hover {
    background: #1f1c1c;
}
.site-btn {
    text-align: right;
}
/* hero area */
.video-container video {
    width: 100%;
}
.hero-top-content h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 60px;
    color: #fff;
}

.hero-btn ul li {
    display: inline-block;
}

.hero-btn a {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: block;
    color: #fff;
}

.hero-btn li:first-child {
    margin-right: 48px;
}

a.learn-more:hover {
    color: #000;
}

a.primary-btn {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    padding: 20px 24px;
    background: #5D5DFF;
    color: #fff;
    border-radius: 8px;
}
a.primary-btn:hover{
    background:#000000;
}

a.primary-btn i {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a.primary-btn:hover i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.hero-content-area {
    position: relative;
    z-index: 1;
}

.hero-top-content {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 25%;
    z-index: 1;
}

.hero-content-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,0,126)),to(rgb(93,93,255)));
    background: -o-linear-gradient(top, rgb(0,0,126) 0%,rgb(93,93,255) 100%);
    background: linear-gradient(to bottom, rgb(0,0,126) 0%,rgb(93,93,255) 100%);
    opacity: .8;
}
/* about area start */
section.about-area {
    padding: 125px 0;
    background: #F5F5F5;
    padding-bottom: 100px;
}

.about-tittle p {
    color: #5D5DFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.about-tittle h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 60px;
}

.single-about-item {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 25px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-icon {
    height: 36px;
    width: 36px;
    font-size: 30px;
    margin-bottom: 32px;
}

.about-content h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    color: #14141D;
    margin-bottom: 16px;
}

.about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.single-about-item:hover {
    -webkit-box-shadow: 0 0 20px #DEDEDE;
            box-shadow: 0 0 20px #DEDEDE;
}
/* what we do area start */
section.what-we-do {
    background: #000000;
    color: #fff;
    padding: 63px 0;
}

.section-tittle span {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #5D5DFF;
    display: block;
    margin-bottom: 40px;
}

.section-tittle h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 32px;
}

.section-tittle p {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    color: #8E8E8E;
    margin-bottom: 0;
}

.section-tittle {
    text-align: center;
    margin-bottom: 100px;
}

.single-wedo-left-item span {
    text-align: right;
    font-size: 20px;
    color: #C7C7C7;
    font-weight: 400;
    line-height: 120%;
    
}
.we-do-left-slider.owl-carousel {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.single-wedo-left-item {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.we-do-left {
    overflow: hidden;
    height: 750px;
}
.we-do-left-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.we-do-right-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.single-wedo-right-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #5D5DFF;
    display: block;
    margin-bottom: 32px;
}

.single-wedo-right-item h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.single-wedo-right-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
    color: #8E8E8E;
}
.we-do-left.bdr {
    border-right: 0.1px solid #1f1c1c;
    width: 85%;
}
/* our client say */
section.what-our-client-say {
    padding-top: 125px;
    margin-bottom: 200px;
}
.single-client-slile-item p {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 72px;
    color: #14141D;
}

.single-client-slile-item h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.single-client-slile-item span {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #999999;
}
.client-slieder .owl-dots {
    margin-top: 30px;
}

.client-slieder .owl-dots div {
    height: 3px;
    width: 37px;
    background-color:#f0e8e8;
    display: inline-block;
    margin: 15px 7px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.client-slieder .owl-dots div.active {
    background-color:#4F4F85;
}
/* cta area start */
section.cta-area {
    padding-top: 80px;
}

.cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 197px;
}

.cta-bg {
    background: #5D5DFF;
    border-radius: 30px;
    padding: 90px 0;
    padding-left: 107px;
}

.cta-right h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    margin-bottom: 40px;
}

.cta-right input {
    display: inline-block;
    padding: 20px 25px;
    background: #A6A6FF;
    border: none;
    outline: none;
    color: #372D2D;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    width: 100%;
}

.cta-right a {
    background: #fff;
    color: #1E1E1E;
    text-decoration: none;
    padding: 18px 15px;
    /* position: absolute; */
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.right-form .primary-btn:hover {
    color: #fff;
}

.right-form {
    position: relative;
    z-index: 1;
}
/* footer area */
.footer-area {
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
}
.banner-part {
    position: relative;
}

section.cta-area {
    position: absolute;
    width: 100%;
    top: -200px;
}

/* home 2 page start */

section.get-quote {
    padding-top: 125px;
    position: relative;
    z-index: 1;
}

.quote-bg {
    background: #5D5DFF;
    padding: 51px;
}

.quote-tittle h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 114%;
    color: #fff;
    margin-bottom: 11px;
}

.quote-tittle p {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    margin-bottom: 0;
}

.quote-tittle {
    margin-bottom: 33px;
    padding-left: 255px;
}

.quote-form {
    width: 970px;
    background: #fff;
    border-radius: 39px;
    padding: 60px 67px;
    margin: 0 auto;
}

.quote-form .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
}

.quote-form label {
    display: block;
    font-size: 22px;
    color: #14183E;
    font-weight: 500;
    margin-bottom: 15px;
}

.quote-form input, .quote-form textarea {
    display: block;
    padding: 15px 28px;
    width: 100%;
    border: none;
    background: #F3F3F3;
    margin-bottom: 33px;
    font-size: 16px;
    font-weight: 400;
    color: #747582;
    line-height: 36px;
    outline:none;
    border: 1px solid transparent;
}
.quote-form input:focus, .quote-form textarea:focus{
    border:1px solid #5D5DFF ;
}

.first-name {
    width: 50%;
}

.last-name {
    width: 50%;
}

.quote-form textarea {
    height: 152px;
}

img.quote-ani-first {
    position: absolute;
    top: 124px;
    right: 163px;
}

img.quote-ani-secound {
    position: absolute;
    top: 125px;
    left: 182px;
}

.quote-form input[type="submit"] {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    padding: 25px 45px;
    background: #5D5DFF;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.quote-form input[type="submit"]:hover {
    background: #000;
}
/* content generator */
.content-generator-area {
    background: #e3dada29;
    padding: 125px 0;
}

.generate-tittle h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 34px;
}

.generate-tittle {
    text-align: center;
}

.generate-main-form {
    width: 1006px;
    margin: 0 auto;
    background: #fff;
    padding: 36px 128px;
    padding-bottom: 86px;
}
.generate-form-wrap input {
    display: block;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 12px;
    outline: none;
    margin-bottom: 37px;
}

.generate-form-wrap label,.generate-form-wrap span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 13px;
}

.keyword-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.keyword-btn a,.unlock-content a {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: #7C7CFE;
    color: #fff;
    text-decoration: none;
    padding: 13px 70px;
    display: block;
}

.unlock-content a{
  text-align: center;
}

.keyword-btn {
    margin-bottom: 34px;
}

.medai-all-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 267px;
}

.media-tittle span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.unlock-content span {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding-top: 36px;
    margin-bottom: 17px;
}
/* content genarator v2 start */
.content-generator-v2 {
    padding: 125px 0;
    background: #e3dada29;
}

.form-tittle {
    text-align: center;
    margin-bottom: 34px;
}

.form-tittle h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.generator-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 65px 55px;
    background: #FFFFFF;
}

.left-generator-tittle h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.single-keyword-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 249px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    padding-left: 0;
}

.single-keyword-part span {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    color: #090A0A;
}

.single-keyword-part input {
    width: 20px;
}

.left-keyword-btn > span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.keyword-all-btn {
    margin: 25px 0;
}

.left-keyword-btn {
    margin-bottom: 10px;
}

.keyword-left-btn a {
    display: block;
    background: #7C7CFE;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.left-generator-part {
    width: 324px;
    border-right: 1px solid #ebebeb;
    padding-right: 28px;
}

p.keryword-btn-tittle {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}
.right-generator-form label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.right-generator-form input {
    display: block;
    border: 1px solid #D9D9D9;
    padding: 14px 90px;
    outline: none;
    border-radius: 8px;
    line-height: normal;
}

.right-generator-form input[type="submit"] {
    width: 381px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    background: #7C7CFE;
    margin-top: 20px;
}
.right-generator-part {
    margin-left: 20px;
}

.right-generator-content {
    border: 2px solid #C0C0C0;
    border-radius: 8px;
    margin-top: 35px;
}

.generator-content-tittle {
    border-bottom: 1px solid #ececec;
}

.generator-content-tittle h4 {
    font-weight: 500;
    line-height: normal;
    padding-left: 20px;
}

.keryword-part-tittle p {
    margin-bottom: 0;
    font-size: 18px;
}

.keryword-part-tittle p span {
    font-size: 26px;
    color: #1f89dc;
    font-weight: 800;
}

.keryword-part-tittle {
    padding: 20px;
}

.single-kerword-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.single-kerword-item {
    border-bottom: 1px solid #c5c5c7;
    padding: 0 20px;
    margin-bottom: 20px;
}

.left-keryword p {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.right-keryword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.right-keryword span {
    font-weight: 500;
}

.right-keryword span sub {
    padding-left: 10px;
    color: #ff484f;
}

.generate-btn {
    padding-left: 20px;
    margin-bottom: 20px;
}

.generate-btn a {
    display: inline-block;
    border: 1px solid #79797b;
    color: #79797b;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 20px;
}
/* log in page start */
section.sing-up-area {
    background: #FCFCFA;
    padding: 80px 0;
    padding-bottom: 32px;
}

.sing-up-form {
    padding: 40px;
    width: 466px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}

.form-tittle h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 48px;
}

.sing-up-form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    display: block;
    margin-bottom: 6px;
}

.sing-up-form input {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    outline: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
            box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.sing-up-form input[type="submit"] {
    padding: 16px 28px;
    background: #000065;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sing-top-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    margin-bottom: 0;
}

.sing-top-text p a {
    color: #5D5DFF;
}

.sing-top-text {
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.sing-bottom-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #344054;
    margin-bottom: 16px;
}

.sing-bottom-item li {
    display: inline-block;
    margin-right: 40px;
}

.sing-bottom-item li a {
    display: block;
    font-size: 48px;
}

.sing-bottom-item li:last-child {
    margin-right: 0;
}

.sing-buttom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 24px;
}

.sing-buttom p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.sing-buttom a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000065;
}

.sing-buttom a svg {
    margin-left: 8px;
}

.sing-up-form input:focus {
    border-color: #000065;
}

.sing-up-form input[type="submit"]:hover {
    background:#1f1c1c;
}
/* contact us start */
.contact-us-area {
    margin: 60px 0;
}
.contact-form input, .contact-form textarea {
    display: block;
    padding: 10px;
    width: 100%;
    outline: none;
    border: 1px solid #ACACAC;
    border-radius: 4px;
    margin-bottom: 31px;
}

.contact-form textarea {
    display: block;
}
.contact-form {
    background: #5D5DFF;
    border-radius: 30px;
    padding: 88px;
}

.contact-form h2 {
    color: #fff;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    margin-bottom: 70px;
}

.contact-form label {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.contact-form form span {
    font-size: 12px;
    display: block;
    opacity: 0.4;
    color: #fff;
    font-weight: 5;
    line-height: normal;
    margin-bottom: 35px;
}

.contact-form input[type="email"] {
    margin-bottom: 10px;
}

.contact-form textarea {
    margin-bottom: 20px;
}

.contact-form input[type="submit"] {
   background: transparent;
   color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    margin-bottom: 0;
}


.logo img {
    width: 50%;

}





.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
    transform: rotate(-180deg);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\F148';
    font-family: 'BOOTSTRAP-ICONS';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #5D5DFF;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke:#5D5DFF;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  

