/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&family=Gorditas:wght@400;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Merriweather:wght@300;400;700;900&family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: 'Urbanist', sans-serif;
}

body {
    color: #07171D;
    font-weight: 400;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-10px); }
    40% { transform: translateX(10px); }
    60% { transform: translateX(-10px); }
    80% { transform: translateX(10px); }
    100% { transform: translateX(0); }
  }
  
.shake {
animation: shake 0.5s;
}

a,
button,
input,
textarea {
    outline: none !important;
}

p {
    font-family: 'Manrope', sans-serif;
}

.section-padding {
    padding: 80px 0;
}


/* ------------------------ HEADER AREA START --------------------- */

.header__area .container {
    max-width: 1820px;
}

.header__area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #FCA028;
}

.header__bottom__blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 90px;
    min-height: 100%;
}

.main__menu ul li a {
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #131313 !important;
    display: inline-block;
    padding: 30px 0;
    font-family: 'Manrope', sans-serif;
    transition: .3s all;
    background: transparent !important;
}

.main__menu ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.massage__text span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #676767;
}

.massage__text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: lowercase;
    color: #131313;
    margin: 0;
}

.header__massage {
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-left: 1px solid #F3F3F3;
}

.massage_ico {
    margin-right: 20px;
}

.header__time h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #343434;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 92px;
}


.header__time {
    padding: 10px 0;
    position: relative;
}

.header__time h5 span {
    margin-right: 6px;
    margin-top: -5px;
}

.header__time:before {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #F3F3F3;
    height: 1px;
}

.header__btn {
    text-align: right;
}

.header__btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 17px 41px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    transition: .3s all;
}

.header__btn a:hover {
    background: #fff;
    color: #FCA028;
}

.main__menu .dropdown li {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding-left: 10px;
}

.header__area .main__menu .dropdown li a {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #676767 !important;
    font-family: 'Gordita';
}

.main__menu .dropdown {
    width: 336px;
    padding: 25px 20px;
    padding-bottom: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    z-index: 22;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(9, 56, 36, 0.2);
    border-radius: 10px;
}

.main__menu .dropdown li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #676767;
    content: '';
}

.main__menu .dropdown:before {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: '';
    background: #fff;
    position: absolute;
    left: 30px;
    top: -8px;
    height: 10px;
    width: 20px;
}

.main__menu nav>ul li:hover ul.dropdown {
    visibility: visible;
    opacity: 1;
}

.main__menu nav ul>li:hover a {
    color: #FCA028 !important;
}

.main__menu .dropdown li a:hover {
    color: #FCA028 !important;
}




.hero__content>span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FCA028;
    font-family: 'Urbanist', sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.hero__content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 100px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
}

.hero__single__slider {
    min-height: 793px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.hero__content h2 span {
    color: #FFBC53;
}

.hero__inner__blk {
    margin-top: -8px;
}

.hero_btn {
    text-align: center;
    margin-top: 25px;
}

.hero_btn a {
    background: #FCA028;
    border-radius: 30px;
    padding: 17px 41px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FCA028;
    transition: .3s all;
    display: inline-block;
}

.hero_btn a img {
    margin-left: 8px;
    margin-top: -2px;
    width: auto !important;
    display: inline-block !important;
}

.hero_btn a:hover {
    background: #3728149C;
}

.hero__inner__blk .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    left: 100px;
    border-radius: 50%;
    background: #fff !important;
    transition: .3s all;
    font-size: 17px !important;
    color: #11141D !important;
}

.hero__inner__blk .owl-nav button.owl-next {
    left: auto;
    right: 100px;
}

.hero__inner__blk .owl-nav button:hover {
    background: #FCA028 !important;
    color: #fff !important;
}

.service__ico {
    height: 54px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.service__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #131313;
    margin-bottom: 5px;
    min-height: 68px;
}

.service__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    color: #343434;
    margin: 0;
}

.single__service__card {
    padding: 25px 15px;
    position: relative;
    border: 16px solid #424242;
    min-height: 376px;
    padding-bottom: 40px;
    background: #fff;
}

.service__card__blk .col-2 {
    width: 20%;
}

.service__area .container {
    max-width: 1624px;
}

.service__card__btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FCA028;
    transition: .3s all;
    font-family: 'Urbanist', sans-serif;
}

.service__card__btn {
    position: absolute;
    bottom: 10px;
    right: 17px;
}

.service__card__btn a img {
    margin-left: 9px;
}

.similar__title p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FCA028;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.similar__title p img {
    margin-top: -4px;
    margin-right: 16px;
}

.similar__title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    color: #131313;
}

.service__inner__blk .similar__title {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.service__area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

/* ------------------------ HEADER AREA END --------------------- */


/* ------------------------ OPERATION AREA START --------------------- */

.similar__title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.operation__area {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ------------------------ OPERATION AREA END --------------------- */


/* ------------------------ WORKS AREA START --------------------- */

.works_bx_content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: capitalize;
    color: transparent;
    background: #FCA028;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: .3s all;
    cursor: pointer;
}

.works_bx_content h2:hover {
    background: #406AFF;
    border-color: #131313;
}

.single__works__box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.works_bx_content {
    display: flex;
    justify-content: center;
}

.works__text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #131313;
    margin: 0;
    margin-bottom: 10px;
}

.works__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #343434;
    margin: 0;
}

.works__title {
    padding-top: 75px;
    padding-bottom: 100px;
}

