@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"); :root {
    scroll-behavior: smooth;
}

.margin-hero {
    margin-top:120px!important
}

.margin-hero2 {
    margin-top:0px
}

.fixedscroll-top {
  animation: fadeInAnimation ease 0.55s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

.top-fix {
    margin-top:100px
}


.fixednoscroll {
  animation: fadeOutAnimation ease 0.55s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


.yes-mobile{
	display:none;
}

.no-mobile{
	display:block
}



body {
    font-family: "Space Grotesk", sans-serif;
    background-color: rgb(253, 240, 255);
    letter-spacing: 0.016em;
	height: auto;
	overflow: auto;
}

iframe {
    width: 100%;
    border-radius: 16px;
    margin: 0px auto;
    height: 500px;
    display: block;
    border: 2px solid rgb(0, 148, 104) !important;
}

a {
    font-family: "Space Grotesk", sans-serif;
    color: rgb(93, 63, 204);
    text-decoration: none;
}

a:hover {
    color: rgb(113, 127, 245);
    text-decoration: none;
}

p {
    font-family: "Space Grotesk", sans-serif;
    color: rgb(25 27 48);
    font-weight: 500;
    line-height: 1.28em;
    text-align: left;
}

ol, ul {
    padding-left: 1.2rem!important;
}

li {
    font-family: "Space Grotesk", sans-serif;
    color: rgb(25, 27, 48);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Righteous, cursive;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 400!important;
    color: rgb(25 27 48);
}


h2 {
    font-size: 2.6em;
}

h2 span {
    color: rgb(0, 148, 104);
}

h3 {
    font-size: 2.6em;
}

section {
    padding: 220px 0px 0px;
    overflow: hidden;
}

.content p {
    text-align: left;
    padding: 0px 0px;
}

.section-header {
    text-align: left;
    padding-bottom: 80px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
    color: rgb(93, 63, 204);
    text-transform: uppercase;
}

.section-header p {
    padding: 0px;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 400;
    color: rgb(25, 27, 48);
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

.breadcrumbs {
    padding: 15px 0px;
    background: rgb(1, 41, 112);
    min-height: 40px;
    margin-top: 82px;
    color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px 0px 10px;
    margin: 0px;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgb(136, 148, 246);
    content: "/";
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgb(93, 63, 204);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s ease 0s;
}

.back-to-top i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(103, 118, 244);
    color: rgb(255, 255, 255);
}

.back-to-top.active {
    visibility: visible;

    opacity: 1;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
    }
}

.header {
    transition: all 0.5s ease 0s;
    z-index: 997;
    padding: 20px 0px;
    background: rgb(25, 27, 48);
}

.header.header-scrolled {
    background: rgb(25, 27, 48);
    padding: 15px 0px;
    box-shadow: rgba(1, 41, 112, 0.1) 0px 2px 20px;
}

.header.header-scrolled .navbar li a {
}

.header.header-scrolled .navbar li a.getstarted {
    color: rgb(253, 240, 255) !important;
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 80px;
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(1, 41, 112);
    margin-top: 3px;
    font-family: "Space Grotesk", sans-serif !important;
}

.navbar {
    padding: 0px;
}

.navbar ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px 18px 30px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: rgb(128, 255, 166);
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: inherit;
    padding: 8px 26px;
    margin-left: 30px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    border:1px solid #fff
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: rgb(255, 255, 255);
    background: rgb(93, 63, 204);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: rgb(93, 63, 204);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .megamenu {
    position: static;
}

.navbar .megamenu ul {
    margin-top: 5px;
    right: 0px;
    padding: 10px;
    display: flex;
}

.navbar .megamenu ul li {
    flex: 1 1 0%;
}

.navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
    color: rgb(1, 50, 137);
}

.navbar .megamenu ul li a:hover, .navbar .megamenu ul li .active, .navbar .megamenu ul li .active:hover {
    color: rgb(93, 63, 204);
}

.navbar .dropdown .dropdown ul {
    top: 0px;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0px;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: rgb(1, 41, 112);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: all 0.5s ease 0s;
}

