*{
   font-family: 'Poppins', sans-serif;
   //font-family: 'Ubuntu', sans-serif;
}
:root{
	--yellow: #f6c03d;
}
html{
	overflow-x:hidden;
}
.whats-app-icon img {
    width: 100px;
}

.whats-app-icon {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 999999;
}
.scroll a {
  position: relative;
  width: 30px;
  height: 58px;
  border: 2px solid #f6c03d;
  border-radius: 20px;
  display: inline-block;
}
.scroll a::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 2px;
  height: 36px;
  background: #fff;
  right: 12px;
}
.scroll a::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f6c03d;
  border-radius: 100%;
  top: 10px;
  z-index: 1;
  right: 8px;
  transition: all 0.3s ease-in-out;
}
.scroll a:hover::before{
  top: 44px;
}
.scroll a img {
  display: none;
}
li.translate a > span,
li.translate .switcher-popup > span{
    margin-left: 10px;
	color: #3b516a;
}
li.translate .switcher-popup > span{
    color: white;
}

li.translate .switcher-popup:hover > span,
li.translate .switcher-popup:hover {
    color: white;
    outline: none;
}
.pace .pace-progress {
	background:transparent;
}
nav.navbar.navbar-expand-md {
    width: 100%;
}
@media(min-width: 1280px){
    nav.navbar.navbar-expand-md {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.current-menu-item a {
    position: relative;
}

.current-menu-item a:before {content: '';height: 35px;width: 1.04px;background: #F6C03D;top: -6px;position: absolute;left: 6.5px;}

.current-menu-item a:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #b52824;
    top: 6px;
    position: absolute;
    left: 2.5px;
    border-radius: 99px;
}
.view-all-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background: #092851;
    color: white;
    padding: 10px 30px;
    margin-top: 30px;
}

.view-all-btn {
    text-align: center;
}

.container{
    max-width: 1200px;
}


.heading h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.heading strong {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: red;
}

.heading {
    margin-bottom: 40px;
    text-align: center;
	
}
.heading>span {
    display: inline-block;
    border-bottom: 5px solid red;
    width: 110px;
    position: relative;
    border-radius: 4px;
}

.heading>span::before {
    content: '';
    display: inline-block;
    background: white;
    width: 30px;
    height: 10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 40px;
}

.top-header-info svg {
    width: 20px;
    color: white;
    margin-right: 7px;
}

.top-header-info li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*header css*/
section.top-header {
    color: white;
    font-weight: 400;
    font-size: 15px;
    background:#b52824;
}

section.top-header .top-header-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

section.top-header .top-header-info ul {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 10px;
}

section.top-header .top-header-info ul li {
    list-style: none;
    padding: 0 12px;
}

section.top-header .top-header-info ul li a {
    text-decoration: none;
    color: white;
    transition: all .3s;
    display: block;
}



section.top-header .top-header-location i {
    z-index: 99999;
}


section.top-header .top-header-location {
    color: black;
    font-size: 16px;
    z-index: 999999;
    font-weight: 500;
}

.top-header-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.top-header .top-header-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

section.top-header .top-header-social ul li {
    list-style: none;
    height: 50px;
}

section.top-header .top-header-social ul li:nth-child(1) {
}

section.top-header .top-header-social ul li a {
    color: #d0d6da;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 10px;
    transition: all .3s;
    display: flex;
    align-items: center;
    height: 100%;
}

section.top-header .top-header-info ul li a:hover {
    color: #ff3e55;
    transition: all .3s;
}

section.top-header .top-header-social ul li a:hover {
    color: var(--yellow);
    transition: all .3s;
}


/*bottom*/

section.bottom-header {
    position: sticky;
    top: 0;
    padding: 13px 0;
    z-index: 99990;
    background: #eff5fc;
}

section.bottom-header .bottom-header-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

section.bottom-header img {
    width: 300px;
    object-fit: cover;
}

section.bottom-header div#main-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #3a526a;
    padding: 0px 10px 0px 18px;
}


section.bottom-header .right-icons i {
    color: black;
    text-decoration: none;
    font-size: 18px;
    padding: 0 20px 0px 20px;
}

section.bottom-header .right-icons {
    display: flex;
    width: 230px;
}

section.bottom-header .right-icons .download a {
    text-decoration: none;
    background: rgb(9 40 81);
    padding: 14px 20px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: 600;
}




/*slider*/
section.neelkamal-slider {
    position: relative;
    border-bottom-left-radius: 7em;
    overflow: hidden;
}

section.neelkamal-slider .neelkamal-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.neelkamal-slider-item {
    height: 647px;
}

.neelkamal-slider-image {
  height: 100%;
  width: 100%;
}
section.neelkamal-slider video{
	
  width: 100%;
  height: 100% !important; 
  object-fit: cover;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
}

section.neelkamal-slider .neelkamal-slider-image::before {
    
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgb(58 82 106);
    z-index: 1;
    background: transparent linear-gradient(90deg, #365269 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}



section.neelkamal-slider .neelkamal-slider-content {
    position: absolute;
    top: 50%;
    color: white;
    left: 50%;
    /*display: flex;*/
    justify-content: space-between;
    width: 32%;
    z-index: 9;
    transform: translate(-50%, -50%);
    align-items: center;
}

section.neelkamal-slider .neelkamal-slider-content h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-family: ubuntu;
}

section.neelkamal-slider .neelkamal-slider-content a {
    background: #F6C03D;
    color: white;
    position: relative;
    text-decoration: none;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 99px;
    margin-top: 20px;
    width: 170px;
}

section.neelkamal-slider .neelkamal-slider-content a i {
    margin-left: 8px;
    transition: all .8s;
}


section.neelkamal-slider .buttons a {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 50%;
    color: white;
    text-decoration: none;
    font-size: 25px;
    background: rgb(9 40 81);
    opacity: .8;
    height: 50px;
    width: 50px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.neelkamal-slider a.nav-btn.main-slider-right-btn {
    right: 15px;
}

section.neelkamal-slider a.nav-btn.main-slider-left-btn {
    left: 15px;
}

section.neelkamal-slider .neelkamal-slider-content p {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 200;
    letter-spacing: 1px;
    /* font-family: "Poppins"; */
}




/*scroll*/
.scroll {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 200px;
    z-index: 999;
    text-align: center;
}
.scroll img {
    width: 30px;
}
.scroll a {
    text-decoration: none;
}
.scroll p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
}

.scroll span {
    display: block;
    height: 40px;
    width: 27px;
    margin: 0 auto 10px;
    border: 2px solid #f0be1f;
    border-radius: 25px;
    position: relative;
}

.scroll span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    height: 9px;
    width: 2px;
    top: 8px;
    transition: all .5s ease-in-out;
}

