.header{
    float: left;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 0px 15px 0px #d3d3d3;
    margin-bottom: 3px;
}
.header-content{
    float: left;
    width: 100%;
}
.navbar-brand img{
    float: left;
    width: 200px;
}
.hire{
    float: left;
    width: 100%;
    padding: 100px;
    background: #eeeeee;
    /*border-bottom: 5px solid #b8202d;*/
}
.hire-content{
    float: left;
    width: 100%;
}
.hire-content h3{
    float: left;
    width: 100%;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    padding: 10px;
    color: #202124;
}
.hire-content img{
    float: left;
    width: 250px;
   
}
.get-started{
    float: left;
    width: auto;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ed353f , #b8202d);
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 40px;
    text-decoration: none;
}
.get-started i{
    float: right;
    width: auto;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    transform: rotate(-90deg);
    margin-top: 5px;
}
.get-started:hover{
    color: #ffffff;
    text-decoration: none;
}
.recruiting{
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
}
.recruiting-content{
    float: left;
    width: 100%;
}
.recruiting-content h3{
    float: left;
    width: 100%;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    padding: 10px;
    color: #202124;
    text-align: center;
}
.recruiting-content h4{
    float: left;
    width: 100%;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
    color: #ee9e12;
}

.icons_list{
	width:100%;
	float:left;
}

.icons_list ul{
	width:100%;
	float:left;
	padding:0;
	margin: 0px 0 0 10px;
}

.icons_list ul li{
	width: 40px;
	height: 40px;
	float:left;
	padding:2px;
	margin-right:10px;
	list-style:none;
}

.icons_list ul li img{
	width:100%;
	float:left;
}