.mobile-nav-toggle.bi-x {
    color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    inset: 0px;
    background:rgb(67 44 160 / 90%);
    transition: all 0.3s ease 0s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    inset: 55px 15px 15px;
    padding: 10px 0px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    transition: all 0.3s ease 0s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: rgb(1, 41, 112);
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: rgb(93, 63, 204);
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: rgb(93, 63, 204);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

section#hero {
    padding: 0px;
}

#hero img.img-fluid {
    height: 80%;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 22px;
}

.portfolio img {
    height: 500px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 22px;
    border: 3px solid rgb(90, 62, 201) !important;
    object-fit: cover;
    width:100%
}


.hero {
    width: 100%;
    height: 100vh;
    /* background: url(../img/hero.jpg) center top / cover no-repeat; */
    background-blend-mode: multiply;
    /* box-shadow: rgba(93, 63, 204, 0.88) 0px 0px 0px 2000px inset; */
    background-color: rgb(25, 27, 48);
}


.hero h1 {
    margin: 0px;
    font-size: 110px;
    font-weight: 400;
    color: rgba(255,255,255,1.00);
    line-height: 0.95em;
}

.hero p {
    margin-top: 30px;
    margin-right:70px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255,255,255,1.00);
    line-height: 1.29em;
}

.hero h1 span {
    
	color: rgba(90,62,201,1.00);
}

.hero h2 {
    color: rgb(68, 68, 68);
    margin: 15px 0px 0px;
    font-size: 26px;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 22px 28px;
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255);
    background: rgba(0,148,104,1.00);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 8px;
    font-size:23px;
}

.hero .btn-get-started:hover {
    background: rgb(93 63 203);
}

.hero .btn-get-started span {
    font-weight: 500;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero .hero-img {
    text-align: right;
}

.hero-img {

	margin:0 auto!important;
}



@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0px 60px;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

    .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }
}

section.elclub {
    padding: 60px 60px 170px 0px;
    margin-top: 190px;
}

section.elclub2 {
    padding: 180px 60px 60px;
    margin-top: 0px;
    background: rgb(93, 63, 204);
}

section.elclub2 .row {
    margin-bottom: 100px;
}


#elclub img.img-fluid {
    height: 100vh;

    text-align: right;
    transition: all 0.3s ease 0s;
    /* border-radius: 22px; */
    /* border: 3px solid rgb(0, 0, 0) !important; */
    object-fit: cover;
    align-items: right;
}


.services .row{
    margin-bottom:30px
}

.services img.img-fluid {
    height: 300px;
    /* text-align: center; */
    transition: all 0.3s ease 0s;
    /* border-radius: 16px; */
    /* border: 3px solid rgb(0, 0, 0) !important; */
    overflow:hidden;
    position: absolute;
    bottom: 0;
    object-fit: cover;
}



.services img.img-fluid:hover  {
    transform: scale(1.3);
    
    transform-origin: center;
}

.elclub {
    background: rgb(253, 240, 255);
}

.elclub h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(1, 41, 112);
}

section.club{
    padding: 0px!important;
}

#elclub{
    padding: 0px;
    height: 100vh;
}

#elclub header {
    margin: 190px 140px 150px 90px;
}

#elclub p {
    margin: 0px;
    line-height: 32px;
    font-size: 26px;
    font-weight: 400;
    color: rgb(25, 27, 48);
    margin: 30px 0 50px 0;
}

.elclub .content h3 {
    text-align: left;
    padding: 0px 100px;
    font-size: 2.2em;
    color: rgb(0, 148, 104);
}

.elclub .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    color: rgb(25, 27, 48);
    background: rgb(93, 63, 204);
    box-shadow: rgba(65, 84, 241, 0.3) 0px 5px 25px;
}

.elclub .btn-read-more span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Space Grotesk", sans-serif !important;
}

.elclub .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}

.elclub .btn-read-more:hover i {
    transform: translateX(5px);
}

.values .box {
    padding: 30px;
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    height: 100%;
}

.values .box img {
    padding: 30px 50px;
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
}

.values .box h3 {
    font-size: 24px;
    color: rgb(1, 41, 112);
    font-weight: 700;
    margin-bottom: 18px;
}