.scroll:hover span::before {
    top: 18px;
}

.scroll span, .testimonial .item img, .glytext::before, .listz img {
    /* -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang; */
    /* animation-name: hvr-icon-hang-sink, hvr-icon-hang; */
    /* -webkit-animation-duration: .3s, 1.5s; */
    /* animation-duration: .3s, 1.5s; */
    /* -webkit-animation-delay: 0s, .3s; */
    /* animation-delay: 0s, .3s; */
    /* -webkit-animation-timing-function: ease-out, ease-in-out; */
    /* animation-timing-function: ease-out, ease-in-out; */
    /* -webkit-animation-iteration-count: 1, infinite; */
    /* animation-iteration-count: 1, infinite; */
    /* -webkit-animation-fill-mode: forwards; */
    /* animation-fill-mode: forwards; */
    /* -webkit-animation-direction: normal, alternate; */
    /* animation-direction: normal, alternate; */
}



/* Hang */
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}





/*service*/
section.services {
    padding: 50px 0 120px 0;
}

section.services .service-row {
    display: flex;
    flex-flow: row wrap;
}

section.services .service-col {
    width: 33.33%;
    padding: 10px;
}

section.services .service-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .9s ease;
    border-radius: 10px;
}

section.services .service-box {
    background: white;
    box-shadow: 0px 6px 10px #0000003b;
    transition: all .5s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


section.services .service-box h2 {
    display: flex;
    font-size: 24px;
    align-items: center;
    margin-bottom: 0;
    padding: 14px 22px;
}

section.services .service-box a {
    display: inline-block;
    margin: 0px 10px 10px;
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: -9px;
    left: -10px;
    background: black;
    right: -10px;
    opacity: 0.7;
}
section.services .service-box:hover img {
    transform: scale(1.5);
}





section.neelkamal-slider .neelkamal-slider-content h1 span {
    color: #F6C03D;
}
.step-row {
    display: flex;
}

.step-wrapper {
    color: white;
    background: #b52824;
    margin: 60px 0px;
    padding: 29px;
    border-bottom-left-radius: 7em;
    border-top-right-radius: 7em;
}

.step-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-right: 1px solid #6a7f90;
    text-align: center;
    padding: 20px;
}

.step-col h1 {
    font-weight: bolder;
    font-size: 60px;
}

.step-col strong {
    font-size: 18px;
    font-weight: 500;
}

.step-col p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    margin: 18px;
    margin-top: 10px;
}

.step-col:last-child {
    border: none;
}
.step-lines {
    position: absolute;
    top: -80px;
    left: 100px;
}

.step-lines .line {
    background: #f0be1f;
    height: 116px;
    width: 3px;
    margin: 0px 7px;
    display: inline-block;
    position: relative;
}

section.neel-steps {position: relative;}

.step-lines .line:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 99px;
    left: -4px;
}
.neel-steps .container{
	position:relative;
}


section.neelkamal-slider .owl-dots {
    position: absolute;
    justify-content: center;
    z-index: 9;
    bottom: 54px;
    left: 50%;
    right: 50%;
}

section.neelkamal-slider .owl-dots {
    display: flex;
    flex-flow: row;
}

section.neelkamal-slider .owl-dots button span {
    background: white !important;
    position: relative;
}
section.neelkamal-slider .owl-theme .owl-dots .owl-dot{
	margin-bottom:2px;
}

section.neelkamal-slider .owl-dots button.active span:before {content: '';width: 19px;height: 19px;position: absolute;left: -4.5px;border: 1px solid #f0be1f;border-radius: 99px;top: -4px;}


.step-col .badge {
    background: #F6C03D;
    border-radius: 99px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    margin-right: -94px;
}

.step-col .badge img {
    width: 20px;
    height: 20px;
}

section.about-us {
    background: #F5F5F5;
    position: relative;
}

.about-row {
    display: flex;
}

.about-col {
    width: 50%;
    padding: 30px 0;
    position: relative;
}

.about-col h2 {
    font-size: 19px;
    color: #235266;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-col p {
    font-size: 14px;
    font-weight: 400;
    color: #315268;
    line-height: 27px;
}
.about-col:first-child:before {
    content: '';
    background: #F6C03D;
    height: 100%;
    position: absolute;
    border-top-right-radius: 7em;
    left: auto;
    z-index: 0;
    width: 100%;
    top: 0;
}

.about-box {
    z-index: 9999;
    position: relative;
}



section.about-us:before {
    content: '';
    background: #F6C03D;
    width: 30%;
    height: 100%;
    position: absolute;
}
.about-why-box{
	
    padding: 5em 0;
    padding-left: 5em;
}
.about-box {
    padding: 5em 0;
    padding-right: 8em;
}
.about-why-box ul {
    margin: 0;
    padding: 0;
}

.about-why-box ul li {
    list-style: none;
    position: relative;
}

.about-why-box ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 7px;
}
section.heading-sec {
    overflow: hidden;
    position: relative;
    padding: 20px 0 38px;
    display: flex;
    justify-content: center;
    text-align: center;
}

