/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
.py-5 {
    padding: 80px 0 !important;
}
.py-5.pt-0 {
    padding-top: 0 !important;
}
.home-section {
    position: relative;
    padding: 80px 0;
    background: url(../../assets/images/demo-branding-agency-services-title-bg.jpg) top center no-repeat;
    background-size: cover;
}

.home-section-overlay{
	width: 100%;
	background: #000;
	opacity: 0.39;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
 
.home-section h1, .home-section .banner_hiretext h2, .home-section .banner_hiretext h3{
        font-size: 36px;
    font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px #373737;
}

.home-section p.hero-text, .home-section.hire_banner_section .banner_hiretext p{
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px #373737;
}

/* -----  Hero Video PopUp ----- */
.popup-gallery-wrapper{
	position: relative;
	margin-top: 25px;
}

.hero-gallery{
	float: left;
}

.video-icon {
	float: left;
	width: 60px;
	height: 60px;
	background: #fff;
	border:2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -30px;
    bottom: 10%;
    margin-bottom: -6px;
    -webkit-animation: doublePulsation 1.9s ease infinite;
    animation: doublePulsation 1.9s ease infinite;
    z-index: 0;
}

@-webkit-keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

@keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

.video-icon:hover{
	background: transparent;
}

.video-icon i {
	font-size: 26px;
	line-height: 56px;
	color:#3d6ce7;
	margin-left: 18px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-icon:hover i{
	color: #fff;
}

.popup-video-text{
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
    text-shadow: 1px 1px #656565;
}

/* -----  Register ----- */
.register-form-wrapper{
	margin-top: 0px;
	padding: 40px 40px;
	background: rgba(255,255,255,1);
	border-radius: 5px 5px;
}

.register-form-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 28px;
    display: block;
    margin-bottom: 0px;
}
.register-form-wrapper p{
	margin-bottom: 25px;
	font-size: 17px;
}

input.register-input, select.register-input, .nice-select, .newinput .phone-field{
	width: 100%!important;
    height: 50px!important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    margin-top: 15px!important;
    color: #555!important;
    border: 1px solid #f1f1f1!important;
    background-color: #f9f9f9!important;
    font-size: 15px!important;
    border-radius: 5px 5px 5px 5px!important;
}
.newinput .phone-field {
    padding: 0 !important;
}
.register-form-wrapper p.text-danger, .register-form-wrapper p.error.phone_error {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}
.row.newinput label {
    line-height: 1;
    display: none;
}
/*
input.name-input{
    background: url('../images/input-user.png') no-repeat 12px 15px;
}

input.name-email{
    background: url('../images/input-envelope.png') no-repeat 12px 15px;
}

select.register-input{
    background: url('../images/input-select.png') no-repeat 12px 15px;
}*/

input.register-submit{
	background: #3d6ce7;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    height: auto;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background:#3d6ce7;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus, #register-form select.register-input:focus, .nice-select:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

#register-form input.register-input:focus, #register-form select.register-input:focus, .nice-select:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#27b36a;
	border: 1px solid #27b36a;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

p.register-form-terms{
	margin: 10px 0 5px 0;
	font-size: 14px;
    text-shadow: none;
    text-align: center;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#656565;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#656565;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#656565;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#656565;
}

/* ========================================================== */
/* 			                06. FEATURES                      */
/* ========================================================== */

.services-wrapper{
	position: relative;
}

.main-services {
	position: relative;
    margin: 10px 5px;
    overflow: hidden;
    text-align: center;
	transition:all 1s;
}

.main-services:hover{
	transform: scale(1.025);
	transition:all 1s;
}

.main-services img {
    max-width: 60px;
    margin-bottom: 10px;
    border-radius: 0;
}

.main-services h3 {
	margin-bottom: 5px;
}

.main-services h3 a{
	font-size: 22px;
	font-weight: 700;
	color: #e52f37;
}

.main-services h4, .main-services h3, .main-services h5, .main-services h6{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.main-services p{
	padding: 0 10px;
	margin-bottom: 15px;
}

.main-services i {
    margin-bottom: 15px;
	display: inline-block;
    padding: 16px 16px;
    font-size: 40px;
    line-height: 46px;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #e52f37;
}

.main-services.red i {
    background-color: #e52f37;
}

.main-services.blue i {
    background-color: #1e90ff;
}

.main-services.green i {
    background-color: #27b36a;
}

.main-services p {
    margin: 0;
}

.main-services {
    border: 1px solid #ddd6;
    padding: 30px 10px;
    height: 100%;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 6px;
}
.servicemain .col-md-4
{
    margin-bottom: 15px;
} 
.main-services {
    min-height: 230px;
    height: auto;
}
.mt-4
{
    margin-top: 40px;
} 
a.category-product-body.position-relative.eCategory.d-flex {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    text-align: center !important;
    display: block;
    justify-content: center;
    font-size: 17px !important;
    border-radius: 10px;
    padding: 15px;
    background: #00968803;
    border-color: #dddddd6e !important;
}

a.category-product-body.position-relative .eText h5, a.category-product-body.position-relative .eText h3 {
    font-size: 16px !important;
}
p.text-center.subtitlep.mt-4.mb-2 {}

.clients-logo-carouse.mt-0.row .logocl {
    margin-bottom: 15px;
}

.clients-logo-carouse.mt-0.row {
    justify-content: center;
}
.clients-logo-carouse.mt-0.row .logocl {
    margin-bottom: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.categories_box {
    width: 16.6%;
}
.clients-logo-carouse.mt-0.row .logocl img {
    width: 115px;
    object-fit: contain;
}
.col-lg-4.col-md-4.col-sm-6.col-12.wow.animate__animated.animate__fadeIn.animated {
    width: 16.6%;
}
.hiringneeds
 {
    color: #000;
    font-weight: 600;
    margin: 20px 0 10px;
}
select#login_country_code {
    border-radius: 5px 0 0 5px !important;
    border-right: 0 !important;
    padding: 10px !Important;
}

.newinput input.register-input.name-email.white-input {
    border-radius: 0 5px 5px 0 !important;
}
@media screen and (max-width: 991px)
{
    .categories_box  {
    width: 33.3% !Important;
}
}
@media screen and (max-width: 767px)
{
    .banner_hiretext
    {
            text-align: center;
    margin-bottom: 30px;
    }
    .register-form-wrapper {
    padding: 20px;
}
.home-section h1 {
    font-size: 30px;
    line-height: 40px;
}
}
@media screen and (max-width: 576.98px)
{
    .categories_box {
    width: 100% !important;
}
.testimonial .testimonial__slider-item {
    padding: 30px 20px;
    width: 360px;
  }
  .testimonial .testimonial__slider-item .quote {
    margin-bottom: 30px;
  }
  .testimonial .testimonial__slider-item .quote i {
    font-size: 30px;
  }
  .testimonial .testimonial__slider-item .h4 {
    font-size: 15px;
  }
  .testimonial .testimonial__slider-item hr {
    margin: 40px 0px;
  }
  .testimonial .testimonial__slider-item .content {
    min-height: 270px;
}
  .testimonial .testimonial__slider-item .item__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .slick-slide {
    margin: 0px 15px;
}

.slide-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 30px;
}
.testimonial .testimonial__slider {
    margin-top: 30px;
}

}
.clients-logo-carouse.mt-0.row.collaborations_logo .logocl img {
    width: 140px;
    object-fit: contain;
}
.clients-logo-carouse.mt-0.row .col-lg-3 {
    width: 20%;
}
@media screen and (max-width: 767px)
{
    .clients-logo-carouse.mt-0.row .col-lg-3 {
    width: 33%;
}
}
@media screen and (max-width: 576px)
{
    .clients-logo-carouse.mt-0.row .col-lg-3 {
    width: 50%;
}
}
.nice-select {
    font-size: 14px !important;
}
.nice-select .option {
    line-height: 21px !important;
    min-height: auto !important;
    height: auto !important;
        padding: 7px 10px !important;
}

@media screen and (max-width: 360px)
{
.testimonial .testimonial__slider-item {
    width: 340px;
  }
}
@media screen and (max-width: 350px)
{
.testimonial .testimonial__slider-item {
    width: 330px;
  }
  .nice-select {
    font-size: 12px !important;
}
}
@media screen and (max-width: 320px)
{
.testimonial .testimonial__slider-item {
    width: 280px;
  }
}
.footer-area.footer-area-v2 {
    margin-top: 120px;
}