.works__area {
    padding-bottom: 75px;
}

.works__inner__wrap {
    position: relative;
    z-index: 1;
}

.works_wrap {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -1;
}

.works_inner_shape {
    position: absolute;
    right: -49px;
    top: 40px;
}

/* ------------------------ WORKS AREA END --------------------- */


/* ------------------------ SUPPORT AREA START --------------------- */

.support__area {
    background: #F4F4F4;
    padding: 53px 0;
    position: relative;
    z-index: 3;
}

.plate__area {
    padding: 100px;
    margin-top: 100px;
    margin-bottom: -189px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.plate__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.plate__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

/* ------------------------ SUPPORT AREA END --------------------- */


/* ------------------------ FOOTER AREA START --------------------- */

.copyright__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    padding: 30px 10px;
    border-top: 1px solid #2B2B2B;
    font-family: 'Manrope', sans-serif;
    margin-top: 70px;
}

.footer__area {
    background: #131313;
    padding-top: 217px;
    position: relative;
    z-index: 1;
}
.login_footer {
	padding-top: 80px;
}
.footer__identity__blk p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.identity__bottom__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    color: #CCCCCC;
    margin: 0;
    max-width: 300px;
    margin-top: 40px;
    font-family: 'Manrope', sans-serif;
}

.footer__list__area ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: #CCCCCC;
    transition: .3s all;
}

.footer__list__area h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.footer__list__area ul li {
    display: block;
    position: relative;
    padding-left: 13px;
}

.footer__list__area ul li:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #CCCCCC;
    content: '';
}

.breadcrumb__area {
    padding: 166px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb__title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    color: #FFFFFF;
    align-items: center;
    margin: 0;
    display: flex;
}

.breadcrumb__title h3 img {
    margin-right: 35px;
}

.breadcrumb__link__text a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: .3s all;
    font-family: 'Urbanist', sans-serif;
}

.breadcrumb__link__text {
    display: flex;
    align-items: center;
    padding-left: 108px;
    margin-bottom: 10px;
}

.breadcrumb__link__text span {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin: 0 10px;
    display: inline-block;
    margin-top: -6px;
}

.breadcrumb__link__text a.active {
    color: #FCA028;
}

.breadcrumb__area .container {
    max-width: 1538px;
}

.breadcrumb__area .container {
    max-width: 1538px;
}

.motivat__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    color: #131313;
    margin-bottom: 30px;
}

.motivat__area {
    padding: 50px 0;
}

/* ------------------------ FOOTER AREA END --------------------- */


/* ------------------------ MOTIVAT AREA START --------------------- */

.motivat_bottom_content>p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
}

.motivat_bottom_content {
    padding: 45px 0;
    border-bottom: 1px solid #F6F6F6;
}

.motivat_bottom_content>p:last-child {
    margin: 0;
}

.motivat__list__area h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #131313;
}

.motivat__list__area ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #343434;
    display: flex;
    margin-bottom: 16px;

}

.motivat__list__area ul li span {
    flex: 0 0 auto;
    margin-right: 14px;
}

.motivat__list__area ul li:last-child {
    margin: 0;
}

.busywork__text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #131313;
}

.busywork__card {
    padding: 30px 46px;
    background: #FFFFFF;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
    max-width: 310px;
    margin: 0 auto;
    margin-top: -170px;
    position: relative;
}

.busywork__text {
    max-width: 218px;
    margin: 0 auto;
    text-align: center;
}

.busywork__text a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FCA028;
    border-radius: 6px;
    padding: 17px 36px;
    display: inline-block;
    transition: .3s all;
}

.busywork__text a img {
    margin-top: -4px;
    margin-left: 7px;
}

.busywork__card a {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.motiv__right__blk {
    padding-top: 45px;
    position: sticky;
    top: 0;
}

.busywork__text a:hover {
    background: #99703A;
}

.login__content {
    max-width: 740px;
    margin: 0 auto;
    padding: 34px 80px;
    background: #fff;
    padding-bottom: 80px;
    border-radius: 20px;
}

.contact__content {
    text-align: center;
}

.contact__content h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #343434;
    margin-bottom: 33px;
}

.single__linin__input label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #254035;
    display: block;
    mix-blend-mode: normal;
    opacity: 0.5;
    font-family: 'Gordita';
    margin-bottom: 6px;
}

.single__linin__input input {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding: 16px 24px;
    border: 1px solid #254035;
    border-radius: 7px;
    font-family: 'Gordita';
    background: #fff;
}

.single__linin__input {
    margin-bottom: 30px;
    position: relative;
}

.single__linin__input button {
    right: 18px;
    position: absolute;
    background: transparent;
    border: 0;
    bottom: 20px;
}

.login__btn button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.875px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F94C30;
    border-radius: 7px;
    width: 100%;
    padding: 10px;
    border: 1px solid #F94C30;
    transition: .3s all;
}

.login__area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 265px 0;
    margin-top: -10px;
    position: relative;
}

.login__btn {
    margin-top: 50px;
}

.login__btn button:hover {
    background: #fff;
    color: #F94C30;
}

.header__mid__blk {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.offcanvas__menu {
    display: none;
}

.open__menu {
    display: none;
}

.footer__list__area ul li a:hover {
    color: #FCA028;
}

/* ------------------------ MOTIVAT AREA END --------------------- */

::placeholder {
    opacity: 1;
}