.values .box:hover {
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
}

.values .box:hover img {
    transform: scale(1);
}

.counts {
    padding: 70px 0px 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: rgb(93, 63, 204);
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: rgb(11, 25, 143);
}

.counts .count-box p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif !important;
}

.features .feature-box {
    padding: 24px 20px;
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
    transition: all 0.3s ease 0s;
    height: 100%;
}

.features li {
    margin: 12px 0;
    padding-right: 30px;
    font-weight: 400;
}

.features .feature-box h3 {
    font-size: 18px;
    color: rgb(1, 41, 112);
    font-weight: 700;
    margin: 0px;
}

.features .feature-box i {
    line-height: 0;
    background: rgb(236, 243, 255);
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.features .feature-box:hover i {
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: rgb(1, 41, 112);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: rgb(1, 41, 112);
    padding: 12px 0px;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0px;
}

.features .feture-tabs .nav-link.active {
    color: rgb(93, 63, 204);
    border-bottom: 3px solid rgb(93, 63, 204);
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
    color: rgb(1, 41, 112);
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: rgb(93, 63, 204);
}

.features .feature-icons h3 {
    color: rgb(93 63 204);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 3px;
    text-align: left;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    margin: 0px 0px 25px;
    color: rgb(25, 27, 48);
}

.features .feature-icons .content .icon-box i {
    font-size: 18px;
    line-height: 22px;
    color: rgb(93 63 204);
    margin-right: 15px;
    vertical-align: middle;
    margin-left: 10px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: rgb(132, 132, 132);
}

.services .service-box {
    height: 600px;
    /* padding: 60px 0px; */
    text-align: left;
    transition: all 0.3s ease 0s;
    border-radius: 16px;
    background: rgb(0, 148, 104);
    border: 3px solid rgb(0, 0, 0) !important;
    position: relative;
    overflow: hidden;
}

.services .service-box p {
    color: rgb(253, 240, 255);
    font-size: 18px;
    padding: 20px 36px;
}

.services {
    background: rgb(90, 62, 201) !important;
}

section.services {
    padding: 150px 0px 150px;
    overflow: hidden;
}

.services .service-box:hover > p {
    color: rgb(90, 62, 201) !important;
}

.services .service-box .icon {
    font-size: 60px;
    padding: 60px 30px 0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: all 0.3s ease 0s;
    color: rgb(128, 255, 166) !important;
}

.services .service-box:hover > .icon {
    color: rgb(93, 63, 204) !important;
}

.services .service-box h3 {
    color: rgb(68, 68, 68);
    font-weight: 700;
}

.features .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 20px;
	margin-left:1px;
}

.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}

.services .service-box.blue {
    border-bottom: 3px solid rgb(45, 182, 250);
}

.services .service-box.blue .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.blue .read-more {
    color: rgb(45, 182, 250);
}

.services .service-box.blue:hover {
    background: rgb(128, 255, 166);
}

.services .service-box.orange {
    border-bottom: 3px solid rgb(246, 140, 9);
}

.services .service-box.orange .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.orange .read-more {
    color: rgb(246, 140, 9);
}

.services .service-box.orange:hover {
    background: rgb(128, 255, 166);
}

.services .service-box.green {
    border-bottom: 3px solid rgb(8, 218, 78);
}

.services .service-box.green .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.green .read-more {
    color: rgb(8, 218, 78);
}

.services .service-box.green:hover {
    background: rgb(128, 255, 166);
}

.services .service-box.red {
    border-bottom: 3px solid rgb(233, 34, 44);
}

.services .service-box.red .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.red .read-more {
    color: rgb(233, 34, 44);
}

.services .service-box.red:hover {
    background: rgb(128, 255, 166);
}

.services .service-box.purple {
    border-bottom: 3px solid rgb(181, 14, 223);
}

.services .service-box.purple .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.purple .read-more {
    color: rgb(181, 14, 223);
}

.services .service-box.purple:hover {
    background: rgb(181, 14, 223);
}

.services .service-box.pink {
    border-bottom: 3px solid rgb(245, 31, 156);
}

