/*===============================================
Template: Toko - Corporate Business HTML Template
Author: Hi-Tech Parks
Version: 1.0.0
Created: Nov 2023
================================================*/


/************************************************
    [TABLE OF CONTENTS]

    01. Reset
    02. Topbar
    03. Breadcrumbs
    04. Section Title
    05. Preloader
    06. Main Menu
    07. Mobile Menu
    08. Slider
    09. Feature
    10. About
    11. Team
    12. Partner
    13. Video
    14. Why Choose Us
    15. Work Process
    16. Experience
    17. Counter
    18. Testimonial
    19. Blog
    20. Pricing
    21. Sidebar
    22. Service
    23. Project
    24. Faq
    25. Blog Details
    26. Career
    27. Contact
    28. Error
    29. Subscribe
    30. Call To Action
    31. Footer
    
************************************************/


/************ font family *************/
@import url('css2.css');

.logo img{
max-width:180px;
max-height:40px}

/************ reset css start *************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    font-family: inherit;
    text-decoration: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
     a,
      p{font-family: 'Roboto', sans-serif !important}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-input-placeholder {
    color: #9da4a8;
    font-size: 16px;
}

::-moz-placeholder {
    color: #9da4a8;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #9da4a8;
    font-size: 16px;
}

::placeholder {
    color: #9da4a8;
    font-size: 16px;
}

/************ reset css end *************/


/******** variable start ********/
:root {
    --fontTitle: 'Rajdhani', sans-serif;
    --fontText: 'Roboto', sans-serif;
    --fontNum: 'Poppins', sans-serif;
}

/******** variable end ********/
#text-line-num1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#text-line-num2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#text-line-num3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/******** topbar start ********/
.topbar {
    padding: 10px 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #353535;
}

.topbar .shape {
    background-image: url('../image/innner_page_top_shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
    z-index: -1;
}

.topbar .topbar-info {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.topbar .topbar-right {
    float: right;
}

.topbar .topbar-menu {
    list-style-type: none;
    padding: 0px;
    display: inline-block;
}

.topbar .topbar-menu li {
    display: inline-block;
    margin: 0px 7px;
}

.topbar .topbar-menu li a {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: all 500ms ease;
    position: relative;
    font-weight: 300;
}

.topbar .topbar-menu li a:hover {
    color: #ff6116;
}

.topbar .topbar-menu li a::before {
    content: '';
    position: absolute;
    top: 2px;
    right: -8px;
    height: 12px;
    width: 1px;
    background-color: #ffffff;
    transform: skew(-20deg);
    margin: 0px -2px;
    font-weight: 300;
}

.topbar .topbar-menu li:last-child a::before {
    display: none;
}

.topbar .topbar-social {
    list-style-type: none;
    padding: 0px;
    display: inline-block;
    text-align: right;
    margin-left: 50px;
}

.topbar .topbar-social li {
    display: inline-block;
    margin: 0px 10px;
}

.topbar .topbar-social li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 10px;
    transition: all .5s;
}

.topbar .topbar-social li a:hover {
    color: #ff6116;
}

/******** topbar end ********/


/******** breadcrumbs start ********/
.breadcrumbs {
    position: relative;
    overflow: hidden;
}

.breadcrumbs .shape1 {
    background-image: url('../image/inner_page_shape_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 327px;
    position: absolute;
    top: 0px;
    left: -110px;
    z-index: 13;
}

.breadcrumbs .shape2 {
    background-image: url('../image/inner_page_shape_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 679px;
    position: absolute;
    bottom: -353px;
    right: -275px;
    z-index: 13;
}

.breadcrumbs .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.breadcrumbs .breadcrumbs-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-top: 75px;
}

.breadcrumbs .breadcrumbs-content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-family: var(--fontTitle);
    font-size: 46px;
    font-weight: 700;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumbs .breadcrumbs-content ul li {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #ff6116;
}

.breadcrumbs .breadcrumbs-content ul li span {
    color: #ffffff;
    font-size: 13px;
}

.breadcrumbs .breadcrumbs-content ul li a {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #ffff;
}

/******** breadcrumbs end ********/


/******** section title start ********/
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-family: var(--fontTitle);
    color: #db5e22;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.section-title h2::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 50px;
    height: 2px;
    animation: title-before 1s infinite alternate;
    background-color: #db5e22;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 65px;
    width: 20px;
    height: 2px;
    background-color: #db5e22;
    animation: title-after 1s infinite alternate;
}

.section-title h3 {
    font-family: var(--fontTitle);
    font-size: 46px;
    font-weight: 700;
    color: #353535;
    text-transform: capitalize;
    line-height: 1.1;
}

/******** section title end ********/


/******** preloader start ******/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6116;
}

.preloader-dash {
    width: 5px;
    height: 100px;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    margin: 10px;
    animation: preloader 1s linear infinite;
    border-radius: 20px;
}

.preloader-dash:nth-child(2) {
    animation-delay: 0.1s;
}

.preloader-dash:nth-child(3) {
    animation-delay: 0.2s;
}

.preloader-dash:nth-child(4) {
    animation-delay: 0.3s;
}

.preloader-dash:nth-child(5) {
    animation-delay: 0.4s;
}

.preloader-dash:nth-child(6) {
    animation-delay: 0.5s;
}

.preloader-dash:nth-child(7) {
    animation-delay: 0.6s;
}

.preloader-dash:nth-child(8) {
    animation-delay: 0.7s;
}

.preloader-dash:nth-child(9) {
    animation-delay: 0.8s;
}

.preloader-dash:nth-child(10) {
    animation-delay: 0.9s;
}

/******** preloader end ********/


/******** scroll top start ********/
.scrollTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6116;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 9999999999;
    cursor: pointer;
}

.scrollTop .icon {
    font-size: 30px;
    color: #ffffff;
}

.scrollTop.active {
    opacity: 1;
    visibility: visible;
}

/********** scroll top end *********/


/******** main menu start *********/
.main-navbar {
    padding: 10px 0px;
    background-color: #ffffff;
}

.main-navbar.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15);
}

/* MENU text CSS */
.main_menu ul {
    text-align: right;
    list-style: none;
    margin-bottom: 0px;
}

.main_menu>ul>li {
    display: inline-block;
}

.main_menu>ul>li.active {
    color: #ff6116;
}

.main_menu>ul>li>a {
    font-family: var(--fontTitle);
    font-weight: 500;
    display: block;
    margin: 0px 20px;
    transition: .5s;
    font-size: 18px;
    color: #353535;
    text-decoration: none;
}

.main_menu>ul>li>a.active,
.main_menu>ul>li>a:hover {
    color: #ff6116;
}

.main_menu>ul>li>a:before,
.main_menu>ul>li.current>a:before {
    background: #ffb600 none repeat scroll 0% 0;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 15%;
    display: none;
}

.main_menu ul li:last-child a {
    margin-right: 0px !important;
}

.main_menu>ul>li.current>a,
.main_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
    color: #ff6000;
    background-color: transparent;
    color: #ff6000;
}

.main_menu>ul>li:hover>a:before,
.main_menu>ul>li.current>a:before {
    opacity: 1;
}

.main_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 250%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #ff6116;
    transition: all .5s;
    overflow: hidden;
}

.main_menu ul li:hover .sub-menu {
    transition: .5s;
    opacity: 1;
    visibility: visible;
    top: 180%;
    z-index: 9;
}

.main_menu ul .sub-menu li {
    position: relative;
    transition: .5s;
}

.main_menu ul .menu-item-has-children {
    margin-right: 10px;
    position: relative;
}

.main_menu ul .menu-item-has-children>a {
    position: relative;
}

.main_menu ul .menu-item-has-children::before {
    font: var(--fa-font-solid);
    content: "\f107";
    position: absolute;
    top: 2px;
    right: -2px;
    transition: all .5s;
}