img.side-path-left {
    position: absolute;
    left: -30%;
    top: 10%;
    opacity: 0.4;
}

.heading-content h2 {
    font-weight: 200;
}

.heading-content h1 {
    color: #315268;
    opacity: .4;
    letter-spacing: 7px;
    font-size: 100px;
    font-weight: 200;
}

.heading-content h2 span {
    color: #f6c03c;
    font-weight: 400;
}
.about-why-box p {
    margin-bottom: 4px;
}

.about-col a {
    display: block;
    background: #315168;
    width: 137px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 12px 18px;
    position: relative;
    border-radius: 99px;
    margin-top: 16px;
    text-decoration: none;
    font-size: 14px;
}

.about-why-box a {
    background: #f6c03c;
    color: #325068;
}

/* chairman message css */
.chairman-row {
    display: flex;
}

.chairman-col {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.chairman-col img {
    width: 100%;
    padding: 60px;
}

section.chairman-message {
    padding: 30px;
}
.chairman-col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin: 4px 0;
    color: #325068;
}

.chairman-col h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #325068;
}
.chairman-col a{
	display: block;
    background: #315168;
    width: 137px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 12px 18px;
    border-radius: 99px;
    margin-top: 16px;
    text-decoration: none;
    font-size: 14px;
}

.contact-box a:before,
section.neelkamal-slider .neelkamal-slider-content a:before,
.about-col a:before{
    content: '';
    position: absolute;
    border-right: 3px solid #ffffff;
    height: 70%;
    width: 100%;
    border-radius: 50px;
    right: 10px;
    top: 8px;
}
.top-header-info {font-family: 'Orbitron', sans-serif;display: flex;align-items: center;margin-left: 75px;letter-spacing: 4px;font-weight: 100;}
.about-why-box a:before{
	
    border-right: 3px solid #325068;
}
img.side-path-right {
       position: absolute;
       right: -30%;
       top: 10%;
       opacity: 0.4;
}
section.candidates {
    padding: 4em 0;
    background: #F7F7F7;
    border-top-left-radius: 7em;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5em;
}


/*testimonial css*/



.neel-testimonial {
    margin: 0;
    background: #f7f7f7;
    border-bottom-left-radius: 7em;
    padding: 3em 0 3em 0;
}

.neel-testimonial-heading {
    text-align: center;
    width: 60%;
    margin: 3em auto;
}

.neel-testimonial-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32323c;
}

.neel-testimonial-row {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.neel-testimonial-col {
    width: 33.33%;
}

.neel-testimonial-review {
    box-shadow: 0 20px 50px 0 rgb(28 9 80 / 7%);
    padding: 30px;
    margin: 12px;
    border-radius: 0;
    text-align: center;
    background: white;
    justify-content: center;
    display: flex;
    flex-flow: column;
    border-bottom-left-radius: 7em;
    align-items: center;
    border-bottom-right-radius: 7em;
    border-top-left-radius: 7em;
}

.neel-testimonial-review img {
    width: 60px;
    height: 60px;
    border-radius: 99px;
    object-fit: cover;
}
.neel-testimonial-review img.star {
    width: 100px;
    margin: 25px 0px;
    display: none;
}

.neel-testimonial-review h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #325068;
    line-height: 40px;
}

.neel-testimonial-review p {
    line-height: 27px;
    font-weight: 300;
    margin: 14px  0;
    min-height: 85px;
    font-size: 14px;
    color: #325068;
}

.neel-testimonial-review strong {
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    color: #324f68;
    font-family: 'POPPINS';
}

.neel-testimonial-heading p {
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0;
}

/* candidate slider */

.candidate-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.candidate-col:first-child {
    width: 25%;
}

.candidate-col:last-child {
    width: 75%;
}

.candidates-image img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    background: white;
    object-position: top;
}
.candidates-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 10px #00000010;
    border-radius: 15px;
    margin: 5px;
}

.candidates-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.candidates-content a {
    padding: 14px;
    font-size: 14px;
    display: inline-block;
    min-height: 70px;
    text-decoration: none;
    color: #235266;
}

