*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.52;
    font-family: "Gilroy Regular";
    color: #161c2d;
    background-color: #fff;
    overflow-x: hidden;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.cl-1,
.cl-2,
.cl-3,
.cl-4,
.cl-5,
.cl-6,
.cl-7,
.cl-8,
.cl-9,
.cl-10,
.cl-11,
.cl-12,
.cl-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.cl-lg-1,
.cl-lg-2,
.cl-lg-3,
.cl-lg-4,
.cl-lg-5,
.cl-lg-6,
.cl-lg-7,
.cl-lg-8,
.cl-lg-9,
.cl-lg-10,
.cl-lg-11,
.cl-lg-12,
.cl-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
}


.cl-md-1,
.cl-md-2,
.cl-md-3,
.cl-md-4,
.cl-md-5,
.cl-md-6,
.cl-md-7,
.cl-md-8,
.cl-md-9,
.cl-md-10,
.cl-md-11,
.cl-md-12,
.cl-md-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.cl-1 {
    width: 8.33333%;
}
.cl-2 {
    width: 16.66666%;
}
.cl-3 {
    width: 25%;
}
.cl-4 {
    width: 33.33333%;
}
.cl-5 {
    width: 41.66666%;
}
.cl-6 {
    width: 50%;
}
.cl-7 {
    width: 58.33333%;
}
.cl-8 {
    width: 66.66666%;
}
.cl-9 {
    width: 75%;
}
.cl-10 {
    width: 83.33333%;
}
.cl-11 {
    width: 91.66666%;
}
.cl-12 {
    width: 100%;
}
.cl-20 {
    width: 20%;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-col {
    flex-direction: column;
}
.align-i-center {
    align-items: center;
}
.align-c-center {
    align-content: center;
}
.align-i-end {
    align-items: flex-end;
}
.align-c-end {
    align-content: flex-end;
}
.align-c-stretch {
    align-content: stretch;
}
.justify-i-center {
    justify-items: center;
}
.justify-c-center {
    justify-content: center;
}
.justify-c-between {
    justify-content: space-between;
}
.justify-c-end {
    justify-content: flex-end;
}
.justify-c-start {
    justify-content: flex-start;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.m-auto {
    margin: 0 auto;
}
.pr {
    position: relative;
}
p {
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul[class*='list-inline'] li {
    display: inline-block;
}
ul li,
ol li {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #223344;
}
.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}
a,
a:visited,
a:hover {
    text-decoration: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}

.flex-column {
    flex-direction: column !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.mt-4-5{
    margin-top: 4.5rem !important;
}

.mt-3-5{
    margin-top: 3.5rem !important;
}

.m0{
    margin: 0 !important;
}

.mb-100{
    margin-bottom: 100px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.secondary {
    color: #ff4d00;
}
.text-medium {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
}
.title-bold {
    font-weight: 700;
}
.img100 {
    max-width: 100%;
    height: auto;
}
.w-100 {
    width: 100% !important;
}

.ms-auto {
    margin-left: auto !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-row {
    flex-direction: row !important;
}

.bg-soft {
    background: #f4f7fa;
}

.bg-purple{
    background: #473BF0;
}

.bg-red{
    background: #FF7171;
}

.bg-dark{
    background: #161C2D;
}

/* Header */

header {
    padding: 30px 0;
    z-index: 25;
}

.offcanvas-nav .offcanvas-body {
    flex-grow: 0;
}

.navbar-brand h2{
font-family: 'Gilroy Bold';
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mobile-header {
    display: none;
}

.menu-sidebar-area {
    position: fixed;
    right: -100%;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #473bf0;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}
.mobile-dropdown ul {
    flex-direction: column;
}

.mobile-dropdown ul li {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

header .navigation li a {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    transition: all 0.3s;
    text-transform: uppercase;
}

.mobile-dropdown {
    margin-top: 40px;
}

#menu_sidebar_close_btn img{
    max-width: 24px;
}

.menu-sidebar-area .menu-sidebar-wrapper {
    position: relative;
    padding: 30px 20px;
}

.menu-sidebar-area.active {
    right: 0;
}

.navbar .navbar-nav .nav-link {
    color: #161c2d;
}

.nav-link {
    display: block;
    padding: 1.6rem 1.6rem;
    font-size: 1.125rem;
    color: #161c2d;
    font-family: "Gilroy Bold";
}

.offcanvas-body {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .navbar-collapse {
    align-items: center;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    white-space: nowrap;
}

.header-btn .navbar-nav {
    gap: 20px;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 15rem;
    border-right: 0 solid transparent;
    transform: translateX(-100%);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: #cacbcf;
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    box-shadow: none;
    transition: transform 0.3s ease-in-out;
}

button.hamburger {
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0 0 0 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #473bf0;
    transition: all 0.2s ease-in-out;
}

button.hamburger span,
button.hamburger:before {
    margin: 0 0 0.25rem;
}

button.hamburger span,
button.hamburger:after,
button.hamburger:before {
    width: 1.2rem;
    height: 0.15rem;
    transition: all 0.2s ease-in-out;
    background: currentColor;
    border-radius: 2rem;
}
button.hamburger:after,
button.hamburger:before {
    content: "";
}

header ul > li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-family: "Gilroy Bold";
}

header ul > li > a {
    color: #161c2d;
}

.header-btn {
    gap: 20px;
}

.header-btn a {
    display: inline-block;
    font-family: "Gilroy Bold";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: 12px 40px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
}

.login-btn {
    background: transparent;
    border-color: #473bf0;
    color: #473bf0;
}

.login-btn:hover {
    background: #473bf0;
    border-color: #473bf0;
    color: #fff;
}

.register-btn {
    background: #473bf0;
    border-color: #473bf0;
    color: #fff;
}

.register-btn:hover {
    background: transparent;
    border-color: #473bf0;
    color: #473bf0;
}

/* Header */

/* Hero */

.hero {
    position: relative;
    padding-top: 3.5rem;
    z-index: 15;
}

.hero h1 {
    font-size: 3rem;
    font-family: "Gilroy Bold";
    color: #161c2d;
}

.hero p {
    margin-top: 1.25rem;
}

.hero h1 .color-purple {
    color: #473bf0;
    position: relative;
}

.color-purple::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center bottom 0;
    background-image: url(../img/line.svg);
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #473bf0;
    padding: 12px 20px;
    transition: all 0.4s ease-out 0s;
    font-family: "Gilroy Bold";
    border-radius: 8px;
    color: #fff;
    gap: 28px;
    margin-top: 2.5rem;
}

.hero-img {
    margin-top: 3.75rem;
}

.hero-img img{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

/* Hero */

/* Services */

.our-services {
    padding: 6.25rem 0;
}

.our-services span {
    font-family: "Gilroy Bold";
    font-size: 1.25rem;
    color: #473bf0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.our-services h2 {
    font-family: "Gilroy Bold";
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.services-box {
    padding: 42px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    cursor: default;
    color: #fff;
    height: 100%;
}

.services-box img{
    margin-bottom: 1.75rem;
}

.services-box p{
    opacity: 0.63;
}

.services-box h4{
    color: #fff;
    font-family: "Gilroy Bold";
    margin-bottom: 1rem;
}


/* Services */

/* About Us */

.about-us span{
    font-family: "Gilroy Bold";
    font-size: 1.25rem;
    color: #473bf0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.about-us h2 {
    font-family: "Gilroy Bold";
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.about-us .content p {
    max-width: 575px;
    margin: 0 auto;
}

/* About Us */

/* Pricing Plans */
.pricing-plans {
    padding: 6.25rem 0;
}

.pricing-plans h2 {
    font-family: "Gilroy Bold";
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.25rem;
}

.pricing-plans .content p {
    max-width: 575px;
    margin: 0 auto;
    color: #fff;
}

.pricing-box {
    padding: 36px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
    cursor: default;
    height: 100%;
}

.pricing-box span.sub-title{
    font-family: "Gilroy Bold";
    font-size: 1rem;
    color: #473bf0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.pricing-box .price{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
}

.pricing-box .prices {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: 0 0;
    font-weight: 500;
    position: relative;
    height: 2.3rem;
}

.pricing-box .price-currency {
    display: inline-block;
    font-size: 2rem;
    font-family: "Gilroy Bold";
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
}

.pricing-box .prices .price-value {
    font-size: 3.5rem;
    font-family: "Gilroy Bold";
}

.pricing-box  .price-duration {
    font-size: 1.125rem;
    font-family: "Gilroy Regular";
    color: #161C2D;
    margin-top: auto;
    margin-bottom: 0.25rem;
}

.pricing-box .price-duration:before {
    content: "/";
    padding: 0;
    padding-right: 5px;
}

.icon-list-check {
    padding-left: 0;
    padding-top: 3.5rem;
    list-style: none;
}



.icon-list-check li {
    position: relative;
    padding-bottom: 0.75rem;
}

.icon-list-check li span{
    padding-left: 0.75rem;
}

.pricing-box .bg-purple-soft{
background: rgba(71, 59, 240, 0.08);
color: #473BF0;
}


/* Pricing Plans */


/* Contact Us */

.contact-us{
    padding-bottom: 100px;
}

.contact-us span{
    font-family: "Gilroy Bold";
    font-size: 1.25rem;
    color: #473bf0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.contact-us h2 {
    font-family: "Gilroy Bold";
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.contact-us .content p {
    max-width: 575px;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 1rem;
    font-family: "Gilroy Regular";
    font-size: 1rem;
    line-height: 1.7;
    color: #161C2D;
    margin-bottom: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid #E7E9ED;
    border-radius: 0.4rem;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-btn{
    display: inline-block;
    font-family: "Gilroy Bold";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid;
    padding: 12px 40px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
    background: #473bf0;
    border-color: #473bf0;
    color: #fff;
}

.form-btn:hover{
    background: transparent;
    border-color: #473bf0;
    color: #473bf0;
}

/* Contact Us */


/* Footer */

.footer{
    padding: 6.25rem 0;
    margin-top: 0;
}

.footer h2{
    color: #fff;
}

.footer hr{
    margin: 1.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    border-color: #7f7f7f;
}

.footer p{
    color: #fff;
    opacity: 0.65;
}

.footer ul li{
    margin-left: 1.25rem;
}

.footer a{
    color: #fff;
    opacity: 0.65;
}
/* Footer */


/* Blog List */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    justify-content: center;
    gap: 8px;
}

.breadcrumb-item a{
    font-size: 1.125rem;
    color: #161C2D;
}

.breadcrumb-item.active a{
    color: #473BF0;
    font-family: "Gilroy Bold";
}

.blog-meta{
    margin-bottom: 5rem;
}

.blog-meta .post-img {
    height: 350px;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2rem;
}

.blog-meta .post-img .date {
    line-height: 38px;
    font-size: 16px;
    padding: 0 18px;
    text-transform: uppercase;
    background: #fff;
    color: #19352d;
    border-radius: 2rem;
    max-height: 38px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.blog-meta .post-data {
    padding: 20px;
}

.blog-meta .post-data .blog-title{
    font-family: "Gilroy Bold";
}
.blog-meta .post-data .hero-btn{
    border: 1px solid #473bf0;
    margin-top: 1.25rem;
}

.blog-meta .post-data .hero-btn:hover{
    background: transparent;
    color: #473bf0;
}

.blog-details{
    margin-top: 3.75rem;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6{
    font-family: "Gilroy Bold";
    margin-bottom: 1.25rem;
}

.blog-details p{
    margin-bottom: 1.25rem;
}

.rounded-5{
    border-radius: 2rem;
}

.blog-details img{
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}

.see-all{
    border: 1px solid #473BF0;
    background: transparent;
    color: #473BF0;
    margin-top: 0;
}

.see-all:hover{
    background: #473BF0;
    color: #fff;
}