.services .service-box.pink .icon {
    color: rgb(253, 240, 255);
}

.services .service-box.pink .read-more {
    color: rgb(245, 31, 156);
}

.services .service-box.pink:hover {
    background: rgb(245, 31, 156);
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
    color: rgb(255, 255, 255);
}

.services .service-box:hover .icon {
}

.pricing .box {
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: rgba(1, 41, 112, 0.1) 0px 0px 30px;
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: rgb(68, 68, 68);
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif !important;
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: rgb(186, 186, 186);
    font-size: 16px;
    font-weight: 300;
}

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0px;
    list-style: none;
    color: rgb(68, 68, 68);
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: rgb(204, 204, 204);
    text-decoration: line-through;
}

a.btn-buy {
    display: block;
    padding: 16px 40px;
    border-radius: 12px;
    color: rgb(93, 63, 204);
    font-size: 1.1em;
    margin: 70px auto 0px;
    width: 240px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    border: 2px solid rgb(93, 63, 204);
    font-family: "Space Grotesk", sans-serif !important;
}

a.btn-buy:hover {
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0px 3px;
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
}

.faq .accordion-collapse {
    border: 0px;
}

.faq .accordion-button {
    padding: 15px 15px 20px 0px;
    font-weight: 600;
    border: 0px;
    font-size: 18px;
    color: rgb(68, 68, 68);
    text-align: left;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    background: none;
    color: rgb(93, 63, 204);
    border-bottom: 0px;
}

.faq .accordion-body {
    padding: 0px 0px 25px;
    border: 0px;
}

section.portfolio {
    padding-bottom: 220px;
    padding-top: 80px;
    background: url("../img/pattern.png") center top / cover no-repeat;
    background-blend-mode: multiply;
}

section.portfolio .section-header {
    text-align: center;
    padding-bottom: 40px;
}

.portfolio #portfolio-flters {
    margin: 0px auto 25px;
    list-style: none;
    text-align: left;
    background: inherit;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: rgb(0, 148, 104);
    margin: 0px 4px 8px;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
    border: 2px solid rgb(0, 148, 104);
}

.portfolio #portfolio-flters li.filter-active {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 148, 104);
    background: rgb(0, 148, 104);
}

.portfolio #portfolio-flters li:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 148, 104);
    background: rgb(0, 148, 104);
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0px;
}

.portfolio .portfolio-wrap {
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    border: 3px solid rgb(0, 0, 0);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(128, 255, 166, 0.75);
    position: absolute;
    inset: 30px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
    opacity: 0;
    border-radius: 16px;
}

.portfolio .portfolio-wrap img {
    transition: all 1s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0px;
    text-align: left;
    z-index: 3;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 32px;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 0px solid rgba(1, 41, 112, 0.2);
    border-left: 0px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 0px solid rgba(1, 41, 112, 0.2);
    border-right: 0px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 17px;
    color: rgb(1, 41, 112);
    font-weight: 800;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgb(1, 41, 112);
    font-weight: 600;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: left;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgb(255, 255, 255);
    background: rgb(93, 63, 204);
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: rgb(89, 105, 243);
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    inset: 0px;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid rgb(93, 63, 204);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(93, 63, 204);
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: rgba(1, 41, 112, 0.1) 0px 0px 20px;
    background: rgb(255, 255, 255);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: rgb(255, 193, 7);
    margin: 0px 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid rgb(255, 255, 255);
    margin: 0px auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 5px;
    color: rgb(17, 17, 17);
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin: 0px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0px auto 15px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid rgb(93, 63, 204);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(93, 63, 204);
}

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

.team {
    background: rgb(253, 240, 255);
    padding: 140px 0px;
}

.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
    transition: all 0.3s ease 0s;
    border: 2px solid rgb(0, 0, 0);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .member-img::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.team .member .social a {
    transition: color 0.3s ease 0s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}

.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 30px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgb(1, 41, 112);
}

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgb(170, 170, 170);
}

.team .member .member-info p {
    padding-top: 15px;
}

.team .member:hover {
    transform: scale(1.08);
    box-shadow: rgba(1, 41, 112, 0.1) 0px 0px 30px;
}