.candidate-row .owl-stage-outer {
    padding: 20px 0;
}
.cadidate-nav-info-box {
    /*padding: 4em 2em 4em 6em;*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cadidate-nav-info-box h2 {
    font-size: 20px;
    color: #325068;
    font-weight: 600;
    text-align: left !important;
}

.cadidate-nav-info-box p {
    font-size: 14px;
    color: #235266;
    font-weight: 400;
}
.candidate-nav a img {
    width: 30px;
    margin-right: 6px;
}

section.clients .client-box img {
    width: 100% !important;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000019;
    border-radius: 14px;
    height: 190px;
    object-fit: contain;
}

section.clients .client-box {
    padding: 0px 7px;
    padding-bottom: 14px;
}

section.clients .client-read-more-btn {
    margin: 30px 0;
    text-align: center;
}

section.clients .client-read-more-btn a{
	display: block;
	background: #315168;
	width: 137px;
	text-align: center;
	color: white;
	font-weight: 300;
	padding: 12px 18px;
	border-radius: 99px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	display: inline-block;
}



.client-read-more-btn a:before{
    content: '';
    position: absolute;
    border-right: 3px solid #ffffff;
    height: 70%;
    width: 100%;
    border-radius: 50px;
    right: 10px;
    top: 8px;
}

.clients-row {
    display: flex;
    flex-flow: row wrap;
}

.clients-col {
    width: 16.667%;
}
section.clients {
    padding: 0 30px 30px;
    background: white;
    z-index: 9;
}
.candidate-row .owl-dots {
    display: none;
}
section.contact-hero {
    background: #eb973c;
    position: relative;
    margin: 8em 0 0em 0;
}

.contact-hero-row {
    display: flex;
}

.contact-hero-col:first-child {
    width: 50%;
}

/* contact hero */
.contact-box {
    padding: 7em 30px;
    color: #638296;
}

.contact-box h2 {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.contact-box p {
    font-size: 14px;
    color: white;
    width: 70%;
}

.contact-box a {
    display: block;
    background: #f6c03c;
    width: 137px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 12px 18px;
    position: relative;
    border-radius: 99px;
    margin-top: 16px;
    text-decoration: none;
    font-size: 14px;
}

@media(min-width: 768px){
    .contact-info-box {
        background: #df8237;
        width: 60%;
        position: absolute;
        height: 100%;
        display: flex;
        border-top-left-radius: 7em;
        top: -25%;
        align-items: center;
        padding: 10px;
    }
}

.contact-info-box ul {
    margin: 1em 0px;
    padding: 0 7em;
}

.contact-info-box ul li {list-style: none;margin-bottom: 30px;}

.contact-info-box ul li a {
    display: flex;
    align-items: center;
    color: white;
    line-height: 19px;
    font-size: 14px;
    text-decoration: none;
}

.contact-info-box ul li a img {
    width: 18px;
    margin-right: 20px;
}

.contact-info-box ul li a p {
    margin: 0;
}
.contact-hero-col:last-child {
    width: 70%;
}
.contact-info-box-content {
    position: relative;
}

.contact-info-box-content > span.or-text {color: white;font-weight: 900;font-size: 31px;position: absolute;z-index: 9;left: -55px;background: #f6c03c;top: 35px;border-radius: 99px;width: 100px;height: 100px;}
.contact-info-box-content > span.or-text:before {
    content: 'OR';
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 11px;
    background: #557089;
    border-radius: 99px;
    z-index: -1;
    left: 15px;
    top: 15px;
}
section.contact-hero .side-path-left {
    top: -22em;
    left: -42em;
    z-index: -1;
}

section.footer {
    padding-top: 55px;
    background: #c8522c;
    position: relative;
}
.footer-row {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 5em;
}

.footer-col {
    width: 33.33%;
}

.footer-col:nth-child(2) {
    padding: 0 5px;
}

section.footer span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 10px 0 10px 30px;
}

section.footer .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: red;
    border: none;
    padding: 12px;
    border-radius: 15px;
    margin: auto;
    width: 70%;
    margin-right: 20px;
}

.newsletter-row {
    top: -60px;
    background: #5A778E;
    position: relative;
    display: flex;
    padding: 30px 60px;
    color: white;
    width: 100%;
    border-radius: 99px;
    justify-content: space-between;
}



.foot-about-us img {
    width: 300px;
}

.foot-about-us p {
    font-size: 14px;
    color: rgb(225 229 232);
    margin: 30px 5px;
    line-height: 23px;
}

.quick-links h2 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.contact-address-content h2 {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-bottom: 12px;
}

.contact-address-content p {
    font-size: 14px;
    color: rgb(255 255 255 / 85%);
    margin: 0 0 14px 0;
}

.links-wrapper {
    display: flex;
}

.links-wrapper ul li {
    list-style: none;
    line-height: 24px;
}

.links-wrapper ul {
    margin: 0;
    padding: 0;
    margin: 10px 10px;
}

.links-wrapper li a {
    font-size: 13px !important;
    color: rgb(255 255 255 / 85%) !important;
}
.foot-about-us ul li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.foot-about-us ul li a {
    color: white;
}

.foot-about-us ul {
    margin: 0;
    padding: 0;
}
section.copyright p {
    padding: 20px;
    margin: 0px;
    text-align: center;
    background: #55778C;
    color: rgb(255 255 255 / 76%);
    font-size: 13px;
}
.contact-address-content ul {
    margin: 0;
    padding: 0;
}

.contact-address-content ul li {
    list-style: none;
}

.contact-address-content ul li a {
    color: rgb(255 255 255 / 70%) !important;
    font-size: 13px;
}

.newsletter-text-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.newsletter-text-box strong {
    font-size: 22px;
    font-weight: 500;
}

.newsletter-form-wrapper input {
    background: white;
    border: 0;
    border-radius: 100px;
    width: 300px;
    padding: 16px 25px;
    font-size: 14px;
    outline: none;
}

.newsletter-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.newsletter-form-wrapper .newsletter-submit-btn {
    position: absolute;
    background: #FFC25E;
    color: white;
    font-size: 14px;
    width: 100px;
    top: 0;
    right: 45px;
    z-index: 9;
}

.contact-address-content {
    padding: 50px;
    background: #f7bb44b5;
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    border-top-left-radius: 5em;
    margin-left: 10px;
}

.foot-about-us {
    padding-right: 30px;
}

#menu-header-menu{
    margin-left: auto;
    margin-right: initial !important;
}

@media(min-width: 768px){
    .navbar-expand-md .navbar-nav .dropdown-menu {
        border-radius: 6px;
        box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
        padding: 0px;
        overflow: hidden;
    }
    section.bottom-header div#main-menu ul.dropdown-menu li a {
        padding: 10px 20px;
    }

    section.bottom-header div#main-menu ul.dropdown-menu li a:hover {
        background-color: #3a526a;
        color: #fff;
    }
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    border: none;
}

section.bottom-header div#main-menu ul.dropdown-menu li a {
    transition: all 0.3s ease;
}


.navbar-expand-md .navbar-nav .dropdown-menu li {
    display: block;
    padding: 0px;
}

section.sub-banner {
    height: 250px;
    position: relative;
    margin-bottom: 30px;
}

img.sub-banner-bg {position: absolute;height: 250px;width: 100%;top: 0;object-fit: cover;}

