* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-weight: 500;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.error{
    color: red;
    font-size: 12px;
}
.common-para {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.global-menu__item {
    font-size: 30px;
    font-weight: 300;
    display: block;
    color: #fff;
    padding: 6px 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 7px 0;
}

.global-menu__wrap .global-menu__item:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
}

.global-menu__wrap .global-menu__item:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.common-main-heading {
    font-size: 55px;
    font-weight: 500;
}


/* css start here */

header {
    width: 100%;
    z-index: 1;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 60px;
    top: 60px;
    left: 0;
    right: 0;
}

header:after {
    content: "";
    display: block;
    clear: both;
}

header>.logo {
    float: left;
}

.logo-main {
    position: relative;
}

.logo-main-img {}

.scroll-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 60px;
    box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.33);
    position: fixed;
    top: -100%;
    background: #fff;
    z-index: 2;
    transition: 1s ease all;
}

.footer-line-logo.logo-main-img {
    position: absolute;
    left: 70px;
    right: 0;
}

.main-logo-text-icon {
    margin-top: 70px;
    display: block;
}

.scroll-header .logo img {
    max-width: 55px;
}

.scroll-header .logo img.scroll-header-logo-text {
    max-width: 70px;
}

.header-navigation ul li {
    display: inline-block;
}

.header-navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 8px;
}

.header-social-icons ul li a {
    background: url(../images/social-icons.png)no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    position: relative;
    background-position: top;
}

.header-social-icons ul li {
    display: inline-block;
}

.header-social-icons ul li:nth-child(1) a {
    background-position: 0 0;
    width: 14px;
}

.header-social-icons ul li:nth-child(1) a:hover {
    background-position: 0 -23px;
}

.header-social-icons ul li:nth-child(2) a {
    background-position: -33px 0;
}

.header-social-icons ul li:nth-child(2) a:hover {
    background-position: -33px -23px;
}


/* section start here */

.home-banner-top {
    position: relative;
}

.home-banner-top-rotate-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.home-banner-top-content {
    max-width: 500px;
    position: absolute;
    top: 40%;
    left: 60px;
    right: 60px;
    color: #000;
    overflow: hidden;
}

.home-banner-top-content h1 {
    font-size: 150px;
    font-weight: 500;
}

.title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 38px;
}

.home-banner-top-content>p {
    font-size: 12px;
    margin-top: 40px;
}

