/*=========================================================
Template Name:Euildint-Construction Buliding HTML5 Template
Author:  https://themeforest.net/user/website stock
Description: Description
Version: 1.0.0
Text Domain: Euildint
Tags: architect, building company, construction, construction template, construction theme, constructor, contractor, electrician, handyman, industry, painter, plumber, repair, tiler, worker
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Euildint Header Top Menu Area Css
02. Euildint Nav Menu Area Css 
03. Euildint Slider Area Css
04. Euildint Section Title Css
05. Euildint Service Area css
06. Euildint About Area Css
07. Euildint Counter Area Css
08. Euildint Testimonial Area Css
09. Euildint Process Area Css
10. Euildint Team Area Css
11. Euildint Faq Area Css
12. Euildint Call Do Section Css
13. Euildint Form Box Css
14. Euildint Blog Area Css
15. Euildint footer Area Css
16. Euildint Subscribe Area Css
17. Euildint Prossess Ber Css
18. Euildint Scrollup Section
19. Euildint Breadcumb Area Css
20. Euildint abouts_areas Css
21. Euildint Pricing Section Css
22. Euildint Contact  US Css
23. Euildint Blog Sidber Widget CSS
24. Euildint Search Box Css
25. Euildint Loader Css
=======================*/

/*==================================================
 <-- Euildint Header Top Menu Area Css-->
===================================================*/
.flexslider {
	
	position: relative;
	width: 600px;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/static/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(/static/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 600px;
	height: 482px;
	display: block;
}
.topbar-area {
    background: #e81b05;
    padding: 3px 0;
    position: relative;
    z-index: 1;
}

.topbar-area::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    background: #e81b05;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.topbar-discription p {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
    margin: 12px 0 8px;
}

.topbar-discription a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.topbar-social-icon {
    text-align: right;
    margin-right: -26px;
}

.topbar-social-icon ul {
    list-style: none;
}

.topbar-social-icon ul li {
    display: inline-block;
    margin-right: 20px;
}

.topbar-social-icon ul li a i {
    color: #ffff;
    font-size: 14px;
}

.topbar-btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-68px, 14px);
}

.topbar-btn a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}


/*==================================================
 <-- Euildint Header Menu  Area Css-->
===================================================*/


.header-area {
    position: relative;
    z-index: 991;
    margin-bottom: -93px;
    
}

.header-area::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-right-radius:7px;
border-bottom-left-radius:7px;
}

.header-munu {
    text-align: right;
}

.header-munu ul {
    list-style: none;
    display: inline-block;
}

.header-munu ul li {
    display: inline-block;
    margin-left: 16px;
}

.header-munu ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    color: #18191D;
    font-weight: 500;
    padding: 30px 0;
    position: relative;
    transition: .5s;
}

.header-munu ul li a:hover{
    color:#e81b05;
}

.header-munu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    right: 0;
    top: 58px;
    margin: auto;
    transition: .5s;
}

.header-munu ul li a:hover::before{
    width: 100%;
}

.header-munu ul li a i {
    font-size: 13px;
    margin-left: 8px;
}

.header-social {
    display: inline-block;
    margin-left: 37px;
}

.header-social li {
    position: relative;
}

.header-social li::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 43px;
    background: #DFDFDF;
    right: -28px;
    bottom: 28px;
}

.header-social ul li a::before{
    display: none;
}

.header-social ul li a i {
    font-size: 30px;
}

.header-social ul li.line::before {
    display: none;
}

.header-social ul li a.acitve i {
    color: #e81b05;
}

/* sticky css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 70%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #ffff!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;    border-bottom-right-radius:7px;
border-bottom-left-radius:7px;
}

/* sub menu area css */
.header-munu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px; left:800px;
    width: 677px;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.header-munu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;list-style-type: disc; 
    width: 100%;
}

.header-munu ul .sub-menu ul li a {
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    display: inline-block; list-style-type: disc;
    visibility: inherit !important;
    color: #202020;
    margin: 0;
}

.header-munu ul .sub-menu ul li a:hover {
    margin-left: 7px !important;
    color: #e81b05;
}

.header-munu ul .sub-menu ul li a::before {
    top: 0;
    left: -14px;
}

.header-munu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

.header-munu ul .sub-menu .sub-menu222{ width:678px; }
.header-munu ul .sub-menu .sub-menu222 a{ font-size:14px; float:left; width:223px; line-height:18px;  color:#999;list-style-type: disc; }
  


/*==================================================
 <-- Euildint Slider  Area Css-->
===================================================*/

.slider-area {
    background: url(../image/slider-bg.jpg);
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-sub-title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.slider-main-title h1 {
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    line-height: 58px;
    text-shadow: -1px 0px 5px #545353;
}

.slider-discripton p {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin: 22px 0 36px;
    text-shadow: -1px 0px 5px #545353;
}

.slider-thumb {
    margin-top: 172px;
}


/*==================================================
 <-- Euildint Button Css-->
===================================================*/

.eulding-btn a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    background: #e81b05;
    padding: 14px 28px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.eulding-btn a:hover{
    color: #e81b05;
}

.eulding-btn a::before{
    position: absolute;
    content: "";
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    background: #fff;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.eulding-btn a:hover::before{
    top: -40%;
}

.eulding-btn a i {
    margin-left: 4px;
    font-size: 17px;
}

/* about btn */

.eulding-btn.about {
    display: inline-block;
}

.eulding-btn.about a::before {
    background: #18191D;
}

/* service btn */

.eulding-btn.service {
    text-align: center;
}

.eulding-btn.service a {
    font-size: 16px;
    border-radius: 30px;
}

.eulding-btn.service a::before{
    background: #18191D;
}

/* blog standard btn */

.eulding-btn.standard a::before {
    background: #18191D;
}

/*==================================================
 <-- Euildint Feature Area Css-->
===================================================*/

.feature-area {
    padding: 0 0 23px;
}

.feature-items {
    margin-top: -183px;
}

.feature-single-box {
    display: inline-block; width:25%;
    text-align: center;
    background: #18191D;
    padding: 42px 23px 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: -2px;
}

.feature-single-box:hover {
    padding: 41px 23px 42px;
}

.feature-single-box::before {
    position: absolute;
    content: "";
    background: #e81b05;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
}

.feature-single-box:hover::before{
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.feature-icon-thumb img {
    transition: .5s;
}

.feature-single-box:hover .feature-icon-thumb img{
    filter: brightness(0)invert(1);
}

.feature-title{
    transition: .5s;
}

.feature-single-box:hover .feature-title {
    margin: 0 0 20px;
}

.feature-title h4 a {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}

.feature-icon i {
    height: 40px;
    width: 40px;
    background: #fff;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    opacity: 0;
    transition: .5s;
}

.feature-single-box:hover .feature-icon i{
    opacity: 1;
}

/* single box two */

.feature-single-box.active {
    background: #e81b05;
    padding: 41px 23px 20px;
}

.feature-single-box.active:hover:before{
    display: none;
}

.feature-icon-thumb.two img{
    filter: brightness(0)invert(1);
}

.feature-title.two {
    margin: 0 0 20px;
}

.feature-icon.two i {
    opacity: 1;
}


/*==================================================
 <-- Euildint Section Title Css-->
===================================================*/

.section-shape {
    margin-right: 15px;
    display: inline-block;
}

.section-sub-title {
    display: inline-block;
}

.section-sub-title h4 {
    font-size: 22px;
    color: #e81b05;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 16px;
}

.section-sub-title h9 {
    font-size: 38px;
    color: #000;
    font-weight: 500;
   
    line-height: 26px;
    margin-bottom: 16px;
}

.section-main-title {
    margin-bottom: 62px;
}

.section-main-title h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 44px;
}

/* about section title */

.section-main-title.about {
    margin: 0;
}

/* contact section title */

.section-main-title.contact{
    margin: 0;
}

.section-main-title.contact h2 {
    color: #ffff;
}

/* pricing section title */

.section-main-title.pricing {
    margin: 31px 0 77px;
}

.section-main-title.pricing h2 {
    line-height: 0;
}

/* blog section title */

.section-main-title.blog {
    margin-bottom: 53px;
}

/* faq section title */

.section-sub-title.faq h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.section-main-title.faq {
    margin-bottom: 33px;
}

/* work process section title */

.section-main-title.work {
    margin-bottom: 96px;
}

/*==================================================
 <-- Euildint About Area Css-->
===================================================*/

.about-area {
    padding: 0 0 84px;
}

.about-thumb {
    position: relative;
}

.about-shape {
    position: absolute;
    bottom: -26px;
    right: 0;
}

.about-discribtion p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 38px 0 100px; text-align: justify;
    
}

.about-discribtion2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 38px 0 20px; text-align: justify;
    
}