.text-mania{
    float: left;
    width: 100%;
}
.demo{ background: #f8f7f6; }
#testimonial-slider{
    padding: 50px 20px 60px 20px;
    background: #fff;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    background: none !important;
}
.testimonial .description{
    font-size: 16px;
    color: #202124;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    padding: 0 10%;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 12px;
    left: -15px;
    font-size: 50px;
    color: #b8202d;
}
.testimonial .title{
    font-size: 24px;
    color: #202124;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
    display: none;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../images/1.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.ceo-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/1.png") no-repeat;
    background-size: cover;
    display: none;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(4) span{
    background: url("../images/2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(5) span{
    background: url("../images/2.png") no-repeat;
    background-size: cover;
}

.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    opacity: 1;
    transform: scale(1.5);
    width: 100px;
    height: 100px;
    margin: 5px 10px;
}
.owl-theme .owl-controls .owl-page span{
    width: 60px !important;
    height: 60px !important;
    background-color: #ffffff !important;
    padding: 10px;
    transition: transform .4s;;
    margin-top: 20px !important;
}
.text-mania-title h4{
    color: #031b4e;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-top: 45px;
    font-size: 24px;
}
.text-mania-title p{
    text-align: center;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    color: #4e555b;
}
.text-mania-title h4 span{
    color: #ff5600;
    font-size: 24px;
}


.testimonial .description:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
   bottom: 0;
    right: 0;
    font-size: 50px;
    color: #b8202d;
}
.more-than{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.more-than-content{
    float: left;
    width: 100%;
}
.more-than-content h3{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 36px;
}
.more-than-content h5{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    min-height: 40px;
}
.more-than-content p{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    min-height: 85px;
}
.our-customers{
    float: left;
    width: 100%;
    padding: 80px 0 100px 0px;
    background: #fbca72;
}
.our-customers-content{
    float: left;
    width: 100%;
}
.our-customers-content h3{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 36px;
}
.our-customers-content p{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
}
.customer-content{
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
}
.customer-content p{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    font-size: 14px;
}
.customer-content h5{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.customer-content .customer-name{
    text-align: center !important;
    font-size: 12px !important;
}
.customer-content .card{
    border: none;
}
.customer-images{
    float: left;
    justify-content: center;
    display: flex;
    width: 100%;
}
.customer-images img{
    float: left;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -50px;
}
.customer-content .card-body{
    padding: 0;
    min-height: 180px;
}
.free-for{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #df3720;
}
.free-for-content{
    float: left;
    width: 100%;
}
.free-for-content h3{
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 36px;
}
.free-for-content p{
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
}

.get-started1{
    float: left;
    width: auto;
    border-radius: 5px;
    background: #f1a31b;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 10px;
    text-decoration: none;
}
.get-started1 i{
    float: right;
    width: auto;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    transform: rotate(-90deg);
    margin-top: 5px;
}
.get-started1:hover{
    color: #ffffff;
    text-decoration: none;
}
.footer{
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #fff;
}
.footer-content{
    float: left;
    width: 100%;
}
.footer-content img{
    float: left;
    width: 170px;
}
.footer-content a{
    float: left;
    width: auto;
    margin-left: 15px;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #717171;
    padding-top: 9px;
}

.pricing-plan{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.pricing-plan-content h3{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 36px;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}
.pricing-plan-content-border{
    /*border: 1px solid rgba(0,0,0,.125);*/
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.main-pricing-card{
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
}
.pricing-plan-content-border h4{
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin: 0;
    background: #ba202d;
}
.pricing-plan-content-border ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.pricing-plan-content-border ul li{
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0;
    list-style-type: none;
    text-align: center;
    line-height: 1;
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.pricing-plan-content-border ul li:last-child{
    border: none;
}
.available-price{
    float: left;
    width: 100%;
}
.available-price ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.available-price ul li{
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0;
    list-style-type: none;
    text-align: center;
    line-height: 1;
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.available-price ul li:last-child{
    border: none;
}
.available-price .plan{
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    margin: 0;
    background: #ba202d;
}
.available-price .plan h4{
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin: 0;
    background: #ba202d;
}
.available-price .plan p{
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    padding: 0px;
    margin: 0;
    background: #ba202d;
}
.min-60{
    min-height: 59px;
}
.min-60 i{
    margin-top: 9px;
}
.fa-check{
    color: #008000;
}
.fa-times{
    color: #ff0000;
}
html {
    scroll-behavior: smooth;
}
.main-nav li a{
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}
.main-nav{
    margin-top: 12px;
}
.hire-top{
    margin-top: 88px;
}
.header-active{
    position: fixed;
    background: #fff;
    z-index: 999;
}
.contact{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #eeeeee;
}
.contact-form{
    float: left;
    width: 100%;
}
.contact-form h3{
    color: #202124;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 36px;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}
.submit-button{
    float: left;
    width: 100%;
}
.submit-button button{
    background: #b8202d;
    float: right;
    width: auto;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
}
.submit-button button:hover, .submit-button button:active, .submit-button button:focus{
    background: #da902f;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-error label:last-child{
    color: #ff0000;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 12px;
}
.form-error label{
    color: #000;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    margin: 0;
}
.form-error input, .form-error input:focus{
    background: rgba(255,255,255,.5);
    box-shadow: none;
    outline: none;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.form-error textarea, .form-error textarea:focus{
    background: rgba(255,255,255,.5);
    box-shadow: none;
    outline: none;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.arrow-up-move{
    float: left;
    width: 100%;
}
.arrow-up-move a{
    text-decoration: none;
}
.arrow-up-move a i{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ba202d;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}
.arrow-up-move a i:hover{
    background: #da902f;
}
.navbar-toggler{
    padding: 0;
    border: none;
}
.navbar-toggler span{
    width: 20px;
}
.navbar-toggler span:focus, .navbar-toggler:focus{
    outline: none;
    border: none;
}

@media (max-width: 991px) {
    .hire{
        padding: 40px;
    }
    .hire-content h3{
        font-size: 36px;
    }
    .main-images{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hire{
        padding: 20px;
    }
    .hire-content h3{
        font-size: 36px;
    }
    .hire-content img{
        padding: 0 !important;
    }
    .main-images{
        margin-left: 0 !important;
        margin-top: 30px;
    }
    .recruiting{
        padding: 40px 0 20px 0;
    }
    .recruiting-content h3, .more-than-content h3, .our-customers-content h3, .free-for-content h3{
        font-size: 30px;
    }
    .owl-theme .owl-controls .owl-page span{
        width: 30px !important;
        height: 30px !important;
    }
    .testimonial .description{
        font-size: 16px;
    }
    .testimonial .description:before{
        font-size: 20px;
        top: 0;
    }
    .testimonial .description:after{
        font-size: 20px;
        bottom: 0;
    }
    .more-than, .our-customers{
        padding: 40px 0;
    }
    .main-images{
        max-width: 300px;
    }
    .get-started{
        margin-top: 20px;
    }
    .arrow-up-move a i{
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .mobile-customer{
        margin: 20px 0;
    }
    .navbar-brand img{
        max-width: 180px;
    }

}

@media (max-width:500px) {
	.icons_list ul li {
    width: 11%;
    float: left;
    padding: 2px;
    margin-left: 4px;
    list-style: none;
}	
	
}
