/* --------------------------------------------------------

-----------------------------------------------------------*/

/*
01. Default Style
02. Menu
03. Home Page
04. Inner Page Banner
05. About Page
06. Service Page
07. Hire Expert Page
08. Portfolio Page
09. Blog Page
10. Career/Contact Page
11. Hire us section
12. Footer
13. Media Query
14. Preloader
*/

/************01. Default Style***********/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #465064;
    font-weight: 700;
}
p {
    font-size: 16px;
}
:focus {
    outline: 0;
}
.lead {
    font-weight: 300;
}
.tiny-title {
    position: relative;
    width: fit-content;
}
.tiny-title:before {
    content: "";
    position: absolute;
    top: 11px;
    right: -20px;
    height: 3px;
    width: 15px;
    background: #f0af19;
}
p.tiny-title:after {
    content: "";
    background: url(../images/sec-title.png) no-repeat;
    height: 280px;
    width: 280px;
    position: absolute;
    top: -75px;
    left: -75px;
    z-index: -1;
}
.btn--primary,
.btn--secondary {
    border: none;
}
.btn--primary {
    background: -webkit-linear-gradient(135deg, #f0af19 0, #f0af19 100%);
    background: -moz-linear-gradient(135deg, #f0af19 0, #f0af19 100%);
    background: -ms-linear-gradient(135deg, #f0af19 0, #f0af19 100%);
    background: -o-linear-gradient(135deg, #f0af19 0, #f0af19 100%);
    background: linear-gradient(135deg, #f0af19 0, #f0af19 100%);
    box-shadow: 0 10px 20px #eee;
    margin: 1.5rem 0;
}
.btn--primary:hover {
    background: -webkit-linear-gradient(135deg, #f5c65b 0, #f5c65b 100%);
    background: -moz-linear-gradient(135deg, #f5c65b 0, #f5c65b 100%);
    background: -ms-linear-gradient(135deg, #f5c65b 0, #f5c65b 100%);
    background: -o-linear-gradient(135deg, #f5c65b 0, #f5c65b 100%);
    background: linear-gradient(135deg, #f5c65b 0, #f5c65b 100%);
}
.btn--secondary {
    background: #f0af19;
}
.mt-10 {
    margin-top: 10rem;
}
.mt-6 {
    margin-top: 6rem;
}
.mb-80 {
    margin-bottom: 80px;
}

/************02. menu************/
.menu {
    opacity: 0;
    transform: scale(0);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background: linear-gradient(135deg, #202125, #464953);
    transition: 0.25s all;
    overflow-y: auto;
}

body.menu-opened {
    overflow: hidden;
}
.w_logo {
    width: 200px;
}
.menu.menu-show {
    transition: 0.25s all;
    opacity: 1;
    transform: scale(1);
}
#menu1 {
    padding-top: 1.3rem;
}
.fixed-top .mob_logo img{width:80px;}
.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: -webkit-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -moz-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -o-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: linear-gradient(45deg, #071590 0, #ff003c 100%); */
    background: #0d137a;
    z-index: 99;
}
.menu-horizontal li a {
    color: #fff !important;
    opacity: 1 !important;
}
nav .active {
    background-color: #333;
    color: #fff;
}
i.fas.fa-bars {
    font-size: 2rem;
}

/************03. home page************/
.banner-content {
    margin-top: 70px;
    margin-bottom: 70px;
}
/*start porject sec*/
.project-thumb.hover-element > a {
    height: 0;
    padding-top: 100%;
}
.our_service .slick-next {
    top: -35px;
    right: 59px;
}
.our_service .slick-prev {
    top: -35px;
    right: 110px;
    left: unset;
}
/*end project sec*/
/*start timeline sec*/
.timeline {
    position: relative;
    padding: 3rem;
    margin-right: 3rem;
}
.timeline h3 {
    margin-bottom: 0;
}
.timeline:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #465064;
    display: block;
    position: absolute;
    left: -0.3125rem;
    border-radius: 50%;
    top: 0;
}
[data-step].timeline:after {
    color: #fff;
    border: double 3px transparent;
    background-image: linear-gradient(transparent, transparent), radial-gradient(circle at top left, #fdb713, #fdb713);
    background-origin: border-box;
    background-clip: content-box, border-box;
    content: attr(data-step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    left: -1.5rem;
    border-radius: 3rem;
    font-weight: 500;
    position: absolute;
    top: 2.8125rem;
}
.timeline:nth-child(odd) {
    border-left: 3px solid #465064;
    border-bottom: 3px solid #465064;
    margin-right: 2rem;
    border-bottom-left-radius: 2rem;
    padding-right: 0;
}
.timeline:nth-child(even) {
    text-align: right;
}
.timeline:nth-child(even) {
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 3px solid #465064;
    border-right: 3px solid #465064;
    border-bottom: 3px solid #465064;
    margin-top: -3px;
    padding-left: 0;
    margin-left: 2rem;
    margin-right: 0;
    text-align: right;
}
.timeline:nth-child(even):after {
    right: -1.3125rem;
    left: unset;
}
.timeline:nth-child(even):before {
    display: none;
}
.timeline:last-child {
    margin-right: 2rem;
    border-top: 3px solid #465064;
    border-top-left-radius: 2rem;
    margin-top: -3px;
    border-bottom: 0;
    border-bottom-left-radius: unset;
}
.timeline:last-child:before {
    bottom: 0;
    top: unset;
}
/*end timeline sec*/
/*start about sec*/
.plant-img {
    margin-top: -15rem;
}
.right-sec-content h4 {
    font-weight: 300;
}
.about-content {
    position: relative;
}
.about-box {
    box-shadow: 0 5px 15px #c3c1d6;
}
.about-content:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 1030px;
    background: url(../images/dashline-bg.png) no-repeat center;
    background-position: right top;
    z-index: -1;
}
.about-box:before {
    content: url(../images/plant-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30%;
    left: -400px;
}
/*end about sec*/
/*start technologies sec*/
.tech .col-md-2 a {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.tech-icon {
    max-width: 100px;
    margin: 0;
}
.cms-tech .card-2 .card__body,
.cms-tech .card-2 .card__bottom,
.cms-tech .card-2 .card__top {
    border: none;
    background-color: #fff;
}
.mt-60 {
    margin-top: 60px;
}
.mtn-60 {
    margin-top: -60px;
}
.cms-tech .card.card-2 {
    border-radius: 10px;
    overflow: hidden;
}
.cms-tech .card__top {
    padding: 1.85714286em;
    padding-bottom: 0;
}
.cms-tech .card {
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px #c3c1d6;
}
.tech-container {
    position: relative;
    width: 750px;
    margin: auto;
}
.industries img,
.technologies img {
   
}
.technologies .c-1,
.technologies .c-2,
.technologies .c-3 {
    border: 1px solid #eee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.technologies .c-1 {
    height: 0;
    width: 75%;
    padding-top: 75%;
    margin: auto;
    position: relative;
}
.technologies .c-2 {
    width: 70%;
    height: 0;
    padding-top: 70%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.technologies .c-3 {
    position: absolute;
    height: 0;
    width: 60%;
    padding-top: 60%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.technologies .c-icon {
    height: 100px;
    width: 100px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px 7px #eee;
    -moz-box-shadow: 0 0 15px 7px #eee;
    box-shadow: 0 0 15px 7px #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}
.technologies .c-icon-small {
    height: 80px;
    width: 80px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px 7px #eee;
    -moz-box-shadow: 0 0 15px 7px #eee;
    box-shadow: 0 0 15px 7px #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}
.technologies-round .c-1 {
    width: 70%;
    padding-top: 70%;
}
.technologies-round .c-1,
.technologies-round .c-2,
.technologies-round .c-3 {
    border-radius: 50%;
}
.c-icon:first-child {
    position: absolute;
    top: -91%;
    left: -93%;
}
.c-icon:nth-child(2) {
    position: absolute;
    top: -91%;
    right: -90%;
}
.c-icon:nth-child(3) {
    position: absolute;
    bottom: -55%;
    right: -90%;
}
.c-icon:nth-child(4) {
    position: absolute;
    bottom: -87%;
    left: -93%;
}
.c-icon:nth-child(5) {
    position: absolute;
    top: 0;
    left: -93%;
}
.technologies-round .c-icon:first-child {
    position: absolute;
    top: -6%;
    left: -4%;
}
.technologies-round .c-icon:nth-child(2) {
    position: absolute;
    top: 0;
    left: 145%;
}
.technologies-round .c-icon:nth-child(3) {
    position: absolute;
    top: 100%;
    left: 90%;
}
.technologies-round .c-icon:nth-child(4) {
    position: absolute;
    top: 50%;
    left: -75%;
}
.technologies-round .c-icon:nth-child(5) {
    position: absolute;
    top: -87%;
    left: 50%;
}
.c-icon-small:nth-child(6) {
    position: absolute;
    top: -50%;
    left: -11%;
}
.c-icon-small:nth-child(7) {
    position: absolute;
    bottom: -51%;
    left: 0;
}
.c-icon-small:nth-child(8) {
    position: absolute;
    top: -27%;
    right: -51%;
}
.c-icon-small:nth-child(9) {
    position: absolute;
    top: 60%;
    right: -87%;
}
.c-icon-small:nth-child(10) {
    position: absolute;
    top: 18%;
    left: -17%;
}
.c-icon-small:nth-child(11) {
    position: absolute;
    bottom: 15%;
    right: -17%;
}
/*end technologies sec*/
/*start counter sec*/
.project-count-section h2,
.project-count-section h4 {
    color: #fff;
}
.counter-bg {
    background: url(../images/subscribe-bg.jpg) no-repeat;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.customer,
.design,
.employees,
.order {
    margin: 1rem auto;
    text-align: center;
}
.counter-count {
    font-size: 40px;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.customer-p,
.design-p,
.employee-p,
.order-p {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}
/*end counter sec*/
/*start testimonial sec*/
.single-item .slick-slide {
    color: #fff !important;
    border-radius: 10px;
}
.single-item .slick-slide .lead {
    color: #465064;
}
.single-item {
    margin: auto;
}
.center-item .slick-slide {
    margin-bottom: 1rem;
}
.center-item .slick-track {
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.center-item img {
    opacity: 1;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    display: block;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 50%;
}
.center-item .slick-current img {
    width: 170px;
    height: 170px;
    border: 2px solid #234254;
    padding: 10px;
}
.center-item .slick-current {
    position: relative;
}
.slick-current .img-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 1;
    width: 150px;
    height: 3px;
    background: #e20346;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slick-track:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 119px;
    background: #091271;
}
.testi-info {
    text-align: center;
    padding: 0;
    position: relative;
    top: 20px;
    opacity: 0;
    visibility: hidden;
}
.center-item .slick-current .img-nav {
    padding: 20px 30px;
    position: relative;
}
.center-item .slick-current .testi-info {
    opacity: 1;
    visibility: visible;
}
/*end testimonial sec*/
/*start video testimonial sec*/
.video-thumb {
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    top: -50px;
}
.video-thumb:before {
    content: "";
    background: -webkit-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -moz-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -o-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: linear-gradient(45deg, #071590 0, #ff003c 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
}
.play-button {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background: #f3f6fb;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.blocks {
    margin-top: 5rem;
}
.video-testimonial-section .icon-block .icon-bg-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#fdb713 ), color-stop(99%, #fdb713 ));
    background-image: linear-gradient(90deg, #fdb713  0, #fdb713  99%);
    box-shadow: 0 16px 32px 0 rgba(31, 19, 135, 0.28);
    -webkit-box-shadow: 0 16px 32px 0 rgba(31, 19, 135, 0.28);
    -moz-box-shadow: 0 16px 32px 0 rgba(31, 19, 135, 0.28);
    -o-box-shadow: 0 16px 32px 0 rgba(31, 19, 135, 0.28);
    padding: 1.5rem;
    border-radius: 5px;
}
.video-testimonial-section .icon-block i {
    background: -webkit-linear-gradient(#fdb713 , #fdb713 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 35px;
}
.video-testimonial-section .icon-block .icon {
    color: #fff;
    background: #f3f6fb;
    border-radius: 5px;
    display: inline-block;
    height: 83px;
    width: 83px;
    font-size: 26px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.video-testimonial-section .icon-block .icon::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 111px;
    width: 105px;
    background: url(../images/icon-bg.png);
    background-size: 105px 111px;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.video-testimonial-section .blocks h3 {
    font-size: 1.5rem;
}
.play-button img {
    margin-left: 5px;
}
.side-img img {
    position: relative;
}
/*end video testimonial sec*/
/*start industry sec*/
.industries-section .hover-element__reveal {
    display: flex;
    align-items: flex-end;
}
#service-lazy .slick-slide,
.lazy .slick-slide {
    border: 1px solid transparent;
    border-top-right-radius: 65px;
    overflow: hidden;
    margin: 1rem;
}
.slick-next,
.slick-prev {
    background: #fdb713 !important;
    width: 40px !important;
    height: 40px !important;
}
.lazy .slick-next,
.lazy .slick-prev {
    top: unset !important;
    bottom: 0;
}
#service-lazy .slick-next,
#service-lazy .slick-prev {
    top: unset !important;
    bottom: 55px;
}
#service-lazy .slick-prev,
.lazy .slick-prev {
    left: -110px !important;
}
#service-lazy .slick-next,
.lazy .slick-next {
    left: -70px !important;
    margin: 0 1rem !important;
}
/*end industry sec*/
/*start blog sec*/
.blog-block {
    align-items: center;
}
.blog-img {
    border-radius: 20px;
    overflow: hidden;
    float: left;
    width: 50%;
}
.blog-content {
    position: relative;
}
.blog-content:before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    background: #465064;
}
.blog-block.flex-column {
    margin-bottom: 50px;
}
.blog-block.flex-column .blog-content {
    width: calc(100% - 50px);
    position: relative;
    margin-top: -50px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 3rem;
}
/*end blog sec*/

/************04. inner page banner************/
.hero-inner {
    position: relative;
    background: -webkit-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: -moz-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: -o-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: linear-gradient(135deg, #071590 0, #ff003c 100%);
}
.hero-inner:before {
    position: absolute;
    bottom: 0;
    content: "";
    background: url(../images/hero-2-overlay.png) no-repeat;
    height: 250px;
    width: 100%;
    margin: auto;
    background-position: center 100%;
    background-size: cover;
}
.banner-inner-content {
    margin: 75px 0;
}

/************05. About Page************/
/*start about sec*/
.about-section {
    position: relative;
}
.abt-img {
    position: sticky;
    text-align: right;
    top: 110px;
}
.
.about-section .video-thumb {
    left: unset;
    top: unset;
}
.v-text {
    writing-mode: vertical-lr;
    font-size: 6rem;
    opacity: 0.5;
    margin-top: 6rem;
    margin-left: -4.7rem;
    z-index: -1;
    position: relative;
}
/*end about sec*/
/*start business expert sec*/
.collaboration-img .img-1 {
    position: absolute;
    left: -75px;
    top: 300px;
    width: 100px;
    z-index: 1;
}
.collaboration-img .img-2 {
    right: 0;
    width: 28%;
    top: 45%;
    position: absolute;
    z-index: 1;
}
.collaboration-img .img-3 {
    width: 15%;
    right: 80px;
    top: 45%;
    position: absolute;
    z-index: 0;
}
.business-expert {
    position: relative;
}
.business-expert:before {
    content: "";
    position: absolute;
    top: -60%;
    right: 0;
    width: 100%;
    min-height: 1030px;
    background: url(../images/portfolio-bg.png) no-repeat center;
    background-position: right top;
    z-index: -2;
}
li.icon-list {
    border: 1px solid transparent;
}
li.icon-list.active,
li.icon-list:hover {
    background: #f3f6fb;
    box-shadow: 0 0 10px rgba(111, 54, 255, 0.2);
    border-color: rgba(111, 54, 255, 0.2);
}
.business-expert .tabs li {
    padding: 15px;
    background: #fff;
}
.tabs-content {
    color: #fff;
    position: relative;
    background: url(../images/tab-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.tabs-content:before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, #071590 0, #ff003c 100%);
    height: 100%;
    opacity: 0.75;
}
.tabs-content h3,
.tabs-content p {
    color: #fff;
}
.tab__content {
    padding: 50px;
}
.icon-list {
    box-shadow: 0 10px 15px rgba(111, 54, 255, 0.2);
    margin-left: 1rem;
}
.tab__title i {
    background: linear-gradient(135deg, #071590 0, #ff003c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.tabs > li {
    opacity: 1 !important;
}
.tabs,
.tabs.tabs--spaced {
    margin-bottom: 0;
}
/*end business expert sec*/
/*start testimonial sec*/
#about .testimonial-section:before {
    content: none !important;
}
.quote-icon {
    width: 75px;
}
/*end testimonial sec*/
/*start counter sec*/
.about-project .counter-count {
    font-size: 30px;
    color: #465064 !important;
}
.about-project .customer-p,
.about-project .design-p,
.about-project .employee-p,
.about-project .order-p {
    color: #465064;
}
.projects i {
    background: -webkit-linear-gradient(#201388,#e20346);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*end counter sec*/

/************06. Service Page************/
/*start service sec*/
.service-section {
    position: relative;
}
.service-section:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 1030px;
    background: url(../images/portfolio-bg.png) no-repeat center;
    background-position: right top;
    z-index: -1;
    top: 45%;
}
.light-text {
    position: absolute;
    font-size: 150px !important;
    opacity: 0.07;
    left: 250px;
    line-height: 1 !important;
    font-weight: 700 !important;
}
.border-before {
    color: #10266b;
    border-right: 2px solid;
    height: 120px;
}
.border-box {
    box-shadow: 0 5px 15px #c3c1d6;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    background: #fff;
}
.sec-c {
    margin-top: 10rem;
}
.first-c {
    margin-top: 18rem;
}
.left-img {
    position: absolute;
    z-index: 1;
    right: 90px;
}
.bg-box {
    position: absolute;
    background: #361180;
    top: 35%;
    left: -100px;
    padding: 5rem;
    z-index: 1;
}
.play-icon {
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 1rem;
    font-size: 60px;
}
.more-a,
.more-a i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.more-a:hover {
    padding-left: 5px;
    text-decoration: none;
}
.more-a:hover i {
    margin-left: 5px;
}
/*end service sec*/
/*start feature sec*/
.feature {
    margin-bottom: unset !important;
}
.feature .feature-block {
    box-shadow: 0 5px 15px #c3c1d6;
    padding: 4rem;
    background: #fff;
}
.icon-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 0 7px 2px #f3f3f3;
    box-shadow: 0 0 7px 2px #f3f3f3;
    z-index: 1;
}
.icon-box i {
    font-size: 40px;
    line-height: 70px;
    color: #2c0d6e;
}
.feature {
    position: relative;
}
.feature-block {
    position: relative;
}
.feature-block:before {
    content: url(../images/plant-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30%;
    left: -400px;
}
.feature:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 1030px;
    background: url(../images/dashline-bg.png) no-repeat center;
    background-position: right top;
    z-index: -1;
}
/*end feature sec*/
/*start pricing sec*/
.pricing-block i {
    background: -webkit-linear-gradient(#201388, #e20346);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin-right: 1rem;
}
.pricing-block ul li {
    font-size: 17px;
    margin-bottom: 1rem;
}
.pricing-block .fas {
    font-size: 40px;
}
.pricing-box:first-child,
.pricing-box:last-child {
    padding-top: 4rem;
}
.pricing-box:first-child .pricing-block {
    margin-right: -15px;
}
.pricing-box:nth-child(2) .pricing-block {
    background: #fff;
}
.pricing-box:last-child .pricing-block {
    margin-left: -15px;
}
.pricing-box:last-child {
    z-index: -1;
}
.service-page .serve img {
    height: 245px;
    object-fit: cover;
    position: relative;
}
.service-page .serve:hover .overlay {
    opacity: 1;
}
/*end pricing sec*/

/************07. Portfolio Page************/
.custom-masonry ul li:not(:first-child):before {
    content: "/";
    padding-right: 10px;
}
.custom-masonry ul {
    display: flex;
}
.custom-masonry ul li {
    margin: 0!important;
    margin-right: 10px!important;
}
.custom-masonry {
    border: none!important;
}

/************08. Hire Expert Page************/
/*start whyus sec*/
.whyus {
    position: relative;
    z-index: 1;
}
.whyus img {
    width: 250px;
    margin: auto;
    padding: 1rem 0;
}
.whyus li .whyus-text {
    padding-left: 60px;
    padding-top: 7px;
    font-size: 18px;
}
.whyus li {
    position: relative;
    margin-bottom: 30px;
}
.whyus:after {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 95%;
    content: "";
    border: 1px dashed #07159091;
    z-index: -1;
}
.whyus .num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #071590 0, #ff003c 100%);
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
}
/*end whyus sec*/
/*start FAQ sec*/
.accordion {
    min-height: 330px;
}
.accordion .accordion__title span,
.accordion .accordion__title:before {
    color: #465064 !important;
}
.accordion .accordion__title {
    opacity: unset;
}
.accordion-2 li.active .accordion__title:before {
    color: #ec3857 !important;
}
.accordion-2 li.active .accordion__title span {
    color: #f26e65 !important;
}
.mt-150 {
    margin-top: 150px;
}
.mt-390 {
    margin-top: 390px;
}
.blocks-column .boxed i {
    position: relative;
}
.blocks-column .boxed i:before {
    background: -webkit-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: -moz-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: -o-linear-gradient(135deg, #071590 0, #ff003c 100%);
    background: linear-gradient(135deg, #071590 0, #ff003c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: spin 4s linear infinite;
}
.title-border-right {
    color: #10266b;
    border-right: 2px solid;
    padding-right: 15px;
}
/*end FAQ sec*/
/*start form sec*/
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0;
    border-color: #fd013d !important;
}
.form-step {
    text-align: center;
    margin-top: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.first_tab {
    display: block;
}
.form_control {
    overflow: auto;
}
.form-btn {
    float: right;
}
.hireus-list .blocks-column {
    position: relative;
}
.hireus-list .blocks-column .inner-column {
    position: relative;
    margin-top: -30px;
    margin-right: -370px;
}
.hirefor-block {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}
.hireus-list .hirefor-block .hire-inner-box {
    position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 50px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}
.hireus-list .blocks-column .boxed {
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
.proceed li {
    font-size: 18px;
    margin-bottom: 10px;
}
#regForm {
    background-color: #fff;
    margin: auto;
    padding: 40px;
    width: 80%;
    min-width: 300px;
    box-shadow: 0 10px 15px rgba(111, 54, 255, 0.2);
}
.tab {
    display: none;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step.active {
    opacity: 1;
}
.step.finish {
    background-color: #fa4a3b;
}
.hireus-checkbox {
    width: fit-content !important;
    height: unset;
    vertical-align: middle;
    margin-right: 5px;
}
.hireus-label {
    font-size: 15px;
    font-weight: 600;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background: linear-gradient(135deg, #ff512f 0, #dd2476 100%);
}
.nxt-prv-btn {
    padding: 5px 20px !important;
    font-size: 15px !important;
}
/*end form sec*/

/************09. Blog Page************/
/*start blog sec*/
.blog-block:hover .blog-content h4 a {
    color: #f26e65;
    transition: all 0.5s ease;
    text-decoration: none;
}
.blog-block:hover .blog-content:before {
    width: 200px;
    background: #f26e65;
}
.blog-content:hover {
    -webkit-box-shadow: 3px 28px 24px -33px #2b50f0;
    -moz-box-shadow: 3px 28px 24px -33px #2b50f0;
    box-shadow: 3px 28px 24px -33px #2b50f0;
}
.blog-section.single {
    overflow: visible;
}
.blog-section.single .blog-img img {
    height: unset;
    object-fit: cover;
}
.blog-sidebar {
    position: sticky;
    top: 120px;
}
.blog-content {
    width: calc(50% + 50px);
    float: left;
    border: solid 1px #e6e6e6;
    padding: 30px;
    background: #fff;
    position: absolute;
    right: 15px;
    z-index: 9;
    padding-top: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
    transition: all 0.5s ease;
}
.blog-sidebar {
    margin-bottom: 50px;
}
.blog-sidebar .blog-content {
    padding: 15px;
}
.blog-content .lead {
    padding: 50px;
    font-weight: 500;
    background: -webkit-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -moz-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: -o-linear-gradient(45deg, #071590 0, #ff003c 100%);
    background: linear-gradient(45deg, #071590 0, #ff003c 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}
.blog-img img {
    height: 300px;
    object-fit: cover;
}
.side-img {
    max-width: 40% !important;
}
.blog-img.main-blog-img {
    display: flex;
    justify-content: center;
    height: 400px;
}
.blog-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.blog-sidebar .blog-content:before {
    content: unset;
}
.blog-section.single .blog-block.flex-column .blog-content.full {
    width: 100%;
}
.blog-sidebar .blog-block.flex-column .blog-content {
    margin-top: -25px;
}
/*end blog sec*/

/************10. Career/Contact Page************/
/*start form sec*/
.career .right-sec {
    margin-top: unset !important;
    margin-left: unset !important;
    height: 647px;
    background: unset;
}
.career .right-sec:before {
    opacity: unset;
}
.career .left-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}
#career-sec:before {
    content: "" !important;
}
.career-img .img-1 {
    z-index: 1;
    position: absolute;
    top: 20%;
}
.career .left-sec {
    padding: 30px 110px;
    border-radius: 10px;
}
.form-contact i {
    color: #465064 !important;
}
.resume {
    border: 2px dashed rgba(0, 0, 0, 0.15);
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
.plant-img{
    overflow: hidden;
}
.contact-sec-two {
    position: relative;
}
.contact-sec-two .left-sec {
    background: #fff;
    -moz-box-shadow: 0 0 40px 0 rgba(35, 66, 84, 0.11);
    box-shadow: 0 0 40px 0 rgba(35, 66, 84, 0.11);
    padding: 30px !important;
}
.contact-sec-two .left-sec.contact-page {
    height: 100% !important;
}
.contact-sec-two .right-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -155px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.contact-sec-two .right-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    background: #0a116c;
    height: 100%;
    opacity: 0.75;
}
.right-sec-content {
    position: relative;
    padding: 50px;
}
.contact-sec-two .right-sec h1 {
    color: #fff;
}
.form-contact input[type],
.form-contact select,
.form-contact textarea {
    background: 0 0;
    border: unset;
    border-radius: unset;
    padding-left: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom-color: rgba(255, 255, 255, 0.18);
}
input[type="radio"] {
    -webkit-appearance: radio !important;
    width: unset;
    height: unset;
}
.form-contact label {
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 100%;
}
.form-contact label i {
    position: absolute;
    left: 5px;
    top: 15px;
    opacity: 0.9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #234254;
}
.right-sec h2 {
    color: #fff;
    font-weight: 500;
}
.contact-icon {
    vertical-align: middle;
    width: 40px;
}
.tech-icon {
    display: block;
    margin: auto;
}
.contact-icon i {
    font-size: 40px;
    color: #fff;
}
.conact-info {
    padding-left: 10px;
    vertical-align: middle;
}
.conact-info h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.conact-info p {
    color: #fff;
}
.contact-sec-four {
    background-position: center;
}
.contact-box {
    color: #234254;
    flex-grow: 1;
}
.contact-box i {
    font-size: 35px;
}
.plant-img_2 img {
    position: relative;
}
/*end form sec*/

/************11. Hire us sec************/
/*start bottom link sec*/
.bottom-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.5rem 4rem;
}
.bottom-content {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}
/*end bottom link sec*/

/************12. Footer************/
footer {
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/footer-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 1540px;
    z-index: -2;
}
footer img {
    opacity: 0.5;
}
.w-30 {
    width: 30%;
}
.back-to-top {
    background: linear-gradient(135deg, #fdb713 32%, #fdb713 95%);
    color: #fff !important;
}
.back-to-top .ti {
    color: #fff !important;
}
.social-nav {
    display: flex;
}
.social-nav li {
    background: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-nav li:not(:last-child) {
    margin-right: 1rem;
}


/************13. Media Query************/
@media only screen and (min-width: 2560px) {
    .main-banner {
        top: -50%;
    }
}
@media only screen and (max-width: 2560px) {
    .main-banner {
        top: -40%;
    }
}
@media only screen and (max-width: 2300px) {
    .main-banner {
        top: -30%;
    }
}
@media only screen and (max-width: 1920px) {
    .main-banner {
        top: 0;
    }
}
@media only screen and (max-width: 1440px) {
    .main-banner {
        top: 0;
    }
    .banner-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .tech-container {
        width: 560px;
    }
    .technologies .c-icon {
        height: 75px;
        width: 75px;
        padding: 10px;
    }
    .technologies .c-icon-small {
        height: 60px;
        width: 60px;
        padding: 5px;
    }
    .career-img .img-1 {
        width: 450px;
    }
}
@media only screen and (max-width: 1200px) {
    .mb-80 {
        margin-bottom: 45px;
    }
    .hero-inner:before {
        background-size: contain;
    }
    .banner-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .collaboration-img .img-2 {
        width: 450px;
        right: -2%;
    }
    .collaboration-img .img-3 {
        width: 300px;
        right: 3%;
    }
    .career-img .img-1 {
        width: 375px;
    }
    .banner-line h1 {
        font-size: 2rem;
    }
    .banner-line p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .counter-bg {
        background: #0a116c;
    }
    .business-expert .tabs li {
        margin-bottom: 1rem;
    }
    .feature-title {
        margin-bottom: 1rem;
    }
    .left-sec {
        padding-top: unset !important;
    }
    .left-img {
        position: unset;
        text-align: center;
    }
    .bg-box {
        top: 66%;
        left: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .blocks {
        margin-top: 3rem;
    }
    .tech-container {
        width: 750px;
    }
    .technologies .c-icon {
        height: 100px;
        width: 100px;
        padding: 15px;
    }
    .technologies .c-icon-small {
        height: 80px;
        width: 80px;
        padding: 15px;
    }
    .collaboration-img .img-2 {
        width: 310px;
    }
    .collaboration-img .img-3 {
        width: 215px;
    }
    .contact-sec-two .right-sec {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .collaboration-img .img-2 {
        width: 350px;
        right: -2%;
    }
    .collaboration-img .img-3 {
        width: 250px;
        right: 1%;
        bottom: 5%;
    }
    .menu-horizontal li:not(:last-child) {
        margin-right: calc(1.238095em / 2);
    }
}
@media only screen and (max-width: 1025px) and (min-width: 991px) {
    footer:before {
        height: 1390px;
    }
}
@media only screen and (min-width: 992px) {
    .tab__content {
        min-height: 400px;
    }
}
@media only screen and (max-width: 992px) {
    .process-sequence {
        margin: 0 15px;
    }
    .step-img {
        margin-bottom: 1rem;
    }
    .sec-cl {
        margin-top: 2rem !important;
    }
    .service-blocks {
        margin-top: 3rem;
    }
    .video-thumb {
        text-align: center;
    }
    .video-thumb .v-img {
        width: 200px;
    }
    .step-img img {
        width: 500px;
    }
    .follow-us {
        text-align: center;
        margin-top: 3rem;
    }
    .follow-us h3 {
        margin-bottom: 1rem !important;
    }
    .follow-us .social-nav {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .border-r-0 {
        border-right: 0 !important;
    }
    .counter-block {
        margin-top: 2rem;
    }
    .collaboration-img .img-2,
    .collaboration-img .img-3 {
        display: none !important;
    }
    .light-text {
        font-size: 90px !important;
    }
    .bottom-content {
        text-align: center;
    }
    .bottom-content h2 {
        margin-bottom: 1rem !important;
    }
    .plant {
        width: 115px;
    }
    .career-img .img-1 {
        width: 300px;
    }
    .abt-img {
        margin-bottom: 50px;
    }
    .collaboration-img .img-2 {
        width: 350px;
    }
    .collaboration-img .img-3 {
        width: 250px;
        bottom: 5%;
    }
    .career .left-sec {
        margin: 0;
    }
    .main-banner img {
        max-width: unset;
        width: 110% !important;
    }
}
@media only screen and (max-width: 768px) {
    .abt-img {
        margin-top: 5rem;
    }
    .first-c,
    .sec-c,
    .third-c {
        margin-top: 2rem;
    }
    .feature-img {
        padding: 2rem 0;
    }
    .pricing-box:first-child .pricing-block {
        margin-right: unset;
    }
    .pricing-box {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .pricing-box:last-child .pricing-block {
        margin-left: unset;
    }
    .pricing-block {
        margin-bottom: 4rem !important;
    }
    .pricing-box:last-child {
        padding-top: 0;
    }
    .companies .slick-track {
        padding: 0 3rem !important;
    }
    .bg-box {
        left: 19%;
    }
    .logo {
        width: 200px;
    }
    .plant {
        width: 100px;
    }
    .border-r-0 {
        border-right: unset !important;
    }
    .counter-bg {
        background-size: unset;
    }
    .why {
        display: none;
    }
    .main-banner img {
        max-width: unset;
        width: 120% !important;
    }
    .banner-content {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .collaboration-img {
        display: none;
    }
    .tech-container {
        width: 540px;
    }
    .technologies .c-icon {
        height: 75px;
        width: 75px;
        padding: 10px;
    }
    .technologies .c-icon-small {
        height: 60px;
        width: 60px;
        padding: 5px;
    }
    .portfolio-logo {
        width: 200px;
    }
    .career .left-sec {
        padding: 30px;
    }
    .blog-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .content-box {
        margin: 1rem 0 2rem;
    }
    .counter-count {
        font-size: 30px;
    }
    .customer-p,
    .design-p,
    .employee-p,
    .order-p {
        font-size: 20px;
    }
    .banner-line h1 {
        font-size: 1.7rem;
    }
    .banner-line .btn {
        display: none;
    }
    .service-block {
        text-align: center;
    }
    .light-text {
        left: 150px;
    }
    .contact-form {
        padding-left: 15px !important;
        margin-top: 3rem;
    }
    .career {
        padding: 0 15px !important;
    }
    .career .right-sec {
        height: unset !important;
    }
    .social-nav {
        justify-content: center;
    }
    .tabs li {
        display: inline-block;
    }
    .tab__content {
        padding: 15px;
    }
    .counter-block {
        margin-bottom: 1.5rem;
    }
    .counter-block h2 {
        margin-bottom: 0;
    }
    .services .boxed {
        text-align: center;
    }
    .brand {
        padding: 0 !important;
    }
    .side-img {
        width: 27% !important;
    }
    .blog-block {
        justify-content: unset !important;
    }
    .blog-sidebar h3 {
        margin-top: 2rem;
        font-size: 1.78571429em !important;
    }
}
@media only screen and (max-width: 700px) {
    .light-text {
        left: 70px;
        font-size: 65px !important;
    }
}
@media only screen and (max-width: 576px) {
    .inner-block {
        border-bottom: unset !important;
        border-right: unset !important;
    }
    .feature .feature-block {
        margin: 0 15px;
    }
    .service-page .serve img {
        height: 190px;
    }
    .contact-form {
        padding-left: 15px !important;
    }
    .form-contact .col {
        flex-basis: unset;
    }
    .side-img img {
        margin-right: 15px;
    }
    .bottom-content {
        margin: 0;
    }
    .banner-inner-content {
        margin: 15px 0;
    }
    .main-banner img {
        max-width: unset;
    }
    .tech-container {
        width: 450px;
    }
    .technologies .c-icon {
        height: 60px;
        width: 60px;
        padding: 10px;
    }
    .technologies .c-icon-small {
        height: 45px;
        width: 45px;
        padding: 5px;
    }
    .project-thumb.hover-element .hover-element__reveal .project-thumb__title {
        padding: 0.857143em;
    }
    .lazy .slick-slide {
        border-top-right-radius: 45px;
    }
    .portfolio-logo {
        width: 150px;
    }
    .slick-next {
        right: 0 !important;
    }
    .slick-prev {
        left: 0 !important;
    }
    #regForm {
        width: 100%;
    }
    #industry_serve .slick-slide img {
        height: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .v-text {
        font-size: 5.5rem;
    }
}
@media only screen and (max-width: 476px) {
    .v-text {
        font-size: 4.5rem;
        margin-top: 5rem;
    }
    .main-banner img {
        max-width: unset;
        width: 180% !important;
    }
    .tech-container {
        width: 100%;
    }
    .portfolio-logo {
        width: 100px;
    }
    .home-blog-section .blog-img {
        width: 100%;
    }
    .home-blog-section .blog-content {
        width: calc(100% - 50px);
        position: relative;
        margin-top: -50px;
        right: 0;
    }
    .home-blog-section .blog-block {
        flex-direction: column;
    }
}
@media only screen and (max-width: 425px) {
    .banner-line h1 {
        font-size: 1.3rem;
    }
    i.fas.fa-bars {
        font-size: 1.8rem;
    }
    .counter-box .boxed {
        display: block !important;
        text-align: center;
    }
    .counter-box .boxed i {
        margin-right: unset !important;
        margin-bottom: 0.5rem;
        font-size: 2.5em;
    }
    .about-project .counter-count {
        font-size: 25px;
        margin-bottom: 0 !important;
    }
    .customer-p,
    .design-p,
    .employee-p,
    .order-p {
        font-size: 18px;
    }
    .customer,
    .design,
    .employees,
    .order {
        margin-bottom: 0 !important;
    }
    .technologies .c-icon {
        height: 50px;
        width: 50px;
    }
}
@media only screen and (max-width: 375px) {
    .v-text {
        font-size: 4rem;
    }
    .main-banner img {
        max-width: unset;
    }
    .contact-sec-two h2 br {
        display: none;
    }
    #regForm {
        min-width: 290px;
    }
    .accordion {
        min-height: unset;
    }
    .mt-10 {
        margin-top: 5rem;
    }
    .c-icon-small:nth-child(9) {
        top: 35%;
        right: -95%;
    }
    .c-icon:nth-child(3) {
        right: -100%;
    }
    .light-text {
        left: 40px;
        font-size: 55px !important;
    }
}
@media only screen and (max-width: 330px) {
    .mt-10 {
        margin-top: 3rem;
    }
} 

/************14. Preloader************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0af19;
    z-index: 999999;
    text-align: center;
}
.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}
.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