/* process bar css */

.about-area .process-ber-plugin {
    margin-bottom: 44px;
}

.about-area span.process-bar {
    font-size: 16px;
    color: #747474;
    font-weight: 400;
    position: relative;
}

.about-area .barfiller {
    width: 469px;
    height: 5px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 11px;
    border-radius: 7px;
    background-color: #DCE6FF;
}

.about-area .barfiller .tipWrap {
    display: none;
}

.about-area .barfiller .tip {
    font-size: 16px;
    color: #e81b05;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left:114px;
    position: absolute;
}

.about-area .barfiller .tip22 {
    font-size: 16px;
    color: #e81b05;
    font-weight: 500;
top:-20px; position:absolute;
    right:0px;
}

.about-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;

}

.about-area span.fill {
    background: #e81b05!important;
    border-radius: 7px;
}

/* about single box css */

.about-single-box {
    display: inline-block;
    margin-bottom: 23px;
}

.about-icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.about-text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #18191D;
    margin-bottom: 11px;
}


/* votebox */
.votebox{width:100%;text-align:left;position:relative;z-index:66;}
/* barbox */
.barbox{height:16px;line-height:16px;overflow:hidden;}
.barbox dt a{color:#0048CC;}
.barbox dd{float:left;}
.barbox dd.last{color:#999;}
.barbox dd.barline{width:100%;background:url(../picture/jdtbg.png) left center no-repeat;height:16px;overflow:hidden;display:inline;}
.barbox dd.barline div.charts{height:16px;overflow:hidden;background:url(../picture/barbg.gif) right center repeat-x;border-radius:8px;}


/*==================================================
 <-- Euildint Contact Area Css-->
===================================================*/

.contact-area {
    background: url(../image/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-discription p {
    color: var(--neutral-30, #EDEDED);
    font-size: 16px;
    font-weight: 400;
    width: 77%;
    margin: 33px 0 39px;
}

.contact-thumb {
    margin-top: -100px;
    position: relative;
}

.contact-shape {
    position: absolute;
    bottom: 50%;
    left: -50px;
}


/*==================================================
 <-- Euildint Service Area Css-->
===================================================*/

.service-area {
    padding: 20px 0 20px;
}

.service-single-box {
    background: #FFF;
    box-shadow: 0px 0px 45px 5px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: url(../image/service-hover.png);
    right: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.service-single-box:hover::before{
    width: 100%;
    left: 0;
}

.service-thumb {
    position: relative;
    transition: .5s;
}

.service-single-box:hover .service-thumb{
    opacity: 0;
}

.service-content {
    position: absolute;
    left: 40px;
    bottom: 100px;
    opacity: 0;
    transition: .5s;
}

.service-single-box:hover .service-content{
    opacity: 1;
}

.service-text h4 a {
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
    line-height: 34px;
    margin: 18px 0 10px;
    transition: .5s;
}

.service-text h4 a:hover{
    color: #e81b05;
}

.service-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

.service-text a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.service-text a:hover {
    color: #e81b05;
}

.service-text a i {
    color: #e81b05;
    margin-left: 5px;
    font-size: 17px;
}

.service-title {
    position: absolute;
    right: -62%;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    transition: .5s;
}

.service-single-box:hover .service-title{
    opacity: 0;
}

.service-title h4 {
    font-size: 24px;
    color: #e81b05;
    font-weight: 500;
}


/*==================================================
 <-- Euildint Pricing Area Css-->
===================================================*/

.pricing-area {
    padding: 112px 0 40px;
    background: url(../image/pricing-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pricing-single-box {
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 30px 0;
    position: relative;    float: left;
    z-index: 1;
}

.pricing-single-box::before {
    content: "";
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.pricing-single-box::after {
    content: "";
    height: 70px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.pricing-single-box:hover::after{
    width: 100%;
}


.pricing-title h3 {
    color: #18191D;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 18px;
}

.pricing-rate {
    margin-bottom: 33px;
}

.pricing-rate h3 {
    color: #18191D;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-weight: 500;
    transition: .5s;
}
.pricing-rate h3 img{ width:100%;}

.pricing-single-box:hover .pricing-rate h3{
    color: #e81b05;
}

.pricing-rate h3 span {
    color: #747474;
    font-size: 20px;
    font-weight: 400;
}

.pricing-list {
    margin-bottom: 57px;
}

.pricing-list span {
    display: block;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 36px;
        height: 110px;
    overflow: hidden;
    float: left;
}

.pricing-list span i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #747474;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-right: 7px;
}

.pricing-list span.active i {
    background: #e81b05;
}

.pircing-btn a {
    display: inline-block;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    padding: 22px 28px 22px;
}

.counter-single-box{ text-align:center;}

/*==================================================
 <-- Euildint Faq Area Css-->
===================================================*/

.faq-area {
    padding: 90px 0 94px;
}

/* accrodion css */

.accordion {
    margin-top: 16px;
}

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    background: #F2F3F7;
    color: #18191D;
    font-weight: 500;
    font-size: 18px;
    padding: 19px 35px 19px;
    text-decoration: none;
    margin-bottom: 11px;
}

.accordion a.active {
    background: #F2F3F7;
    color: #18191D;
}

.accordion li a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #18191D;
    text-decoration: none;
}

.accordion li p {
    display: none;
    font-size: 16px;
    border: 1px solid #E2E1E6;
    line-height: 26px;
    color: #434141;
    padding: 20px 38px 24px;
    margin: 0;
    width: 100%;
}

.accordion li p span {
    margin-bottom: 13px;
    color: #e81b05;
    font-size: 16px;
    font-weight: 500;
}

.accordion a:before {
    width: 2px;
    height: 16px;
    background: #666666;
    position: absolute;
    right: 37px;
    content: " ";
    top: 21px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 16px;
    height: 2px;
    background: #666666;
    position: absolute;
    right: 30px;
    content: " ";
    top: 28px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #666666;
}

.accordion a.active:before {
    display: none;
}


/*==================================================
 <-- Euildint Brand Area Css-->
===================================================*/

.brand-area {
    background: #e81b05;
    padding: 0px;
}


/*==================================================
 <-- Euildint Project Area Css-->
===================================================*/

.project-area {
    padding: 110px 0 0px;
}

.project-single-box {
    margin-bottom: 112px;
}

.project-single-box.three {
    margin-top: -45px;
}

.project-thumb {
    position: relative;
}

.project-thumb img {width: 414px;
    height: 296px;
   }

.project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 364px;
    height: 121px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 0 37px 0;
    position: absolute;
    bottom: -60px;
}

.project-text h4 a {
    color: #1B1A1A;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
    transition: .5s;
}

.project-content:hover .project-text h4 a{
    color: #ed0606;
}

.project-text span {
    color: #ed0606;
    font-size: 16px;
    font-weight: 400;
}

.project-icon a i {
    background: #1B1A1A;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.project-icon a i::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD5523;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.project-icon a i:hover::after {
    width: 100%;
}


/*==================================================
 <-- Euildint Tetimonial Area Css-->
===================================================*/

.testimonial-area {
    padding: 113px 0 92px;
    background: url(../image/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.testi-single-box {
    border-radius: 3px;
    background: #FFF;
    position: relative;
    padding: 15px 27px 17px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.testi-single-box::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    background: #BC081E;
    left: 0;
    top: 0;
    transition: .5s;
}

.testi-single-box:hover::before{
    width: 100%;
}

.testi-single-box::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #BC081E;
    right: 0;
    bottom: 0;
    transition: .5s;
}

.testi-single-box:hover::after{
    width: 100%;   
}

.testi-items-box {
    position: relative;
}

.testi-items-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 0%;
    background: #BC081E;
    left: -27px;
    bottom: -32px;
    transition: .5s;
}

.testi-single-box:hover .testi-items-box::before{
    height: 136%;
    right: 0;
}

.testi-single-box.two:hover .testi-items-box::before{
    height: 137%;
    right: 0;
}

.testi-items-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #BC081E;
    right: -27px;
    top: -25px;
    transition: .5s;
}

.testi-single-box:hover .testi-items-box::after{
    height: 136%;
}

.testi-thumb {
    float: left;
    margin-right: 14px;
    margin-top: -5px;
}

.testi-title {
    margin-bottom: 27px;
}

.testi-title h4 {
    color: #18191D;
    font-size: 22px;
    font-weight: 500;
    transition: .5s;
}

.testi-title span {
    color: #747474;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}

.testi-discription p {
    color: #747474;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.testi-icon-thumb {
    position: absolute;
    top: 4px;
    right: 0px;
}


/* owl carousel css */

.owl-nav {
    display: inline-flex;
    margin-top: 25px;
}

.owl-prev i {
    width: 50px;
    height: 50px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 18px;
    position: relative;
    z-index: 1;
}

.owl-prev i::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD5523;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.owl-prev i:hover::after{
    width: 100%;
}

.owl-next i {
    width: 50px;
    height: 50px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.owl-next i::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD5523;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.owl-next i:hover::after{
    width: 100%;
}


/*==================================================
 <-- Euildint Blog Area Css-->
===================================================*/

.blog-area {
    padding: 110px 0 123px;
}

.blog-single-box {
    background: #FFF;
    box-shadow: 0px 4px 30px 0px #E3E3E2;
    padding: 26px 30px 48px;
}

.blog-title h4 a {
    color: #010212;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
        height: 110px;
    overflow: hidden;
    float: left;
}

.blog-single-box:hover .blog-title h4 a{
    color: #e81b05;
}

.blog-title22 h4{ line-height:24px; margin-bottom: 20px; height: 80px;
    overflow: hidden;}

.blog-title22 h4 a {
    color: #010212;
 text-decoration:none; font-size:18px; margin-top:0px; line-height:24px;
   
    
}





.blog-meta {
    margin-bottom: 0;
}

.blog-meta span {
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-right: 15px;
}

.blog-meta span i {
    margin-right: 10px;
    font-size: 17px;
    color: #e81b05;
}

.blog-discription p {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-bottom: 1px solid #DDD;
    padding: 0px 0 30px;
    margin-bottom: 30px;
}

.blog-bottom-shape {
    display: inline-block;
    margin-right: 10px;
}

.blog-bottom-title {
    display: inline-block;
    margin-right: 130px;
}

.blog-bottom-title h4 {
    color: #010212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.blog-btn {
    display: inline-block;
}

.blog-btn a {
    color: #010212;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-single-box:hover .blog-btn a{
    color: #e81b05;
}

.blog-btn a i {
    color: #000000;
}


/*==================================================
 <-- Euildint Footer Area Css-->
===================================================*/

.footer-area {
    background: url(../image/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 109px 0 0px;
    position: relative;
}

.footer-area::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    bottom: 70px;
}

.footer-wiget-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 29px 0 38px;
}

.footer-wiget-social ul {
    list-style: none;
}

.footer-wiget-social ul li {
    display: inline-block;
    margin-right: 6px;
}

.footer-wiget-social ul li a i {
    color: #e81b05;
    font-size: 20px;
    background: #FFF;
    transition: .5s;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.footer-wiget-social ul li a:hover i{
    color: #fff;
}

.footer-wiget-social ul li a i::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD5523;
    border-radius:2px;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.footer-wiget-social ul li a i:hover::after{
    width: 100%;
}


.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 6px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    transition: .5s;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    transition: .5s;
    margin: 0;
}

.footer-wiget-menu ul li a:hover {
    color: #e81b05;
    margin-left: 10px;
}

.footer-recent-thumb {
    margin-bottom: 12px;
    margin-top: 15px;
    overflow: hidden;
}

.footer-recent-thumb img{
    transition: .5s;
    width: 100%;
}

.footer-recent-thumb img:hover{
    transform: scale(1.1);
}

.copyright-text p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 27px;
    color: #e2e2e2;
    font-weight: 400;
}

.copyright-text p a {
    color: #e63a27;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.footer-condition {
    text-align: right;
}

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li {
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
    text-decoration: none;
    transition: .5s;
}

.footer-condition ul li a:hover{
    color:#e63a27;
}


/*===========================================================================================
            /*===============================================================
                            <-- Euildint Home Page Two Css-->
            =================================================================*/
/*===========================================================================================


/*==================================================
 <-- Euildint Topbar Style two  Area Css-->
===================================================*/

.topbar-area.style-two {
    background: var(--black, #18191D);
    padding: 10px 0;
}

.topbar-area.style-two::before {
    display: none;
}

.topbar-adress ul {
    list-style: none;
}

.topbar-adress ul li {
    display: inline-block;
    margin-right: 28px;
}

.topbar-adress ul li a {
    color: var(--white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.topbar-adress ul li a::before {
    position: absolute;
    content: "/";
    left: -18px;
    color: #fff;
}

.topbar-adress ul li.line a::before {
    display: none;
}

.topbar-menu {
    text-align: right;
}

.topbar-menu ul li {
    display: inline-block;
    margin-left: 33px;
}

.topbar-menu ul li a {
    color: var(--white, #FFF);
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.topbar-menu ul li a::before {
    position: absolute;
    content: "/";
    left: -20px;
    color: #fff;
}

.topbar-menu ul li.line a::before {
    display: none;
}


/*==================================================
 <-- Euildint Header Style two  Area Css-->
===================================================*/

.header-area.style-two {
    margin-bottom: 0px;
    background: #e81b05;
    z-index: 99;
}

.header-area.style-two::before{
    display: none;
}

.header-munu.style-two ul li {
    margin-left: 55px;
}

.header-munu.style-two ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 35px 0;
}

.header-munu.style-two ul li a:before{
    background: #fff;
}

.header-munu.style-two ul li a i {
    font-size: 18px;
    margin-left: 0;
}

.header-social.style-two {
    margin-left: 4px;
}

.header-social ul li.upper::before {
    display: none;
}

.header-social ul li.upper a i{
    color: #fff;
    font-size: 24px;
}

.header-call-section {
    display: inline-flex;
    margin-left: 34px;
    align-items: center;
}

.header-call-section {
    display: inline-flex;
    margin-left: 38px;
    align-items: center;
}

.header-call-icon i {
    font-size: 30px;
    color: #fff;
    margin-right: 13px;
}

.header-call-title a {
    display: block;
    color: var(--white, #FFF);
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
}

.header-call-title span {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
}

/* header style two sticky nav */
.sticky-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #e81b05!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}


/*==================================================
 <-- Euildint Slider Style two  Area Css-->
===================================================*/

/* Banner Slider */
.banner-section{
	position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 850px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


.slider-content.style-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}

.slider-social-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36%;
}

.slider-social-menu ul li {
    list-style: none;
    display: block;
    margin: 15px 0 0px;
}

.slider-social-menu ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.slider-social-menu ul li a:hover i{
    border: 1px solid #e81b05;
}

.slider-social-menu ul li a i::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e81b05;
    margin:auto;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
    border-radius: 50%;
}

.slider-social-menu ul li a i:hover::after{
    transform: scale(1.1);
}


/*==================================================
 <-- Euildint Feature Style two  Area Css-->
===================================================*/

.feature-area.style-two {
    padding: 0px 0 122px;
}

.feature-items-box {
    padding: 63px 50px 70px;
    position: relative;
    z-index: 1;
}

.feature-items-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #F5F7FA;
    right: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.feature-items-box:hover::before{
    width: 100%;
    left: 0;
}

.feature-items-box.two{
    background: #F5F7FA;
}

.feature-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-numbar h5 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 102, 0, 0.3);
    text-align: center;
    border-radius: 50%;
    color: #e81b05;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.feature-items-box:hover .feature-numbar h5{
    background: #fff;
}

.feature-text h4 a {
    color: #18191D;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin: 27px 0 30px;
}

.feature-text a {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.feature-items-box:hover .feature-text a{
    color: #e81b05;
}

.feature-text a i {
    color: #e81b05;
    margin-left: 3px;
}


/*==================================================
 <-- Euildint About Style two  Area Css-->
===================================================*/

.about-area.style-two {
    padding: 0 0 112px;
}

/* about counter */

.about-counter {
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 250px;
    background: #e81b05;
    padding: 60px 41px 0;
}

.about-numbar h4 {
    color: #FFF;
    font-size: 55px;
    font-weight: 700;
    line-height: 45px;
    display: inline-block;
}

.about-numbar span {
    color: #FFF;
    font-size: 55px;
    font-weight: 700;
}

.about-counter-text h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.about-bottom {
    display: flex;
}

.about-signiture {
    margin-left: 39px;
    margin-top: -7px;
}


/*==================================================
 <-- Euildint History  Area Css-->
===================================================*/

.heistory-area {
    position: relative;
    margin-bottom: -328px;
}

.row.history-bg {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 78px 40px 80px;
}

.history-single-box {
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 37px 39px 51px;
}

.history-content h4 a {
    color: #18191D;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    text-decoration: none;
}


.history-content p {
    color: #747474;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 27px 0 37px;
}

.history-content a {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.history-single-box:hover .history-content a{
    color: #e81b05;
}

/* history items box css */

.history-items-thumb {
    position: relative;
    overflow: hidden;
}

.history-items-thumb img{
    transition: .5s;
}

.history-items-box:hover .history-items-thumb img{
    transform: scale(1.1);
}

.history-items-content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #000;
    padding: 11px 32px 21px;
}

.history-text h4 a {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    transition: .5s;
}

.history-items-box:hover .history-text h4 a{
    color: #e81b05;
}

.history-icon a i {
    color: #fff;
    font-size: 22px;
}

/* counter css */

.counter-area {
    background: url(../image/counter-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 51px 25px;
}

.counter-numbar h4 {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
}

.counter-numbar span{
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
}

.counter-content h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}


/*==================================================
 <-- Euildint Call Do  Area Css-->
===================================================*/

.call-do-action-area {
    padding: 20px 0 120px;
    background: url(../image/call-do-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height:673px;
    background-position: center center;
}

.single-video {
    position: relative;
        margin-top: -70px;
    transform: translateY(100%);
}

.video-icon a {
    height: 120px;
    width: 120px;
    background: #e81b05;
    text-align: center;
    display: inline-block;
    border: 10px solid #fff;
    line-height: 110px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.video-icon a i {
    color: #ffffff;
    font-size: 76px;
}

.call-do-title {
    margin: 40px 0 0;
}

.call-do-title h2 {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}


/*==================================================
 <-- Euildint Service Style Two  Area Css-->
===================================================*/

.service-items-box {
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 29px 0px 40px 30px;
    display: table-caption;
}

.service-items-content h4 a {
    color: #18191D;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    transition: .5s;
}

.service-items-box:hover .service-items-content h4 a{
    color: #e81b05;
}

.service-items-content p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 12px 0 34px;
}

.service-items-thumb {
    position: relative;
    left: 40px;
}

.service-items-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #18191D;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    left: -36px;
    transition: .5s;
}

.service-items-box:hover .service-items-icon{
    background: #e81b05;
}

.service-items-icon img{
    transition: .5s;
}

.service-items-box:hover .service-items-icon img{
    filter: brightness(0)invert(1);
}


/*==================================================
 <-- Euildint Team  Area Css-->
===================================================*/

.team-area {
    padding: 110px 0 300px;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-icon {
    position: absolute;
    right: 20px;
    transition: .5s;
    bottom: -50px;
    opacity: 0;
}

.team-items-box:hover .team-icon {
    bottom: 30px;
    opacity: 1;
}

.team-icon ul {
    list-style: none;
    background: #e81b05;
    padding: 3px 12px 11px;
}

.team-icon ul li {
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #e63a27;
}

 .team-icon ul li a i {
    font: 17px;
    color: #fff;
}

.team-main-icon {
    position: absolute;
    bottom: -40px;
    right: 20px;
    z-index: 999;
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before{
     position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e81b05;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before{
    transform: scale(1);
}

.team-main-icon a i{
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i{
    color: #fff;
}

.team-content {
    border-radius: 0px 0px 3px 3px;
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    width: 100%;
    padding: 19px 20px 27px;
}

.team-content h4 a {
    text-decoration: none;
    color: #18191D;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    transition: .5s;
}

.team-items-box:hover .team-content h4 a{
    color: #e81b05;
}

.team-content span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}



/*==================================================
 <-- Euildint Blog  Area Style Two Css-->
===================================================*/

.blog-single-box.style-two {
    background: inherit;
    padding: 0;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img{
    transition: .5s; height: 280px;
}

.blog-single-box.style-two:hover .blog-thumb img{
    transform: scale(1.1);
}

.blog-content.style-two {
    padding: 0px 31px 24px;
}

.blog-meta.style-two {
    display: flex;
    align-items: center;
   
    color:#e81b05;
   
    width: 359px;
    height: 53px;
   

}

.blog-meta.style-two h5{ color:#e81b05;}

.blog-meta-date {
    width: 60px;
    height: 53px;
    border-radius: 3px 0px 0px 3px;
    background: #18191D;
    line-height: 0px;
    margin-right: 26px;
    position: relative;
    z-index: 1;
}

.blog-meta-date::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FD5523;
    border-radius: 3px 0px 0px 3px;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-date::before{
    width: 100%;
}

.blog-meta-date h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-meta-date span {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
}

.blog-meta-info span i {
    color: #000;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-info span i{
    color: #e81b05;
}

.blog-title.style-two {
    margin-top: -8px;
}

.blog-title.style-two h4 a {
    font-size: 22px;
    border-bottom: 1px solid rgba(208, 208, 208, 0.50);
    padding: 0px 0 17px;
    margin-bottom: 20px;
}

.blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-btn.style-two a {
    font-size: 18px;
}

.blog-icon a i{
    font-size: 17px;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-icon a i{
    color: #e81b05;
}




/*===========================================================================================
            /*===============================================================
                            <-- Euildint Home Page Three Css-->
            =================================================================*/
/*===========================================================================================


/*==================================================
 <-- Euildint Top Bar Style Three Css-->
===================================================*/

.topbar-area.style-three {
    padding: 10px 0;
}

.topbar-area.style-three::before {
    display: none;
}

/*==================================================
 <-- Euildint Header Style Three Css-->
===================================================*/

.header-area.style-two.three {
    background: none;
    position: relative;
    z-index: 999;
    margin: -1px;
}

/*==================================================
 <-- Euildint Banner Style Three Css-->
===================================================*/

section.banner-section.style-three {
    margin-top: -98px;
}

.slider-content.style-two.three {
    left: 130px;
    top: 54%;
}

/*==================================================
 <-- Euildint About Style Three Css-->
===================================================*/

.about-area.style-three {
    padding: 120px 0 124px;
}

.about-list {
    margin-bottom: 38px;
}

.about-list ul li {
    list-style: none;
    display: block;
    margin-bottom: 8px;
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    transition: .5s;
}

.about-list ul li:hover{
    color: #e81b05;
}

.about-list ul li i {
    font-size: 20px;
    margin-right: 9px;
    color: #e81b05;
}


/*==================================================
 <-- Euildint Service Style Three  Area Css-->
===================================================*/

.service-items-box-two {
    background: #FFF;
    padding: 0px 16px 20px;
    display: inline-block;
    position: relative;
    z-index: 1; width:33%;
}

.service-items-box-two::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover::before{
    width: 100%;
}

.service-icon-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    background: var(--black, #18191D);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-icon-thumb::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#e81b05;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb::before{
    transform: scale(1.1);
}

.service-icon-thumb img{
    transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb img{
    filter: brightness(0)invert(1);
}
.service-items-title{padding-bottom:20px; }
.service-items-title h4 a {
    color:#e81b05;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none; 
	
}

.service-items-title b a{ text-decoration:none;} 

.service-items-content-two p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 26px 0 22px;
}

.service-items-thumb-two {
    position: relative; 
}
.service-items-thumb-two img{ width:100%;}

.service-items-icon-two {
    position: absolute;
    top: -20px;
    right: 16px;
}

.service-items-icon-two i {
    height: 40px;
    width: 40px;
    background: #e81b05;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i{
    transform: rotate(0);
}

.service-items-icon-two i::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black, #18191D);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i::after{
    transform: scale(1.1);
}

.service-disctription {
    text-align: right;
}

.service-disctription span {
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.service-disctription span a {
    color: #e81b05;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline;
}


/*==================================================
 <-- Euildint Faq Style Two  Area Css-->
===================================================*/

.faq-area.style-two {
    background: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
}

.faq-content {
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(188, 188, 188, 0.25);
    padding: 58px 58px 38px;
}

.faq-discripition {
    margin-bottom: 52px;
}

.accordion li.faq {
    margin-bottom: 0;
}

.accordion li p.faq {
    margin: 0px 0 10px;
}

/* video icon */

.single-video.style-two {
    top: 0;
    transform: translateY(0);
}

.video-icon.style-two a {
    width: 136px;
    height: 136px;
    line-height: 136px;
}

.video-icon.style-two a {
    width: 136px;
    height: 136px;
    line-height: 145px;
    border: 1px solid #fff;
}

/* faq single box */

.faq-single-box {
    background: url(../image/faq-thumb.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 73px 70px 60px;
    position: relative;
    top: 186px;
    left: -24px;
}

.faq-item-content {
    text-align: left;
}

.faq-icon-thumb {
    background: #e81b05;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.faq-icon-thumb::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18191D;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
}

.faq-single-box:hover .faq-icon-thumb::before{
    width: 100%;
}

.faq-title h4 {
    color: var(--white, #FFF);
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    margin: 21px 0 15px;
    transition: .5s;
}

.faq-single-box:hover .faq-title h4{
    color: #e81b05;
}

.faq-title span {
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}

.faq-title span i {
    width: 20px;
    height: 20px;
    line-height: 21px;
    display: inline-block;
    background: #e81b05;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px;
}

/*==================================================
 <-- Euildint Work Process Area Css-->
===================================================*/

.work-process-area {
    padding: 18px 0 115px;
}

.work-process-single-box {
    text-align: center;
    padding: 0px 57px 0;
    position: relative;
}

.work-process-single-box::before {
    position: absolute;
    content: "";
    background: url(../image/work-shape.png);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: -60px;
    left: 52%;
}

.work-process-single-box.work::before {
    display: none;
}

.work-process-thumb {
    position: relative;
}

.work-process-shape {
    position: absolute;
    top: -33px;
}

.work-process-number {
    position: absolute;
    top: -40px;
    right: 0;
}

.work-process-number h4 {
    background: #18191D;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.work-process-number h4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #e81b05;
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    transition: .5s;
}

.work-process-single-box:hover .work-process-number h4::before {
    transform: scale(1.1);
} 

.work-process-thumb img {
    transition: .5s;
  }

.work-process-single-box:hover .work-process-thumb img {
    transform: scale(1.1);
  } 

.work-process-content {
    margin-top: 76px;
}

.work-process-content h4 a {
    padding: 35px 0 20px;
    color: var(--black, #18191D);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-decoration: none;
    transition: .5s;
}

.work-process-single-box:hover .work-process-content h4 a  {
    color: #e81b05;
  } 
  
.work-process-content p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 17px 0 0;
}


/*==================================================
 <-- Euildint Call Do Action Style Two  Area Css-->
===================================================*/

.call-do-action-area.style-two {
    background: url(../image/call-do-2.jpg);
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-video.style-three.text-center {
    transform: translateY(0);
    top: 20px;
}

.call-do-title.style-two h2 {
    text-align: left;
}


/*==================================================
 <-- Euildint Testimonial Style Two  Area Css-->
===================================================*/

.testimonial-area.style-two {
    background: #fff;
    padding: 113px 0 120px;
}

.testi-itmes-box {
    border: 1px solid #ECECEC;
    position: relative;
    padding: 0 17px 52px;
    position: relative;
}

.testi-itmes-box::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 25px;
    top: -25px;
    right: 27px;
    background: #808187;
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 2%);
}

.testi-itmes-icon {
    position: absolute;
    right: 43px;
    top: -24px;
    width: 76px;
    height: 76px;
    background: #18191D;
    line-height: 86px;
    text-align: center;
}

.testi-itmes-icon i {
    font-size: 26px;
    color: #fff;
}

.testi-items-discription {
    margin: 95px 0 40px;
}

.testi-items-content {
    background: #F6F6F6;
    width: 408px;
    height: 90px;
    padding: 4px 14px 0;
    border-radius: 3px 0px 3px 3px;
    margin-bottom: 28px;
    position: relative;
}

.testi-items-content::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 15px;
    top: -15px;
    right: 0;
    background: #CDCDCD;
    clip-path: polygon(100% 99%, 100% 95%, 0% 100%, 0% 0%);
}

.testi-items-thumb {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}

.testi-items-thumb img{
    border-radius: 100%;
}

.testi-items-title h4 {
    color: #18191D;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.testi-rating i {
    color: #e81b05;
    font-size: 18px;
    margin-right: 5px;
}

/* ===== 7. Skill Area CSS ===== */
.skill_area {
    padding: 120px 0 120px;
}
.skill_area .tts{
    margin-bottom: 40px;
}
.skil_witr {
    padding: 55px 0 0 0;
}
.witr_single_progress {
    overflow: hidden;
    margin-bottom: 20px;
}
.witr_label {
    color: #121F29;
}
.witr_title1 .witr_label, .witr_title2 .witr_label {
    font-weight: 600;
}
.progress {
    height: 5px;
    border-radius: 10px;
}
.witr_progress-style2.progress {
    box-shadow: none;
    overflow: visible;
}
.progress {
    margin-top: 5px;
}
.progress-bar {
    border-radius: 10px;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    line-height: 4px;
}
.progress-bar {
    overflow: inherit;
}
.txbdbg, .afterbg::after, .beforebg::before {
    background: var(--brcolor);
}
.witr_percent {
    color: #121F29;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -19px;
}
.ab_page_skil {
    padding: 0px 0 120px;
}
/*===========================================================================================
            /*===============================================================
                            <-- Euildint Home Page Three Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
    <-- Euildint Breatcome Area Css-->
=================================================================*/
.breatcome-title h1 i{   transform: skewX(340deg);
    width: 240px;
    height: 347px;
    background-image: -webkit-linear-gradient(90deg, rgb(228,0,0) 0%, rgba(228,0,0,0) 100%);
    display: block;}

.breatcome-area {
    background: url(../image/breatcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.breatcome-content {
    position: relative;
    top: 12px; 
}
.breatcome-title{ margin-top:13%;}
.breatcome-title h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 12px;
}

.bratcome-text {
    position: absolute;
   left: 0;
    bottom: 170px;
    border-radius: 12px;
    padding: 15px 19px;
    background-color: rgba(255, 255, 255, 0.3);
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.bratcome-text ul li a {
    display: inline-block;
    color: #fff ;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 56px;
}


/*==================================================
 <-- Euildint About Inner Page Css-->
===================================================*/

.about-area.inner-page {
       padding: 180px 0 94px;
}

/* team area */

.team-area.inner-page {
    padding: 111px 0 235px;
}

/* testimonial area */

.testimonial-area.style-two.inner-page {
    padding: 18px 0 121px;
}


/*==================================================
 <-- Euildint Service Detials  Inner Page Css-->
===================================================*/

.service-details-area {
    padding: 120px 0 100px;
}


.service-details-content h4 {
    margin: 28px 0 20px;
}

.service-details-content h4 a {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    transition: .5s;
}

.service-details-content h4 a:hover{
    color: #e81b05;
}

/* widget search box */

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 1px solid #e81b05;
}

.widget_search input::placeholder {
    color: #e81b05;
    font-size: 16px;
    font-weight: 500;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #e81b05;
    border-radius: 0 3px 3px 0;
}

/* widget catagories box */

.widget-categories-box {
    padding: 29px 30px 40px;
    margin-bottom: 30px;
    background: #F8F8F8;
}

.widget-catagories-title h4 {
    color: #18191D;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 45px;
    position: relative;
	
}

.widget-catagories-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 58px;
    background: #e81b05;
    left: 0;
    bottom: -10px;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    margin-bottom: 17px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear 0s;
    background-color: #e81b05;
    content: "";
    z-index: -1;
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #18191D;
    font-size: 17px;
    transition: .5s;
    font-weight: 500;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.widget-categories-menu ul li a span {
    float: right;
}

/* widget tag */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #e81b05;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}


/*==================================================
 <-- Euildint Blog Standard  Inner Page Css-->
===================================================*/

.blog-standard-area {
    padding: 120px 0 120px;
}

/* blog quote css */

.blog-quote-box {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 42px 40px 37px;
}

.blog-quote-conent i {
    font-size: 30px;
    color: #e81b05;
}

.blog-quote-conent p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 15px;
}

.blog-quote-conent h4 {
    color: #e81b05;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-left: 50px;
}

.blog-quote-conent h4::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background: #e81b05;
    top: 14px;
    left: -50px;
}


/* blog standard box css */

.blog-standard-thumb {
    position: relative;
}

.blog-single-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.blog-video-icon a {
    height: 90px;
    width: 90px;
    background: #fff;
    color: #e81b05;
    text-align: center;
    font-size: 50px;
    display: inline-block;
    line-height: 94px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.blog-standard-meta {
    margin: 30px 0 24px;
} 

.blog-standard-meta span {
    color: #747474;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    position: relative;
    transition: .5s;
}

.blog-standard-meta span:hover{
    color: #e81b05;
}

.blog-standard-meta span::before {
    position: absolute;
    content: "/";
    right: -20px;
}

.blog-standard-meta span.meta::before {
    display: none;
}

.blog-standard-content h4 a {
    color: #18191D;
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-standard-content h4 a:hover{
    color: #e81b05;
}

.blog-standard-content p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 30px;
}


/* blog standard owl carousel */

.blog-standard-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.blog-standard-area .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-standard-area .owl-prev i {
    background: inherit;
    font-size: 70px;
}

.blog-standard-area .owl-prev i::after{
    display: none;
}

.blog-standard-area .owl-next i {
    background: inherit;
    font-size: 70px;
}

.blog-standard-area .owl-next i::after{
    display: none;
}

/* pagination css */

.as-pagination {
    margin-bottom: 38px;
}

.as-pagination ul {
    list-style: none;
}

.as-pagination ul li {
    display: inline-block;
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border:  1px solid #C8C8C8;;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    transition: .5s;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.as-pagination ul li a:hover {
    color: #ffffff;
}

.as-pagination ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e81b05;
    transform: scale(0);
    border-radius:50%;
    z-index: -1;
    transition: .5s;
}

.as-pagination ul li a:hover::before {
    transform: scale(1);
}

/* recent post css */

.recent-widget-thumb {
    float: left;
    margin-right: 22px;
}

.recent-widget-thumb img {
    border-radius: 50%;
}

.recent-widget-meta span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 30px;
}

.recent-widget-meta span i {
    margin-right: 5px;
    color: #e81b05;
}

.recent-widget-title h4 a {
    color: #18191D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: .5s;
}

.recent-widget-title h4 a:hover{
    color: #e81b05;
}


/*==================================================
 <-- Euildint Blog Details Inner Page Css-->
===================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-detaile-title h4 {
    margin: 35px 0 33px;
}

.blog-detaile-title h4 a {
    color: #18191D;
    font-size: 35px;
    font-weight: 500;
    text-decoration: none;
}

.blog-details-meta {
    margin-bottom: 26px;
}

.blog-details-meta span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.blog-details-meta span i{
    color: #e81b05;
    margin-right: 5px;
}

.blog-details-discription p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* blog list css */

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 23px;
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
    transition: .5s;
}

.blog-details-list ul li:hover{
    color: #e81b05;
}

.blog-details-list ul li.active {
    color: #e81b05;
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px;
}


.row.line {
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 36px 0 37px;
}

.blog-details-tag h6 {
    color: #18191D;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-right: 36px;
}

.blog-details-tag a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #F8F8F8;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.blog-details-tag a:hover{
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #e81b05;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before{
    width: 100%;
}

.ba-blog-details-social-icons {
    text-align: right;
}

.ba-blog-details-social-icons.two {
    text-align: left;
}

.ba-blog-details-social-icons a {
    margin-left: 6px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e81b05;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #e81b05;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover{
    color: #FFF;
}

.ba-blog-details-social-icons a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e81b05;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover::before{
    transform: scale(1.1);
}

/* blog team css */

.blog-details-team-item {
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 0px 0px 42px;
}

.blog-team-thumb {
    float: left;
    margin-right: 42px;
}

.blog-team-content h4 a {
    color: #18191D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.blog-team-content p {
    margin: 18px 0 16px;
}

/* blog items css */

.blog-details-item {
    background: #F8F8F8;
    padding: 57px 30px 30px;
}

.blog-details-item.two {
    text-align: right;
}

.blog-item-thumb {
    float: left;
    margin-right: 24px;
    margin-top: -21px;
}

.blog-item-thumb.two {
    float: right;
    margin-left: 24px;
}

.blog-item-content h4 a {
    color: #18191D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.blog-details-area .owl-prev {
    position: absolute;
    top: 21px;
    left: 138px;
}

.blog-details-area .owl-prev i {
    background: none;
    color: #e81b05;
    margin-right: -10px;
    font-size: 16px;
}

.blog-details-area .owl-prev i::after{
    display: none;
}

.blog-details-area .owl-next {
    position: absolute;
    top: 24px;
    right: 150px;
}

.blog-details-area .owl-next i {
    background: none;
    color: #e81b05;
    margin-left: -10px;
    font-size: 16px;
}

.blog-details-area .owl-next i::after{
    display: none;
}

/* blog details comment */

.blog-details-comment h5 {
    color: #18191D;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #e81b05;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before{
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    color: #18191D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover{
    color: #fff;
}

.text-sm-end a::before{
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #e81b05;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before{
    width: 100%;
}

/* blog contact box */

.blog-contact-title h4 {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before{
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #e81b05;
    content: "";
    left: 0;
}

/* contact form */

.form-box input {
    width: 100%;
    height: 55px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height:145px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 100%;
    height: 60px;
    background-color: #e81b05;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #b30000;
    opacity: 1;
    transform: scale(1,1);
}

.form-box-button.inner {
    text-align: center;
}

/*==================================================
 <-- Euildint project Area inner page Css-->
===================================================*/

.project-area.inner-page {
    padding: 110px 0 70px;
}

/*==================================================
 <-- Euildint project Details Area inner page Css-->
===================================================*/

.project-details-area {
    padding: 60px 0 40px;
}

.projetct-details-image {
    margin-bottom: 30px;
}

.project-details-title h5 {
    color: #e81b05;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
}

.project-detials-discriopton p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 17px 0 25px;
}

.project-details-area .info li {
    display: flex;
    padding: 0;
}

.project-details-area .info li h6 {
    font-weight: 700;
    text-transform: capitalize;
    width: 30%;
}

.project-details-area .info li h6 span {
    margin-left: 50px;
}

.project-details-area .info li p {
    position: relative;
    top: 10px;height: 30px;
    overflow: hidden;
}

.project-rating {
    margin-top: 11px;
    margin-bottom: 39px;
}

.project-rating i {
    margin: 12px 5px 30px;
    color: #e81b05;
}

.project-details-area .title h4 {
    font-size: 29px;
    line-height: 44px; margin-bottom:30px;
    text-transform: capitalize;
    font-weight: 700; width:100%;  float:left;
	padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
}

.project-details-area .title h4.fgg{background-color:#e81b05; color:#FFFFFF;}
.project-details-area .title h4 a{ text-decoration:none; font-size:19px; color:#000; padding:20px 30px 20px 30px; }
.project-details-area .title h4 a:hover{background-color:#e81b05; color:#FFFFFF;}

.project-details-area .desc-list {
    padding-top: 20px;
}

.project-details-area .desc-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    list-style: none;
}

.project-details-area .desc-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e81b05;
}


/*==================================================
 <-- Euildint Team Details Innerp Page Css-->
===================================================*/

.team-details-area {
    padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px;
}

.team-details-author-img img {
    width: 100%;
}

.team-details-author-name {
    margin-bottom: 14px;
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400;
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 25px;
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141;
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-card-box-social a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e81b05;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-card-box-social a:hover::before{
    transform: scale(1);
}

.team-card-box-social a i{
    transition: .5s;
}

.team-card-box-social a:hover i{
    color: #ffffff;
}

/* progressbar css */

.process-ber-plugin {
    padding: 36px 0 0;
}

span.process-bar {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    position: relative;
}

.barfiller {
    width: 100%;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #e81b05!important;
    border-radius: 3px;
}

.team-details-title h4 {
    font-size: 24px;
    margin-bottom: 20px;
}



/* form box css */

.contact-title.inner.team h4::before {
    display: none;
}

.contact-title.inner.team h4 {
    border-bottom: 1px solid  #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px;
}

.form-box.team input {
    border: 1px solid #dddddd;
    margin-bottom: 16px;
}

.form-box.team textarea {
    border: 1px solid #dddddd;
    height: 135px;
}

.form-box-button.team button:hover::before {
    background: #1c1632;
}

/*==================================================
 <-- Euildint Pricing Innerp Page Css-->
===================================================*/

.pricing-area.inner-page {
    padding: 112px 0 120px;
    background: none;
}

/*==================================================
 <-- Euildint Contact Us Innerp Page Css-->
===================================================*/

.contact-us-area {
    background: url(../image/gp-machines-contatti-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
	
    padding: 118px 0 360px;
    margin-bottom: -250px;
    position: relative;
}

.contact-single-box {
    text-align: left;
    position: relative;
}

.contact-single-box::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 201px;
    right: 0;
}

.contact-single-box.two::before {
    display: none;
}

.contact-icon i {
    font-size: 40px;
    color: #e81b05;
}

.contact-content h4 {
    color: #102039;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px 0 13px;
}

.contact-content span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}


.row.contact {
    background: #1c1e1b;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
    padding: 42px 25px 47px;width: 44%;
}

.contact-title {
    margin-bottom: 63px;
}

.contact-title h2 {
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}




.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #18191D;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 65%;
}

.sidebar-group .about-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info{
	margin-top: 20px;
}

.sidebar-group .contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #e81b05;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #e81b05;
}




/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:#e63a27;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #e63a27;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #e63a27;
}




/*
<!-- ============================================================== -->
<!-- Euildint Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #e81b05;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #e81b05 0%, #e81b05 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}



/*===========================
<-- Euildint Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #e81b05;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1c1632;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
} 

.contact-form .btn {
  background: #fe3630;
  border: 1px solid #fe3630; width:100%;
}
 .contact-form .btn:hover {
  background: #fe3630;
  border: 1px solid #fe3630;
}
.search-area h2{
    color: #fff;
}
.search-area p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.search-area .slider-btn,.search-area .slider-btn button{
    width: 100%;
}
.contact-bg input,.contact-bg .contact-field textarea{
    border: none !important;
    
}
.contact-bg input{
    height: calc(3.5em + .55rem + 2px);
}

.search-area .contact-bg .contact-field textarea{
    height: 150px;
}
.contact-bg .contact-field i{
    position: absolute;
    right: 20px;
    top: 20px;
}
.contact-bg02 {
background: #032e3f;
padding: 80px 50px;
border-radius: 10px;
}
.contact-bg02 h2{
   font-size: 35px;
color: #fff;
}
.contact-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 200px;
	width: 100%;
	text-transform: capitalize;
	transition: .3s;
	background: #f4f4fe;
	padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
	color: #b3bdcd;
	font-size: 14px;
}
.contact-wrapper textarea::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #8990b0;
	font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 80px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 40px;
	transition: .3s;
	background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-wrapper input::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-name {
	position: relative;
}
.contact-field label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #141b22;
	margin-bottom: 20px;
	cursor: unset;
}
.contact-field {
 padding-right: 0;
}
.contact-field input  {
	width: 100%;
border: none;
padding-left: 15px;
transition: .3s;
border-radius: 2px;
    border: 1px solid #777;
    height: calc(3.0em + .55rem + 2px);
    background: #f5f5f5;
}

.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 25px;
	color: #fe3630;
	bottom: 22px;
    display: none;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
	content: "\f303";
	font-weight: 600;
	top: 20px;
	bottom: unset;
}
.contact-field input::placeholder,.contact-field textarea::placeholder{color: #9e9e9e;}
.contact-field textarea {
width: 100%;
padding: 15px;
transition: .3s;
height: 115px;
border: 1px solid #777;
border-radius: 2px;
    background: #f5f5f5;
}


.contact-bg {
	background-size: cover;
	background-position: center;
}
.contact-img {
	position: absolute;
	bottom: 0;
	right: 170px;
	z-index: -1;
}


/* 20. footer */
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
    float: left;
    width: 155px;
    margin-right: 10px;
}
.recent-blog-footer li .thum img {
  border-radius: 10px;
}
.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color:#fffc !important;
}
.recent-blog-footer a:hover {
    color:#fff !important;
}
.recent-blog-footer span {
    color:#fe3630;
}

.footer-top-heiding {
    
margin-bottom: 50px;
position: relative;
z-index: 0;
}
.footer-top-heiding .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}
.f-contact {
display: flex; margin-top:30px;
}
.f-contact i {
  width: 40px;
  height: 40px;
background: #fe3630;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}


.f-contact a{
    color:#d0d0d0 !important;
}
.f-contact a:hover{
    color: #fffc!important;
}
.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}
.footer-top-heiding .col-lg-4:last-child{
    border-right: none;
}

.f-contact span{
    color:#d0d0d0;
}
.f-contact h3 {
    color: #fff;
    font-size: 24px;
}
.footer-top-heiding h2{
    color: #fff;
}
.footer-bg {
    color:#777;
    background-position: center center!important;
    background-size: cover;
    background-repeat: no-repeat;
}
.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #fe3630;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}

.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	display: inline-block;
	margin-right: 20px;
}
.footer-social a {
font-size: 16px;
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
 border-radius: 50%;
background-color: #ffffff47;
text-align: center;
line-height: 40px;
color: #fff !important;
}
.footer-social a:hover{    
  background: #141b22;
    color: #fff !important;
}
.f-widget-title h2,.footer-widget .widgettitle  {
	font-size: 24px;
margin-bottom: 5px;
position: relative;
padding-bottom: 30px;
    color: #fff;
}
.f-widget-title h2::before,.footer-widget .widgettitle::before {
     content: "";
position: absolute;
left: 0;
bottom: 22px;
height: 1px;
width: 70px;
background: #fe3630;
    display: none;
}
.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: #fe3630;
    margin-right: 5px;
}
.footer-link ul li a {
	color:#d0d0d0;
	display: inline-block;
	 text-decoration: none;
	
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #fe3630;
  font-size: 18px;
}
.footer-link ul li a:hover{color: #fff;}
.footer-link ul li {
margin-bottom: 10px;
    list-style: none; 
   
}

.footer-link ul li span c { }
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 30.2% !important;
}
.f-insta ul li img {
  width: 100%;
}
.f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6), .f-insta ul li:nth-child(9) {
    margin-right: 0 !important;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
	content: "\e035";
	font-family: "dripicons-v2" !important;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #fff;
	transition: .3s;
	opacity: 0;
	z-index: 9;
}
.f-insta ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fe3630;
	opacity: 0;
	transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-wrap {
    background: #fe3630;
    color: #fff;
    font-size: 15px;
}
.copyright-wrap .container{
    padding: 20px 0;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}
.copyright-wrap li::before {
background-color: #141b22;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
}
.copy-text img{
    width: 50%;
}
.copyright-wrap li a{
    color: #fff;
}
.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
}