.sub-banner-content {
    z-index: 2;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.banner-overlay {background: transparent linear-gradient(90deg, #365269 0%, #54545400 100%) 0% 0% no-repeat padding-box;position: relative;height: 100%;}

.sub-banner-content {
    display: flex;
    flex-flow: column;
}
.sub-banner-content h1{
	font-size: 30px;
    font-weight: 300;
    line-height: 40px;
	color:#fff;
    font-family: ubuntu;
}

.sub-banner-content h1 span{
    color: #F6C03D;
}
.sub-banner-content p{
	font-size: 16px;
	color:#fff;
    margin: 10px 0;
    font-weight: 200;
    letter-spacing: 1px;
}
.why-choose-us-row {
    display: flex;
    flex-flow: row  wrap;
}

.why-choose-us-col {
    width: 50%;
    padding: 20px;
}

.why-choose-us-box svg {
    width: 35px;
}

.why-choose-us-box {display: flex;box-shadow: 0 20px 50px 0 rgb(28 9 80 / 7%);flex-flow: column;justify-content: center;align-items: center;padding: 60px;border-radius: 60px;border-top-right-radius: 0;}

.why-choose-us-box h2 {
    font-size: 20px;
    margin: 10px;
    text-align: center;
}

.why-choose-us-box p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}


/* why neelkamal */

section.why-neelkamal {
    padding: 40px 0 100px 80px;
}

section.why-neelkamal .about-why-box{
	padding: 0;
}

section.why-neelkamal .about-why-box ul {
    margin: 0;
    padding: 0;
}


section.why-neelkamal .about-why-box ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 7px;
}


section.why-neelkamal ul li {
	list-style: none;
	position: relative;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 300;
}

/* page chairman */
section.chairman-page {
    padding: 0!important;
    margin-top: -30px;
    padding-bottom: 130px !important;
}

section.chairman-page .chairman-row {
    display: flex;
    flex-flow: column;
}

section.chairman-page .chairman-col {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

section.chairman-page .chairman-col img {
    width: 350px;
    height: 350px;
}


section.chairman-page .chairman-col p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 4px 0;
    color: #325068;
}

section.chairman-page .chairman-col h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #325068;
}

section.chairman-page .chairman-col a{
	display: block;
    background: #315168;
    width: 137px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 12px 18px;
    border-radius: 99px;
    margin-top: 16px;
    text-decoration: none;
    font-size: 14px;
}


section.chairman-page .chairman-col:nth-child(1) {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

section.chairman-page .chairman-detail {
    display: flex;
    flex-flow: column;
    width: 70%;
    align-content: inherit;
}

section.chairman-page .chairman-detail h3 {
    font-size: 20px;
    font-weight: 400;
}

section.chairman-page .chairman-detail strong {
    font-size: 16px;
    font-weight: 400;
}

section.chairman-page .chairman-detail span {
    font-size: 16px;
    display: inline-block;
    padding-top: 5px;
}

section.chairman-page .chairman-image {
    width: 30%;
}

.about-page-row {
    background: #f6c03c;
    padding: 60px;
    border-radius: 60px;
    border-top-right-radius: 0;
}

.about-page-row p {
    font-weight: 300;
    line-height: 30px;
}


/* staff-chart */
.staff-chart-image {
    text-align: center;
}

section.staff-chart {
    padding: 20px 0 100px 0;
}

/* gallery */
section.gallery .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    height: 220px;
    object-fit: cover;
    width: 360px;
}

section.gallery .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    padding: 1px;
}

section.gallery {
    padding: 20px 0 100px 0;
}


/* what we do */
section.what-we-do {
    padding: 40px 0 100px 80px;
}

section.what-we-do .what-we-do-info ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 7px;
}


section.what-we-do ul li {
	list-style: none;
	position: relative;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 300;
}


/* terms and conditions  */
section.terms-condition {
    padding: 30px 40px 100px 40px;
}

.terms-condition-info p {
    font-size: 16px;
    font-weight: 300;
}

.terms-condition-info ul {
    padding: 0;
    margin: 0;
    padding: 10px 0 0 40px;
}

.terms-condition-info ul li {
    list-style: none;
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
}

section.terms-condition .terms-condition-info ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 15px;
}

.candidates-content p {
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
}



/* contact */
section.contact-page {
    padding: 30px 0 120px 0px;
}

section.contact-page .contact-row {
    display: flex;
    flex-flow: row wrap;
    background: whitesmoke;
}

section.contact-page .contact-col {
    width: 50%;
}


section.contact-page .input-form input {
    width: 100% !important;
    outline: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 300;
    border: none;
}

section.contact-page .input-form textarea {
    width: 100% !important;
    outline: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 300;
    border: none;
}

section.contact-page .contact-col .contact-form {
    background: #55778c;
    padding: 38px 40px;
    color: #315168;
    border-radius: 0 99px 0 0;
}

section.contact-page .contact-col .contact-form h2 {
    padding: 10px 0 14px 0;
    font-size: 26px;
    font-weight: 500;
    color: white;
}

section.contact-page .contact-col .contact-form> p span {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid;
}


section.contact-page .contact-details {
    background: #f5f5f5;
    padding: 60px 40px;
    color: #315168;
}

section.contact-page .nepal-contact h2 {
    font-size: 26px;
    font-weight: 500;
}

section.contact-page .nepal-contact ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
}

section.contact-page .nepal-contact ul li {
    list-style: none;
    padding: 6px 0;
}

section.contact-page .nepal-contact ul li img {
    height: 20px;
    display: flex;
    margin-top: 1px;
}


section.contact-page .icon-box-row {
    display: flex;
    flex-flow: row wrap;
}

section.contact-page .icon-box-left {
    width: 10%;
}

section.contact-page .icon-box-right {
    width: 90%;
}
section.contact-page .nepal-contact ul li a {
    text-decoration: none;
    color: #315168;
}

section.contact-page .malaysia-wrapper {
    display: flex;
    flex-flow: row wrap;
}

section.contact-page .malaysia-image {
    width: 40%;
}

section.contact-page .malaysia-info {
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 15px;
    line-height: 26px;
}