.team .member:hover .social {
    right: 8px;
    opacity: 1;
}

.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid rgb(93, 63, 204);
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(93, 63, 204);
}

.recent-blog-posts .post-box {
    box-shadow: rgba(1, 41, 112, 0.08) 0px 0px 30px;
    transition: all 0.3s ease 0s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: all 0.5s ease 0s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: rgb(1, 41, 112);
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: rgb(93, 63, 204);
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

.contact .info-box {
    color: rgb(25, 27, 48);
    background: rgb(0, 148, 104);
    padding: 50px;
    border-radius: 16px;
    border: 2px solid rgb(0, 0, 0);
}

.contact .info-box i {
    font-size: 2em;
    line-height: 0;
    color: rgb(128, 255, 166);
}

.contact .info-box h3 {
    font-size: 1.3em;
    color: rgb(128 255 166);
    font-weight: 700;
    margin: 20px 0px 10px;
}

.contact .info-box p {
    padding: 0px;
    line-height: 24px;
    font-size: 1.3em;
    margin-bottom: 0px;
    color: rgb(253, 240, 255);
}

.contact .php-email-form {
    background: rgb(250, 251, 255);
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: rgb(255, 255, 255);
    background: rgb(237, 60, 13);
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: rgb(255, 255, 255);
    background: rgb(24, 210, 110);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0px 10px -6px 0px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(238, 238, 238) rgb(24, 210, 110) rgb(24, 210, 110);
    border-image: initial;
    animation: 1s linear 0s infinite normal none running animate-loading;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 0px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: rgb(93, 63, 204);
}

.contact .php-email-form input[type="text"], .contact .php-email-form input[type="email"] {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: rgb(93, 63, 204);
    border: 0px;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: rgb(89, 105, 243);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blog {
    padding: 40px 0px 20px;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 20px;
}

.blog .entry .entry-title a {
    color: rgb(1, 41, 112);
    transition: all 0.3s ease 0s;
}

.blog .entry .entry-title a:hover {
    color: rgb(93, 63, 204);
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: rgb(64, 132, 253);
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: rgb(119, 119, 119);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
    padding: 6px 20px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: rgb(89, 105, 243);
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: rgb(250, 250, 250);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0px;
}

.blog .entry .entry-content blockquote p {
    color: rgb(68, 68, 68);
    line-height: 1.6;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: rgb(1, 41, 112);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid rgb(230, 230, 230);
}

.blog .entry .entry-footer i {
    color: rgb(13, 100, 253);
    display: inline;
}

.blog .entry .entry-footer a {
    color: rgb(1, 50, 137);
    transition: all 0.3s ease 0s;
}

.blog .entry .entry-footer a:hover {
    color: rgb(93, 63, 204);
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0px 20px 0px 0px;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0px;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: rgb(108, 117, 125);
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0px;
    color: rgb(1, 41, 112);
}

.blog .blog-author .social-links {
    margin: 0px 10px 10px 0px;
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: rgb(183, 183, 183);
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: rgb(68, 68, 68);
    transition: all 0.3s ease 0s;
}

.blog .blog-comments .comment h5 a:hover {
    color: rgb(93, 63, 204);
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: rgb(1, 41, 112);
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: rgb(1, 60, 163);
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgb(160, 170, 248);
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgb(160, 170, 248);
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0px;
    background-color: rgb(1, 41, 112);
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: rgb(1, 50, 137);
}

.blog .blog-pagination {
    color: rgb(2, 78, 213);
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0px 5px;
    transition: all 0.3s ease 0s;
}

.blog .blog-pagination li a {
    color: rgb(1, 41, 112);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: rgb(93, 63, 204);
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: rgb(255, 255, 255);
}

.blog .sidebar {
    padding: 30px;
    margin: 0px 0px 60px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 15px;
    color: rgb(1, 41, 112);
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0px;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    font-size: 16px;
    padding: 0px 15px;
    margin: -1px;
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 0px 4px 4px 0px;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgb(84, 101, 242);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0px;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: rgb(1, 41, 112);
    transition: all 0.3s ease 0s;
}

.blog .sidebar .categories ul a:hover {
    color: rgb(93, 63, 204);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgb(170, 170, 170);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: rgb(1, 41, 112);
    transition: all 0.3s ease 0s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: rgb(93, 63, 204);
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgb(170, 170, 170);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0px;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: rgb(2, 87, 238);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0px 6px 8px 0px;
    border: 1px solid rgb(215, 230, 255);
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.blog .sidebar .tags ul a:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(93, 63, 204);
    background: rgb(93, 63, 204);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgb(165, 197, 254);
    font-size: 14px;
}

.footer {
    background: url("../img/shape_01.png") right center / contain no-repeat rgb(25, 27, 48);
    padding: 0px 0px 30px;
    font-size: 14px;
    margin-top: 220px;
}

.footer .footer-newsletter {
    padding: 50px 0px;
    background: rgb(246, 249, 255);
    border-top: 1px solid rgb(225, 236, 255);
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0px 0px 10px;
    padding: 0px;
    line-height: 1;
    font-weight: 700;
    color: rgb(1, 41, 112);
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: rgb(255, 255, 255);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid rgb(225, 236, 255);
}

.footer .footer-newsletter form input[type="email"] {
    border: 0px;
    padding: 8px;
    width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    font-size: 16px;
    padding: 0px 30px;
    margin: 3px;
    background: rgb(93, 63, 204);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
    background: rgb(89, 105, 243);
}

.footer .footer-top {
    border-top: 3px solid rgb(0, 148, 104);
    padding: 60px 0px 30px;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
    max-height: 50px;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 40px;
    color: rgb(172, 182, 252);
    font-weight: 400;
}

.footer .footer-top .social-links a {
    font-size: 1em;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
    color: rgb(172, 182, 252);
    line-height: 1.8em;
    transition: all 0.3s ease 0s;
}

.footer .footer-top .social-links i {
    margin-right: 5px;
}

.footer .footer-top .social-links a:hover {
    color: rgb(93, 63, 204);
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(1, 41, 112);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(208, 212, 252);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0px;
}

.footer .footer-top .footer-links ul a {
    color: rgb(1, 50, 137);
    transition: all 0.3s ease 0s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: left;
    color: rgb(93, 63, 204);
    font-size: 0.86em;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb(93, 63, 204);
}



@media (max-width: 1366px) {
  .header {
    padding: 10px 0px!important;
}

.navbar a, .navbar a:focus {
    padding: 10px 0px 10px 40px;
    font-size: 15px;
    font-weight: 500;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 2.2em;
}

.section-header {
    text-align: left;
    padding-bottom: 40px;
}

.section-header p {
    padding: 0px;
    font-size: 1.28em;
    line-height: 1.3em;
}

#elclub p {
    line-height: 28px;
    font-size: 22px;
    margin: 20px 0 50px 0;
}


#elclub {
    padding: 0px;
    height: 120vh!important;
}


#elclub img.img-fluid {
    height: 60vh;
}