.f-contact .iconss {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
    height:220px;
}



.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.f-contact li:last-child{
    margin-bottom: 0px !important;
}
#contact-form4{
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}
.newslater-area h2{
    color: #fff;
   font-size: 45px;
}
.newslater-area p{
    color: #fff;
     width: 100%;
    margin-bottom: 0px;
}
.newslater .input-bg{
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}
.newslater .input-bg2{
background: #3A3D3E;
border-radius: 30px !important;
float: left;
padding-right: 5px;
position: relative;
z-index: 2;
margin-left: -35px;
width: 40%;
}
.newslater input {
background: #292929 !important;
border: 1px solid #292929 !important;
box-shadow: none !important;
padding: 9px 20px !important;
color: #fff !important;
height: calc(2em + .75rem + 20px);
width: 100% !important;
border-radius: 0px !important;
position: relative;
z-index: 1;
margin-right: 7px;
border-radius: 0 !important;
    
}
.newslater .form-group{
    margin-bottom: 0;
}
.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}
.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
	color: #939393;
	font-size: 14px;
    opacity: 0.8;
	opacity: 1;
}
.newslater *::placeholder {
	color: #939393;
    opacity: 0.8;
	font-size: 14px;
	opacity: 1;
}

.newslater-area #contact-form4 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.newslater-area #contact-form4 button {
border-radius: 0;
background: #fe3630;
color: #fff;
height: 64px;
padding: 0 30px;
z-index: 1;
text-align: center;
border: none;
}
.newslater-title{
    display: flex;
}
.newslater-title .icon{
  margin-right: 30px;
line-height: 74px;
}
.newslater-title .text h2{
    font-size: 40px;
}
.p-relative{position: relative; z-index: 0;}