section.contact-page .malaysia-image img {
    height: 180px;
    object-fit: cover;
}

section.contact-page .malaysia-contact {
    padding: 20px 0 0 0;
}

section.contact-page .malaysia-contact>h2 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 25px;
    margin-bottom: 14px;
}

section.contact-page .malaysia-info h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

section.contact-page .malaysia-info strong {
    font-weight: 600;
}

section.contact-page .malaysia-info ul {
    padding: 0;
    margin: 0;
}

section.contact-page .malaysia-info ul li {
    list-style: none;
    padding: 3px 0;
}

section.contact-page .malaysia-info ul li img {
    height: 18px;
}


section.contact-page .icon-box-left span {
    background: #315168;
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

section.contact-page .malaysia-info ul li a {
    font-size: 15px;
    text-decoration: none;
    margin-left: 20px;
    color: #315168;
}

section.contact-page .input-form input[type="submit"] {
    width: 30% !important;
    outline: none;
    border: none;
    border: 1px solid #315168;
    transition: all .6s;
}

section.contact-page .input-form input[type="submit"]:hover {
    background: white;
    color: #325068;
    transition: all .6s;
}


section.contact-page .wpcf7-not-valid-tip {
    font-size: 12px;
}

section.contact-page .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: red;
    color: white;
    border: none;
    margin: 0;
    padding: 15px;
}

section.contact-page .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    background: green;
    border: none;
    color: white;
    padding: 15px;
}

section.contact-page .form-wrapper .input-form:nth-child(1) {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

section.contact-page .form-wrapper .input-form:nth-child(1) .name {
    width: 50% !important;
    /* margin-right: 15px; */
}

section.contact-page .input-form {
    margin-right: 12px;
}


/* recruitment */
section.recruitment {
    padding: 30px 0 120px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

section.recruitment ul {
    margin: 0;
    padding: 0;
    padding-left: 34px;
}

section.recruitment p {
    padding: 30px 0 0 0;
}

section.recruitment ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 14px;
}

section.recruitment ul li {
    position: relative;
    list-style: none;
    padding: 8px 0;
} 

section.recruitment ol>li {
    padding: 20px 0px 5px 5px;
}


/* document */
section.document {
    padding: 30px 0 100px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

section.document ul {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}

section.document ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #315268;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    box-shadow: 0px 7px 6px #00000029;
    opacity: 1;
    left: -28px;
    top: 14px;
}

section.document ul li {
    list-style: none;
    position: relative;
    padding: 8px 0;
}

section.document p {
    padding: 20px 0 0 0;
}


/* news archive */
section.news-archive  .news-row {
    display: flex;
    flex-flow: row wrap;
}

section.news-archive  .news-col {
    width: 33.33%;
}

section.news-archive .news-box {
    box-shadow: 0px 6px 10px #0000001a;
    border-radius: 15px;
    margin: 15px;
}

section.news-archive .news-image img {
    width: 100% !important;
    height: 240px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

section.news-archive .news-content a {
    padding: 14px 18px;
    font-size: 14px;
    min-height: 70px;
    text-decoration: none;
    color: #235266;
    display: flex;
    flex-flow: column;
}

section.news-archive {
    padding: 30px 0 120px 0;
}


/* single-service */
section.single-service {
    padding: 30px 0 100px 0;
}

.single-service-row {
    display: flex;
    flex-flow: row wrap;
}

.single-service-col {
    width: 50%;
    padding: 0 20px;
}

.service-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 99px 0 0 0;
}

.single-service-col a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #365269;
    color: white;
    padding: 10px;
}

.single-service-col h2 {
    font-size: 22px;
    padding: 0 0 20px 0;
}

.single-service-col a img {
    height: 20px;
    margin-left: 6px;
    margin-bottom: 2px;
}


/* single news */
section.single-news {
    padding: 30px 0 100px 0;
}

.single-news-detail ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.single-news-detail ul li {
    list-style: none;
    padding: 0 20px 0 0;
}

.single-news-detail ul li a {
    text-decoration: none;
    color: #365269;
    font-size: 18px;
}

.single-news-detail {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.single-news-detail h4 {
    font-size: 18px;
    font-weight: 400;
    padding-right: 15px;
    margin: 0;
}

.valued-client-row {
}

.valued-client-col {
}

section.valued-client {
    padding: 30px 0 120px 0;
}

.valued-client-info h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}

.valued-client-info ul {
    padding: 0;
    margin: 0;
    margin-left: 36px;
}

.valued-client-info ul li {
    list-style: none;
    padding: 6px 32px 13px 0;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 50%;
}

.valued-client-info ul li::before {
	content: '';
	width: 14px;
	height: 14px;
	background: #315268;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	box-shadow: 0px 7px 6px #00000029;
	opacity: 1;
	left: -28px;
	top: 7px;
}

.valued-client-info {
    padding: 40px 0px;
}

section.contact-page .form-wrapper .input-form:nth-child(1) .name input {
    width: 95% !important;
}

section.news-archive .news-content a img {
    height: 25px;
    width: 25px;
    margin: 10px 0 0 0;
    object-fit: cover;
}

.links-wrapper li a {
    text-decoration: none !important;
}

.single-news-img img {
    width: 50%;
    box-shadow: 1px 1px 20px 6px #f3f3f3;
}
.step-col.wow.fadeInDown {
	animation-delay: 0.7s;
}



/* widget */
section.widget {
    padding: 60px 0;
}


section.widget .widget-row {
    display: flex;
    flex-flow: row wrap;
}

section.widget .widget-row .widget-col {
    width: 25%;
}

section.widget .widget-row .widget-col .widget-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right: 1px solid #80808054;
}

section.widget .widget-row .widget-col:nth-child(4) .widget-box {
    border-right: none;
}


