@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Mukta:200,300,400,500,600,700,800|Open+Sans:300,400,600,700,800&display=swap');

img {
    max-width: 100%;
}

p{
    font-family: 'Mukta', sans-serif;
}

/*--------------------------------------------------------------
#contact-main
--------------------------------------------------------------*/

#contact-main {
    margin-top: 80px;
    padding: 70px 0;
}

.contact-menu li a {
    color: #000;
}

.contact-menu li a:hover {
    border: 1px solid #1d83b3;
}

.contact-menu li.contact-active a {
    border: 1px solid #1d83b3;
    color: #1d83b3;
}

li.contact-active a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

#header.header-fixed .contact-menu li a {
    color: #fff;
}

#header.header-fixed .contact-menu li a:hover{
    border: 1px solid #ffffff;
}

.logo-white {
    display: none;
}

#header.header-fixed a.logo-blue {
    display: none;
}

#header.header-fixed a.logo-white {
    display: block;
}

.contact-main-heading {
    margin-bottom: 50px;
}

.contact-main-heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 10px;
}

.contact-main-heading h6 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

.contact-main-inner .form-control {
    padding: 17px 20px;
    background: #f0f5fd;
    color: #333;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 0;
}

.contact-main-inner .form-control:focus{
    border: 1px solid trasparent;
    box-shadow: none;
}

.contact-main-inner .label {
    color: #000;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.contact-main-inner .input-field {
    margin-bottom: 30px;
}


.contact-main-inner .message .form-control{
    height: 250px;
}




.contact-main-content {
    margin-top: 20px;
}

.contact-main-content-inner {
    margin-bottom: 70px;
}

.contact-main-content-inner h4 {
    font-weight: 700;
    color: #000;
}

.contact-main-content-inner h5 {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.contact-main-content-inner p {
    color: #000;
/*    font-weight: 500;*/
}

.contact-main-content-inner a {
    color: #1d83b3;
    display: block;
    font-weight: 600;
}

.dark-btn {
    text-align: center;
    background: #1d83b3;
    color: #ffffff;
    border: 2px solid #1d83b3;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    min-width: 200px;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
}

.dark-btn:focus {
    outline: none;
}

.dark-btn:hover {
    background: #333 !important;
    border-color: #333 !important;
    text-decoration: none;
    color: #fff;
}



/*--------------------------------------------------------------
# intro-inner-page
--------------------------------------------------------------*/

#intro-inner-page {
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    background-position-y: 15%;
}

/*
@media (min-width: 1025px) {
#intro-inner-page{
    background-attachment: fixed;
  }    
}
*/

#intro-inner-page .intro-inner-page-text {
/*
   position: absolute; 
   top: 30%; 
   height: calc(100%); 
   display: -webkit-box; 
   display: -webkit-flex; 
  display: -ms-flexbox;
   display: flex; 
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
   -webkit-justify-content: left; 
  -ms-flex-pack: left;
   justify-content: left; 
   text-align: left; 
   -webkit-box-orient: vertical; 
   -webkit-box-direction: normal; 
   -webkit-flex-direction: column; 
  -ms-flex-direction: column;
   flex-direction: column; 
*/
}

#intro-inner-page h2 {
    /* margin: 30px 0 10px 0; */
    padding: 0 15px;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    /* width: 344px; */
}

#intro-inner-page p {
    color: #fff;
/*    margin: 0 auto;*/
    margin-bottom: 20px !important;
    padding: 0 15px;
    font-size: 16px;
    max-width: 550px;
}

#intro-inner-page .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro-inner-page .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

.btn-get-job {
  font-family: "Montserrat", sans-serif;
  color:#fff;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #1d83b3;
  color: #fff;
  background:#1d83b3;
   text-align:center;
   width:165px;
}

.btn-get-job:hover {
  background:transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
.btn-get-job img{
	margin-top: -4px;
}

.btn-get-emp {
  font-family: "Montserrat", sans-serif;
  color:#fff;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #ffffff;
  color: #fff;

   text-align:center;
   width:165px;
}

.btn-get-emp:hover {
  background:#1d83b3;
  border: 1px solid #1d83b3;
  color: #fff;
}
.btn-get-emp img{
	margin-top: -4px;
}


.only-arrow .btn-get-job {
    padding: 15px 20px;
    width: auto;
}


/*--------------------------------------------------------------
#about-solution-main
--------------------------------------------------------------*/

#about-solution-main {
	padding: 70px 0;
}