.main_menu ul .menu-item-has-children.active::before,
.main_menu ul .menu-item-has-children:hover::before,
.main_menu ul .menu-item-has-children:hover::before {
    color: #ff6116;
    transform: rotate(180deg);
}

.main_menu ul .sub-menu li a {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    transition: .5s;
    color: #353535;
    visibility: inherit !important;
    padding: 4px 0px;
    text-decoration: none;
}

.main_menu ul .sub-menu li:hover a,
.main_menu ul .sub-menu li a.active {
    color: #ff6000;
}

.main_menu ul .sub-menu li a::before {
    font: var(--fa-font-solid);
    content: "\f061";
    font-size: 13px;
    position: absolute;
    top: 7px;
    left: -50px;
    visibility: hidden;
    transition: all .5s;
}

.main_menu ul .sub-menu li a:hover::before {
    visibility: visible;
    left: -20px;
}

.main_menu ul .sub-menu li:before {
    left: -18px;
}

.main_menu ul .sub-menu li:hover:before {
    opacity: 1;
}

.main_menu ul .sub-menu li:hover {
    margin-left: 8px;
}

.main_menu .popup-btn {
    background-color: #ffffff;
    border-style: none;
    color: #ff6116;
    margin-top: -2px;
}

.main_menu .popup-btn:hover {
    color: #ff6116;
}

.main_menu .popup-btn:focus {
    background-color: #ffffff;
    border-style: none;
    box-shadow: none;
    border-style: none;
    color: #ff6116;
}

.modal-content .search-form {
    position: relative;
    top: 200px;
}

.modal-content .search-form input {
    box-shadow: none;
    border-style: none;
    border-bottom: 2px solid #ffeaea;
    padding: 15px 26px;
    font-weight: 500;
    font-size: 16px;
    color: #616161;
}

.modal-content .search-form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #616161;
}

.modal-content .search-form .btn {
    font-family: var(--fontTitle);
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: capitalize;
    background-color: transparent;
    color: #616161;
}

.modal-content .search-form .btn:hover,
.modal-content .search-form .btn:focus {
    box-shadow: none;
    border-style: none;
    outline-style: none;
}

.modal-content .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    opacity: 1;
    background-color: #fff9f6;
    z-index: 999999;
}

.main_menu .modal-header .btn-close:focus {
    box-shadow: none;
    border-style: none;
    outline: none;
}

/******** main menu end *********/


/******** mobile menu start ********/
.mobile_logo_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background-color: #ffffff;
    padding: 7px;
}

.mean-container .mean-bar {
    float: none;
    width: 100%;
    background: #ff6116;
    padding: 0px;
    min-height: 50px;
    z-index: 999999999;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #ffffffff;
    margin-top: 44px;
    position: relative;
}

.mean-container .mean-nav .mobile-logo {
    position: absolute;
    top: -34px;
    left: 13px;
    height: 30px;
}

