body {
    background: #fff;
    font-size: 16px;
    color: #848484;
    line-height: 1.5;
    padding: 0;
    font-weight: 400;
}
a:focus,
button {
    outline: 0!important;
}
a {
    color: #ffb923;
}
a:hover,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
    color: #ffb923 !important;    
}
button:hover, button:focus, 
input[type="button"]:hover,
input[type="button"]:focus, 
input[type="reset"]:hover,
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus {
    background: #ffb923;
}
p {
    margin-bottom: 10px;
    margin-top: 0;
}
.single-post .site-inner,
.category .site-inner,
.woocommerce .site-inner {
	margin-top: 40px;
}
.woocommerce .entry-title {
	padding-left: 15px;
}
/*** Top Head Menu ***/
.site-header {
    padding-top: 0;
    padding-bottom: 0;
}
.header-top {
    width: 100%;
}
.site-branding {
    width: 30%;
    float: left;
}
.top-head {
    width: 70%;
    float: left; 
    margin-top: 15px;   
}
.top-right {
    color: #fff;
    width: 32.3%;
    display: inline-block;
}
.top-right i {
    font-size: 32px;
    float: left;
    padding-right: 20px;
    line-height: 50px;
}
.top-right ul {
    margin-bottom: 0 !important;
}
.top-right ul li {
    list-style-type: none;
}
/*** Top Head Menu ***/
.site-header {
	position: relative;
	z-index: 9999;
	padding-top: 0;
	padding-bottom: 0;
    z-index: 999;
    width: 100%;
}
body.home .site-header {
    position: fixed;
}
body:not(.home) .site-header {
    background: #000;
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.site-header-main {
    max-width: 1120px;
    margin: 0 auto;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}
/*** Menu ***/
.main-navigation {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.main-navigation a {
	font-weight: 700;
	font-size: 14px;
}
.site-header-menu {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(20, 31, 34, 0.7);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: rgb(22, 33, 36);
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    font-weight: 700;
    font-size: 17px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 70px;
    height: 70px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*** Button ***/
.et-btn:hover a {
    color: #fff !important;
}
.et-slider .elementor-element-populated {
    padding: 0 !important;
}
/*** Feature ***/
.et-feature .elementor-container {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);    
}
/*** Services ***/
.et-service-sub:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 70px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(0,0,0,.05);
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et-service-sub:hover:after {
    left: 150px;
}
/*** Team ***/
.et-team-item .elementor-image-box-content {
    border: 1px solid #f0f0f0;
    padding: 20px 0 10px;
}
.et-team-item:hover .team-social {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.et-team-item .team-social {
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 5px 2px;
    background: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.et-team-item ul {
    margin: 0;
}
.et-team-item li {
    list-style-type: none;
}
.et-team-item .team-social li.social-facebook em {
    background: #3b5998;
}
.et-team-item .team-social li.social-google em {
    background: #db4c3f;
}
.et-team-item .team-social li.social-twitter em {
    background: #1da1f2;
}
.et-team-item .team-social li.social-linkedin em {
    background: #1178b3;
}
.et-team-item .team-social li em {
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.et-team-item .elementor-image-box-img {
    position: relative;
    overflow: hidden;
    display: inherit !important;
}
.et-team-item:hover .elementor-image-box-img:after {
    opacity: 1;
    visibility: visible;
}
.et-team-item .elementor-image-box-img:after {
    background-color: rgba(246, 142, 19, 0.67);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
/*** Process ***/
.et-feature-box .elementor-image-box-img {
    background: #f0f0f0;
    width: 200px !important;
    height: 200px;
    line-height: 185px;
    border-radius: 100%;
    border: 1px solid #ffb923;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.et-feature-box:hover .elementor-image-box-img {
    background: #ffb923;
}
.et-feature-box h3.elementor-image-box-title {
    position: absolute;
    right: 106px;
    top: -17px;
    z-index: 9;
    background: #ffb923;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}
.et-working-arrow img {
    position: absolute;
    content: "";
    top: -150px;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*** Services ***/
.et-request-item .elementor-accordion-item {
    border-radius: 5px;
    margin-bottom: 10px !important;
}
.et-tes-item img {
    border-radius: 50% !important;
}
/*** Blog ***/
.et-blog-item .premium-blog-content-wrapper  {
    top: 0;
    margin: 0;
    padding: 20px 5px;
}
.et-blog-item .premium-blog-post-container {
    border: 1px solid #ffb923;
    margin: 0 10px;
    border-bottom: 3px solid #FCBF19;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;    
}
.et-blog-item .premium-blog-post-container:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}
/*** Contact ***/
.et-contact-form .wpcf7-form {
    display: inline-block;
}
.et-contact-form .wpcf7-form p {
    color: #fff;
    width: 100% !important;
    margin-left: 0 !important;
}
.et-contact-form h3 {
    margin-bottom: 10px;
}
.et-contact-form label span {
    color: #ff0000;
    font-size: 20px;
}
.et-contact-form .wpcf7-form input,
.et-contact-form .wpcf7-form textarea {
    background-color: #fff;
}
.wpcf7-form p{
    width: 100% !important;
}
.wpcf7-form input {
	padding: 10px;
}
.wpcf7-form textarea {
    height: 120px;
}
.wpcf7-form .wpcf7-submit {
	padding: 18px 50px;
    display: inline-block;
    margin-top: 28px;
    background: #ffb923;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}
/*** Footer ***/
.footer-social-pro {
    text-align: center;
}
.footer-social-pro li {
    margin: 0 10px;
    display: inline-block!important;
    list-style: none;
}
.footer-social-pro li a {
    width: 52px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    border-radius: 50px;
    box-shadow: none;
}
.footer-social-pro li svg {
	color: #fff !important;
}
.footer-social-pro li em {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.18);
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 10px 10px 10px 10px rgba(43,60,76,0.5)!important;
}
.footer-social-pro li em strong {
    display: none;
}
.footer-social-pro li.facebook a {
    background:#496bb4;
}
.footer-social-pro li.google a {
    background:#db3623;
}
.footer-social-pro li.twitter a {
    background:#009ad2;
}
.footer-social-pro li.instagram a {
    background:#d15c8f;
}
.footer-social-pro li.pinterest a {
    background:#c12123;
}
.site-info p,
.site-info a {
    font-size: 15px;
	box-shadow: none;
}
/*** Style Color ***/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffb923 !important;
}
.woocommerce ul.products li.product:before, 
ul.products li.product:before,
.woocommerce ul.products li.product:after, 
.ul.products li.product:after,
.woocommerce ul.products li.product > a:first-child:before, 
ul.products li.product > a:first-child:before,
.woocommerce ul.products li.product > a:first-child:after, 
ul.products li.product > a:first-child:after {
    background: #ffb923;
}
/*** Responsive ***/
@media (max-width: 1170px) {

    .site-header-menu .primary-menu > li > a {
        font-size: 15px !important;
        padding-left: 1em;
        padding-right: 1em;
    }
    .top-right i {
        padding-right: 5px;
    }
}
@media (max-width: 1500px) {
    .et-about-content > div {
        padding: 50px !important;
    }
}

@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
    .site-header {
        background-color: #000;
        position: relative !important;
    }
    body .site-header.is-sticky {
        position: fixed !important
    }
    .top-head {
        width: 100%;
    }
    .et-slider {
        padding: 150px 0 !important;
    }
}
@media (max-width: 910px) {
    .top-head {
        display: none;
    }
    .site-header-menu {
        float: right;
    }
    .site-branding {
        width: auto;
    }
    .site-header-main {
        display: inline-block;
        width: 100%;
    }
    .site-header-main .menu-toggle {
        float: right;
    }
    .et-counter-item .premium-counter-init {
        font-size: 35px !important;
    }
    .et-counter-item h4 {
        font-size: 14px !important;
    }
    .main-navigation a {
        color: #fff !important;
    }
}
@media (max-width: 769px) {
    .et-team-item img {
        width: 100% !important;
    }
    .et-feature-column {
        width: 50% !important;
    }
    .et-service-sub {
        width: auto !important;
        margin: 0 auto;
    }
    .et-working-arrow {
        display: none;
    }
    .et-feature-box h3.elementor-image-box-title {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .et-slider .elementor-background-video-container {
        display: block !important;
    }
}
@media (max-width: 676px) {
    .et-blog .premium-blog-post-container {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .top-head {
        display: none;
    }
    .et-slider-heading h2 {
        font-size: 60px !important;
    }
    .et-counter-item  {
        width: 50% !important;
    }
}
@media (min-width: 676px) {
    .et-blog-item .premium-blog-post-container {
        width: 30% !important;
    }
}

@media (max-width: 480px) {
    .et-counter-item,
    .et-feature-column  {
        width: 100% !important;
    }
}

.footer-custom-code .widget.widget_text {
	margin: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.footer-custom-code .widget.widget_text .textwidget {
	height: 0px !important;
}
.footer-custom-code .widget.widget_text {
    background: transparent;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}  