/*===============================================
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. newcontact
    28. Error
    29. Subscribe
    30. Call To Action
    31. Footer
    
************************************************/


/************ font family *************/
@import url('/templates/netskin/css/css2.css');


/************ 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;
}
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 ********/


/******** 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('/templates/netskin/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('/templates/netskin/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('/templates/netskin/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: 0px;
}
.breadcrumbs .breadcrumbs-content{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
}
.breadcrumbs .breadcrumbs-content .page-title{
    font-size: 36px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 150px;
}
.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 ********/




/******** indexbanner start ********/
.indexbanner{
    position: relative;
    overflow: hidden;
}
.indexbanner .shape1{
    background-image: url('/templates/netskin/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;
}
.indexbanner .shape2{
    background-image: url('/templates/netskin/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;
}
.indexbanner .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
}
.indexbanner .indexbanner-img img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-top: 0px;
}
.indexbanner .indexbanner-content{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
}
.indexbanner .indexbanner-content .page-title{
    font-size: 36px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 150px;
}
.indexbanner .indexbanner-content ul li{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #ff6116;
}
.indexbanner .indexbanner-content ul li span{
    color: #ffffff;
    font-size: 13px;
}
.indexbanner .indexbanner-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: 50px;
}
.section-title h2{
    font-family: var(--fontTitle);
    color: #2c6bc6;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.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: 32px;
    font-weight: 300;
    color: #353535;
    text-transform: capitalize;
    margin-top: 25px;
    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: 20px 0px;
    background-color: #ffffff;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    z-index: 14;
}
.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: left;
    width: 100%;
    position: absolute;
    top: 57px;
    background: #ff6116;
    padding: 0px;
    min-height: 50px;
    z-index: 999999999;
}
.mean-container .mean-bar::before{
    font-family: var(--fontTitle);
    font-weight: 400;
    color: #fff;
    content: "Menu";
    font-size: 18px;
    font-weight: 700;
    left: 15px;
    position: absolute;
    top: 15px;
}
.mean-container .mean-nav{
    float: left;
    width: 100%;
    background: #ffffffff;
    margin-top: 44px;
}
.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;
}
.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('/templates/netskin/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('/templates/netskin/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: 70px 0px;
    background-image: url("/templates/netskin/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: 40px 30px 40px 30px;
    transition: all 1.5s;
    position: relative;
    border-radius: 5px;
}
.feature .single-feature:hover{
    background-color: #ff6116;
    background-image: url('/templates/netskin/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%;
    background-color: #ff6116;
    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 .icon{
    font-size: 20px;
    color:#ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.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 *******/





/******* counter start ********/
.counter{
    padding: 70px 0px;
    background-image: url('/templates/netskin/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('/templates/netskin/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: 70px 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;
    margin-top: 50px;
    padding: 25px 40px 60px 40px;
}
.testimonial .single-testimonial .thum-box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #ffc7ac;
    position: absolute;
    top: -41px;
    left: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.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: 70px 0px;
}
.blog .single-blog{
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    transition: all .5s;
}
.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: 40px;
    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-top: 30px;
}
.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: var(--fontTitle);
    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;
}
.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: var(--fontTitle);
    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('/templates/netskin/image/newcontact_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('/templates/netskin/image/newcontact_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 *************/





/****** project start ******/
.project{
    padding: 70px 0px;
}
.project .item-menu{
    text-align: center;
    margin-bottom: 50px;
}
.project .item-menu ul li{
    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: #0d6efd;
    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 .solutiontitle 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-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";
}
.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 ******/



/****** 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: #0c53a7;
}
.career .job-list .job-item .icon-area{
    width: 80px;
    height: 80px;
    background-color: #f6f7f8;
    border: 0px 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:#3079d4;
    font-size: 40px;
}
.career .job-list .job-item .job-category{
    font-family: var(--fontTitle);
    font-size: 20px;
    font-weight: 400;
    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: 200;
    font-size: 14px;
    color: #333;
    transition: all .2s;
	line-height: 25px;
}
.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 #0c53a7;
    background-color: #ffffff;
    color: #353535;
    box-shadow: none;
    outline-style: none;
    position: absolute;
    right: 5%;
    bottom: 35%;
    font-size: 12px;
    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: #0961c8;
    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 .hrtitle{
    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 .hrtitle{
    color: #ffffff;
}
/****** career solution end ******/


/****** newcontact start ******/
.newcontact{
    padding: 80px 0px;
    background-color: #ffffff;
}
.newcontact .section-title {
    text-align: left !important;
}
.newcontact .newcontact-form{
    background-color: #f6f7f8;
    padding: 50px 30px;
    border-radius: 5px;
}
.newcontact .newcontact-form .form-label{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 35px;
    color: #353535;
    line-height: 1.5;
}
.newcontact .newcontact-form .form-group{
    margin-bottom: 35px;
}
.newcontact .newcontact-form label{
    font-family: var(--fontText);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #353535;
}
.newcontact .newcontact-form input, 
.newcontact .newcontact-form textarea, 
.newcontact .newcontact-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;
}
.newcontact .newcontact-form input::placeholder, 
.newcontact .newcontact-form textarea::placeholder, 
.newcontact .newcontact-form select::placeholder, 
.newcontact .newcontact-form select{
    font-family: var(--fontText);
    font-size: 16px;
    font-weight: 400;
    color: #9da4a8;
}
.newcontact .newcontact-form input:focus, 
.newcontact .newcontact-form textarea:focus, 
.newcontact .newcontact-form select:focus{
    border-color: #ff6116;
}
.newcontact .newcontact-form input:hover, 
.newcontact .newcontact-form textarea:hover, 
.newcontact .newcontact-form select:hover{
    border-width: 1px;
}
.newcontact .newcontact-form button{
    font-family: var(--fontTitle);
    font-weight: 600;
    padding: 15px 20px;
    background-color: #0c53a7;
    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;
}
.newcontact .newcontact-form button::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #ff8145;
    z-index: -1;
    transition: all 500ms ease;
}
.newcontact .newcontact-form button:hover::before{
    left: 0;
}
.newcontact .newcontact-info .newcontact-box{
    float: left;
    background-color: #f6f7f8;
    padding: 44px 30px;
    position: relative;
    margin-bottom: 46px;
    width: 100%;
    border-radius: 5px;
}
.newcontact .newcontact-info .newcontact-box .newcontact-box-icon{
    float: left;
    display: flex;
    justify-content: center;
}
.newcontact .newcontact-info .newcontact-box .newcontact-box-icon .icon img{
    width: 50px;
}
.newcontact .newcontact-info .newcontact-box:hover .newcontact-box-icon .icon{
    color: #ffffff;
}
.newcontact .newcontact-info .newcontact-box .newcontact-box-content{
    padding-left: 80px;
}
.newcontact .newcontact-info .newcontact-box .newcontact-box-content .lxtitle{
    font-family: var(--fontTitle);
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.newcontact .newcontact-info .newcontact-box .newcontact-box-content .lxdesc{
    font-family: var(--fontText);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.site-map{
    height: 400px;
}
/****** newcontact 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(/templates/netskin/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('/web/template/toko-corporate/assets/images/call-us-bg.png');
    position: absolute;
    top:0;
    right:200px;
    z-index: 100;
}
/***** call us 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);
    }
}
