body {
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #222222;
}

* {
    outline: 0 none !important;
}

a {
	color: #e65116;
	text-decoration: none !important;
}
a:hover, a:focus {
    color: #d0450e;
}
button {
	background: none;
	border: 0 none;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.h1, h1 {
	font-size: 40px
}
.h2, h2 {
	font-size: 32px
}
.h3, h3 {
	font-size: 28px
}
.h4, h4 {
	font-size: 23px
}
.h5, h5 {
	font-size: 20px
}
.h6, h6 {
	font-size: 16px
}


.color-white, .color-white:hover, .color-white:focus {
    color: #fff;
}
.color-black {
    color: #222222;
}

.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-700 {
    font-weight: 700;
}

.form-group {
    margin: 0 0 20px;
    position: relative;
}
.form-group-inner {
    margin: 0 -5px;
}
.form-group-inner .form-group {
    display: inline-block;
    width: 49.5%;
    padding: 0 5px;
    vertical-align: top;
}
.control-label {
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.form-control {
    height: 44px;
    padding: 5px 15px;
    border: 1px solid #dbe2e8;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(46,60,73,.05);
    box-shadow: 0 2px 2px 0 rgba(46,60,73,.05);
    border-radius: 4px;
    color: #2e3d49;
}
textarea.form-control {
    min-height: 90px;
}
.form-control:focus {
    -webkit-box-shadow: 0 2px 2px 0 rgba(46,60,73,.05);
    box-shadow: 0 2px 2px 0 rgba(46,60,73,.05);
    border-color: #02b3e4;
}
.form-action {
	text-align: center;
    padding: 10px 0;
}
.button-btn {
	background: #e65116;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 45px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.button-btn:hover, .button-btn:focus {
    color: #fff;
    background: #d0450e;
}

.button-btn.small-btn {
    padding: 7px 30px;
    font-size: 16px;
}

.captcha-count {
    position: absolute;
    top: -4px;
    right: 6px;
}
.captcha-count span {
    background: #ececec;
    padding: 3px 15px;
    font-weight: 700;
    display: inline-block;
}


.input-file {
    display: inline-block;
    position: relative;
    height: 44px;
    background: #ffe3d7;
    color: #000;
    padding: 7px 0 0;
    min-width: 140px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.input-file input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.input-file span {
    display: block;
    cursor: pointer;
}


.ul-tick {
    padding: 0;
}
.ul-tick li {
    position: relative;
    list-style: none;
    padding: 0 0 15px 30px;
}
.ul-tick li:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 1px;
    color: #4CAF50;
    font-weight: 800;
    font-size: 20px;
}



.navbar-nav>li>.dropdown-menu {
    border: 0 none;
}
.navbar-nav .dropdown-menu>li>a {
    padding: 10px;
    font-weight: 600;
}


.modal-header {
    border: 0 none;
    text-align: center;
}
.modal-header .close {
    font-weight: 300;
    opacity: 1;
    font-size: 45px;
    position: absolute;
    top: -5px;
    right: 3px;
}


.navbar-toggle {
    margin-top: 16px;
}
.navbar-toggle .icon-bar {
    background: #000;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}



.navbar {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(46,61,73,.2);
    margin: 0;
    border: 0 none;
    position: sticky;
    top: 0;
    z-index: 1020;
    border-radius: 0px;
}
.navbar-brand {
	height: auto;
    padding: 5px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}
.navbar-nav {
    right: -25px;
    position: relative;
    float: right;
    padding: 13px 0 0;
}
.navbar-nav>li>a {
    color: #666;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #d0450e;
}
.navbar-nav>li>a.active {
    color: #d0450e;
}




.site-footer {
    background: rgb(0, 0, 0);
    color: #fff;
    padding: 25px 0;
    box-shadow: 0 1px 20px 0 rgba(46,61,73,.2);
}
.footer-left {
    float: left;
    width: 60%;
    font-size: 15px;
    padding: 8px 0 0;
}
.footer-right {
    float: left;
    width: 40%;
    text-align: right;
}
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.footer-social li a {
    border: 2px solid #ffffff;
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding: 2px 0 0;
}





/*============ home start ============*/

.homeslider .item { 
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.homeslider .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.homeslider .homeslider1:before {
    background: rgba(33, 150, 243, 0.6);
}
.homeslider .homeslider2:before {
    background: rgba(255, 87, 34, 0.5);
}
.homeslider .homeslider3:before {
    background: rgba(76, 175, 80, 0.7);
}

.homeslider1 {
    background-image: url(../../img/front/home/home-slider-1.jpg);
}
.homeslider2 {
    background-image: url(../../img/front/home/home-slider-2.jpg);
}
.homeslider3 {
    background-image: url(../../img/front/home/home-slider-3.jpg);
}

.home-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    min-height: 500px;
    padding: 0 10px;
}
.home-item p {
    font-size: 20px;
    max-width: 750px;
}
.home-item ul {
    display: inline-block;
    text-align: left;
}
.home-item .ul-tick li {
    padding: 0 0 5px 30px;
}
.homeslider2 ul, .homeslider3 ul {
    max-width: 650px;
}
.homeslider2 ul li, .homeslider3 ul li {
    width: 50%;
    float: left;
}

.homeslider .carousel-control {
    background: none;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0px 2px  #fff;
    font-size: 26px;
    left: 20px;
    top: 40%;
    width: auto;
}
.homeslider .carousel-control.right {
    left: auto;
    right: 20px;
}



.testimonial {
    padding: 60px 0;
}
.testi-quote i {
    font-size: 50px;
    color: #e65116;
    text-shadow: 1px 2px 2px rgba(230, 81, 22, 0.6);
}
.testi-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0  auto;
    min-height: 310px;
}
.testi-info {
    padding: 15px 0 0;
    color: #e65116;
}
.testi-info span {
    display: block;
    color: #999;
}
.testislider .carousel-control {
    background: none;
    color: #e65116;
    opacity: 1;
    text-shadow: 0 0px 2px  #e65116;
    font-size: 26px;
    left: 0;
    top: 40%;
    width: auto;
}
.testislider .carousel-control.right {
    left: auto;
    right: 0;
}


.home-glance {
    padding: 0 0 30px;
}
.home-glance-left {
    width: 55%;
    float: left;
}
.home-glance-right {
    width: 45%;
    float: left;
    padding: 25px 0 0 30px;
    text-align: justify;
}


.home-service {
    background: rgba(230, 81, 22, 0.02);
    padding: 60px 0;
}
.home-service h3 {
    max-width: 800px;
    margin: 0 auto 25px;
    text-align: center;
    line-height: 40px;
}
.home-service ul {
    padding: 0;
    margin: 0 -8px;
    list-style: none;
}
.home-service li {
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    width: 23.2%;
    margin: 0 8px 25px;
    position: relative;
    vertical-align: top;
    font-size: 17px;
    font-weight: 600;
    min-height: 125px;
}
.home-service li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    height: 30px;
    background: #e65116;
    width: 5px;
}






.home-contact {
    padding: 90px 0;
}
.home-contact h2 {
    text-align: center;
}
.home-contact form {
    max-width: 650px;
    margin: 0 auto;
}
/*============ home end ============*/




/*============ uvhire start ============*/
.uvhire-head {
    background-image: url(../../img/front/uvhire/uvhire-head.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
    text-align: center;
    padding: 110px 0;
}
.uvhire-head:before {
    content: "";
    background: rgba(230, 81, 22, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.organization-head:before {
    background: rgba(33, 150, 243, 0.7);
}
.contact-head:before {
    background: rgba(255, 152, 0, 0.7);
}
.career-head:before {
    background: rgba(76, 175, 80, 0.75);
}
.aboutstrength-head:before {
    background: rgba(63, 81, 181, 0.8);
}

.uvhire-head h1 {
    margin: 0;
}
.uvhire-head h3 {
    font-size: 22px;
    margin: 0 0 30px;
}
.uvhire-head h4 {
    font-size: 20px;
    font-weight: 400;
}



.uvhire-info-left {
    float: left;
    width: 45%;
    padding: 0 40px;
}
.uvhire-info {
    padding: 50px 0;
}
.uvhire-info-quote {
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    padding: 30px 35px 50px;
    border-radius: 15px;
    border-top: 3px solid #9C27B0;
    max-width: 400px;
}
.uvhire-info-quote-second {
    margin: -40px 0 0 49px;
    padding-bottom: 30px;
    border-color: #8BC34A;
}
.uvhire-info-right {
    float: left;
    width: 55%;
}



.uvhire-benefit {
    padding: 80px 0;
}
.uvhire-benefit-img {
    float: left;
    width: 50%;
}
.uvhire-benefit-desc {
    float: left;
    width: 50%;
    padding: 100px 50px 0;
}
.uvhire-benefit-list:nth-child(even) .uvhire-benefit-img {
    float: right;
}


.uvhire-why {
    background: rgba(230, 81, 22, 0.03);
    padding: 50px 0;
}
/*============ uvhire end ============*/





/*============ organization start ============*/
.org-inter {
    padding: 80px 0 0;
}
.org-inter-list {
    border: 1px solid #ddd;
    margin: 30px 0 40px;
}
.org-inter-list:nth-child(even) .org-inter-img {
    float: right;
}
.org-inter-img {
    float: left;
    width: 45%;
}
.org-inter-desc {
    float: left;
    width: 55%;
    padding: 50px;
}
.org-inter-list h4 {
    color: #e65116;
}


.org-service {
    padding: 80px 0;
}
.org-service-list {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 8px;
}
.org-service-list i {
    display: block;
    font-size: 28px;
    padding: 26px 0 0;
    height: 80px;
    background-color: #fff;
    width: 80px;
    margin: 25px auto;
    border-radius: 50%;
    box-shadow: 4px 6px 30px 0 rgba(46,61,73,.15);
}
.org-service-list p {
    font-size: 16px;
}
.org-service-list-1 i, .org-service-list-1 h4 {
    color: #8BC34A;
}
.org-service-list-2 i, .org-service-list-2 h4 {
    color: #03A9F4;
}
.org-service-list-3 i, .org-service-list-3 h4 {
    color: #F44334;
}
.org-service-list-4 i, .org-service-list-4 h4 {
    color: #9C27B0;
}



.org-level {
    background: rgba(230, 81, 22, 0.03);
    padding: 80px 0;
}
.org-level-list {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.org-level-list-inner {
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    border-radius: 10px;
    padding: 30px;
    min-height: 440px;
}
.org-level-list h4 {
    text-align: center;
}
.org-level-list-1 .org-level-list-inner {
    border-top: 2px solid #00BCD4;
}
.org-level-list-2 .org-level-list-inner {
    border-top: 2px solid #9C27B0;
}


.org-keyarea {
    padding: 60px 0;
}
.org-keyarea-left {
    float: left;
    width: 32%;
    padding: 0 40px  0 0;
}
.org-keyarea .nav-tabs {
    border: 0 none;
}
.org-keyarea .nav-tabs>li {
    float: none;
    margin: 0;
}
.org-keyarea .nav-tabs>li>a {
    border: 0 none !important;
    color: #000;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 15px;
}
.org-keyarea .nav-tabs>li>a:hover {
    color: #000;
    background: rgba(230, 81, 22, 0.1);
}
.org-keyarea .nav-tabs>li.active>a, .org-keyarea .nav-tabs>li.active>a:focus, .org-keyarea .nav-tabs>li.active>a:hover {
    background-image: linear-gradient(to right, #e65116 0%, #E91E63 100%);
    color: #fff;
}
.org-keyarea-right {
    float: left;
    width: 68%;
}
.org-keyarea .tab-pane {
    background: #fff;
    box-shadow: 5px 5px 25px 0px rgba(46,61,73,0.2);
    padding: 30px;
    border-radius: 10px;
}

.org-bridge {
    padding: 20px 0 80px;
}
.org-bridge-inner {
    background-image: url(../../img/front/organization/org-bridge-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.org-bridge-inner:before {
    content: "";
    background: linear-gradient(to right, #e65116 0%, #E91E63 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
    border-radius: 10px;
}
/*============ organization end ============*/



/*============ professional cv start ============*/
.profcv-head {
    background-image: url(../../img/front/professional/profcv-head-bg.jpg);
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.profcv-head-inner h1 {
    color: #fff;
    padding: 100px 0 0;
    font-size: 62px;
    line-height: 82px;
}


.profcv-about {
    padding: 80px 0;
}
.profcv-about-left {
    float: left;
    width: 30%;
}
.profcv-about-right {
    float: left;
    width: 70%;
}
.profcv-about h1 {
    font-size: 60px;
    line-height: 100px;
    padding: 50px 0 0;
}


.profcv-wedo {
    padding: 0 0 60px;
}
.profcv-wedo-inner {
    margin: 0 -30px;
}
.profcv-wedo-list {
    float: left;
    width: 50%;
    padding: 30px;
}
.profcv-wedo-list-inner {
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    padding: 30px;
    border-radius: 10px;
    min-height: 455px;
}
.profcv-wedo-list span {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 18px 0 0;
    height: 80px;
    background-color: #fff;
    width: 80px;
    margin: 0px 0 25px;
    border-radius: 50%;
    box-shadow: 4px 6px 30px 0 rgba(46,61,73,.15);
}
.profcv-wedo-list h4 {
    display: inline-block;
    padding: 0 0 0 20px;
}
.profcv-wedo-list:nth-child(1) span, .profcv-wedo-list:nth-child(1) h4 {
    color: #FF5722;
}
.profcv-wedo-list:nth-child(2) span, .profcv-wedo-list:nth-child(2) h4 {
    color: #9C27B0;
}
.profcv-wedo-list:nth-child(3) span, .profcv-wedo-list:nth-child(3) h4 {
    color: #03A9F4;
}
.profcv-wedo-list:nth-child(4) span, .profcv-wedo-list:nth-child(4) h4 {
    color: #4CAF50;
}


.profcv-form {
    padding: 30px 0 60px;
}
.profcv-form-inner {
    max-width: 750px;
    margin: 0 auto;
}
.profcv-form .captcha-count {
    position: absolute;
    right: 8px;
    top: -35px;
}
.profcv-form .captcha-count span {
    padding: 0px 10px;
    font-size: 18px;
}
/*============ professional cv end ============*/



/*============ career start ============*/
.career-info {
    padding: 100px 0;
    text-align: center;
}
.career-info-inner {
    max-width: 1000px;
    margin: 0 auto;
}


.careerOrgModal h4 {
    text-align: center;
    padding: 0px 0 10px;
}
.careerOrgModal .modal-dialog {
    max-width: 100%;
    width: 700px;
}
/*============ career end ============*/



/*============ contact start ============*/
.contact-main {
    padding: 50px 0;
}
.contact-left {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}
.contact-right {
    float: left;
    width: 50%;
}
/*============ contact end ============*/




/*============ about-strength start ============*/
.about-strength-info {
    padding: 90px 0;
}
.about-strength-info-left {
    float: left;
    width: 58%;
    padding: 0 45px 0 0;
}
.about-strength-info-right {
    float: left;
    width: 42%;
    text-align: center;
}
.about-strength-info-right > div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.about-strength-list-img-1 {
    padding-top: 60px;
}
.about-strength-info-right img {
    border-radius: 8px;
    margin: 5px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    display: block;
}
/*============ about-strength end ============*/



/*============ hotjobs start ============*/
.hotjob-iframe {
    height: calc(100vh - 93px);
}
.hotjob-iframe iframe {
    width: 100%;
    height: 100%;
}
/*============ hotjobs end ============*/


/*============ whatsapp-business start ============*/
.whatsapp-business {
    background-image: url(../../img/front/whatsapp-business/whatsapp-business-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.whatsapp-business:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}
.whatsapp-business-inner {
    background: #fff;
    padding: 35px 40px 20px;
    border-radius: 25px;
    max-width: 1000px;
    margin: 40px auto;
}
.whatsapp-business-left {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding: 0 25px 0 0;
}
.whatsapp-business-right {
    display: inline-block;
    width: 44.3%;
    vertical-align: top;
}
.whatsapp-business .form-control {
    height: 40px;
}
.whatsapp-business .form-group {
    margin: 0 0 20px;
}
.whatsapp-business .form-action {
    padding: 0;
}
.whatsapp-business .button-btn {
    padding: 8px 40px;
    font-size: 16px;
}
.whatsapp-business h2 {
    font-weight: 700;
    padding: 20px 0 0;
    line-height: 1.4;
}
.whatsapp-business h3 {
    line-height: 1.8;
}
.whatsapp-business h4 {
    font-weight: 700;
    padding: 10px 0 0;
}
.whatsapp-business p {
    color: #999;
}
/*============ whatsapp-business end ============*/

/*============ workfrom-home start ============*/
.workfrom-home-main-logo {
    display: none;
}

.workfrom-home-inner {
    margin: 30px auto;
    max-width: 950px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
    font-size: 15px;
}
.workfrom-home-inner p {
    margin: 0 0 5px;
}
.workfrom-home-title h4 {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}

.workfrom-home-head {
    padding: 20px 0;
}
.workfrom-home-head-left {
    display: inline-block;
    vertical-align: top;
    width: 72.4%;
}
.workfrom-home-head-left h5 {
    margin: 0 0 5px;
}
.workfrom-home-head-left p {
    color: #999;
}
.workfrom-home-head-right {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    text-align: right;
    padding: 12px 0 0;
}

.workfrom-home-list {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #eee;
}
.workfrom-home-list ul {
    list-style: none;
    padding: 0;
}
.workfrom-home-list ul li {
    padding: 4px 0 0;
}

.workfrom-home-skills span {
    background: #eee;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin: 8px 7px 0 0;
    font-size: 14px;
}

.workfrom-home-speci {
    background: #f7f7f7;
    padding: 15px 20px;
}
.workfrom-home-speci ul {
    list-style: none;
    padding: 0;
}
.workfrom-home-speci li {
    padding: 10px 0;
}
.workfrom-home-speci li b {
    color: #333;
}

.workfrom-home-copy {
    text-align: center;
    padding: 20px 0 0;
    color: #666;
}

#workfromHomeModal .modal-dialog {
    max-width: 370px;
    width: 370px;
}
/*============ workfrom-home end ============*/


/*============ news start ============*/
.news-page {
    padding: 40px 0 60px;
}
.news-search {
    position: relative;
    float: right;
    width: 300px;
    margin: -70px 0 0;
}
.news-search .form-control {
    height: 50px;
    border-radius: 50px;
}
.news-search button {
    position: absolute;
    top: 10px;
    right: 15px;
}
.news-list {
    background: #fff;
    box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
    border-radius: 7px;
    margin: 40px 0 0;
    padding: 20px;
    display: flex;
    min-height: 120px;
}
.news-list-date {
    width: 10%;
    padding: 12px 0 0;
}
.news-list-title {
    width: 72%;
}
.news-list-link {
    width: 18%;
    text-align: right;
    padding: 15px 0 0;
}
.news-list-date h5 {
    margin: 0 0 10px;
}
.news-list-title a {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
    color: #333;
}
.news-list:hover .news-list-title a {
    color: #e65116;
}
/*============ news end ============*/