/* quick contact */
section.quick-contact .over-lay{
    position: relative;
	background: #0000004a;
    display: flex;
    justify-content: end;
    padding-right: 3em;
    padding-top: 8em;
    padding-bottom: 8em;
}

section.quick-contact::before {
    /* content: ''; */
    background: black;
    opacity: 0.3;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

section.quick-contact .quick-contact-heading h2 {
    font-size: 32px;
    font-weight: 300;
    color: white;
    padding-bottom: 10px;
}

section.quick-contact .quick-contact-row {
    display: flex;
    flex-flow: column;
}

section.quick-contact .quick-contact-col input {
    width: 100%;
    padding: 15px 14px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 15px;
}

section.quick-contact .quick-contact-info {
    /* position: absolute; */
    top: 60px;
    right: 38px;
    width: 40%;
    padding: 30px 30px;
    background: #365269b5;
    border-radius: 15px;
}

section.quick-contact .quick-contact-image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


section.quick-contact .quick-contact-col input[type="submit"]{
	display: block;
	background: #f6c03c;
	width: 137px;
	text-align: center;
	color: white;
	font-weight: 300;
	padding: 12px 18px;
	position: relative;
	border-radius: 99px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 14px;
}

.quick-contact-col {
    position: relative;
}

section.quick-contact span.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
}

section.quick-contact .wpcf7-response-output {
    background: #ff0000d6;
    color: white;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 15px;
}
	
section.quick-contact .wpcf7 form.sent .wpcf7-response-output {
    background: green;
}

section.footer .wpcf7 form.sent .wpcf7-response-output {
    background: green;
    border: none;
    margin: auto;
    padding: 10px;
    border-radius: 15px;
    width: 70%;
    margin-right: 15px;
    margin-top: 15px;
}

section.quick-contact {
    margin-bottom: -30px;
}

.newsletter-col {
    width: 50%;
}
.newsletter-form-wrapper input[type="submit"] {
    position: absolute;
    top: 0;
    right: 15px;
    background: #f7c03c;
    width: 140px;
    color: white;
}
.newsletter-form-wrapper p {
    margin: 0;
}

.newsletter-row {
    align-items: center;
}

.newsletter-form-wrapper .newsletter-submit-btn {
    width: 120px;
}

.newsletter-form-wrapper input {
    margin-right: 12px;
}




/*tab css*/
section.client-tabs .client-row {
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0;
}


section.client-tabs .client-col {
    width: 19%;
}

section.client-tabs ul li {
    margin-bottom: 6px;
}

section.client-tabs .client-box img {
    width: 100% !important;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000019;
    border-radius: 14px;
    height: 175px;
    object-fit: contain;
}

section.client-tabs .client-box {
    padding: 0px 7px;
    padding-bottom: 14px;
}

/* tabs */
section.client-tabs {
    padding: 50px 0;
}