.home-banner-top-content .common-btn-wrap {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

.common-btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 14px 0px;
    display: inline-block;
    border-radius: 25px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.common-btn:hover {
    color: #24160a;
}

.common-btn.orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#fb7600), color-stop(#f26c03), color-stop(#e05508), to(#d4470b));
    background-image: linear-gradient(to right, #fb7600, #f26c03, #e05508, #d4470b);
    -webkit-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

.common-btn.orange:hover {
    background-image: linear-gradient(to right, #d4470b, #e05508, #f26c03, #fb7600);
}

.common-btn.blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#30d1b5), color-stop(#3dc4ca), color-stop(#41c0d0), to(#4db4e4));
    background-image: linear-gradient(to right, #30d1b5, #3dc4ca, #41c0d0, #4db4e4);
}

.common-btn.blue:hover {
    background-image: linear-gradient(to right, #4db4e4, #41c0d0, #3dc4ca, #30d1b5);
}


/* mission-vision-section-start-here */

.mission-vision-wrap {
    padding: 60px 60px;
    color: #000000;
}

.mission-vision-wrap .title {
    margin-top: 0;
    font-size: 26px;
    font-weight: 400;
}

.gradient-border {
    display: block;
    height: 4px;
    margin-top: 60px;
    background-image: linear-gradient(to right, #96ceff, #a6bde4, #b3b0d0, #bda6c1, #da8892, #e38085, #f1716e, #f46e6a, #fa6860, #fb675d, #fd655a);
}

.mission-vision-main-content h3 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mission-vision-main-content img {
    margin-bottom: 30px;
}

.mission-vision-main-content p {
    font-size: 16px;
}


/* typical-skill-area-wrap-start-here */

.typical-skill-area-wrap {
    background-image: linear-gradient(to right, #1fd0aa, #21ccaf, #27c1bf, #29bec7, #29bec7, #39a9e9, #409efb);
    padding: 60px 60px 0;
    position: relative;
    border-bottom: 5px solid #f2f2f2;
}

.typical-skill-area-wrap {
    color: #fff;
}

.typical-skill-area-wrap .typical-skill-area-wrap-inner .common-main-heading {
    margin-bottom: 40px;
}

.typical-skill-left-content p {
    font-size: 24px;
    font-weight: 300;
    max-width: 280px;
}

.typical-skill-left-content p.border-bottom {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d9dde2;
}

.typical-skill-area-img {
    position: absolute;
    bottom: -61px;
    right: -11px;
    max-width: 50%;
}

.typical-skill-area-slider-wrap.owl-carousel img,
.testimonial-slider.owl-carousel img {
    width: auto !important;
}

.typical-skill-area-slider-content p {
    font-size: 16px;
    line-height: 21px;
}

.typical-skill-area-slider-wrap .item {
    padding: 0 50px;
    min-height: 300px;
}

.typical-skill-area-slider-wrap .item img {
    margin-bottom: 30px;
}

.typical-skill-area-slider-wrap .item .border-right {
    border-right: 1px solid #6fcbe3;
}

.typical-skill-area-slider-wrap.owl-carousel .owl-dots,
.testimonial-slider.owl-carousel .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.typical-skill-area-slider-wrap.owl-carousel .owl-dots .owl-dot,
.testimonial-slider.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s linear all;
    transition: 0.2s linear all;
    margin-right: 10px;
}

.typical-skill-area-slider-wrap.owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
    border-radius: 50%;
}


/*combinint-taent-wrap*/

.combining-talent-wrap {
    padding: 80px 60px 0px;
    color: #000;
}

.combining-talent-inner-content {
    border-bottom: 2px solid #ededed;
    padding-bottom: 60px;
}

.combining-talent-content-right h3 {
    font-size: 30px;
}

.combining-talent-inner-content .col-md-4.border-right {
    border-right: 2px solid transparent !important;
    border-image-source: linear-gradient(45deg, rgb(248, 223, 17), rgb(229, 221, 31), rgb(148, 216, 88), rgb(107, 213, 117));
    border-image-slice: 1;
}

.combining-talent-content-right p {
    font-size: 14px;
}

.combining-talent-content-right p.border-bottom {
    border-bottom: 1px solid #e9de1c !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*benefit-of-working-with-us-wrap*/

.combining-talent-wrap.benefit-of-working-with-us-wrap-main {
    background: url(../images/combining-talent-bg.png);
    height: 634px;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.benefit-of-working-with-us-wrap {
    padding: 45px 0px 0;
}

.benefit-of-working-with-us-wrap h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.benefit-of-working-with-us-wrap p {
    font-size: 12px;
    line-height: 18px;
}

.work-with-us-wrap {
    background: url(../images/work-with-us-bg.png)no-repeat center center;
    padding: 95px 60px;
    position: relative;
    z-index: 0;
    margin-top: -21px;
    background-size: cover;
}

.work-with-us-wrap {
    color: #fff;
}

.work-with-us-wrap .title {
    margin-top: 0;
}

.work-with-us-wrap .common-btn-wrap .common-btn {
    border: 1px solid #b3a9c6;
    border-image-source: none;
    background-image: none;
    width: 218px;
    padding: 10px 10px;
    display: block;
}

.work-with-us-wrap .common-btn-wrap .common-btn:first-child {
    margin-bottom: 15px;
}

.work-with-us-wrap .common-btn-wrap .common-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.work-with-us-wrap .common-btn-wrap .common-btn:nth-child(2) {
    display: flex;
}

.work-with-us-wrap .common-btn-wrap .common-btn:hover {
    background-image: linear-gradient(to right, #ffd40e, #febe0b, #fdad09, #fc9c06, #fc9205, #fc8b04);
    -webkit-transition: 0.8s linear all;
    transition: 0.8s linear all;
    border: 1px solid transparent;
    color: #000;
}


/* testimonial-wrap */

.testimonial-wrap .parallax-window {
    margin-top: -20px;
    position: relative;
}

.testimonial-slider {
    max-width: 1035px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.testimonial-slider .item {
    display: flex;
    align-items: center;
}

.testimonial-slider-img {
    margin-right: 20px;
}

.testimonial-slider-img img {
    border: 1px solid #dadada;
    border-radius: 50%;
    padding: 5px;
}

.testimonial-slider-content {
    max-width: 280px;
}

.testimonial-slider-content p {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
}

.testimonial-slider-content .testimonial-designation {
    display: block;
    color: #e75e06;
    font-style: italic;
    margin-top: 10px;
}

.testimonial-slider.owl-carousel .owl-dots {
    text-align: center !important;
    margin-bottom: 80px;
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot {
    border: 1px solid #49d3d7;
}

.testimonial-slider.owl-carousel .owl-dots .owl-dot.active {
    background: #49d3d7;
}


/* footer */

.gradient-line {
    height: 5px;
    display: block;
}

.gradient-line.left {
    background-image: linear-gradient(to right, #fc645b, #8c72be, #8c72be, #ed92d5, #ed92d5, #f7a4cb);
}

.gradient-line.right {
    background-image: linear-gradient(to right, #ffc3af, #feec6e, #feec6e, #b9dfcc, #81ceff, #30d2c2, #83a287, #ad8d76);
}

.footer-line-logo {
    text-align: center;
}

.footer-line-logo img {
    margin: 0 auto;
    -webkit-animation: footer-line-logo 3s linear infinite;
    -moz-animation: footer-line-logo 3s linear infinite;
    -ms-animation: footer-line-logo 3s linear infinite;
    -o-animation: footer-line-logo 3s linear infinite;
    animation: footer-line-logo 3s linear infinite;
    margin-top: -50px;
}

@-webkit-keyframes footer-line-logo
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes footer-line-logo {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.footer-logo {
    margin-right: 40px;
}

.footer-navigation-wrap {
    padding: 40px 60px;
    color: #000;
    width: 100%;
}

.footer-navigation-wrap ul li {
    display: inline-block;
    border-right: 1px solid #eee;
}

.footer-navigation-wrap ul li:nth-last-of-type(1) {
    border-right: none;
}

.footer-navigation-wrap ul li a {
    font-size: 10px;
    font-weight: 500;
    margin-right: 5px;
}

.footer-social-icons {
    float: right;
    margin-left: 10px;
}

.footer-social-icons ul li a {
    background: url(../images/social-icons.png) no-repeat;
    width: 22px;
    height: 24px;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    position: relative;
    background-position: top;
}

.footer-social-icons ul li:nth-child(1) a {
    background-position: 0 0;
}

.footer-social-icons ul li:nth-child(1) a:hover {
    background-position: 0 -23px;
}

.footer-social-icons ul li:nth-child(2) a {
    background-position: -34px 0;
}

.footer-social-icons ul li:nth-child(2) a:hover {
    background-position: -34px -23px;
}

.footer-social-icons ul li:nth-child(3) a:hover {
    background-position: -73px -24px;
}

.footer-social-icons ul li:nth-child(3) a {
    background-position: -73px 0;
}

.footer-social-icons ul li a:hover {
    background-position: bottom;
}


/* about-us */

.about-wrap p {
    font-size: 14px;
}

.about-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.about-inner-top,
.mission-vision-inner,
.vision-points-inner,
.work-with-us-top-inner {
    margin-top: 50px;
}

.about-inner-top p {
    font-size: 14px;
    line-height: 22px;
}

.skill-area-required ul li {
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.skill-area-required ul li:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.common-hr {
    margin: 40px 0;
    border-top: 1px solid #eee;
}

.mission-vision .title {
    font-size: 18px;
    font-weight: 500;
}

.mission-vision h3,
.vision-points-inner h3 {
    font-size: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.internal-page-main-heading:after {
    content: '';
    width: 100px;
    height: 2px;
    margin: 10px auto;
    display: block;
    background-image: linear-gradient(to right, #96ceff, #a6bde4, #b3b0d0, #bda6c1, #da8892, #e38085, #f1716e, #f46e6a, #fa6860, #fb675d, #fd655a);
}

.vision-points-inner .col-md-4 {
    border-right: 1px solid #eee;
}

.vision-points-inner .col-md-4:nth-child(1),
.vision-points-inner .col-md-4:nth-child(2),
.vision-points-inner .col-md-4:nth-child(3) {
    margin-bottom: 20px;
}

.vision-points-inner .col-md-4:nth-child(3) {
    border-right: 0;
}

.vision-points-inner .col-md-4:nth-child(6) {
    border-right: 0;
}


/* skill-area-recruited */

.skill-area-required-top-points ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 100%;
}

.skill-area-required-top-points ul li:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 15px;
    display: block;
    background-image: linear-gradient(to right, #96ceff, #a6bde4, #b3b0d0, #bda6c1, #da8892, #e38085, #f1716e, #f46e6a, #fa6860, #fb675d, #fd655a);
}

.skill-area-required-top-points ul li:nth-last-of-type(1):after {
    display: none;
    margin-top: 0;
}

.skill-area-required-wrap .img-thumbnail {
    border-radius: 20px;
}


/* client */

.clients-detail-inner .client-detail-inner-item {
    border: 1px solid #eee;
    height: 415px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.client-detail-inner-img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.client-detail-inner-content {
    padding: 30px;
}

.client-detail-inner-content p {
    font-size: 12px;
}

.client-benefit-of-working .benefit-of-working-with-us-wrap h3 {
    font-size: 24px;
}

.client-benefit-of-working .benefit-of-working-with-us-wrap p {
    font-size: 12px;
    line-height: 18px;
}


/* testimonial */

.testimonial-wrap-inner {
    margin-top: 50px;
}

.testimonial-wrap-inner .testimonial-icon {
    margin-bottom: 15px;
}

.testimonial-wrap-inner .testimonial-content p {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}

.testimonial-wrap-inner .testimonial-content span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 25px;
    color: #9a9797;
}


/* candidate */

.candidate-inner-top h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.candidate-inner-top p {
    color: #000;
    line-height: 25px;
    font-size: 14px;
}


/* work-with-us */

.work-with-us-top h3 {
    font-size: 24px;
}

.work-with-us-top .work-with-us-top-inner p {
    font-size: 14px;
    text-align: justify;
}


/* contact */

#contactForm .contact-submit {
    background: url(../images/submit-icon.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: top;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    margin-left: auto;
}

#contactForm .contact-submit:hover {
    background-position: bottom;
}

.contact-us-info hr {
    margin: 8px 0;
    border-top: 1px solid transparent !important;
    border-image-source: linear-gradient(45deg, rgb(248, 223, 17), rgb(229, 221, 31), rgb(148, 216, 88), rgb(107, 213, 117));
    border-image-slice: 1;
}

.contact-us-info a,
.contact-us-info p {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    display: flex;
    align-items: baseline;
}

.contact-us-info p>span {
    border-right: 1px solid #eee;
    padding: 0 5px;
    margin-right: 5px;
    text-transform: capitalize;
}

.contact-us-info p>span:nth-last-of-type(1) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.contact-us-info i {
    font-size: 14px;
    color: #58469e;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s linear all;
}

.contact-us-info a:hover i,
.contact-us-info p:hover i,
.contact-us-info a:hover,
.contact-us-info p:hover {
    color: #0eb68c;
}

.work-with-us-form .form-control {
    box-shadow: none;
    padding: 4px 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.work-with-us-form .common-btn {
    padding: 6px 0;
}

.work-with-us-form span {
    margin-top: 6px;
    display: block;
    font-size: 12px;
    font-weight: 500;
}