.about-solution-main-content{
    padding-left: 10%
}

.about-solution-main-content h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

.about-solution-main-content p {
    color: #000;
    /* font-weight: 600; */
    line-height: 30px;
    /* font-size: 14px; */
}



/*--------------------------------------------------------------
#industries-main
--------------------------------------------------------------*/
#industries-main {
    padding-bottom: 50px;
}

.industries-main-top-content {
    text-align: center;
    width: 100%;
	position:relative;
}

.industries-main-top-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 10px;
}

.industries-main-top-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.industries-main-top-content p {
    color: #000;
    max-width: 700px;
    margin: 40px auto;
}




.industries-lists-main ul li {
    color: #000;
    list-style-type: none;
    border-top: 1px solid #eee;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    font-weight: 600;
}

.industries-lists-main ul li:last-child{
    border-bottom: 1px solid #eee;
}

.industries-lists-main ul li:before {
    background:url(../img/Ico-check.png);
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    transform: translateY(-50%);
}

.industries-lists-main ul li a{
    color: #000;
    padding: 20px 0;
    display: block;
    padding-left: 35px;
}


/*--------------------------------------------------------------
#about-blue-banner
--------------------------------------------------------------*/

#about-blue-banner {
    background: #1c9cd2;
    padding: 50px 0;
    text-align: center;
}

#about-blue-banner p {
    margin: 0 auto;
    color: #fff;
    max-width: 600px;
    font-size: 18px;
}


/*--------------------------------------------------------------
#certified-main
--------------------------------------------------------------*/
#certified-main {
    margin-bottom: 70px;
}

.certified-main-inner {
    background: #dcecf2;
    padding: 20px 50px;
}

.certified-content {
    min-height: 145px;
    display: flex;
    align-items: center;
}

.certified-content h5{
    margin: 0;
    color: #000;
    font-weight: 600;
}



/*--------------------------------------------------------------
#our-staff-banner
--------------------------------------------------------------*/

#our-staff-banner {
	background: url(../img/staff-banner.jpg);
    background-size: cover;
    padding: 90px 0;
}

.our-staff-banner-inner p {
    color: #fff;
    font-size: 18px;
    max-width: 455px;
    margin: 0 auto 30px;
}


/*--------------------------------------------------------------
#job-seeker-main
--------------------------------------------------------------*/
#job-seeker-main {
    padding-bottom: 70px;
}


.job-seeker-box {
    text-align: center;
    border: 1px solid #eee;
    padding: 25px;
}

.job-seeker-box p {
    margin: 30px 0 10px;
    font-weight: 500;
    color: #000;
}

/*--------------------------------------------------------------
#testimonials-main
--------------------------------------------------------------*/
#testimonials-main {
	
}

.testimonial-main-inner {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.testi-client{
    text-align: center;
}

.testi-client p{
    margin: 0;
    font-size: 14px;
    margin-top: 30px;
}

.testi-content i{
    color: #ccc;
	margin-bottom: 30px;
}





.pagination {
    margin: 40px 0;
    /* text-align: center; */
    /* font-size: 0; */
    /* display: block; */
    /* float: left; */
}

.products-wrap + .pagination {
	margin: 30px 0 0;
}

.pagination span {
	display: inline-block;
	background: url(../images/ico_pagination.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 1px;
}

.pagination a:hover,
.pagination .active a {
	text-decoration: none;
	background-color: #eee;
    border: 1px solid #eee;
}

.pagination span.ico-next {
	background-position: 100% 0;
}

.pagination ul {
	margin: 0 auto;
}
.pagination li {
	display: inline-block;
}

.pagination li a {
	width: 33px;
	vertical-align: top;
	text-align: center;
	color: #656567;
	font-size: 12px;
	font-weight: 500;
	line-height: 29px;
	height: 33px;
	border: 1px solid #eee;
	background-color: #fff;
	display: inline-block;
}





input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: red;}

	

#highlight-text {
    padding-bottom: 35px;
}

#highlight-text p {
        font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    box-shadow: 0px 2px 10px 1px #ddd;
    padding: 15px 20px;
    text-align: center;
}	
	