/* solution */
.page-solution {overflow: hidden;padding: 5% 0;}
.page-solution-left {float: left;width: 18%;}
.page-solution-nav {overflow: hidden; z-index: auto; position: static; width: 275px;}
.page-solution-nav ul{list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #e8e8e8;padding: 9% 0;overflow: hidden;}
.page-solution-nav ul a{display: block;color: #404040;position: relative; text-decoration: none; font-weight:bold;}
.page-solution-nav ul a:hover{ color:#cf0201;}
.page-solution-nav ul a.cur {font-family: 'Barlow-Bold';}
.page-solution-nav ul a.cur::after {content: '';width: 10px;height: 10px;background: url('../images/d2.png') center no-repeat;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.page-solution-nav ul li{list-style: none;margin: 0;padding: 0;padding: 5% 0 0 0;display: none;}
.page-solution-nav ul li a{color: #666666;padding: 2.2% 0; font-weight:normal;}
.page-solution-nav ul li a:hover {color: #1f1c5e;text-decoration: underline;}
.page-solution-nav ul.cur a.cur::after {transform: translateY(-50%) rotate(180deg);}
.page-solution-nav ul.cur {border-bottom: 1px solid #000;}
.page-solution-nav ul.cur li {display: block;}
.page-solution-right {float: right;width: 81%;}
.page-solution-right2 {float: right;width: 76%;}
.page-solution-list {overflow: hidden;}
.page-solution-item {position: relative;overflow: hidden;margin-bottom: 8%;}
.page-solution-item:last-child {margin-bottom: 1%;}
.page-solution-item a {display: block;}
.page-solution-item .img {float: right;width: 62%;z-index: 1;background: #e3e3e3;}
.page-solution-item .text {position: absolute;left: 0;top: 55%;z-index: 1;width: 43%;z-index: 11;transform: translateY(-50%);}
.page-solution-item .text-1  {color: #fdd000;font-family: 'Barlow-BlackItalic';}
.page-solution-item .title-2  {font-family: 'Barlow-BlackItalic';color: #404040;padding-bottom: 5%;position: relative;margin-top: 1%;}
.page-solution-item .title-2::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #000;}
.page-solution-item .text-2  {color: #666666;margin-top: 4%;}
.page-solution-item .text-2 p {margin: 0;padding: 0;}
.page-solution-item .jiantou-1 {width: 26px;height: 14px;background: url('../images/r4.png');margin-top: 10%;}	
.page-solution-item a:hover .title-2,.page-solution-item a:hover .text-2 {color: #1f1c5e;}	 
.page-solution-item a:hover .title-2::after {background: #1f1c5e;}
.page-solution-item a:hover .text {left: 10px;}
.page-solution-item a:hover .img {transform: translateX(-10px);}
.page-solution-item.fr .img{float: left;}
.page-solution-item.fr .text {left: auto;right: 0;}
.page-solution-item.fr .text-1 {padding-left: 20%;}
.page-solution-item.fr .title-2 {padding-left: 20%;}
.page-solution-item.fr .text-2 {padding-left: 20%;}
.page-solution-item.fr .jiantou-1 {margin-left: 20%;}
.page-solution-item.fr a:hover .text {right: 10px;left: auto;}
.page-solution-item.fr a:hover .img {transform: translateX(10px);}



