@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*font-family: 'Poppins', sans-serif;*/



body {

    margin: 0;

    padding: 0;

    font-family: 'Poppins', sans-serif;

    overflow-x: hidden;

    font-weight: 500;

    font-size: 14px;

    line-height: 18px;

}

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    outline: none;

}



*:before, *:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

select {

    -webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    outline: none;

}

 select::-ms-expand {

 display: none;

}



h1, h2, h3, ul, li, figure  {

    margin: 0;

    padding: 0;



}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

    font-weight: normal;

}

h1 {

    font-size: 45px; line-height: 50px;

}

h2 {

    font-size: 30px;

    line-height: 36px;

}

h3 {

    font-size: 24px;

    line-height: 30px;

}

h4 {

    font-size: 18px;

    line-height: 24px;

}

h5 {

    font-size: 16px;

    line-height: 22px;

}

h6 {

    font-size: 14px;

    line-height: 20px;

}

p {



    font-size: 14px;

    line-height: 20px;

    margin-bottom: 10px;



}

ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

}

a, a:hover, button, button:hover, a:focus, button:focus {

    text-decoration: none !important;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;

    outline: none;



}

img {

    margin: 0;

    padding: 0;

    border: none;

    max-width: 100%;

    height: auto;

    

}

iframe{ width: 100%; }



a{color:#f15823;}



.ptb{padding:50px 0;}

.pt{padding-top:50px;}

.pb{padding-bottom:50px;}





/*****header*****/

.bd_logo {
    width: 200px;
}



.header-appear{

/*height: 70px;*/

position: fixed;

top: 0;

padding: 5px 0px;

z-index: 999;

background-color: #0859ff;

width: 100%;

-webkit-animation-name: animationFade;

-o-animation-name: animationFade;

animation-name: animationFade;

-webkit-animation-duration: 1s;

-o-animation-duration: 1s;

animation-duration: 1s;

-webkit-animation-fill-mode: both;

-o-animation-fill-mode: both;

animation-fill-mode: both;

-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

}



.header-appear-index{

/*height: 130px;*/

position: fixed;

top: 0;

padding: 0px 0px;

z-index: 999;

background-color: #fff;

width: 100%;

-webkit-animation-name: animationFade;

-o-animation-name: animationFade;

animation-name: animationFade;

-webkit-animation-duration: 1s;

-o-animation-duration: 1s;

animation-duration: 1s;

-webkit-animation-fill-mode: both;

-o-animation-fill-mode: both;

animation-fill-mode: both;

-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

}





/* animation */



@-webkit-keyframes animationFade {

from {

opacity: 0;

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

}

to {

opacity: 1;

-webkit-transform: none;

transform: none;

}

}

@-o-keyframes animationFade {

from {

opacity: 0;

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

}

to {

opacity: 1;

-webkit-transform: none;

-o-transform: none;

transform: none;

}

}

@keyframes animationFade {

from {

opacity: 0;

-webkit-transform: translate3d(0, -100%, 0);

transform: translate3d(0, -100%, 0);

}

to {

opacity: 1;

-webkit-transform: none;

-o-transform: none;

transform: none;

}

}



/******header******/

.bd_nav {

    margin-bottom: 0;

    min-height: auto;

    padding-top: 20px;

    padding-bottom: 20px;

}

.bd_toggle.navbar-toggler{border: 0 !important; 
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    display:none;
}
.bd_toggle.navbar-toggler:focus{outline: 0;}
.bd_toggle span{
    width: 28px;
    height: 3px;
    background: #1c1c1a;
    display: block;
    position: relative;
    margin: 0 0 0 9px;
    background-image: none;
    border-radius: 15px;
}


.bd_toggle span:after{position:absolute;content:" ";width:22px;height:3px;top:-8px;border-radius: 15px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}
.bd_toggle span:before{position:absolute;content:" ";width:22px;height:3px;bottom:-8px;border-radius: 15px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}


.main-menu-more{display: none;}

.bd_menu{

    justify-content: flex-end;

    padding: 0;

}



.bdhead_rgt{

    display: flex;

    align-items: center;

    margin-left: 10px;

}

.bdhead_rgt a{

    font-size: 16px;

    line-height: 22px;

    color:#474747;

}

.bd_log a{

    color:#2a1ed0;

}



.bd_btn {

    background: #2a1ed0;

    color: #fff !important;

    height: 45px;

    line-height: 45px !important;

    padding: 0 15px;

    font-size: 15px !important;

    border-radius: 5px;

    display: inline-block;

}

.bd_btn i{

    color:#42adfa;

    margin-left: 6px;

}

.bd_btn:hover{

    background: #000;

}





.bd_log {

   margin: 0 20px 0 10px;

}



/*Log in*/



.d_half{

    flex: 0 0 50%;

    max-width: 50%;

}

.bd_lprform {

    max-width: 900px;

    background: #fff;

    margin: 0 auto;

    box-shadow: 0 15px 16.83px 0.17px rgb(0 0 0 / 5%);

    -moz-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);

    -webkit-box-shadow: 0 15px 16.83px 0.17px rgb(0 0 0 / 14%);

    -o-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);

    -ms-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);

    border-radius: 20px;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    -o-border-radius: 20px;

    -ms-border-radius: 20px;

    padding: 50px;

}

