@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #a3a1a9;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    transition: ease-in-out 0.5s;
}

a,
button {
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

button {
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffa500;
    margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: "Poppins", sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #202224;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #E0E0E0;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

*::-moz-selection {
    background: #1c1c1c;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #1c1c1c;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #1c1c1c;
    color: #ffffff;
    text-shadow: none;
}

/* Custom Class */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section Heading */
.section-head .title {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .section-head .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 479px) {
    .section-head .title {
        font-size: 30px;
    }
}

.section-head .title-two {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .section-head .title-two {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title-two {
        font-size: 30px;
    }
}

.section-head .subtitle {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #ffa500;
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media only screen and (max-width: 767px) {
    .section-head .subtitle {
        font-size: 16px;
        letter-spacing: 4px;
    }
}

.section-head .text {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: #8d8e99;
    margin-top: 30px;
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text {
        font-size: 18px;
        margin-top: 20px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .section-head .text {
        font-size: 16px;
        margin-top: 20px;
    }
}

.section-head .text-two {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 40px;
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text-two {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text-two {
        font-size: 16px;
        margin-top: 20px;
        max-width: 100%;
    }
}

.section-head.section-title-center {
    margin-bottom: 90px;
    margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head.section-title-center {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-head.section-title-center {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .section-head.section-title-center {
        margin-bottom: 60px;
    }
}

.section-head.section-title-center .text {
    max-width: 648px;
    margin: 30px auto;
}

/* Section Spacing */
.mb-60 {
    margin-bottom: 60px;
}

.mb-n60 {
    margin-bottom: -60px;
}

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

.mb-n40 {
    margin-bottom: -40px;
}

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

.mb-n30 {
    margin-bottom: -30px;
}

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

.mb-n25 {
    margin-bottom: -25px;
}

/* Button Style */
.btn-style-one {
    border-color: #FFA500;
    background: #FFA500;
    background: linear-gradient(135deg, #FFA500 0%, #ffa500 45%, #ffa500 66%);
    border: 0px;
    border-radius: 2px;
    padding: 20px 45px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.btn-style-one:focus {
    box-shadow: none;
}

.btn-style-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffa500;
    background: linear-gradient(135deg, #ffa500 0%, #ffa500 45%, #FFA500 66%);
    opacity: 0;
    transition: 0.5s;
    border-radius: 27px;
    z-index: 1;
}

.btn-style-one:hover span {
    color: #ffffff;
}

.btn-style-one:hover::before {
    opacity: 1;
    transition: 0.5s;
}

.btn-style-one span {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.btn-style-two {
    background: transparent;
    border: 2px solid #FFA500;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 15px 50px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.btn-style-two:focus {
    box-shadow: none;
}

.btn-style-two::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #ffa500;
    background: linear-gradient(135deg, #ffa500 0%, #ffa500 45%, #FFA500 66%);
    opacity: 0;
    transition: 0.5s;
    border-radius: 2px;
    z-index: 1;
}

.btn-style-two:hover span {
    color: #ffffff;
}

.btn-style-two:hover::before {
    opacity: 1;
    transition: 0.5s;
}

.btn-style-two span {
    position: relative;
    z-index: 3;
    color: #1c1c1c;
}

.btn-style-three {
    background: #fff;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 15px 45px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.btn-style-three:focus {
    box-shadow: none;
}

.btn-style-three:hover {
    color: #ffa500;
    background: white;
}

.btn-style-four {
    background: #ffa50082;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 20px 40px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border: 0px;
}

.btn-style-four:focus {
    box-shadow: none;
}

.btn-style-four:hover,
.btn-style-four.active {
    border-color: #FFA500;
    background: #FFA500;
    background: linear-gradient(135deg, #FFA500 0%, #ffa500 45%, #ffa500 66%);
    border: 0px;
    border-radius: 2px;
    padding: 20px 40px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    position: relative;
    color: white;
}

.btn-style-four:hover::before,
.btn-style-four.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffa500;
    background: linear-gradient(135deg, #ffa500 0%, #ffa500 45%, #FFA500 66%);
    opacity: 0;
    transition: 0.5s;
    border-radius: 27px;
    z-index: 1;
}

/* Spacing */
.section-padding {
    padding: 150px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding: 110px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 479px) {
    .section-padding {
        padding: 60px 0;
    }
}

.section-padding-top {
    padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-top {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-top {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .section-padding-top {
        padding-top: 60px;
    }
}

.section-padding-bottom {
    padding-bottom: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-bottom {
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom {
        padding-bottom: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .section-padding-bottom {
        padding-bottom: 60px;
    }
}

.section-margin {
    margin: 190px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin {
        margin: 150px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin {
        margin: 110px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-margin {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 479px) {
    .section-margin {
        margin: 60px 0;
    }
}

.section-margin-top {
    margin-top: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin-top {
        margin-top: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-top {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-top {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-margin-top {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .section-margin-top {
        margin-top: 60px;
    }
}

.section-margin-bottom {
    margin-bottom: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin-bottom {
        margin-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-bottom {
        margin-bottom: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 80px;
    }

    .logo {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-margin-bottom {
        margin-bottom: 60px;
    }

    .logo {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 479px) {
    .section-margin-bottom {
        margin-bottom: 60px;
    }
}

/* Scroll Top style */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #ffa500;
    background-size: 200% auto;
    background-position: left center;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid #1c1c1c;
}

.scroll-top:hover {
    background-color: #1c1c1c;
    border: 1px solid #ffa500;
    background-position: right center;
}

.scroll-top:hover i {
    color: White;
    transition: 0.3s;
}

.scroll-top:hover .arrow-top {
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    transform: translate(-50%, -50%);
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transition: 0.3s;
}

.scroll-top.show {
    display: none;
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top.show.show-active {
    display: block;
}

.scroll-top .arrow-top {
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    transform: translate(-50%, 80px);
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .logo {
        width: 140px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 479px) {
    .logo {
        width: 130px;
    }
}

.wow {
    visibility: hidden;
}

/* =============================
    2.1 - Header Style
================================ */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 48px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

.offcanvas {
    z-index: 9999;
    padding: 20px;
}

.offcanvas .btn-close {
    background: none;
    font-size: 20px;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.header-right_actions {
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right_actions {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .header-right_actions .header-social {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .header-right_actions .header-social {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .home-two-header-right {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .home-two-header-right .hamburger {
        margin-left: 10px;
    }
}

.header-button .btn {
    background: transparent;
    border: 3px solid #FFA500;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 17px 35px;
    line-height: 1;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .header-button .btn {
        padding: 11px 14px;
        border-width: 2px;
        font-size: 14px;
    }
}

.header-button .btn:focus {
    box-shadow: none;
}

.header-button .btn:hover span {
    color: white;
}

.header-button .btn span {
    position: relative;
    z-index: 3;
    color: #1c1c1c;
}

/* Main Menu Style */
.main-menu>ul>li {
    display: inline-flex;
    margin-right: 50px;
}

.main-menu>ul>li:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .main-menu>ul>li {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu>ul>li {
        margin-right: 25px;
    }
}

.main-menu>ul>li>a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 50px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    position: relative;
    transition: 0.3s;
}

.main-menu>ul>li:hover>a {
    color: #ffa500;
}

.main-menu .has-children {
    position: relative;
}

.main-menu .has-children>.sub-menu {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 6px -3px;
    width: 200px;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
    z-index: 9;
    padding-left: 0;
    top: 100%;
    padding: 20px;
}

.main-menu .has-children>.sub-menu>li {
    margin-bottom: 10px;
}

.main-menu .has-children>.sub-menu>li:last-child {
    margin-bottom: 0;
}

.main-menu .has-children>.sub-menu>li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c1c;
}

.main-menu .has-children>.sub-menu>li:hover a {
    color: #ffa500;
    padding-left: 5px;
    transition: 0.3s;
}

.main-menu .has-children:hover>.sub-menu {
    transform: scaleY(1);
}

/* Hamburger Style */
.hamburger {
    margin-left: 20px;
}

.hamburger_button {
    line-height: 100px;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.hamburger_button span {
    list-style: none;
    width: 20px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: 0.9s;
}

.hamburger_button span:nth-of-type(1) {
    top: 20%;
}

.hamburger_button span:nth-of-type(2) {
    top: 50%;
}

.hamburger_button span:nth-of-type(3) {
    top: 80%;
}

.hamburger_button.open span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}

.hamburger_button.open span:nth-of-type(2) {
    width: 0;
}

.hamburger_button.open span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

.hamburger_button:hover span {
    background: #ffa500;
}

/* Sticky Style */
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
    transition: 0.3s;
}

.sticky-header.sticky .main-menu>ul>li>a {
    line-height: 90px;
}

.sticky-header.sticky .social-icon li a {
    line-height: 80px;
}

.sticky-header.sticky .header-button {
    line-height: 80px;
}

/* Mobile Menu Style */
.mobile-menu li {
    display: block;
    position: relative;
}

.mobile-menu li a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #1c1c1c;
}

.mobile-menu li a:hover {
    color: #ffa500;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -7px;
    right: 0%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #1c1c1c;
    transition: all 250ms ease-out;
    float: right;
}

.mobile-menu li.menu-item-has-children .menu-expand i::before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    border-bottom: 1px solid #1c1c1c;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    transform: rotate(0);
}

.mobile-menu li ul li a {
    padding: 5px 15px 5px;
    font-size: 15px;
    font-weight: 400;
}

.mobile-menu li ul li a:hover {
    color: #ffa500;
}

.mobilemenu-close {
    padding: 0 !important;
    color: #1c1c1c !important;
    opacity: 1 !important;
    margin: 0 !important;
}

/* =============================
    2.2 - Slider Style
================================ */
.slingle-slider {
    height: 1080px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider {
        height: 980px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider {
        height: 1150px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider {
        height: 1000px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider {
        height: 880px;
    }
}

.slingle-slider .shape {
    position: absolute;
}

.slingle-slider .shape-one {
    top: 270px;
    left: 145px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-one {
        top: 180px;
        left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-one {
        top: 134px;
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-one {
        top: 110px;
        left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-one {
        display: none;
    }
}

.slingle-slider .shape-two {
    top: 358px;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-two {
        top: 250px;
        left: 36%;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-two {
        top: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-two {
        display: none;
    }
}

.slingle-slider .shape-three {
    bottom: 220px;
    left: 50%;
    margin-left: -80px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-three {
        left: 36%;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-three {
        bottom: 470px;
        left: 14%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-three {
        display: none;
    }
}

.slingle-slider .shape-four {
    bottom: 110px;
    right: 314px;
    z-index: 1;
    -webkit-animation: moveleftright 2s infinite alternate;
    animation: moveleftright 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-four {
        bottom: 200px;
        right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-four {
        bottom: 45px;
        right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-four {
        display: none;
    }
}

.slingle-slider .shape-five {
    top: 178px;
    right: 100px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-five {
        display: none;
    }
}

.slingle-slider .shape-six {
    left: 0;
    bottom: 60px;
    z-index: 1;
    -webkit-animation: moveleftrightwo 2s infinite alternate;
    animation: moveleftrightwo 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-six {
        bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-six {
        left: -68px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-six {
        left: -50px;
        display: none;
    }
}

.slingle-slider .shape-seven {
    left: 0;
    top: 0;
}

.slingle-slider .shape-eight {
    left: 0;
    bottom: 0;
}

.slingle-slider .shape-nine {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
        right: -270px;
    }
}

.slingle-slider .shape-ten {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
        right: -220px;
    }
}

.slingle-slider .slider-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content-wrapper {
        align-items: flex-start;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 100px;
    }
}

.slingle-slider .slider-content .title {
    font-size: 72px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .title {
        font-size: 36px;
    }
}

.slingle-slider .slider-content .subtitle {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #ffa500;
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 20px;
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

.slingle-slider .slider-content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .text {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .text {
        font-size: 16px;
        margin-top: 10px;
    }
}

.slingle-slider .slider-content .btn {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .btn {
        margin-top: 10px;
    }
}

.slingle-slider .slider-image {
    position: relative;
}

.slingle-slider .slider-image .slider-image-one {
    position: absolute;
    right: 0;
    top: -90px;
    margin-right: -15px;
    z-index: 2;
}

.slingle-slider .slider-image .slider-image-one img {
    border-radius: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 22px;
        width: 64%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 64%;
        right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 70%;
        right: 0px;
    }
}

.slingle-slider .slider-image .slider-image-two {
    position: absolute;
    left: 50px;
    top: 210px;
    z-index: 1;
}

.slingle-slider .slider-image .slider-image-two img {
    box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
    border-radius: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .slider-image-two {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 190px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 60%;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 60%;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 66%;
    }
}

.slingle-slider .slider-image .shape-circle {
    top: 140px;
    left: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .shape-circle {
        left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-image .shape-circle {
        left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .shape-circle {
        top: 115px;
        left: 190px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .shape-circle {
        top: 100px;
        left: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .shape-circle {
        top: 110px;
        left: 42px;
    }
}

.animation-style-01 .swiper-slide-active .shape-seven {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-eight {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-nine {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-ten {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .subtitle {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .text {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-shape {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes moveupdown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes moveupdown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes moveleftright {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes moveleftright {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

@-webkit-keyframes moveleftrightwo {
    0% {
        transform: translateX(10);
    }

    100% {
        transform: translateX(-5px);
    }
}

@keyframes moveleftrightwo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

.sliderone-pagination {
    bottom: 55px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

.sliderone-pagination .swiper-pagination-bullet {
    background-color: #ffa50082;
    height: 18px;
    width: 18px;
    border-radius: 5%;
    opacity: 1;
    transition: 0.4s;
}

.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 2px;
    background-color: #ffa500;
    transition: 0.4s;
}

.slidertwo-pagination {
    bottom: 18px;
    text-align: start;
    position: relative;
    margin: auto;
    line-height: 0.8;
}

.slidertwo-pagination .swiper-pagination-bullet {
    background-color: #ffa50082;
    height: 18px;
    width: 18px;
    border-radius: 5%;
    opacity: 1;
    transition: 0.4s;
    line-height: 1;
}

.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 2px;
    background-color: #ffa500;
    transition: 0.4s;
}

@media only screen and (min-width: 1550px) {
    .slidertwo-pagination {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slidertwo-pagination {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slidertwo-pagination {
        max-width: 1116px;
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slidertwo-pagination {
        max-width: 938px;
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slidertwo-pagination {
        max-width: 698px;
    }
}

@media only screen and (max-width: 767px) {
    .slidertwo-pagination {
        max-width: 516px;
        bottom: -30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
        bottom: -30px !important;
    }
}

@media only screen and (max-width: 479px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }
}


/* =============================
    2.3 - About Style
================================ */
.about {
    overflow: hidden;
}

.about .main-image {
    position: relative;
    padding: 50px 0;
    top: 0;
}

.about .main-image .about-img {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .about-content {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .about-content {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about .about-content {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about .about-content {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .about .about-content {
        margin-left: 0px;
    }
}

.about .about-content .btn {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .about .about-content .btn {
        margin-top: 20px;
    }
}

.divider-thumb .video-content-wrap {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .divider-thumb .video-content-wrap .icon-img {
        width: 100%;
    }
}

/* =============================
    2.5 - Service Style
================================ */
.service-section {
    position: relative;
    overflow: hidden;
}

.service-section .service-shape {
    position: absolute;
    bottom: -520px;
    right: 0px;
}

.single-service {
    background-color: white;
    box-shadow: 0px 12px 42px #21252900, 11px 6px 25px #21252926;
    padding: 70px;
    border-top: 5px solid #FFA500;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service {
        padding: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .single-service {
        padding: 30px;
    }
}

.single-service-top {
    display: flex;
    align-items: center;
}

.single-service-top .title {
    color: #1c1c1c;
    line-height: 1.5;
    font-weight: 500;
}

.single-service-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #54545f;
    margin-top: 30px;
    max-width: 510px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 479px) {
    .single-service-text {
        font-size: 16px;
    }
}

.single-service .readmore-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
    margin-top: 30px;
    display: block;
}

.single-service .readmore-btn:hover {
    padding-left: 10px;
    transition: 0.3s;
    color: #FFA500;
}

.process-section {
    background: #ffa5004a;
}

.process-section .section-head {
    margin-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-section .section-head {
        margin-right: 30px;
    }

    .single-service {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-section .section-head {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .process-section .section-head {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .process-section .section-head {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .process-section .single-process {
        max-width: 400px;
        width: 100%;
    }
}

.process-section .single-process .number {
    height: 75px;
    width: 75px;
    background-color: #ffa50075;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
}

@media only screen and (max-width: 575px) {
    .process-section .single-process .number {
        height: 60px;
        width: 60px;
        font-size: 20px;
    }
}

.process-section .single-process .title {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin: 25px 0 18px;
}

.process-section .single-process .text-two {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

@media only screen and (max-width: 575px) {
    .process-section .single-process .text-two {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

.service-work {
    position: relative;
    z-index: 1;
}

.service-details .single-thumb {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details .single-thumb {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details .single-thumb {
        margin-bottom: 30px;
    }
}

.service-details .service-desc:last-child {
    margin-bottom: 0px;
}

.service-desc {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-desc {
        margin-bottom: 30px;
    }
}

.service-desc-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-desc-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .service-desc-title {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.service-desc .text,
.service-desc-text {
    font-size: 18px;
    color: #54545f;
    line-height: 1.6;
}

@media only screen and (max-width: 575px) {

    .service-desc .text,
    .service-desc-text {
        font-size: 16px;
    }
}

.service-desc-top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.service-desc-top .icon {
    margin-right: 20px;
}

.service-desc-top .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
}

.service-desc-list li {
    margin-bottom: 20px;
}

.service-desc-list li:last-child {
    margin-bottom: 0;
}

.service-desc-list-link {
    display: flex;
    align-items: center;
}

.service-desc-list-link img {
    margin-right: 30px;
}

.service-desc .single-outcome {
    border: 1px solid #cacdd3;
    border-radius: 10px;
    padding: 60px 35px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .service-desc .single-outcome {
        padding: 30px 20px;
    }
}

.service-desc .single-outcome .parcentage {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #ffa500;
}

@media only screen and (max-width: 767px) {
    .service-desc .single-outcome .parcentage {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .service-desc .single-outcome .parcentage {
        font-size: 30px;
    }
}

.service-desc .single-outcome .text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1c1c1c;
    font-size: 18px;
}

.service-desc .service-image img {
    width: 100%;
}

/* Service Two */
.service-two {
    position: relative;
}

.service-two .section-head {
    margin-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two .section-head {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-two .section-head {
        margin-bottom: 30px;
    }
}

.service-two-single {
    margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two-single {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .service-two-single {
        margin-right: 15px;
    }
}

.service-two-single-head {
    border-bottom: 1px solid #cacdd3;
    margin-bottom: 30px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .service-two-single-head {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.service-two-single-head .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 500;
    margin-top: 35px;
}

@media only screen and (max-width: 575px) {
    .service-two-single-head .title {
        margin-top: 20px;
    }
}

.service-two-single-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.5;
}

@media only screen and (max-width: 575px) {
    .service-two-single-text {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .service-two-single-text {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two .service-layer {
        width: 36%;
    }
}

@media only screen and (max-width: 767px) {
    .service-two .service-layer {
        display: none;
    }
}

/* =============================
    2.6 - Progress Style
================================ */
.progress-section {
    background-color: #ffa5004a;
    overflow: hidden;
}

/* =============================
    2.7 - Portfolio One Style
================================ */
.portfolio-section-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-section-top .section-head {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-section-top .section-head {
        width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-section-top .btn-style-two {
        padding: 10px 20px;
    }
}

.portfolio-menu-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}


@media only screen and (max-width: 767px) {
    .portfolio-menu-style {
        margin: 50px 0 30px;
    }
}

.portfolio-menu-style .btn-portfolio {
    border: 0px;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-right: 50px;
    color: #1c1c1c;
}

.portfolio-menu-style .btn-portfolio:last-child {
    margin-right: 0px;
}

.portfolio-menu-style .btn-portfolio:hover {
    color: #ffa500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu-style .btn-portfolio {
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-menu-style .btn-portfolio {
        margin: 0px 10px;
    }
}

.portfolio-menu-style .btn-portfolio.active {
    color: #ffa500;
}

.single-portfolio {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.single-portfolio .thumbnail {
    position: relative;
    display: block;
}

.single-portfolio .thumbnail img {
    width: 100%;
}

.single-portfolio .thumbnail::before {
    content: "";
    background: linear-gradient(135deg, #FFA500 0%, #ffa500 45%, #ffa500 66%);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.single-portfolio .content {
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 0;
    transition: 0.6s;
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio .content {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content {
        padding: 20px;
    }
}

.single-portfolio .content .subtitle {
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content .subtitle {
        font-size: 14px;
    }
}

.single-portfolio .content .title {
    color: white;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content .title {
        font-size: 20px;
    }
}

.single-portfolio .content .title a:hover {
    color: #ffffff;
}

.single-portfolio:hover .thumbnail img {
    transform: scale(1.1);
    transition: 0.4s;
    opacity: 0.3;
}

.single-portfolio:hover .thumbnail::before {
    opacity: 1;
}

.single-portfolio:hover .content {
    bottom: 0%;
    opacity: 1;
    transition: 0.6s;
}

.single-portfolio:hover .lightbox {
    top: 30px;
    transition: 0.6s;
    opacity: 1;
}

.single-portfolio .large-image {
    width: 100%;
}

.single-portfolio .lightbox {
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 9;
    transition: 0.6s;
    opacity: 0;
}

.single-portfolio .lightbox .item {
    font-size: 24px;
    color: white;
}

.portfolio-load-more {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-load-more {
        margin: 60px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-load-more {
        margin: 50px 0 0px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-one .section-head .title {
        width: 320px;
    }
}

.portfolio-one .pagination-wrapper {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-one .pagination-wrapper {
        margin: 60px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-one .pagination-wrapper {
        margin: 50px 0 0px;
    }
}

.portfolio-details-wrapper {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-wrapper {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-wrapper {
        margin-top: 40px;
    }
}

.portfolio-details-wrapper .share {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.portfolio-details-wrapper .share .label {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin-right: 20px;
}

.portfolio-details-wrapper .share .sidebar-social li a {
    height: 50px;
    width: 50px;
}

.portfolio-details-type {
    background-color: #ffa5004a;
    padding: 60px;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-type {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-type {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type {
        padding: 30px;
    }
}

.portfolio-details-type li {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-type li {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type li {
        margin-bottom: 20px;
    }
}

.portfolio-details-type li:last-child {
    margin-bottom: 0px;
}

.portfolio-details-type li .name {
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 18px;
}

.portfolio-details-type li .type {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #8d8e99;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type li .type {
        font-size: 18px;
    }
}

.portfolio-details-inner {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-inner {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-inner {
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-inner {
        margin-left: 0px;
        margin-top: 50px;
    }
}

.portfolio-details-inner .portfolio-desc:last-child {
    margin-bottom: 0px;
}

.portfolio-desc {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-desc {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-desc {
        margin-bottom: 40px;
    }
}

.portfolio-desc-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-desc-title {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-desc-title {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.portfolio-desc .text {
    font-size: 21px;
    color: #8d8e99;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 30px;
}

.portfolio-desc .text-two {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .text-two {
        font-size: 16px;
    }
}

.portfolio-desc .solution {
    display: flex;
    justify-content: space-between;
    margin-right: 90px;
}

@media only screen and (max-width: 767px) {
    .portfolio-desc .solution {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .solution {
        justify-content: flex-start;
        flex-direction: column;
    }
}

.portfolio-desc .solution li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.portfolio-desc .solution li:last-child {
    margin-bottom: 0px;
}

.portfolio-desc .solution li img {
    margin-right: 30px;
}

.portfolio-desc .solution li span {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .solution li span {
        font-size: 16px;
    }
}

.portfolio-desc .single-process {
    padding: 30px;
    border: 1px solid #cacdd3;
    border-radius: 10px;
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-desc .single-process {
        padding: 15px;
    }
}

.portfolio-desc .single-process .number {
    height: 55px;
    width: 55px;
    background-color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
}

.portfolio-desc .single-process .title {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin: 25px 0 18px;
}

/* Portfolio Carousel */
.portfolio-carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.portfolio-carousel-wrapper .section-head {
    margin-bottom: 100px;
}

.portfolio-carousel-wrapper .section-head .text {
    max-width: 500px;
}

.portfolio-carousel {
    float: left;
    width: calc(100% + 700px);
    position: relative;
    padding-top: 160px;
    margin-top: -160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .portfolio-carousel {
        width: calc(100% + 300px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-carousel {
        width: calc(100% + 300px);
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-carousel {
        width: calc(100% + 200px);
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-carousel {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.portfolio-carousel .single-portfolio-carousel {
    border-radius: 30px;
}

.portfolio-swiper-arrow {
    position: absolute;
    top: 0;
    left: 58%;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .portfolio-swiper-arrow {
        left: 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-swiper-arrow {
        left: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-swiper-arrow {
        left: 64%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-swiper-arrow {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        top: auto;
    }
}

.portfolio-swiper-arrow .swiper-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffa500;
    border-radius: 100%;
    font-size: 24px;
    color: #1c1c1c;
    background-color: transparent;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .portfolio-swiper-arrow .swiper-btn {
        width: 40px;
        height: 40px;
    }
}

.portfolio-swiper-arrow .swiper-btn:hover {
    background: linear-gradient(135deg, #ffa500 0%, #ffa500 45%, #FFA500 66%);
    color: white;
    border: 0px;
}

/* =============================
    2.14 - Sidebar Style
================================ */
.sidebar-wrap .sidebar:last-child {
    margin-bottom: 0px;
}

.sidebar {
    padding: 50px;
    background-color: #ffa5004a;
    border-radius: 20px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
        padding: 20px;
    }
}

.sidebar .sidebar-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #1c1c1c;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .sidebar .sidebar-title {
        margin-bottom: 20px;
    }
}

.sidebar .sidebar-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffa500;
    width: 5px;
    height: 20px;
    border-radius: 5px;
}

.sidebar-title-two {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    text-transform: capitalize;
    color: white;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .sidebar-title-two {
        margin-bottom: 20px;
    }
}

.sidebar.sidebar-help {
    background-color: #ffa500;
}

.sidebar-search {
    position: relative;
    max-width: 100%;
}

.sidebar-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0px;
    background-color: white;
    color: #ffa500;
    font-size: 20px;
}

.sidebar-input {
    font-size: 14px;
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 5px;
    padding-right: 50px;
    padding-left: 20px;
    background-color: #ffffff;
    color: #1c1c1c;
    box-shadow: 7px 0px 30px rgba(25, 7, 89, 0.05);
}

.sidebar-input::-moz-placeholder {
    color: #a3a1a9;
    font-size: 16px;
}

.sidebar-input:-ms-input-placeholder {
    color: #a3a1a9;
    font-size: 16px;
}

.sidebar-input::placeholder {
    color: #a3a1a9;
    font-size: 16px;
}

.sidebar-blog li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar-blog li:last-child {
    margin-bottom: 0px;
}

.sidebar-blog li .image {
    flex: 1 0 90px;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-blog li .image {
        flex: none;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-blog li .image {
        flex: none;
    }
}

.sidebar-blog li .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sidebar-blog li .content .subtitle {
    color: #ffa500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.sidebar-blog li .content .title {
    color: #1c1c1c;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.sidebar-blog li .content .title:hover {
    color: #ffa500;
}

.sidebar-blog li .content .date {
    font-size: 14px;
}

.sidebar-category li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacdd3;
}

.sidebar-category li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}

.sidebar-category li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 16px;
}

.sidebar-category li a:hover {
    color: #ffa500;
}

.sidebar-category li a span {
    color: #a3a1a9;
    font-weight: 400;
    margin-left: 4px;
    font-size: 14px;
}

.sidebar-tags a {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #ffa50075;
    color: #54545f;
    display: inline-flex;
    margin-bottom: 6px;
    margin-right: 4px;
}

.sidebar-tags a:last-child {
    margin-bottom: 0px;
}

.sidebar-tags a:hover,
.sidebar-tags a.active {
    background-color: #ffa500;
    color: White;
}

.sidebar-instagram li {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sidebar-instagram li a {
    display: block;
    position: relative;
}

.sidebar-instagram li a::after {
    background: #ffa500;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: 0.5s;
}

.sidebar-instagram li a .add-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.5s;
}

.sidebar-instagram li a .add-action i {
    font-size: 24px;
    color: white;
    vertical-align: middle;
    line-height: 1;
}

.sidebar-instagram li a:hover::after {
    opacity: 0.5;
    visibility: visible;
    transition: 0.5s;
}

.sidebar-instagram li a:hover .add-action {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.sidebar-social li a {
    height: 60px;
    width: 60px;
    font-size: 21px;
    display: block;
    color: white;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.sidebar-social li .facebook {
    background-color: #1877f2;
}

.sidebar-social li .twitter {
    background-color: #1da1f2;
}

.sidebar-social li .linkedin {
    background-color: #0077b5;
}

.sidebar-social li .instagram {
    background-color: #405de6;
}

.sidebar-help-text {
    font-size: 21px;
    color: white;
    line-height: 1.5;
}

.sidebar-help-call {
    display: flex;
    align-items: center;
    margin-top: 90px;
}

.sidebar-help-call .icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
    transform: rotate(90deg);
    background-color: #ffa50075;
    font-size: 21px;
    margin-right: 20px;
}

.sidebar-help-call .call-area {
    display: flex;
    flex-direction: column;
}

.sidebar-help-call .text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 400;
}

.sidebar-help-call a {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 500;
}

.sidebar-help-call a:hover {
    color: #1c1c1c;
}

.sidebar-service li {
    margin-bottom: 10px;
    display: block;
}

.sidebar-service li:last-child {
    margin-bottom: 0px;
}

.sidebar-service li a {
    line-height: 1;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    padding: 20px 30px;
    display: block;
    width: 100%;
    background-color: rgb(255 165 0 / 41%);
    border-radius: 5px;
}

.sidebar-service li a:hover,
.sidebar-service li a.active {
    background-color: #ffa500;
    color: white;
}

.sidebar-download li {
    display: block;
    margin-bottom: 10px;
}

.sidebar-download li:last-child {
    margin-bottom: 0px;
}

.sidebar-download li a {
    display: block;
    width: 100%;
    font-size: 18px;
}

.sidebar-download li a:hover {
    font-size: 18px;
}

/* =============================
    2.15 - Contact Style
================================ */
.contact-head {
    margin-right: 100px;
}

@media only screen and (max-width: 479px) {
    .contact-head {
        margin-right: 0px;
    }
}

.contact-info li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-info li:last-child {
    margin-bottom: 0px;
}

.contact-info li .icon {
    height: 90px;
    width: 90px;
    background-color: #ffa50075;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffa500;
    margin-right: 30px;
}

@media only screen and (max-width: 479px) {
    .contact-info li .icon {
        height: 60px;
        width: 60px;
        margin-right: 20px;
        font-size: 20px;
    }
}

.contact-info-content .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.contact-info-content .text {
    font-family: "Roboto", sans-serif;
    color: #54545f;
    font-size: 18px;
}

.contact-info-content .text a {
    color: #54545f;
}

.contact-info-content .text a:hover {
    color: #ffa500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        margin-top: 40px;
    }
}

.contact-form .title {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .contact-form .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form .title {
        font-size: 30px;
    }
}

.contact-form input {
    height: 70px;
    border-radius: 10px;
}

.contact-form textarea {
    border-radius: 10px;
}

.google-map-area {
    position: relative;
}

.google-map-area:hover .icon {
    opacity: 1;
    transition: 0.3s;
}

.google-map-area .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.google-map-area .map-inner iframe {
    border-radius: 20px;
}

.map-inner iframe {
    width: 100%;
    height: 425px;
}

/* =============================
    2.16 - Plan Style
================================ */
.single-plan {
    margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-plan {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-plan {
        margin-right: 15px;
    }
}

.single-plan-head {
    display: block;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.single-plan-head .icon {
    margin-bottom: 20px;
}

.single-plan-head .number {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #FFA500;
    letter-spacing: 8px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.single-plan-head .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 500;
}

.single-plan-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .single-plan-text {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .single-plan-text {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

/* =============================
        2.13 - Footer Style
================================ */
.footer-area {
    background-color: #e9edf4;
    margin-top: 70px;
    position: relative;
    padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding-top: 60px;
    }
}

.footer-area .shape-one {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-area .shape-one.footertwo-shape {
    top: -70px;
}

.footer-area .shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-area .footer-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }
}

.footer-area .footer-top .section-head .title {
    font-size: 48px;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top .section-head .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-top .section-head {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top .section-head {
        text-align: center;
    }
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-widget.negative-margin {
    margin-top: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.negative-margin {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.negative-margin {
        margin-top: 0px;
    }
}

/* .footer-widget .footer-widget-list-icon {
    margin-top: 45px;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .footer-widget-list-icon {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget .footer-widget-list-icon {
        margin-top: 20px;
    }
}

.footer-widget .footer-widget-list-icon li {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.footer-widget .footer-widget-list-icon li:last-child {
    margin-bottom: 0px;
}

.footer-widget .footer-widget-list-icon li i {
    color: #7c7790;
}

.footer-widget .footer-widget-list-icon li span {
    color: #54545f;
    font-size: 18px;
    margin-left: 15px;
}

.footer-widget-title {
    font-size: 21px;
    color: #1c1c1c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget-title {
        margin-bottom: 20px;
    }
}

.footer-widget-list li {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-widget-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget-list a {
    color: #54545f;
}

.footer-widget-list a:hover {
    color: #ffa500;
}

.footer-widget .footer-text {
    color: #54545f;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-top: 40px;
}

.footer-copyright-area {
    background: #e5e8ef;
    margin-top: 60px;
}

.copyright {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright {
        padding: 20px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright {
        padding: 20px 0 15px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.copyright p {
    color: #54545f;
    font-size: 16px;
    margin-bottom: 0px;
}

.copyright p span {
    font-weight: 500;
}

.copyright .footer-bootm-list {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .copyright .footer-bootm-list {
        margin-bottom: 20px;
        justify-content: center;
    }
}

.copyright .footer-bootm-list li {
    position: relative;
    margin-right: 40px;
}

.copyright .footer-bootm-list li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.copyright .footer-bootm-list li a {
    font-size: 16px;
    color: #54545f;
}

.copyright .footer-bootm-list li a:hover {
    color: #ffa500;
}




/* =============================
    2.13 - Breadcrumb Style
================================ */
.breadcrumb-section {
    position: relative;
    overflow: hidden;
    background-color: #e9edf4;
    padding: 170px 0 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section {
        padding: 200px 0 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section {
        padding: 180px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section {
        padding: 140px 0 80px;
    }
}

.breadcrumb-section .shape {
    position: absolute;
}

.breadcrumb-section .shape-one {
    z-index: 1;
    top: 50%;
    left: 18%;
}

.breadcrumb-section .shape-one img {
    transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .breadcrumb-section .shape-one {
        left: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section .shape-one {
        left: 3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .shape-one {
        left: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .shape-one {
        display: none;
    }
}

.breadcrumb-section .shape-two {
    z-index: 1;
    top: 180px;
    right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .shape-two {
        top: 130px;
        right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .shape-two {
        display: none;
    }
}

.breadcrumb-section .shape-three {
    top: 0;
    left: 0;
}

.breadcrumb-section .shape-four {
    right: 0;
    bottom: -310px;
}

.breadcrumb-section .shape-five {
    right: 0;
    bottom: -300px;
}

.breadcrumb-section .breadcrumb-wrapper {
    position: relative;
    z-index: 1;
}

.breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 72px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 36px;
    }
}

.breadcrumb-section .breadcrumb-wrapper .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrapper .text {
        font-size: 18px;
        margin-top: 20px;
        max-width: 400px;
    }
}