.hero h1 {
    font-size: 4.8em;
}

.hero p {
    margin-top: 20px;
    margin-right: 100px;
    font-size: 1.28em;
    line-height: 1.3em;
}

.hero .btn-get-started {
    margin-top: 20px;
}

#elclub header {
    margin: 120px 120px 120px 90px;
}

.services .service-box p {
    font-size: 16px;
    padding: 20px 30px;
}

.services .service-box {
    height: 530px;
}

.services img.img-fluid {
    height: 260px;
}

.services .service-box .icon {
    font-size: 40px;
    padding: 50px 30px 0;
    margin-bottom: 0px;
}

section.portfolio {
    padding-bottom: 100px!important;
    padding-top: 40px;
    height:100vh;
}

.portfolio img {
    height: 400px;
}

section.portfolio .section-header {
    padding-bottom: 20px;
}

section {
    padding: 40px 0px 40px;
    overflow: hidden;
}

section.features {
    padding: 120px 0px 0px;
    overflow: hidden;
}

.contact .info-box {
    padding: 40px;
}

.contact .info-box h3 {
    font-size: 1.15em;
    color: rgb(128 255 166);
    font-weight: 700;
    margin: 20px 0px 10px;
}

.contact .info-box p {
    line-height: 20px;
    font-size: 1.15em;
}