.shipping_img {

    height: 100%;

    position: relative;

}

.shipping_img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.bd_you {

    height: 100%;

    padding:0 30px;

}

.bd_you .col-xs-8.col-md-10 {

    flex: 0 0 100%;

    max-width: 100%;

    padding: 0;

}

.bd_you .form-control {

    height: 45px;

    font-size: 14px;

    border-color: #e1e1e1 !important;

    box-shadow: none;

}

.bd_you .btn-primary{

    font-size: 14px;

    padding: 10px 20px;

    background: #00056600;

    border-color: #2a1ed0;

    margin-top: 30px;

    color: #2a1ed0;

    font-weight: 600;

}

.bd_you .btn-primary:hover{

    background:#2a1ed0;

    color:#fff;

}

.bd_you .has-error .form-control:focus{box-shadow:none;}



.bd_you h3 {

    font-size: 30px;

    line-height: 36px;

    margin-bottom: 20px;

}

.bd_you .form-group label {



}



/*****banner****/

.banner-content-fld ul{ background: #fff;padding:10px 8px; display:inline-block; margin: 25px 0;}

.banner-content-fld ul li{ display: inline-block; padding-right: 30px; margin-left: 25px;position: relative; font-size: 16px;}

.banner-content-fld ul li:before{

    font-family: FontAwesome;

    content: "\f111";

    position: absolute;

    left: -20px;

    top: 0;

    font-size: 13px;

    color: #f15823;



}

.main-banner-fld{position: relative;}

.sub-banner-fld img{ width: 100%; height:480px; object-fit: cover; }

.banner-content-fld h4{ font-size:25px; font-weight: 500; text-transform: uppercase; color: #fff;  padding: 17px 0; }

.banner-content-fld {

    position: absolute;

    left:0;

    top: 50%;

    transform: translate(-0%, -50%);

    z-index: 1;

    width: 100%;

}

.banner-content-fld h2{

    font-size: 60px;

    color: #fff;

    line-height:60px;

    font-weight: 600;

    text-transform:capitalize;

    margin-bottom:30px;



}

.banner-content-fld strong{ font-weight: 700; color: #fff; display: block;}



.bd_jobsearch {

    max-width: 600px;

}



.bd_jobsearch .job_form {

    background: #fff;

    padding: 10px 10px 10px 30px;

    border-radius: 5px;

}

.contact_col {

    flex: 0 0 33.3% !important;

    max-width: 33.3%;

    padding-right: 15px;

    padding-left: 15px;

    display: block !important;

    margin: 0;

}

.contact_col label {

    display: block;

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;

    color: #000;

}

.contact_col select, .contact_col input{

    width: 100%;

    height: 40px;

    font-size: 12px;

    border: 0;

}

.contact_col button.wpcf7-submit {

    width: 100%;

    background: #2a1ed0;

    color: #fff;

    border: 0;

    height: 100%;

    font-size: 14px;

    border-radius: 5px;

}



.contact_col button.wpcf7-submit i {

    font-size: 16px;

    margin-right: 8px;

}







.main-banner-fld .owl-nav {

    display: none;

}

.main-banner-fld .owl-dots {

    padding-top: 15px;

    position: absolute;

    right:100px;

    text-align: center;

    top: 40%;

}

.main-banner-fld .owl-dots button.owl-dot {

    width: 7px;

    height:7px;

    display:block;

    background: #fff;

    margin:15px 0;

    border-radius:50px;

}

.main-banner-fld .owl-dots button.owl-dot.active {background: #0f0f1b; position: relative;  }

.main-banner-fld .owl-dots button.owl-dot.active :after{

    width:17px;

    height:17px;

    border:1px solid #0f0f1b;

    position: absolute;

    content: "";

    top: 0;

    bottom: 0; left:-5px;right: 0;

    margin: auto;

    border-radius: 50px;

    text-align: center;

}

.main-banner-fld .owl-dots button.owl-dot:focus {outline: none;}





.heading{

    margin-bottom: 30px;

}

.heading h2{

    font-weight: 700;

    color: #000;

    font-size: 40px; line-height: 46px;

}

.heading p{margin-top: 15px;}





/*Home Page*/



.catcatbox {

    background: #fff;

    box-shadow: 0 0 10px 0 #ececec;

    padding: 30px;

}



.catcatbox h2 {

    font-size: 20px;

    line-height: 26px;

    font-weight: 600;

    color: #000;

    margin: 10px 0;

}



.catcatbox p {

    color: #676767;

    margin-bottom: 20px;

}

.caticon {

    position: relative;

    display: inline-block;

    margin-top: 20px;

}



.caticon:after {

    position: absolute;

    content: " ";

    width: 65px;

    height: 65px;

    background: #f3f2ff;

    border-radius: 50px;

    top: -20px;

    right: -40px;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    -ms-transition: 0.5s;

    -moz-transition: 0.5s;

}



.caticon img {

    z-index: 1;

    position: relative;

    width: 61px;

    height: 61px;

}

.catcatbox a {

    color: #2a1ed0;

    font-size: 14px;

    line-height: 18px;

    text-transform: uppercase;

    font-weight: 600;

}



.catcatbox a i {

    margin-left: 5px;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    -ms-transition: 0.5s;

    -moz-transition: 0.5s;

}

.catcatbox a:hover i{margin-left: 8px;}

.catcatbox:hover .caticon:after{

    background: #0000000d;

    right: -10px;

}



.bg1{

    background: #f3f1fe;

}

.bg2{

    background: #fafafa;

}

.bg3{

    background: #2a1ed0;

}



.bd_jobpost {

    background: #fff;

    padding: 30px;

    border-radius: 5px;

}



.bd_jobhead {

    display: flex;

    flex-wrap: wrap;

}



.jobin {

    flex: 1;

    padding: 0 0 0 20px;

}



.company_logo img {

    width: 45px;

    height: 45px;

    object-fit: contain;

}

.job_loc {

    color: #525252;

    font-size: 14px;

    line-height: 18px;

    margin-bottom: 4px;

}



.job_title {

    font-size: 20px;

    line-height: 26px;

    color: #000;

    font-weight: 600;

    margin-bottom: 5px;

}



.posttime {

    color: #b0b0b0;

}

.bd_jobinfo h2 {

    font-size: 14px;

    line-height: 18px;

    color: #b0b0b0;

}



.bd_jobinfo h2 i {

    font-size: 18px;

    margin-right: 6px;

}



.bd_jobinfo h2 span {

    margin-left: 10px;

}



.bd_jobinfo {

    margin-top: 15px;

}

.bd_jobinfo p {

    color: #3c3c3c;

    margin: 10px 0;

}

.bd_jobinfo a {

    color: #2a1ed0;

    font-size: 14px;

    line-height: 18px;

    text-transform: uppercase;

    font-weight: 600;

}



.bd_jobinfo a i {

    margin-left: 5px;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    -ms-transition: 0.5s;

    -moz-transition: 0.5s;

}

.bd_jobinfo a:hover i{margin-left: 8px;}





.testimonial_carousel .owl-stage .item {

    padding: 20px;

}

.testimonial_box {

    text-align: center;

    box-shadow: 0 0 5px #e6e5e5;

    padding: 40px;

    margin: auto;

    max-width: 900px;

}

.testimonial_box p{

    position: relative;

    font-size: 20px;

    line-height: 26px;

    color: #939393;

    font-weight: 600;

    padding: 60px 55px 30px 55px;

}

.testimonial_box p img {

    width: 62px !important;

    height: 68px;

    position: absolute;

    top: 0;

    right: 0;

}

.testimonial_box h2{

    color: #434343;

    font-size: 25px;

    line-height: 30px;

    font-weight: bold;

    margin-bottom: 0;

}

.testimonial_box h5{

    color: #b6b6b6;

    font-size: 16px;

    line-height: 22px;

    font-weight: 500;

}



.testimonial_carousel .owl-dots .owl-dot.active span

{

    background: #2a1ed0;

}



.uploadsec .bd_btn{

    background: #fff;

    color:#2a1ed0 !important;

}



/* Footer Css */



.main-ftr{ background: #fff;  padding: 50px 0 20px 0;}

.ftr-box h3{

    color: #4f4f4f;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 15px;

    line-height: 26px;

}

.ftr-box ul li{ font-size:14px; line-height:20px; padding: 5px 0; }

.ftr-box  ul li a{ color: #4f4f4f; }

.ftr-box  ul li a:hover{ color: #2a1ed0;}



.ftr_box1 .ftr_logo {

    margin-bottom: 20px;

}

.ftr_box1 p {

    font-size: 15px;

    line-height: 20px;

    color: #3d3d3d;

    padding-right: 40px;

}

.ftr_box1 a.fmail {

    color: #3d3d3d;

    font-size: 15px;

    line-height: 20px;

}

.ftr_box1 a.fmail i{

    margin-right: 5px;

    font-size: 20px;

    vertical-align: middle;

    color:#000;

}



.ftrcat ul {

    display: flex;

    flex-wrap: wrap;

}

.ftrcat ul li {

    flex: 0 0 50%;

    max-width: 50%;

}



.ftr-box ul li p{ color: #fff; margin-bottom: 5px; }

.social-icon { margin: 15px 0; }

.social-icon ul li{ display: inline-block; margin: 0 7px 0 0;  width: 35px; height: 35px; border-radius:100px; background: #2a2727; position: relative;}

.social-icon ul li a {

    color: #fff;

    font-size: 16px;

    text-align: center;

    display: inline-block;

    padding: 6px 0px;

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

}

.social-icon ul li:hover{ background:#f15823; color: #fff; }

.copy-right{ border-top: 1px solid #e9e9e9;  padding-top: 30px; margin-top: 30px; }

.copy-right p, .copy-right p a{ font-size: 14px; color: #4f4f4f; text-align: center; }

.copy-right p a{margin-left:3px;}





.subscribe_form .es_subscription_form {

    position: relative;

    padding-bottom: 45px;

}



.subscribe_form .es_subscription_form .es-field-wrap {width: 100%;}

.subscribe_form .es_subscription_form .es-field-wrap label {

    margin: 0;

    width: 100%;

}



.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email::placeholder {

    color: #bebcbc !important;

}



.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email {

    background: #464646;

    padding:0 10px;

    height:45px;

    width:100%;

    color: #fff;

    font-size: 15px;

    border: 2px solid #464646;

}



.subscribe_form .es_subscription_form .es_subscription_form_submit {

    color: #181818;

    position: absolute;

    bottom: 0;

    border-radius: 5px;

    right: 0;

    padding: 0 20px;

    height: 40px;

    background: #f94d1c;

    border: 0;

    font-size: 15px;

    cursor: pointer;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -moz-transition: 0.5s;

    -o-transition: 0.5s;

    -ms-transition: 0.5s;

}



.subscribe_form .es_subscription_form .es_subscription_form_submit:hover {

    background: #3fb7e5;

    color: #fff;

}



.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email::placeholder {

  color: #fff !important;

}



.email-box {

    width: 100%;

    height: 45px;

    border-radius: 0;

    background: #fff;

    color: #fff !important;

    position: relative;

    font-size: 15px;

    border: none;

}



.subscribe-bttn {

    position: absolute;

    background: #fff;

    right: 21px;

    height: 45px;

    width: 100px;

    border: none;

    color: #0b3357;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

    cursor: pointer;

}



.subscribe-bttn:hover {

    background: #242b32;

    color: #fff;

}



.newsletter-body p {

    color: #fff;

    font-size: 20px;

    margin: 25px 0;

    letter-spacing: 2px;

}





/* End Footer */





/*Conact page*/



.contact_form1{

    max-width: 900px;

    margin: auto;

    border: 1px solid #e9e9e9;

    border-bottom: 1px solid #2a1ed0;

    padding: 50px;

    background: #ffffff;

}

.contact_form1 label {

    color: #000;

    display: block;

    margin-bottom: 10px;

}
.contact_form1 br{
    display: none;
}

.check_label{

    margin-left: 10px;

    display: inline-block !important;

    margin-bottom: 0 !important;

}

.contact_form1 .wpcf7-form-control::placeholder {

  color: #9c9c9c;

}

.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{

    width: 100%;

    padding-left: 15px;

    background-color: transparent;

    border:1px solid #9c9898;

    border-radius:0;

    color: #000;

    transition: 0.5s;

    position: relative;

}

.contact_form1 input[type="text"], 

.contact_form1 input[type="text"]:focus, 

.contact_form1 input[type="email"], 

.contact_form1 input[type="email"]:focus, 

.contact_form1 input[type="tel"], 

.contact_form1 input[type="tel"]:focus,

.contact_form1 input[type="date"], 

.contact_form1 input[type="date"]:focus,

.contact_form1 textarea,

.contact_form1 select, .contact_form1 select:focus

{

    width: 100%;

    padding:0 15px;

    background-color: transparent;

    border:1px solid #9c9c9c;

    color: #000;

    transition: 0.5s;

    position: relative;

    border-radius:0;

    font-size: 13px;

    box-shadow: none;

}

.contact_form1 input[type="file"], 

.contact_form1 input[type="file"]:focus{

    border: 0;

    padding: 0;

    border-radius: 0;

}

.contact_form1 .wpcf7-form-control:focus{

    border-color: #000 !important;

}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select  {

    height: 40px;

}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio{

    border:0;

    padding: 0;

}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio span.wpcf7-list-item:nth-child(1){

    margin-left: 0;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label{

    position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 22px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] {

  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 0;

  width: 0;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:before{

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  height: 25px;

  width: 25px;

  border: 1px solid red;

  border-radius:50px;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] ~ span.wpcf7-list-item-label{

  font-size: 13px;

  color: #000;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:before{

  background-color: #fff;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after {

  content: "";

  position: absolute;

  display: none;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:after{

  display: block;

}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after{

    left: 10px;

    top: 4px;

    width: 6px;

    height: 12px;

    border: solid #1682ee;

    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



.contact_form1 .wpcf7-textarea {

    height: 100px;

    padding-top:15px;

    border:1px solid #9c9c9c;

    background-color: transparent;

    color: #000;

    border-radius:0;

}

.contact_form1 .wpcf7-submit {

    height: 40px;

    padding: 0 30px;

    background: #2a1ed0;

    color: #fff;

    font-size: 15px;

    border-radius: 5px;

    font-weight: 600;

    margin-bottom: 0;

    border: 0;

    text-transform: capitalize;

    display: inline-block;

    width: auto;

}

.contact_form1 .wpcf7-submit:hover{

    background: #000;

    color: #fff;

}

.contact_form1 .bd_consub{position: relative; margin: 0 0 0 -15px;}

.contact_form1 .bd_consub .ajax-loader {

    position: absolute;

    top: 50%;

    right: 10px;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

}

.contact_form1 .wpcf7-submit:hover{

    color: #fff;

}



.captcha-image {

    border-color: #2a1ed0;

    color: #2a1ed0;

}



.con_heading{

    margin-bottom: 15px;

}

.con_heading h2{

    font-size: 20px;

    line-height: 24px;

    color: #000;

    font-weight: 600;

    margin-bottom: 8px;

}

.con_heading p{

    margin-bottom: 0;

}



.contact_info {

    padding: 20px;

    background: #3fb7e5;

}

.contact_info ul li:nth-child(1){margin-top: 0;}

.contact_info ul li {

    background: #ffffff8c;

    padding: 10px 10px 10px 40px !important;

    position: relative;

    margin-top: 5px;

}

.contact_info ul li:after{

    display: none;

}

.contact_info ul li i{

    position: absolute;

    top: 12px;

    left: 15px;

    color:#f15823;

}

.contact_info ul li a {

    color: #000;

    font-size: 16px;

    line-height: 22px;

    word-break: break-word;

}

.contact_info ul li a span {

    font-size: 14px;

}

.contact_info ul li.contact_social {

    padding-left: 15px;

}

.contact_social span {

    display: block;

    font-size: 18px;

    font-weight: 600;

    color: #fff;

    line-height: 22px;

    margin-bottom: 15px;

}

.contact_info ul li.contact_social a{

    border: 1px solid #fff;

    width: 40px;

    height: 40px;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    line-height: 40px;

    margin: 3px;

}

.contact_info ul li.contact_social a:hover{

    border-color: #000;

    background: #000;

}

.contact_info ul li.contact_social a i{

    position: relative;

    top: inherit;

    left: inherit;

}

.contact_info ul li.contact_social a:hover i{

    color: #ff6100;

}





.conmap{

    height: 284px;

}

.conmap iframe{

    width: 100%; height:100%;

}



/* Inner Page */



.inner_banner {height:350px;position: relative;width: 100%; background:#000;}

.inner_banner .baner_img_page{

    height: 100%;

    width:100%;

    object-fit: cover;

    opacity:0.6;

}

.inner_banner_text {

    position: absolute;

    top: 70%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    left: 0;

    width: 100%;

}

.banner_area_text_box {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.banner_area_text_box .page-title {

    font-weight: 600;

    font-size: 30px;

    line-height:34px;

    text-align: left;

    text-transform: capitalize;

    display: inline-block;

    letter-spacing: 1px;

    color: #fff;

    position:relative;

    padding-bottom: 6px;

    margin-bottom: 12px;

    flex: 0 0 100%;

    max-width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.banner_area_text_box .page-title:after{

	position: absolute; content: "";

	width:80px; height:2px; background:#fff;

	bottom:0; left:0;

}

.breadcrumb{

	background: transparent;

	margin-bottom: 0;

	padding:0;

    flex:0 0 100%;

    max-width: 100%;

	justify-content:flex-start;

}

.breadcrumb ul{

	list-style-type: none;

	margin-bottom: 0;

    display: flex;

}

.breadcrumb ul li{

	display: inline-block;

	margin: 0 5px;

	color: #fff;

}

.breadcrumb ul li:nth-child(1){

	margin-left:0;

}



.breadcrumb ul li.item-current {

    width: 180px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.breadcrumb ul li a, .breadcrumb ul li strong{

	color: #fff;

    font-weight: 500;

    font-size: 16px;

    line-height: 20px;

}

.breadcrumb ul li strong{color:#fff;}

.breadcrumb ul li a:hover {

    color: #b1e9ff;

}



/* Inner Content */



.inner_con{

    color: #6b6b6b;

    font-size:16px; line-height:20px;

}

.inner_con .alignright{

    float: right;

    margin: 20px 0 20px 20px;

    filter: drop-shadow(5px 5px 5px #222);

    -webkit-filter: drop-shadow(5px 5px 5px #222);

    -moz-filter: drop-shadow(5px 5px 5px #222);

    -ms-filter: drop-shadow(5px 5px 5px #222); 

}

.inner_con .alignleft{

    float: left;

    margin: 20px 20px 20px 0;

    filter: drop-shadow(-5px 5px 5px #222);

    -webkit-filter: drop-shadow(-5px 5px 5px #222);

    -moz-filter: drop-shadow(-5px 5px 5px #222);

    -ms-filter: drop-shadow(-5px 5px 5px #222);

}



.inner_con .heading h2{

    font-size: 35px;

    line-height: 40px;

    margin-bottom: 15px;

    color: #1f1f1f;

    position: relative;

    font-weight: 600;

    padding-bottom: 10px;

}

.inner_con .heading p{

    font-size: 14px; line-height: 18px;

}



.inner_con h2{

    color: #000;

    font-size: 30px;

    line-height: 34px;

    position: relative;

    margin-bottom: 30px;

}

.inner_con h2:before{

    position: absolute;

    content: '';

    border: 1px solid #23c0e9;

    width: 8px;

    bottom: -10px;

    left: 0;

}

.inner_con h2:after{

    position: absolute;

    content: '';

    border: 1px solid #23c0e9;

    width: 30px;

    bottom: -10px;

    left: 12px;

}



.inner_con h3{

    color: #000;

    font-size: 26px;

    line-height: 30px;

}

.inner_con h4{

    color: #000;

    font-size: 22px;

    line-height: 28px;

}

.inner_con ul{

    padding-left: 0;

    list-style-type: none;

}

.inner_con ul li{

    position: relative;

    margin: 10px 0;

    padding-left: 25px;

}

.inner_con ul li:after{

    position: absolute;

    content: "\f0a4";

    font: normal normal normal 14px FontAwesome;

    color: #3e206d;

    top: 2px;

    left: 0;

}



.inner_con h6{

    font-size: 16px;

    line-height: 20px;

}





/* 404 */

.error-404 {

    color: #000;

}

.error-404 h1 {

    font-size: 100px;

    font-weight: 900;

    line-height: 104px;

    letter-spacing: -15px;

    -webkit-text-stroke: 1px #f9ca70;

    color: transparent;

}

.error-404 a {

    background: #f9ca70;

    display: inline-block;

    padding: 10px 20px;

    color: #7f0029;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 600;

}



.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}

div.wpcf7-mail-sent-ok{



    background: #398f14;

    color: #fff;

    text-align: center;

}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{

    background: #f7e700;

    color: #252525;

    text-align: center;

}



/* comment-respond */



.comments-area{

	flex:0 0 100% !important; 

	max-width: 100% !important;

}



.comments-area .comment-form-comment label:after {

    content: '*';

    position: absolute;

    color: #f00;

}

.error {

    color: red;

    font-size: 12px;

}

.comment-form p label .required {

    color: red;

}



.comments-area{

    margin-top: 40px;

}

.comment-respond .comment-reply-title{

    font-size: 26px;

    line-height: 30px;

    color: #252525;

    margin-bottom: 15px;

}

.comments-area .comments-title{

    font-size: 20px;

    line-height: 26px;

    color: #666;

    margin-bottom: 15px;

}

.comment-form p label{display: block;}

.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #0a1415;}

.comment-form input{height: 40px;}

.comment-form input[type=checkbox]{width: auto; height: auto;}

.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}



.form-submit {

    text-align: right;

}

.form-submit .submit{

    border: none;

    background:transparent;

    border:2px solid #0a1415;

    color: #0a1415;

    margin-bottom: 0;

    width: auto;

    padding: 0 20px;

}

.form-submit .submit:hover{background: #0a1415; color:#fff;}



.comment-list {

    list-style-type: none;

}



.post-navigation .screen-reader-text{display: none;}

.post-navigation .nav-links{display: flex;}

.post-navigation .nav-links .nav-previous br,

.post-navigation .nav-links .nav-next br

{

    display: none;

}

.post-navigation .nav-links .nav-previous,

.post-navigation .nav-links .nav-next

{

    flex: 1;

}

.post-navigation .nav-links .nav-next{text-align: right;}

.post-navigation .nav-links .meta-nav{

    display: block;

    color: #767676;

    font-size: 12px;

}

.post-navigation .nav-links .post-title{

    color: #252525;

    font-weight: bold;

    font-size: 16px;

    line-height: 20px;

    position: relative;

}

.post-navigation .nav-links .post-title:after{

    position: absolute;

    top: 3px;

    color: #252525;

    font-size: 14px;

    font: normal normal normal 14px FontAwesome;

}

.post-navigation .nav-links .nav-next .post-title:after{

    content: "\f061";

    right: -15px;

}

.post-navigation .nav-links .nav-previous .post-title:after{

    content: "\f060";

    left: -15px;

}



.bd_postimg {

    background: #f3f3f3;

    height: 250px;

}

.bd_postimg img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.bd_deskebox{margin-top:20px;}

.post_date{color:#129827;}

.post_date i{margin-right:5px;}

.bd_deskebox h2{

    font-size:18px; line-height:22px; color:#040404;

    margin: 10px 0;

    display: block;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}

.bd_deskebox p {

    color:#040404; margin-bottom:0;

}

.bd_deskebox p a {

    display: block;

    text-transform: uppercase;

    color: #129827;

    font-size: 13px;

    margin-top: 10px;

}

.bd_deskebox p a i{

    margin-left: 10px;

    font-size: 16px;

    line-height: 20px;

}





/* Job Details */

.bd_joboverview {
    border: 1px solid #e9e9e9;
    background: #ffffff;
}

.bd_joboverview .jphead{
    background: #00560f;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

.bd_joboverview .jobhead{
    text-align: center;
    padding: 40px 20px 30px 20px;
}

.bd_joboverview .jobhead .company_logo{
    margin-bottom:30px;
}

.bd_joboverview .jobhead h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.bd_joboverview .jobhead h3 span{}

.bd_joboverview .jobhead .jtype{
    display: inline-block;
    background: #26b702;
    color: #fff;
    padding: 6px 13px;
    border-radius: 5px;
}

.jobbody {
    border-top: 1px solid #2a1ed045;
    padding: 30px 20px;
}

.jobbody li {
    padding: 10px 0;
}
.jobbody li h4 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.jobbody li h4 i {
    margin-right: 6px;
    color: #2a1ed0;
}

.jobbody li p {
    margin: 0;
    color: #4e4e4e;
    padding-left: 24px;
}

.jobbody .bd_btn{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.bd_joboverviewbox {
    background: #fff;
    padding: 30px;
    border: 1px solid #e9e9e9;
}

.bd_joboverviewbox h1,
.bd_joboverviewbox h2,
.bd_joboverviewbox h3,
.bd_joboverviewbox h4,
.bd_joboverviewbox h5{
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
}
.bd_joboverviewbox h1:nth-child(1),
.bd_joboverviewbox h2:nth-child(1),
.bd_joboverviewbox h3:nth-child(1),
.bd_joboverviewbox h4:nth-child(1),
.bd_joboverviewbox h5:nth-child(1){
    margin-top:0px;
}

.apply_modal .contact_form1{
    border: 0;
    padding: 20px;
}
.apply_modal .contact_form1 br {
    display: none;
}
.apply_modal .contact_form1 label {
    font-weight: 500;
}
.apply_modal .modal-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2a1ed0;
}


.pagination {
    box-shadow: 0 1px 2px 0px #2a1ed0;
    background: #fff;
    display: flex;
}
.pagination .page-numbers {
    padding: 10px 15px;
    color: #000;
    border-right: 1px solid #efefef;
}
.pagination .page-numbers.current {
    background: #2a1ed0;
    color: #fff;
}
.pagination .page-numbers:hover {
    background: #2a1ed075;
    color: #fff;
}

.bd_pagination{display: inline-block;}


#mega-menu-wrap-menu-1 #mega-menu-menu-1{
    text-align: right;
}