.mean-container .mean-nav ul li {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a {
    font-family: var(--fontTitle);
    font-weight: 500;
    transition: .5s;
    font-size: 16px;
    color: #353535;
    text-align: center;
}

.mean-container .mean-nav ul li a.active {
    color: #ff6116;
}

.mean-container .mean-nav ul li a:hover {
    color: #ff6116;
}

.mean-container .mean-nav ul li a.mean-expand {
    background-color: #ff6116;
    color: #ffffff;
    transition: all .5s;
    margin-top: 1px;
    width: 26px;
    height: 27px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #ff6116;
    opacity: .8;
}

/******** mobile menu end ********/


/******** slider start *******/
.slider {
    position: relative;
    overflow: hidden;
}

.slider .top-shape {
    background-image: url('../image/home_page_top_shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 320px;
    position: absolute;
    top: 0px;
    left: -97px;
    z-index: 12;
}

.slider .bottom-shape {
    background-image: url('../image/slider_bottom_shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 308px;
    height: 369px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

.slider .carousel-item img {
    height: 656px;
    margin-top: 50px;
    object-fit: cover;
}

.slider .carousel .overlay {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 70%;
    z-index: 9;
}

.slider .carousel-indicators {
    z-index: 20;
    display: none;
}

.slider .carousel-control-prev {
    height: 45px;
    width: 45px;
    color: #ffffff;
    background-color: #ff6116;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: 152px !important;
    z-index: 99;
    top: 53%;
}

.slider .carousel-control-next {
    height: 45px;
    width: 45px;
    color: #ffffff;
    background-color: #ff6116;
    border-radius: 50%;
    position: absolute;
    right: 152px !important;
    z-index: 99;
    top: 45%;
}

.slider .carousel-control-prev-icon,
.slider .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.slider .carousel-caption {
    position: absolute;
    right: 15%;
    left: 10%;
    color: #fff;
    text-align: left;
    top: 242px;
    z-index: 13;
    width: 70%;
}

.slider .carousel-caption .title {
    font-family: var(--fontTitle);
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 35px;
}

.slider .carousel-caption .desc {
    font-family: var(--fontText);
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 35px;
}

.slider .carousel-caption .button-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.slider .carousel-caption .btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 15px;
    float: left;
    padding: 10px 20px;
    background-color: #ff6116;
    color: #ffffff;
    text-transform: capitalize;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slider .carousel-caption .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    background-color: #ff8145;
    transition: all 500ms ease;
}

.slider .carousel-caption .btn:hover::before {
    left: 0;
}

.slider .carousel-caption .video-btn {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #ff6116;
    border-radius: 50%;
    margin-left: 25px;
    outline: 5px solid rgba(255, 97, 22, 0.3);
    box-sizing: border-box;
}

.slider .carousel-caption .video-btn .icon {
    color: #ffffff;
    font-size: 20px;
}

.slider .carousel-caption .info {
    font-family: var(--fontTitle);
    text-transform: uppercase;
    font-weight: 400;
    color: #d8591b;
    font-size: 20px;
    margin-bottom: 15px;
}

.slider .carousel-caption .info-bottom {
    font-family: var(--fontTitle);
    font-weight: 600;
    float: left;
    color: #ffffff;
    margin-left: 25px;
    vertical-align: center;
}

/******** slider end ********/


/******** feature start ********/
.feature {
    padding: 60px 0px;
    background-image: url("../image/map.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.feature .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(110, 0, 93, 0.05);
}

.feature .single-feature {
    background: #ffffff;
    padding: 30px;
    transition: all 1.5s;
    position: relative;
    border-radius: 5px;
}

.feature .single-feature:hover {
    background-color: #ff6116;
    background-image: url('../image/png-23.png');
    transform: translateY(-10px);
}

.feature .single-feature .header {
    margin-bottom: 40px;
}

.feature .single-feature .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 7%;
    position: absolute;
    transition: all 0.5s;
}

.feature .single-feature:hover .icon-box {
    border-radius: 50%;
    transition: all .5s;
    background-color: #ff8145;
}

.feature .single-feature .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature .single-feature .title {
    font-family: var(--fontTitle);
    font-weight: 700;
    color: #353535;
    font-size: 20px;
    display: inline-block;
    line-height: 1.2;
    margin-left: 70px;
    display: inline-block;
}

.feature .single-feature:hover .title {
    color: #ffffff;
}

.feature .single-feature .desc {
    color: #616161;
    font-family: var(--fontText);
    font-size: 16px;
    line-height: 1.5;
}

.feature .single-feature:hover .desc {
    color: #ffffff;
}

/***** feature end *******/


/***** about start *******/
.about {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.about.bg-color {
    background-color: #fff9f6;
}

.about .shape-1 {
    background-image: url('../image/shape-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -139px;
    left: 3px;
    width: 280px;
    height: 440px;
    object-fit: cover;
}

.about .shape-2 {
    background-image: url('../image/6.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 105px;
    left: 232px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    animation: shape-position-change 3s linear infinite alternate;
}

.about .content-area {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.about .section-title {
    text-align: left;
}

.about .content-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
    margin-bottom: 30px;
}

.about .content-area .service-features {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 18px;
    color: #353535;
    float: left;
    margin: 10px 0px;
}

.about .content-area .service-features .feature-item {
    font-family: var(--fontText);
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.about .content-area .service-features .feature-item .icon {
    margin-right: 10px;
    color: #ff6116;
}

.about .content-area .button-area .btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 20px;
    background-color: #ff6116;
    border-style: none;
    outline-style: none;
    box-shadow: none;
    color: #ffffff;
    transition: all .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about .content-area .button-area .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -150px;
    z-index: -1;
    transition: all 500ms ease;
    background-color: #ff8145;
}

.about .content-area .button-area .btn:hover::before {
    left: 0;
}

.about .image-area {
    position: relative;
}

.about .image-area .main {
    position: relative;
    text-align: center;
}

.about .image-area .main img {
    width: 100%;
    max-width: 450px;
    max-height: 370px;
    object-fit: cover;
    border-radius: 5px;
}

.about .image-area .skills-progress {
    width: 240px;
    padding: 30px;
    background-color: #ffeaea;
    border-radius: 3%;
    position: absolute;
    bottom: -119px;
}

.about .image-area .skills-progress .progress-item {
    position: relative;
}

.about .image-area .skills-progress .progress-item:last-child {
    margin-bottom: 0px;
}

.about .image-area .skills-progress .progress-item .title {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 18px;
    color: #353535;
    margin-bottom: 20px;
}

.about .image-area .skills-progress .progress-item .progressbar {
    margin-top: 10px;
    margin-bottom: 17px;
    background-color: #ececec !important;
    box-shadow: none;
    border-radius: 4px !important;
}

.about .image-area .skills-progress .progress-item .progressbar .proggress {
    background-color: #ff6116 !important;
    height: 6px !important;
    border-radius: 4px !important;
}

.about .image-area .skills-progress .progress-item .progressbar .percentCount {
    margin-top: -38px;
    margin-right: 6px;
    font-size: 13px;
    color: #ffffff
}

.about .image-area .skills-progress .progress-item .value {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #da5e21;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    border: 3px solid #ffffff;
    outline: 1px solid #c9c9c9;
    position: absolute;
    top: -7px;
    right: 0;
}

.about .image-area .video-area {
    height: 220px;
    width: 220px;
    position: absolute;
    bottom: -114px;
    right: 42px;
    border-radius: 4px;
}

.about .image-area .video-area .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 4px;
}

.about .image-area .video-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.about .image-area .video-area .button-area {
    position: relative;
    bottom: 60%;
    left: 40%;
}

.about .image-area .video-area .button-area .play-btn {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #da5e21;
    color: #ffffff;
    box-shadow: none;
    border: 2px solid #ffffff;
    position: relative;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .image-area .video-area .button-area .play-btn:hover {
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, .2);
}

.about .image-area .video-area .button-area .play-btn::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: .5s;
    content: "";
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

/******** about end ********/


/******** team start ********/
.team {
    background-color: #ffffff;
    padding: 70px 0px 120px;
}

.team .single-team {
    border-radius: 5px;
    position: relative;
}

.team .single-team .team-image {
    width: 100%;
    height: 320px;
    position: relative;
}

.team .single-team .team-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27, 29, 27, 0.5);
    border-radius: 5px 5px 0px 0px;
    transform: scale(0, 0);
    z-index: 10;
    transition: all 500ms ease;
}

.team .single-team:hover .team-image .overlay {
    transform: scale(1, 1);
}

.team .single-team .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.team .single-team .team-info .team-social {
    padding: 0px !important;
    list-style-type: none;
    margin-top: 30px;
    text-align: center;
    position: relative;
    top: -150px;
    z-index: 30;
    transition: all 500ms linear
}

.team .single-team:hover .team-info .team-social {
    top: -120px;
}

.team .single-team .team-info .team-social li {
    display: inline-block;
}

.team .single-team .team-info .team-social li a {
    float: left;
    width: 32px;
    height: 32px;
    background-color: #ff6116;
    color: #ffffff;
    font-size: 16px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.team .single-team .team-info .team-social li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    border-radius: 3px;
}

.team .single-team .team-info .team-social li a:hover::before {
    transform: scale(1, 1);
}

.team .single-team .team-info .team-social li:hover a {
    background-color: #ff7939;
}

.team .single-team .team-info .team-social li:hover a {
    color: #ff6116;
}

.team .single-team .team-info {
    padding: 5px 50px;
    background-color: #ffffff;
    position: relative;
}

.team .single-team .team-info .team-info-inner {
    padding: 20px 10px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50px;
    right: 50px;
    z-index: 100;
    transition: all 500ms linear;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.10);
}

.team .single-team:hover .team-info .team-info-inner {
    bottom: -65px;
}

.team .single-team .team-info .team-info-inner .name {
    font-family: var(--fontTitle);
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 16px;
}

.team .single-team .team-info .team-info-inner .designation {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #ff6116;
}

.team .single-team .team-info .team-info-inner .team-contact-icon li {
    display: inline-block;
}

.team .single-team .team-info .team-info-inner .team-contact-icon li a {
    height: 45px;
    width: 45px;
    display: inline-block;
    background-color: #f5f5f6;
    margin: 0px 5px;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.5s;
    font-family: var(--fontText);
    font-size: 18px;
    color: #9797a1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team .single-team .team-info .team-info-inner .team-contact-icon li a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: -100px;
    right: 0px;
    z-index: -1;
    background-color: #ff6116;
    transition: all 500ms ease;
}

.team .single-team .team-info .team-info-inner .team-contact-icon li a:hover::before {
    left: 0px;
}

.team .single-team .team-info .team-info-inner .team-contact-icon li a:hover {
    color: #ffffff;
}

/******** team end ********/


/******** partner start ********/
.brands {
    padding: 100px 0px 150px;
    text-align: center;
    position: relative;
    perspective: 1000px;
}

.brands.home-page {
    padding: 100px 0px;
}

.brands.bg-color {
    background-color: #fff0e9;
}

.brands .item {
    display: flex;
    justify-content: center;
}

.brands .item img {
    width: 150px;
    filter: grayscale(100%);
}

.brands .item img:hover {
    filter: grayscale(0%);
}

.brands .right-shape {
    background-image: url('../image/shape2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 110px;
    height: 150px;
    animation: brand-shape-rotate 2000ms infinite linear;
}

.brands .left-shape {
    background-image: url('../image/shape2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 15px;
    width: 110px;
    height: 150px;
    animation: brand-shape-rotate 2000ms infinite linear;
}

/******** partner end ********/


/******** video start ********/
.video {
    padding: 70px 0px;
    background-image: url('../image/video_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.video .video-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 1;
}

.video .video-area .play-button-area {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.video .video-area .play-button-area::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: .9s;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.video .video-area .play-button-area .play-area {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ff6116;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.video .video-area .play-button-area .play-area .icon {
    font-size: 40px;
    color: #ff6116;
}

.video .video-area .title {
    font-family: var(--fontTitle);
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.video .video-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}

.video .video-area .btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ff6116;
    margin-top: 30px;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.video .video-area .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -150px;
    top: 0px;
    z-index: -1;
    border-radius: 5px;
    transition: all 500ms ease;
    background-color: #353535;
}

.video .video-area .btn:hover {
    color: #ffffff;
}

.video .video-area .btn:hover::before {
    left: 0px;
}

/***** video end ******/


/***** why choose us start *****/
.why-choose-us {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.why-choose-us .shape-1 {
    background-image: url('../image/2222.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 60%;
    position: absolute;
    top: 100px;
    left: -20%;
}

.why-choose-us .shape-2 {
    background-image: url('../image/6.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 53px;
    left: 92px;
    animation: shape-position-change 2s linear infinite alternate;
}

.why-choose-us .image-area .main-outer {
    position: relative;
}

.why-choose-us .image-area:hover .main-outer::before {
    width: 200px
}

.why-choose-us .image-area {
    position: relative;
}


.why-choose-us .image-area .main {
    width: 100%;
    position: relative;
}

.why-choose-us .image-area .main img {
    width: 100%;
    max-height: 330px;
    border-radius: 5px;
    object-fit: cover;
}

.why-choose-us .image-area .main .content {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    background-color: #ff6116;
    border-radius: 5px;
    position: absolute;
    right: 48px;
    bottom: 86px;
    z-index: 10;
    line-height: 1.3;
}

.why-choose-us .content-area {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.why-choose-us .content-area .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.why-choose-us .content-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #616161;
}

.why-choose-us .content-area .inner .single-item {
    padding-left: 50px;
    margin-top: 50px;
    position: relative;
}

.why-choose-us .content-area .inner .single-item .icon-area {
    width: 30px;
    height: 30px;
    background-color: #ff6116;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-us .content-area .inner .single-item .icon-area .icon {
    color: #ffffff;
}

.why-choose-us .content-area .inner .single-item .title {
    font-family: var(--fontTitle);
    font-size: 18px;
    font-weight: 700;
    color: #353535;
}

.why-choose-us .content-area .inner .single-item .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}

/***** why choose us end *****/


/****** work process start ******/
.work-process {
    padding: 70px 0px;
    background-color: #fff9f6;
}

.work-process .single-work-process {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    position: relative;
}

.work-process .single-work-process::after {
    content: '';
    width: 200px;
    height: 0px;
    position: absolute;
    top: 30%;
    right: -108px;
    border: 2px dotted #353535;
}

.work-process .single-work-process.last-item::after {
    display: none;
}

.work-process .single-work-process .icon-inner-1 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px dotted #d7ddd3;
    outline-offset: 18px;
    background-color: #353535;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    box-sizing: border-box;
}

.work-process .single-work-process:hover .icon-inner-1 {
    outline: 2px dotted #ffc5a9;
}

.work-process .single-work-process .icon-inner-1::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 45%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff6116;
    visibility: hidden;
    transition: all 100ms ease;
}

.work-process .single-work-process:hover .icon-inner-1::after {
    visibility: visible;
}

.work-process .single-work-process .icon-inner-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0, 0);
    background-color: #ff6116;
    z-index: -1;
    transition: all .5s;
}

.work-process .single-work-process:hover .icon-inner-1::before {
    transform: scale(1, 1);
}

.work-process .single-work-process .icon-inner-1 .icon-inner-2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #ff6116;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-process .single-work-process .icon-inner-1 .icon-inner-2 .icon {
    color: #ff6116;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s;
}

.work-process .single-work-process:hover .icon-inner-1 .icon-inner-2 .icon {
    color: #ffffff;
    font-size: 40px;
}

.work-process .single-work-process .content-area {
    padding: 0px 20px;
}

.work-process .single-work-process .content-area .title {
    font-family: var(--fontTitle);
    font-size: 24px;
    font-weight: 700;
    color: #353535;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}

.work-process .single-work-process .content-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    text-align: center;
    line-height: 1.5;
}

/******* work process end ********/


/****** experience start ******/
.experience {
    padding: 120px 0px;
    position: relative;
}

.experience .shape-1 {
    background-image: url('../image/6.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 13%;
    left: 5%;
    animation: shape-position-change 2s linear infinite alternate;
}

.experience .shape-2 {
    background-image: url('../image/circle_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 17px;
    left: 32%;
    animation: shape-position-change 2s linear infinite alternate;
}

.experience .image-area {
    position: relative;
}

.experience .image-area::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -20px;
    width: 5px;
    height: 200px;
    background-color: #ff6116;
    transition: all 500ms ease;
}

.experience .image-area:hover::before {
    height: 300px;
}

.experience .image-area .main-img img {
    width: 80%;
    height: 500px;
    border-radius: 5px;
    object-fit: cover;
}

.experience .image-area .sub-img {
    position: absolute;
    bottom: -54px;
    right: 42px;
}

.experience .image-area .sub-img img {
    width: 250px;
    height: 250px;
    border-radius: 4px;
    object-fit: cover;
}

.experience .content-area .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.experience .content-area .desc {
    font-family: var(--fontText);
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
}

.experience .content-area .progress-title {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 18px;
    color: #313131;
    margin-top: 30px;
}

.experience .content-area .progressbar {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: #ececec !important;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 4px !important;
}

.experience .content-area .progressbar .proggress {
    background-color: #ff6116 !important;
    height: 5px !important;
    border-radius: 4px !important;
}

.experience .content-area .progressbar .percentCount {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 18px;
    float: right;
    margin-top: -40px;
    clear: both;
}

.experience .content-area .btn {
    font-family: var(--fontTitle);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff6116;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    padding: 10px 20px;
    transition: all .5s;
    margin-top: 20px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.experience .content-area .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -150px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
    background-color: #ff8145;
}

.experience .content-area .btn:hover::before {
    left: 0;
}

/****** experience end ******/


/******* counter start ********/
.counter {
    padding: 70px 0px;
    background-image: url('../image/counter_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.counter .single-counter {
    text-align: center;
    position: relative;
}

.counter .count-num {
    font-family: var(--fontNum);
    font-weight: 600;
    font-size: 70px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.counter .shape {
    position: absolute;
    top: -24%;
    left: 13%;
    width: 70px;
    height: 70px;
    background-image: url('../image/counter_circle.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .count-num::before {
    content: '';
    width: 5px;
    height: 40px;
    background-color: #ffffff;
}

.counter .content-area {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    border-left: 2px solid #ffffff;
    padding-left: 20px;
    vertical-align: center;
}

.counter .content-area .designation {
    font-family: var(--fontNum);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.counter .content-area .status {
    font-family: var(--fontNum);
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
}

/******* counter start ********/


/******* testimonial start *******/
.testimonial {
    padding: 60px 0px;
    background-image: url('../image/map.png');
    position: relative;
}

.testimonial .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(188, 121, 121, 0.1);
}

.testimonial .single-testimonial {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    padding: 25px;
    text-align: center;
}

.testimonial .single-testimonial .thum-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial .single-testimonial .thum-box img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial .single-testimonial .rating-box {
    text-align: right;
}

.testimonial .single-testimonial .rating-box .icon {
    font-weight: 400;
    color: #ff6116;
    margin: 0px 3px;
}

.testimonial .single-testimonial .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
    margin: 20px 0px;
}

.testimonial .single-testimonial .name {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 18px;
    color: #353535;
    display: inline-block;
}

.testimonial .single-testimonial .designation {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    margin-left: 10px;
}

.testimonial .single-testimonial .quote {
    position: absolute;
    bottom: 10%;
    right: 13%;
}

.testimonial .single-testimonial .quote .icon {
    font-size: 60px;
    color: #ffe9de;
}

.testimonial .owl-carousel .owl-dots {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.testimonial .owl-carousel .owl-dots .owl-dot {
    display: inline;
    width: 6px;
    height: 6px;
    background-color: #ff6116;
    border-radius: 50%;
    margin: 0px 5px;
}

.testimonial .owl-carousel .owl-dots .owl-dot.active {
    width: 30px;
    border-radius: 10px;
}

/********* testimonial end *********/


/********* blog start *********/
.blog {
    padding: 60px 0px;
}

.blog .single-blog {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    transition: all .5s;
    margin-bottom: 20px;
}

.blog .single-blog:hover {
    transform: translateY(-10px);
}

.blog .single-blog .image-area {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.blog .single-blog .image-area img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
    transition: all .5s;
}

.blog .single-blog:hover .image-area img {
    transform: scale(1.1);
}

.blog .single-blog .content-area {
    padding: 20px;
    position: relative;
}

.blog .single-blog .content-area .date-area {
    width: 60px;
    height: 60px;
    background-color: #ff6116;
    border-radius: 5%;
    text-align: center;
    position: absolute;
    top: -19%;
    right: 27px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.blog .single-blog .content-area .date-area .day {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 4px;
}

.blog .single-blog .content-area .date-area .month {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}

.blog .single-blog .content-area .category {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 16px;
    color: #ff6116;
    padding-left: 25px;
    position: relative;
}

.blog .single-blog .content-area .category::before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ff6116;
    position: absolute;
    top: 2px;
    left: -1px;
}

.blog .single-blog .content-area .title {
    margin: 0px !important;
    text-align: center;
}

.blog .single-blog .content-area .title a {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    color: #353535;
    transition: all .5s;
    line-height: 1.3;
}

.blog .single-blog .content-area .title a:hover {
    color: #ff6116;
}

.blog .single-blog .content-area .button-area {
    margin-top: 20px;
}

.blog .single-blog .content-area .button-area a {
    font-family: var(--fontTitle);
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    text-decoration: none;
    transition: all 0.5s;
}

.blog .single-blog .content-area .button-area a:hover {
    color: #ff6116;
}

.blog .single-blog .content-area .button-area a .icon {
    color: #353535;
    transition: all 0.5s;
}

.blog .single-blog .content-area .button-area a:hover .icon {
    color: #ff6116;
}

/******** blog end ********/


/****** pricing start ******/
.pricing {
    padding: 100px 0px;
}

.pricing .single-pricing {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    border-radius: 3%;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing .single-pricing .price-header {
    background-color: #fbeee8;
    height: 312px;
    width: 100%;
    position: relative;
    transition: all 200ms ease;
}

.pricing .single-pricing:hover .price-header,
.pricing .single-pricing.active .price-header {
    background-color: rgba(255, 97, 22, .2);
}

.pricing .single-pricing .price-header::before {
    content: '';
    width: 100%;
    height: 120%;
    background-color: #ffffff;
    position: absolute;
    bottom: -66%;
    border-radius: 50%;
    z-index: 1;
}

.pricing .single-pricing .price-header .price-tag {
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 600;
    color: #db5e22;
    position: absolute;
    top: 20%;
    right: 8%;
}

.pricing .single-pricing .price-header .price-icon {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2 {
    width: 85px;
    height: 85px;
    background-color: #d8591b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0, 0);
    background-color: #d8591b;
    transition: all 500ms ease;
    z-index: -1;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2:hover::before {
    transform: scale(1, 1);
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2 .icon-inner-1 {
    width: 40px;
    height: 40px;
    background-color: #db5e22;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2:hover .icon-inner-1 {
    background: transparent;
    border-style: none;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2 .icon-inner-1 .icon {
    color: #ffffff;
    font-size: 25px;
    transition: all 500ms ease;
}

.pricing .single-pricing .price-header .price-icon .icon-inner-2:hover .icon-inner-1 .icon {
    font-size: 40px;
}

.pricing .single-pricing .price-body .pricing-features {
    text-align: center;
}

.pricing .single-pricing .price-body .pricing-features li {
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #616161;
}

.pricing .single-pricing .price-body .pricing-features li .icon-box {
    position: relative;
    margin-right: 20px;
    top: -1px;
}

.pricing .single-pricing .price-body .pricing-features li .icon-box .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #db5e22;
    color: #db5e22;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .single-pricing .price-body {
    margin-top: 50px;
    position: relative;
    z-index: 12;
}

.pricing .single-pricing .price-button {
    text-align: center;
    margin-top: 30px;
}

.pricing .single-pricing .price-button .btn {
    font-family: var(--fontTitle);
    font-size: 18px;
    font-weight: 600;
    background-color: #ff6116;
    color: #ffffff;
    text-transform: uppercase;
    border-style: none;
    box-shadow: none;
    outline-style: none;
    padding: 15px 30px;
    transition: all .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
}

.pricing .single-pricing .price-button .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
}

.pricing .single-pricing .price-button .btn:hover::before {
    left: 0;
}

.pricing .single-pricing .price {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.pricing .single-pricing .price .plan {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 22px;
}

.pricing .single-pricing .price .currency-symbol {
    font-family: var(--fontTitle);
    font-size: 32px;
    font-weight: 700;
    color: #353535;
    display: inline-block;
    position: relative;
    top: -20px;
}

.pricing .single-pricing .price .amount {
    font-weight: var(--fontTitle);
    font-weight: 700;
    font-size: 65px;
    color: #db5e22;
    display: inline-block;
}

.pricing .single-pricing .price .duration {
    font-family: var(--fontTitle);
    font-size: 20px;
    font-weight: 500;
    color: #d8591b;
    display: inline-block;
}

/****** pricing end ******/


/************ sidebar start *************/
.sidebar .sidebar-widget {
    padding: 35px 30px;
    background-color: #f6f6f6;
    margin-bottom: 40px;
    border-radius: 5px;
}

.sidebar .sidebar-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #353535;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .widget-title::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #ff6116;
    animation: sidebar-title-before-animation 1000ms infinite alternate;
}

.sidebar .sidebar-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 40px;
    width: 10px;
    height: 2px;
    background-color: #ff6116;
    animation: sidebar-title-after-animation 1000ms infinite alternate;
}

.sidebar .sidebar-widget .widget-content .category-list li {
    padding-left: 20px;
    margin: 13px 0px;
    position: relative;
}

.sidebar .sidebar-widget .widget-content .category-list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff6116;
    border-radius: 50%;
}

.sidebar .sidebar-widget .widget-content .category-list li a {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    text-decoration: none;
    position: relative;
}

.sidebar .sidebar-widget .widget-content .category-list li a::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 0%;
    background-color: #ff6116;
    bottom: -2px;
    transition: all 500ms ease;
}

.sidebar .sidebar-widget .widget-content .category-list li a:hover::before {
    width: 100%;
}

.sidebar .sidebar-widget .post-inner {
    margin-top: 20px;
}

.sidebar .sidebar-widget .post-inner .post {
    position: relative;
    padding-left: 115px;
    margin-top: 30px;
    height: 90px;
}

.sidebar .sidebar-widget .post-inner .post .post-thum {
    position: absolute;
    top: 5px;
    left: 0;
}

.sidebar .sidebar-widget .post-inner .post .post-thum img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
}

.sidebar .sidebar-widget .post-inner .post .desc {
    margin-bottom: 15px;
}

.sidebar .sidebar-widget .post-inner .post .desc a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    color: #353535;
    line-height: 1.5;
}

.sidebar .sidebar-widget .post-inner .post .date {
    font-family: var(--fontTitle);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ff6116;
}

.sidebar .tag-widget .tags-list {
    display: flex;
    flex-wrap: wrap;
}

.sidebar .tag-widget .tags-list li {
    margin-right: 10px;
    margin-bottom: 30px;
}

.sidebar .tag-widget .tags-list li a {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 14px;
    text-decoration: none;
    background-color: #ffffff;
    color: #353535;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.sidebar .tag-widget .tags-list li a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ff6116;
    transform: scale(0, 1);
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 4px;
}

.sidebar .tag-widget .tags-list li a:hover::before {
    transform: scale(1, 1);
}

.sidebar .tag-widget .tags-list li a:hover {
    color: #ffffff;
}

.sidebar .sidebar-widget .search-form {
    position: relative;
}

.sidebar .sidebar-widget .search-form .form-group {
    position: relative;
}

.sidebar .sidebar-widget .search-form .form-group button {
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #e6e6e6;
    cursor: pointer;
    transition: all 500ms ease;
    border-style: none;
    width: 50px;
    bottom: 0;
}

.sidebar .sidebar-widget .search-form .form-group input {
    padding: 10px 10px;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    color: #616161;
}

.sidebar .sidebar-widget .search-form .form-group input::placeholder {
    text-transform: capitalize;
    color: #e6e6e6;
}

.sidebar .sidebar-widget .search-form .form-group input:focus {
    box-shadow: none;
    border-style: none;
    outline-style: none;
}

.sidebar .support-widget {
    background-image: url('../image/contact_bg.png');
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.sidebar .support-widget .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.sidebar .support-widget .shape {
    position: absolute;
    top: -50px;
    left: -118px;
    background-image: url('../image/contact_shape.png');
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    z-index: 10;
}

.sidebar .support-widget .widget-content {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
    z-index: 200;
}

.sidebar .support-widget .widget-content form input {
    float: left;
    width: 70%;
    font-size: 16px;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    border-radius: 3px 0px 0px 3px;
}

.sidebar .support-widget .widget-content form input::placeholder {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 16px;
    color: #1c1c1c;
}

.sidebar .support-widget .widget-content form .btn {
    float: left;
    width: 30%;
    background-color: #ff6116;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    color: #ffffff;
    border-radius: 0px 3px 3px 0px;
}

.sidebar .support-widget .widget-content .info {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #db5e22;
    margin-bottom: 15px;
}

.sidebar .support-widget .widget-content .title {
    font-family: var(--fontTitle);
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.sidebar .support-widget .widget-content .number {
    font-family: var(--fontTitle);
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar .support-widget .widget-content .label {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sidebar-title-section {
    text-align: left;
    padding-bottom: 30px;
}

.sidebar-title-section h2 {
    font-family: var(--fontTitle);
    color: #db5e22;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.sidebar-title-section h2::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 50px;
    height: 2px;
    animation: title-before 1s infinite alternate;
    background-color: #db5e22;
}

.sidebar-title-section h2::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 65px;
    width: 20px;
    height: 2px;
    background-color: #db5e22;
    animation: title-after 1s infinite alternate;
}

.sidebar-title-section h3 {
    font-family: var(--fontTitle);
    font-size: 46px;
    font-weight: 700;
    color: #353535;
    text-transform: capitalize;
    margin-top: 25px;
    line-height: 1.1;
}

/************ sidebar end *************/


/******* service start ******/
.service {
    padding: 60px 0px 40px;
    background-color: #fff0e9;
    position: relative;
    overflow: hidden;
}

.service .shape {
    background-image: url('../image/service_shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -229px;
    left: -192px;
    width: 520px;
    height: 510px;
}

.service .single-service {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.service.single-page .single-service {
    margin-bottom: 40px;
    border-radius: 0px 0px 5px 5px;
}

.service .single-service .image-area {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.service .single-service .image-area a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.service .single-service:hover .image-area a img {
    transform: scale(1.1);
}

.service .single-service .content-area {
    padding: 30px;
    position: relative;
    text-align: center;
}

.service .single-service .content-area .icon-box {
    width: 45px;
    height: 45px;
    background-color: #ff6116;
    position: absolute;
    top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
}

.service .single-service:hover .content-area .icon-box {
    animation-name: service-iconbox-rotate;
    animation-duration: 1s;
}

.service .single-service .content-area .icon-box .icon {
    font-size: 25px;
    color: #ffffff;
}

.service .single-service .content-area .title a {
    font-family: var(--fontTitle);
    color: #353535;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: all .5s;
}

.service .single-service .content-area .title a:hover {
    color: #ff6116;
}

.service .single-service .content-area .desc {
    font-family: var(--fontText);
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
    margin-top: 20px;
}

.service .single-service .content-area .button-area {
    margin-top: 20px;
}

.service .single-service .content-area .button-area a {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    text-decoration: none;
    transition: all 0.5s;
}

.service .single-service .content-area .button-area a:hover {
    color: #ff6116;
}

.service .single-service .content-area .button-area a .icon {
    font-size: 14px;
    color: #353535;
    transition: all 0.5s;
}

.service .single-service .content-area .button-area a:hover .icon {
    color: #ff6116;
}

/******* service end *******/


/****** service details start ******/
.service-details {
    padding: 70px 0px;
}

.service-details .service {
    background-color: #ffffff;
}

.service-details .service .single-service {
    background-color: #f3f7fa;
    border-radius: 5px;
}

.service-details .service-details-content .img-area {
    margin-bottom: 30px;
}

.service-details .service-details-content .img-area img {
    width: 100%;
    height: 420px;
    border-radius: 5px;
    object-fit: cover;
}

.service-details .service-details-content .content-area .title {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 40px;
    color: #353535;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 1.1;
}

.service-details .service-details-content .content-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.7;
}

.service-details .service-details-content .features {
    background-color: #f3f7fa;
    padding: 30px 20px;
    padding-left: 120px;
    position: relative;
    margin-top: 50px;
    border-radius: 5px;
}

.service-details .service-details-content .features .icon-box {
    position: absolute;
    top: 25%;
    left: 10%;
}

.service-details .service-details-content .features .icon-box .icon img {
    width: 50px;
}

.service-details .service-details-content .features .title {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 24px;
    color: #353535;
    margin-bottom: 10px;
}

.service-details .service-details-content .features .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
}

/******** service details end ********/


/****** project start ******/
.project {
    padding: 70px 0px;
}

.project .item-menu {
    text-align: center;
    margin-bottom: 50px;
}

.project .item-menu ul li {
    font-family: var(--fontTitle);
    font-size: 20px;
    font-weight: 500;
    color: #353535;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    position: relative;
}

.project .item-menu ul li.active {
    color: #db5e22;
}

.project .item-menu ul li::after {
    content: '';
    width: 80%;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #db5e22;
    position: absolute;
    bottom: -5px;
    transform: scale(0, 1);
    transition: all .5s;
}

.project .item-menu ul li.active::after {
    transform: scale(1, 1);
}

.project .item-details {
    padding: 0px;
    margin: 0px;
}

.project .item-details .item {
    margin-bottom: 20px;
    overflow: hidden;
}

.project .item-details .item .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 5px;
}

.project .item-details .item {
    position: relative;
}

.project .item-details .item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    left: 12px;
    transform: scale(0, 0);
    background-color: rgba(255, 176, 138, .5);
    transition: all 500ms ease;
}

.project .item-details .item:hover .overlay {
    background-color: rgba(255, 176, 138, .5);
    transform: scale(1, 1);
}

.project .item-details .item .content {
    position: absolute;
    right: 20%;
    left: 20%;
    bottom: -40%;
    background-color: #302e2e;
    z-index: 100;
    padding: 30px 30px;
    transition: all 500ms !important;
}

.project .item-details .item:hover .content {
    bottom: 20%;
}

.project .item-details .item .content .info {
    float: left;
}

.project .item-details .item .content .info .title {
    margin-bottom: 8px;
}

.project .item-details .item .content .icon {
    float: right;
}

.project .item-details .item .content .title a {
    font-family: var(--fontTitle);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.project .item-details .item .content .category a {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.project .item-details .item .content .icon-area .icon {
    color: #ffffff;
    font-size: 25px;
    margin-top: 10px;
}

.project .item-details .btn-area {
    text-align: center;
    margin-top: 30px
}

.project .item-details .btn-area .btn {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff6116;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.project .item-details .btn-area .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
    border-radius: 4px;
}

.project .item-details .btn-area .btn:hover::before {
    width: 100%;
}

.project .item-details .btn-area .btn:focus {
    box-shadow: none;
    border-style: none;
    outline-style: none;
}

/****** project end ******/


/****** portfolio details start  ******/
.project-details {
    padding: 70px 0px;
}

.project-details .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.project-details .project-details-content img {
    width: 100%;
    object-fit: cover;
    height: 720px;
    border-radius: 5px;
}

.project-details .project-details-sidebar {
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 5px;
}

.project-details .project-details-sidebar .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.7;
    margin-bottom: 30px;
}

.project-details .project-details-sidebar .info-list li {
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}

.project-details .project-details-sidebar .info-list li .label {
    font-family: var(--fontTitle);
    font-weight: 600;
    margin-right: 7px;
}

.project-details .project-details-sidebar .info-list li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff6116;
    border-radius: 50%;
}

.project-details .project-silder {
    margin-top: 70px;
}

.project-details .project-silder .item img {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    object-fit: cover;
}

/****** portfolio details end  ******/


/****** faq start ******/
.faq {
    padding: 70px 0px;
}

.faq .section-title {
    text-align: left;
}

.faq .section-title .desc {
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    margin-top: 35px;
    line-height: 1.7;
}

.faq .faq-accordion .accordion {
    border-style: none;
}

.faq .faq-accordion .accordion .accordion-item {
    margin-bottom: 20px;
    border-style: none;
}

.faq .faq-accordion .accordion .accordion-item .accordion-button {
    font-family: var(--fontTitle);
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    padding: 10px;
}

.faq .faq-accordion .accordion .accordion-item .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f107";
    background: none;
}

.faq .faq-accordion .accordion .accordion-item .accordion-button[aria-expanded=true] {
    background-color: #ffffff;
    color: #db5e22;
}

.faq .faq-accordion .accordion .accordion-item .accordion-button[aria-expanded=true]::after {
    transform: rotate(-90deg);
    color: #db5e22;
}

.faq .faq-accordion .accordion .accordion-item .accordion-body {
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    line-height: 1.7;
    background-color: #f7f7f7;
    padding: 15px 20px;
}

.faq .faq-accordion .accordion .accordion-item .accordion-button:focus {
    border-style: none;
    box-shadow: none;
    outline-style: none;
}

/****** faq end ******/


/****** blog start  ******/
.blog-standard {
    padding: 70px 0px;
}

.blog-standard .blog-standard-content {
    margin-bottom: 50px;
}

.blog-standard .blog-standard-content .img-area img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-standard .blog-standard-content .img-area {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.blog-standard .blog-standard-content .img-area .overlay {
    position: absolute;
    top: 0;
    bottom: -300px;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 1000ms ease;
}

.blog-standard .blog-standard-content:hover .img-area .overlay {
    top: 0;
    bottom: 0;
}

.blog-standard .blog-standard-content .content-area {
    padding: 40px;
    border: 1px solid #fea578;
    border-radius: 0px 0px 5px 5px;
    position: relative;
}

.blog-standard .blog-standard-content .content-area .title a {
    font-family: var(--fontTitle);
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    position: absolute;
    top: -80px;
    text-decoration: none;
}

.blog-standard .blog-standard-content .content-area .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
    margin-bottom: 35px;
}

.blog-standard .blog-standard-content .content-area .meta-tags {
    width: 100%;
    line-height: 3;
}

.blog-standard .blog-standard-content .content-area .btn-area {
    display: inline-block;
}

.blog-standard .blog-standard-content .content-area .btn-area .btn {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 16px;
    background-color: #ff6116;
    color: #ffffff;
    padding: 8px 20px;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-standard .blog-standard-content .content-area .btn-area .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -120px;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
}

.blog-standard .blog-standard-content .content-area .btn-area .btn:hover::before {
    left: 0;
}

.blog-standard .blog-standard-content .content-area .date {
    font-family: var(--fontTitle);
    font-size: 16px;
    font-weight: 500;
    color: #ff6116;
    margin: 0px 90px;
}

.blog-standard .blog-standard-content .content-area .category {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 16px;
    color: #ff6116;
    text-decoration: none;
}

/****** blog end ******/


/****** blog details start ******/
.blog-details {
    padding: 0px 0px 50px;
}

.blog-details .title {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    margin: 0px 0px 30px;
    color: #353535;
    line-height: 1.1;
}

.blog-details .img-area img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-details .blog-details-content {
    position: relative;
    margin-bottom: 50px;
}

.blog-details .blog-details-content .date {
    position: absolute;
    bottom: -27px;
    left: 5%;
    background-color: #ff6116;
    padding: 5px 20px;
    text-align: center;
}

.blog-details .blog-details-content .date .day {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.blog-details .blog-details-content .date .month {
    font-family: var(--fontTitle);
    font-size: 20px;
    color: #ffffff;
}

.blog-details .blog-details-content .meta {
    position: absolute;
    bottom: -15px;
    left: 17%;
    background-color: #ff6116;
    padding: 10px;
}

.blog-details .blog-details-content .meta li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin: 0px 5px;
    text-transform: capitalize;
}

.blog-details .blog-details-content .meta li::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.blog-details .blog-details-content .meta li a {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.blog-details .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.7;
    margin-bottom: 15px;
}

.blog-details blockquote {
    background-color: #ffeee6;
    padding: 30px;
    border-left: 3px solid #db5e22;
    margin: 50px 0px;
}

.blog-details blockquote .icon-box {
    float: left;
    margin-right: 40px;
}

.blog-details blockquote .icon-box .icon {
    font-size: 40px;
    color: #db5e22;
}

.blog-details blockquote .quote {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
}

.blog-details blockquote .name {
    font-family: var(--fontText);
    font-size: 16px;
    color: #616161;
    text-transform: uppercase;
    padding-left: 75px;
    margin-top: 5px;
}

.blog-details .image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.blog-details .image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-details .list li {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 18px;
    color: #616161;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.blog-details .list li .icon {
    color: #db5e22;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

/****** blog details end ******/


/****** career start ******/
.career {
    padding: 70px 0px;
    background-color: #f6f7f8;
}

.career .job-list .job-item {
    background-color: #ffffff;
    position: relative;
    padding: 30px 0px;
    padding-left: 150px;
    margin-bottom: 30px;
    transition: all 1s;
    border-radius: 5px;
}

.career .job-list .job-item:hover {
    background-color: #ff6116;
}

.career .job-list .job-item .icon-area {
    width: 80px;
    height: 80px;
    background-color: #f6f7f8;
    border: 3px solid #ff6116;
    position: absolute;
    top: 15px;
    left: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

.career .job-list .job-item:hover .icon-area {
    background-color: #ffffff;
}

.career .job-list .job-item .icon-area {
    color: #ff6116;
    font-size: 40px;
}

.career .job-list .job-item .job-category {
    font-family: var(--fontTitle);
    font-size: 25px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 10px;
    transition: all .2s;
}

.career .job-list .job-item:hover .job-category {
    color: #ffffff;
}

.career .job-list .job-item .job-desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    transition: all .2s;
}

.career .job-list .job-item:hover .job-desc {
    color: #ffffff;
}

.career .job-list .job-item .apply-btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    float: right;
    border: 2px solid #ff6116;
    background-color: #ffffff;
    color: #353535;
    box-shadow: none;
    outline-style: none;
    position: absolute;
    right: 5%;
    bottom: 35%;
    font-size: 18px;
    transition: all .2s;
}

/****** career end ******/


/****** career solution start ******/
.career-features {
    padding: 70px 0px;
}

.career-features .section-title {
    text-align: left;
    padding-bottom: 40px;
}

.career-features .content .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    line-height: 1.7;
    margin-bottom: 30px;
}

.career-features .content .btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #ff6116;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    transition: all .5s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.career-features .content .btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -150px;
    z-index: -1;
    background-color: #ff8145;
    transition: all 500ms ease;
}

.career-features .content .btn:hover::before {
    left: 0;
}

.career-features .features .feature-box {
    font-family: var(--fontTitle);
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.career-features .features .feature-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: #ff6116;
    transition: all 500ms ease;
    z-index: -1;
}

.career-features .features .feature-box:hover::before {
    height: 100%;
    top: 0;
}

.career-features .features .feature-box.first-item {
    margin-top: 30px;
}

.career-features .features .feature-box .icon-area {
    width: 75px;
    height: 75px;
    background-color: #f6f7f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.career-features .features .feature-box .icon-area .icon {
    font-size: 25px;
    color: #ff6116;
}

.career-features .features .feature-box .title {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    transition: all 500ms ease;
}

.career-features .features .feature-box:hover .title {
    color: #ffffff;
}

/****** career solution end ******/


/****** contact start ******/
.contact {
    padding: 80px 0px;
    background-color: #ffffff;
}

.contact .section-title {
    text-align: left !important;
}

.contact .contact-form {
    background-color: #f6f7f8;
    padding: 50px 30px;
    border-radius: 5px;
}

.contact .contact-form .form-label {
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 35px;
    color: #353535;
    line-height: 1.5;
}

.contact .contact-form .form-group {
    margin-bottom: 35px;
}

.contact .contact-form label {
    font-family: var(--fontText);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #353535;
}

.contact .contact-form input,
.contact .contact-form textarea,
.contact .contact-form select {
    box-shadow: none;
    border-style: none;
    outline-style: none;
    padding: 12px 15px;
    position: relative;
    border-bottom: 2px solid transparent;
    border-width: 1px;
    transition: all 500ms ease;
    color: #616161;
    font-size: 16px;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder,
.contact .contact-form select::placeholder,
.contact .contact-form select {
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 400;
    color: #9da4a8;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus,
.contact .contact-form select:focus {
    border-color: #ff6116;
}

.contact .contact-form input:hover,
.contact .contact-form textarea:hover,
.contact .contact-form select:hover {
    border-width: 1px;
}

.contact .contact-form button {
    font-family: var(--fontTitle);
    font-weight: 600;
    padding: 15px 20px;
    background-color: #ff6116;
    border-style: none;
    outline-style: none;
    box-shadow: none;
    color: #ffffff;
    border-radius: 5%;
    transition: all .5s;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.contact .contact-form button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
}

.contact .contact-form button:hover::before {
    left: 0;
}

.contact .contact-info .contact-box {
    float: left;
    background-color: #f6f7f8;
    padding: 44px 30px;
    position: relative;
    margin-bottom: 46px;
    width: 100%;
    border-radius: 5px;
}

.contact .contact-info .contact-box .contact-box-icon {
    float: left;
    display: flex;
    justify-content: center;
}

.contact .contact-info .contact-box .contact-box-icon .icon img {
    width: 50px;
}

.contact .contact-info .contact-box:hover .contact-box-icon .icon {
    color: #ffffff;
}

.contact .contact-info .contact-box .contact-box-content {
    padding-left: 80px;
}

.contact .contact-info .contact-box .contact-box-content .title {
    font-family: var(--fontTitle);
    color: #353535;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact .contact-info .contact-box .contact-box-content .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}

.site-map {
    height: 400px;
}

/****** contact end ******/


/****** error section start ******/
.erorr-section {
    padding: 70px 0px;
}

.erorr-section .error-text {
    text-align: center;
}

.erorr-section .error-text .error-code {
    font-family: var(--fontTitle);
    font-size: 100px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 20px;
}

.erorr-section .error-text .error-title {
    font-family: var(--fontTitle);
    font-size: 46px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 15px;
}

.erorr-section .error-text .error-desc {
    font-family: var(--fontTitle);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #353535;
}

.erorr-section .error-text .error-button {
    font-family: var(--fontTitle);
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    border-style: none;
    outline-style: none;
    background-color: #ff6116;
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.erorr-section .error-text .error-button::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
}

.erorr-section .error-text .error-button:hover::before {
    left: 0;
}

/****** error section end ******/


/****** subscribe start  ******/
.subscribe {
    position: relative;
}

.subscribe .bg-color {
    background-color: #ff6116;
    padding: 50px;
    position: absolute;
    top: -50px;
    left: 140px;
    right: 140px;
    border-radius: 7px;
    z-index: 100;
}

.subscribe .subscribe-info .title {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.subscribe .subscribe-info .desc {
    font-family: var(--fontText);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.subscribe .subscribe-form {
    margin-top: 10px;
}

.subscribe .subscribe-form input {
    font-family: var(--fontTitle);
    font-weight: 400;
    font-size: 18px;
    float: left;
    width: 75%;
    padding: 10px 20px;
    border-radius: 4px 0px 0px 4px;
    color: #616161;
}

.subscribe .subscribe-form .btn {
    font-family: var(--fontTitle);
    font-weight: 600;
    font-size: 18px;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1c1c1d;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
}

.subscribe .subscribe-form input,
.subscribe .subscribe-form button {
    box-shadow: none;
    border-style: none;
    outline-style: none;
}

.subscribe .subscribe-form input::placeholder {
    font-family: var(--fontNum);
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}

/****** subscribe end  ******/


/***** call us start *****/
.call-us {
    position: relative;
    bottom: -80px;
    z-index: 1;
    overflow: hidden;
}

.call-us .bg-area {
    background-color: #ff6116;
    border-radius: 5px;
    padding: 50px 0px;
    position: relative;
}

.call-us .shape {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 25%;
    background-image: url(../image/2222.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}

.call-us .bg-area .text-area {
    padding-left: 50px;
}

.call-us .bg-area .text-area h2 {
    font-family: var(--fontTitle);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}

.call-us .bg-area .text-area h2::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    left: 155px;
}

.call-us .bg-area .text-area p {
    font-family: var(--fontTitle);
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
}

.call-us .bg-area .icon-inner {
    display: flex;
    justify-content: end;
}

.call-us .bg-area .icon-area {
    width: 70px;
    height: 70px;
    font-size: 26px;
    border: 10px solid #ffffff;
    background-color: #ff6116;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    transform: translateX(-30px);
    z-index: 100;
}

.call-us .bg-area .icon-area::before,
.call-us .bg-area .icon-area:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: .1s;
    content: "";
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.call-us .bg-area .icon-area .icon {
    color: #ffffff;
}

.call-us .bg-area .shape-bg {
  /*  background-image: url('https://www.hitechparks.com/web/template/toko-corporate/assets/images/call-us-bg.png');*/
    position: absolute;
    top: 0;
    right: 200px;
    z-index: 100;
}

/***** call us end *****/


/***** footer start *****/
footer {
    width: 100%;
    background: #333333;
    padding: 10px 0;
}

footer p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

footer p a {
    text-decoration: underline;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

footer p a:first-child {
    margin-right: 10px;
}

/******* footer end ********/



/****** animation start ******/
@keyframes shape-position-change {
    0% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(20px);
    }
}

@keyframes brand-shape-rotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes service-iconbox-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes sidebar-title-before-animation {
    0% {
        width: 0px;
    }

    100% {
        width: 30px;
    }
}

@keyframes sidebar-title-after-animation {
    0% {
        width: 0px;
    }

    100% {
        width: 10px;
    }
}

@keyframes title-before {
    0% {
        width: 0px;
    }

    100% {
        width: 50px;
    }
}

@keyframes title-after {
    0% {
        width: 0px;
    }

    100% {
        width: 20px;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/****** animation end ******/