.features .feature-icons h3 {
    font-size: 19px;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 18px;
}

.features li {
    margin: 10px 0;
    padding-right: 20px;
    font-weight: 400;
    font-size:15px
}

}




@media (max-width: 700px){

.hero .hero-img {
    text-align: center;
    margin-top: 22px;
}
	
.header .logo img {
    max-height: 60px;
    margin-right: 6px;
}
	
	
	


    
.yes-mobile{
	display:block;
}

.no-mobile{
	display:none
}
	
.header {
    padding: 18px 14px!important;
}
.mobile-nav-toggle {
    color: rgb(255 255 255);
    font-size: 30px;
} 

    .hero .container{
        padding: 0 40px!important
    }

.hero {
    height: auto;
    padding: 20px 0px 60px!important;
}

#hero img.img-fluid {
    width: 80%;
}

.hero .btn-get-started {
    margin-top: 30px;
	font-size: 17px;
	padding: 16px 34px;
	display:none;
}

.hero h1 {
    margin: 0px;
    font-size: 2.7em;
    line-height: 0.95em;
    text-align:left
}

.hero p {
    margin-top: 14px;
    margin-right: 0;
    font-size: 1em;
    line-height: 1.28em;
}

 .navbar-mobile ul {
    display: block;
    position: absolute;
    inset: 40px 10px 40px;
    padding: 20px 20px 0 20px;
    margin:20px;
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    transition: all 0.3s ease 0s;
    height:306px
}

 .navbar-mobile a, .navbar-mobile a:focus {
    padding: 15px 20px;
    font-size:20px;
    color: rgb(1, 41, 112);
     font-weight:700;
}

.navbar li a.getstarted  {
    background: rgb(0, 148, 104);
    padding: 12px 36px;
    text-align:center;
    margin-left: 0px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    margin:30px auto 0px auto;
    bottom:0;
    width:100%;
    position:relative;
    display:block;
    height:auto
}
    
h3 {
    font-size: 2em;
}

a.btn-buy {
    margin: 40px auto 0px;
} 
    
#elclub header {
    margin: 70px 50px 70px 40px;
}

    h2 {
    font-size: 1.6em;
}

    #elclub p {
    line-height: 24px;
    font-size: 18px;
    margin: 20px 0;
}

.section-header {
    text-align: left;
    padding-bottom: 20px;
} 

.contact .info-box {
    padding: 34px;
    margin-bottom:20px
}

.section-header p {
    padding: 0px;
    font-size: 1.15em;
    line-height: 1.26em;
}
    
section.services {
    padding: 70px 30px;
}

.services .service-box {
    height: 600px;
}

    .services .service-box p {
    font-size: 15px;
    padding: 20px 30px;
}

    .services img.img-fluid {
    height: 400px;
}

section.portfolio {
    padding-bottom: 0px;
    padding-top: 0px;
    height:auto;
    padding: 30px 26px;
}  

section.contact {
    height:auto;
    padding: 30px 26px;
}   

    
section.features {
    height:auto;
    padding: 100px 26px 30px 26px;
}

.features .feature-icons h3 {
    font-size: 19px;
    margin-top:30px
}

.features li {
    margin: 10px 0;
    padding-right: 0px;
    font-weight: 400;
    font-size: 15px;
}

.footer {
    background: url(../img/shape_01.png) 200% / contain no-repeat rgb(25, 27, 48);
    font-size: 16px;
    margin-top: 50px;
}  

    .footer .footer-top {
    padding: 50px 28px 0px 28px;
}

    .footer .copyright {
    text-align: left;
    color: rgb(93, 63, 204);
    font-size: 0.86em;
        padding-left:26px;
        margin-top:30px
}

    .footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 40px;
    color: rgb(172, 182, 252);
    font-weight: 400;
}
.footer .footer-top .footer-info {
    margin-bottom: 0px;
}
	
	.footer .footer-top .social-links a {
    font-size: 0.9em;
}
    
}



