section.client-tabs ul {
	display: flex;
	flex-flow: row wrap;
	border: none;
	outline: none;
}
section.client-tabs ul li button{
  	background: #f1f1f1 !important;
  	display: inline-block;
  	color: #707070;
  	min-width: 115px;
  	font-size: 14px;
  	margin: 5px;
  	font-weight: normal;
  	text-transform: capitalize;
  	padding: 13px 30px;
  	text-align: center;
  	position: relative;
  	font-family: 'Poppins', sans-serif;
  	z-index: 2;
  	border-radius: 3px;
  	-webkit-transition: all 0.4s ease-out;
  	-moz-transition: all 0.4s ease-out;
  	-ms-transition: all 0.4s ease-out;
  	-o-transition: all 0.4s ease-out;
}
section.client-tabs ul li button:hover {
  color: #fff;
  background: #365269 !important;
  cursor: pointer;
}
section.client-tabs ul li button:hover::after {
  opacity: 1;
}
section.client-tabs ul li button::after {
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #365269;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
section.client-tabs ul li button.active {
  color: white !important;
  background: #365269 !important;
}
section.client-tabs ul li button.active::after {
  opacity: 1;
}




/* service */
section.our-services {
    padding: 50px 0;
}

section.our-services .service-heading h1 {
	font-size: 70px;
	font-weight: 200;
	color: #315268;
	opacity: .4;
}

section.our-services .service-heading {
    text-align: center;
}

section.our-services .service-heading p {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

section.our-services .we-provide-row {
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
}

section.our-services .we-provide-col {
    width: 50%;
}

section.our-services .we-provide-left h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 38px;
}

section.our-services .we-provide-left h2 span {
    color: orange;
    font-weight: 400;
}

section.our-services .we-provide-left p {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
}

section.our-services .we-provide-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

section.our-services .we-provide-left {
    padding-right: 80px;
}

section.our-services .our-service-row {
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0;
}

section.our-services .our-service-col {
    width: 25%;
}

section.our-services .our-service-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section.our-services .our-service-box p {
    font-size: 14px;
    font-weight: 400;
}

section.our-services .our-service-box {
    background: #365269;
    margin: 5px;
    padding: 23px;
    color: white;
    height: 260px;
}


section.our-services .our-service-box img {
    height: 50px;
    width: 50px;
    margin-bottom: 22px;
    object-fit: cover;
}




/* company */

.company-box img {
    width: 100% !important;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000019;
    border-radius: 14px;
    height: 200px;
    object-fit: contain;
}

.company-box {
    padding: 20px 7px;
    padding-bottom: 40px;
}

section.company {
    padding: 0 30px 30px;
    background: white;
    z-index: 9;
}

.company-nav a img {
    width: 30px;
    margin-right: 6px;
}



/*tab css*/

section.valued-client-tabs {
    padding: 50px 0;
}

section.valued-client-tabs ul{
	border: none!important;
	display: flex;
	flex-flow: row wrap;
}

section.valued-client-tabs ul li {
    margin-bottom: 6px;
    /* padding: 0 10px; */
}

section.valued-client-tabs ul li button{
  	background: #f1f1f1 !important;
  	display: inline-block;
  	color: #707070;
  	min-width: 115px;
  	font-size: 14px;
  	margin: 5px;
  	font-weight: normal;
  	text-transform: capitalize;
  	padding: 13px 30px;
  	text-align: center;
  	position: relative;
  	font-family: 'Poppins', sans-serif;
  	z-index: 2;
  	border-radius: 3px;
  	-webkit-transition: all 0.4s ease-out;
  	-moz-transition: all 0.4s ease-out;
  	-ms-transition: all 0.4s ease-out;
  	-o-transition: all 0.4s ease-out;
}
section.valued-client-tabs ul li button:hover {
  color: #fff;
  background: #365269 !important;
  cursor: pointer;
}
section.valued-client-tabs ul li button:hover::after {
  opacity: 1;
}
section.valued-client-tabs ul li button::after {
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #365269;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
section.valued-client-tabs ul li button.active {
  color: white !important;
  background: #365269 !important;
}
section.valued-client-tabs ul li button.active::after {
  opacity: 1;
}
.search-pagination .nav-previous a {
    display: inline-block;
    padding: 10px;
    color: #55778c;
    font-size: 16px;
    border-radius: 7px;
    text-transform: uppercase;
}

section.search-sec {
    padding: 4em 0;
}

section.search-sec h1 {
    font-size: 22px;
}

section.search-sec ul {
    padding: 20px 0;
}

section.search-sec ul li {
    list-style: none;
    background: #ffffff;
    padding: 20px 30px;
    margin: 18px 0;
    box-shadow: 0px 3px 10px #00000019;
}
.search-form-sec {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 26px 0;
}

.search-form-sec input {
    border: 0px solid;
    padding: 10px;
}

.search-form-sec input[type=search] {
    width: 100%;
    box-shadow: 0px 3px 10px #00000019;
    padding: 14px 30px;
    border-radius: 99px;
    background: white;
}

form.search-form {
    display: flex;
    max-width: 700px;
    width: 100%;
}

form.search-form label {
    margin-right: 14px;
    width: calc(100% - 200px);
}

input.search-submit {
    border-radius: 99px;
    padding: 0px 30px;
    width: 200px;
    background: #3b516a;
    color: white;
    box-shadow: 0px 3px 10px #00000019;
}
.malaysia-info iframe {
    width: 100%;
    height: 316px;
}
img.foot-logo {
    padding-bottom: 20px;
}

/* gallerytab */
section.gallery-tabs {
    padding: 50px 0;
}

section.gallery-tabs ul{
	border: none!important;
	display: flex;
	flex-flow: row wrap;
}

section.gallery-tabs ul li {
    margin-bottom: 6px;
    /* padding: 0 10px; */
}

section.gallery-tabs ul li button{
  	background: #f1f1f1 !important;
  	display: inline-block;
  	color: #707070;
  	min-width: 115px;
  	font-size: 14px;
  	margin: 5px;
  	font-weight: normal;
  	text-transform: capitalize;
  	padding: 13px 30px;
  	text-align: center;
  	position: relative;
  	font-family: 'Poppins', sans-serif;
  	z-index: 2;
  	border-radius: 3px;
  	-webkit-transition: all 0.4s ease-out;
  	-moz-transition: all 0.4s ease-out;
  	-ms-transition: all 0.4s ease-out;
  	-o-transition: all 0.4s ease-out;
}
section.gallery-tabs ul li button:hover {
  color: #fff;
  background: #365269 !important;
  cursor: pointer;
}
section.gallery-tabs ul li button:hover::after {
  opacity: 1;
}
section.gallery-tabs ul li button::after {
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #365269;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
section.gallery-tabs ul li button.active {
  color: white !important;
  background: #365269 !important;
}
section.gallery-tabs ul li button.active::after {
  opacity: 1;
}

section.gallery-tabs .gallery-row {
    display: flex;
    flex-flow: row wrap;
    padding-top: 25px;
}

section.gallery-tabs .gallery-col {
    width: 25%;
}


section.gallery-tabs .gallery-box iframe {
    width: 100%;
    height: 230px;
    padding: 10px;
}

section.gallery-tabs .gallery-box p {
    margin: 0;
}
section.gallery-tabs .gallery-box{
	position:relative;
}

section.gallery-tabs .overlay{
  background-color: #f3f3f36b;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);
}
section.gallery-tabs .overlay .box{
  display: table;
  height: 100%;
  width: 100%;    
}
section.gallery-tabs .overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}
section.gallery-tabs .gallery-box{
  display: block;
  overflow: hidden;
  position: relative; 
}
section.gallery-tabs .gallery-box img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
	height: 230px;
	object-fit: cover;
	padding: 10px;
}
section.gallery-tabs .gallery-box .overlay .box .content a i{
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px; 
}
section.gallery-tabs .gallery-box:hover .overlay{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);    
}
section.gallery-tabs .gallery-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.gallery-tabs .gallery-box .overlay .box .content a i:hover {
    background: #365269;
}

/*.candidate-row > div:first-child {*/
/*    flex: 1 0 100%;*/
/*}*/

.candidate-row > div:nth-child(odd) {
    flex-basis: 10%;
}

.candidate-row > div:nth-child(2) {
    flex-basis: 80%;
    min-width: 80%;
}

.neelkamal-slider-content-right .quick-contact-col input {
    width: 100% !important;
    outline: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 300;
    border: none;
    background-color: #c6c8cce0;
}

.neelkamal-slider-content-right .quick-contact-col input[type="submit"] {
    color: #33cc33;
    background-color: #000000c9;
}

.neelkamal-slider-content-right .quick-contact-col textarea {
    width: 100% !important;
    outline: none;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 300;
    border: none;
    background-color: #c6c8cce0;
}

.clients .clients-slide .candidates-image img {
    height: 150px;
}

.clients .clients-nav img {
    height: 30px;
}