@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('../../Front/fonts/css/font-awesome.min.css');
@import url('../../Front/fonts/css/fonts.css');
@import url('../../Front/core/bootstrap.min.css');
@import url('../../Front/owlcarousel/owl.carousel.css');
@import url('../../Front/menu/simpleMobileMenu.css');
@import url('../../Front/core/select2/select2.css');
@import url('../../Front/core/meeting-rooms.css');
@import url('../../Front/search/advanced-search');
@import url('../../Front/search/filter.css');
@import url('../../Front/jobs/jobs.css');
@import url('../../Front/product/product.css');
@import url('../../Front/core/loader.css');
@import url('../../Front/module/cookies/modal-cookies.css');

html {
  scroll-behavior: smooth;
}

body {  font-family: "Poppins", sans-serif; color:#333; background-color:#fff;  font-size:16px; line-height: 20px;  margin: 0; height: 100%; }

.Heading1 {font-size:50px; }
.Heading2 {font-size:22px; }
.Heading3 {font-size:18px; }
.Heading4 {font-size:16px; }
.Heading5 {font-size:16px; }
.Heading6 {font-size:16px; }


.Para16 { font-size: 16px;  }
.Para16-GreenDark { font-size: 16px; color: #091f1e; }
.Para16-GoldDark { font-size: 16px; color: #bfb070; }

.H2Default { font-size: 50px; }
.H2GreenDark {color: #091f1e;font-size: 50px; }
.H2GoldDark {color: #bfb070; font-size: 50px; }


.H3Default { font-size: 22px; }
.H3GreenDark {color: #091f1e;font-size: 22px; }
.H3GoldDark {color: #bfb070; font-size: 22px; }

.H4Default { font-size: 22px; }
.H4GreenDark {color: #091f1e;font-size: 22px; }
.H4GoldDark {color: #bfb070; font-size: 22px; }

.H5Default { font-size: 16px; }
.H5GreenDark {color: #091f1e;font-size: 16px; }
.H5GoldDark {color: #bfb070; font-size: 16px; }

.H6Default { font-size: 16px; }
.H6GreenDark {color: #091f1e;font-size: 16px; }
.H6GoldDark {color: #bfb070; font-size: 16px; }


.Para16Default { font-size:16px;  }
.Para22 { font-size:22px; color:#3CF0FF; }


h1 {
    
    font-size:60px; 
    margin-top: 0; 
    margin-bottom:30px;   
    font-weight: normal;
    line-height:60px;
 }

h2,.h2 {
    
    font-size:50px; 
    margin-top: 0; 
    margin-bottom:30px;   
    font-weight: normal;
    line-height:60px;
 }


h4 { line-height: 1; margin-top: 0; margin-bottom:15px; }
h3,h3 a {
    font-size:22px; 
    margin-top: 0; 
    margin-bottom:15px; 
    font-weight: 500;
    line-height: 1.25;

}
h4 {font-size:18px; line-height:25px; font-weight:500; margin-top: 0; margin-bottom:15px; }
h5 {font-size: 18px; line-height: 18px; margin-top: 0; margin-bottom:15px; }
h6 {font-size: 14px; line-height: 14px; margin-top: 0; margin-bottom:15px; }
p { 
    color:#333; 
    font-size:16px;    
    margin: 0 0 15px 0; 
    padding: 0;
    line-height: 1.5;

}








section { padding-top: 0; padding-bottom: 0; margin-top:0;  float: left; width: 100%; }
a { 
    color: #0F2B30;
   
}
section.jobsbyindustry.Locations.CreatejobalertDiv {
    padding: 80px 0;
    text-align: center;
}
section.jobsbyindustry  { padding:0px 0 70px 0; }
section.jobsbyindustry.MainTitle { text-align:center}
section.jobsbyindustry.Positions ul.row li { margin-bottom:4px}
section.jobsbyindustry.Positions ul.row li a{ padding:10px 20px; text-align:center; display:block; color:#e9e5cb; background:#000}
section.jobsbyindustry.Positions ul.row li a:hover { color:#fff; background:#0F2B30}
section.jobsbyindustry.Locations { background:#f5f5f5;  color:#000}
section.jobsbyindustry.Locations p { color:#000}
.btn {
    display: inline-block;
    position: relative;
    background:#0F2B30;
    border: none;
    color: #fff;
    font-size:16px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: none;
    font-weight:500;
    padding:12px 20px;
    white-space: normal;
    border-radius: 12px;
}
.btn:hover { background-color: #8c8A93; color: #fff; }

.btn-Orange {
    display: inline-block;
    position: relative;
    background:#bfb070;
    border: none;
    color: #0F2B30;
    font-size:16px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: none;
    font-weight:500;
    padding:12px 20px;
    white-space: normal;
    border-radius: 12px;
}
.btn-Orange:hover { background-color: #8c8A93; color: #fff; }






.btn4 {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #000;
    font-size:16px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight:500;
    padding: 0;
    white-space: normal;
}

.btn4 span {
    display: block;
    padding:15px 20px
}

.btn4.white {
    color: #fff
}

.btn4::after,
.btn4::before {
    content: "";
    width: 100%;
    /*height: 2px;*/
    position: absolute;
    transition: all .2s linear;
   /* background: #000;*/
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;

}

.btn4 span::after,
.btn4 span::before {
    content: "";
   /* width: 2px;*/
    height: 100%;
    position: absolute;
    transition: all .2s linear;
   /* background: #000;*/
    border-left:solid 1px #000;
    border-right:solid 1px #000;
}

.btn4.white span::after,
.btn4.white span::before,
.btn4.white::after,
.btn4.white::before {
    background: #fff
}

.btn4:hover::after,
.btn4:hover::before {
    width: 40%
}

.btn4:hover span::after,
.btn4:hover span::before {
    height: 40%
}

.btn4::after,
.btn4::before {
    transition-delay: .2s
}

.btn4 span::after,
.btn4 span::before {
    transition-delay: 0s
}

.btn4::before {
    left: 0;
    bottom: 0
}

.btn4::after {
    right: 0;
    top: 0
}

.btn4 span::before {
    left: 0;
    bottom: 0
}

.btn4 span::after {
    right: 0;
    top: 0
}

.btn4:hover::after,
.btn4:hover::before {
    transition-delay: 0s
}

.btn4:hover span::after,
.btn4:hover span::before {
    transition-delay: .2s
}






.btn2 {
    border: solid 1px #C9DCE4;
    border-radius:4px;
    padding: 10px 15px;
    text-align: center;
    color: #000 !important;
    display: inline-block;
    font-size:16px;
    text-decoration: none !important;
    cursor: pointer !important;
    line-height: 1.4;
    background-color: #C9DCE4;
    font-weight: normal;

}
.btn2:hover { background-color:#000; border: solid 1px #000; color:#fff !important; text-decoration-line: none;    }


.btn.btn3 { color:#fff;    }
.btn.btn3::after, 
.btn.btn3::before { 

    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;

}

.btn.btn3 span::after, 
.btn.btn3 span::before { 
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
   }




.JobCustomFieldValues .btn::after,.JobCustomFieldValues .btn::before { width: 100%; }
.JobCustomFieldValues .btn span::after, .JobCustomFieldValues .btn span::before { height: 100%;  }

.JobCustomFieldValues .btn:hover::after,.JobCustomFieldValues .btn:hover::before { width: 40% }
.JobCustomFieldValues .btn:hover span::after,.JobCustomFieldValues .btn:hover span::before { height:40% }



.smallbtn {
    padding:3px 8px;
    line-height: 18px;
    display: inline-block;
    background: #0F2B30;
    color: #fff !important;
    font-size: 75%;
    border-radius:0;
}

.btn04 {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
        white-space: normal;
}

.btn04 span {
    display: block;
    padding: 20px 40px
}

.btn04::after,
.btn04::before {
    content: "";
    width: 40%;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #000
}

.btn04 span::after,
.btn04 span::before {
    content: "";
    width: 2px;
    height: 40%;
    position: absolute;
    transition: all .2s linear;
    background: #000
}

.btn04:hover::after,
.btn04:hover::before {
    width: 100%
}

.btn04:hover span::after,
.btn04:hover span::before {
    height: 100%
}

.btn04::after,
.btn04::before {
    transition-delay: .2s
}

.btn04 span::after,
.btn04 span::before {
    transition-delay: 0s
}

.btn04::before {
    left: 0;
    bottom: 0
}

.btn04::after {
    right: 0;
    top: 0
}

.btn04 span::before {
    left: 0;
    bottom: 0
}

.btn04 span::after {
    right: 0;
    top: 0
}

.btn04:hover::after,
.btn04:hover::before {
    transition-delay: 0s
}

.btn04:hover span::after,
.btn04:hover span::before {
    transition-delay: .2s
}




.CmsEditor ul,.CmsEditor ol { padding-left: 20px; margin-bottom: 15px;   }
.CmsEditor ul li,.CmsEditor ol li { 
    color:#333; 
    font-size:16px;    
    margin: 0 0 0 0; 
    padding: 0;
    line-height: 1.5;

  }
  table td {
    border: solid 1px #e6e6e6;
    font-size:16px;
    padding: 10px;
    line-height: 30px;
    color:#333;
}
table {
    font-size:16px;
    margin-bottom: 15px;
    line-height: 30px;
    color:#333;
}

.CmsEditor a { color: #333; text-decoration: underline;}
.CmsEditor a:hover { text-decoration: none; }

.MainLeftSide {width: 70%;  float: none; margin-left: 0; display: inline-block; }
.MainRightSide {float: right; width: 28%;  margin-bottom: 0;}
.FullWidth .MainLeftSide { width: 100%;  }
.LeftPanl .MainRightSide { float: left; margin-right: 20px;  }
.RightPanl .MainRightSide { float: right;  }

.FullWidth .MainRightSide { width: 100%; }

/**** header start ***/
/**** top header start  ***/
.container { width: auto; max-width: 1470px;  }
.CFPEnergy a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    border-bottom: solid 2px #23527c;
}
.headertop ul  { display: flex; padding: 0; list-style: none; margin: 0; position: relative;   }
.headertop ul li { margin:0 20px; position: relative;  }
.headertop ul li a { color:#fff; font-size: 16px; text-decoration: none;   }

header {
    margin: 0;
    height: auto;
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding:0 0 10px 0;
    background-color:transparent; 
    transition: .5s;
}
header .logo-left .cls-1 { fill: #fff; } 
/*header.sticky .logo-left .cls-1 { fill: #0f2b30; } */

header.sticky {
transition: .5s;
background:#0F2B30;
padding:0;
}

header.sticky .navigation nav ul li a { color: #fff; }
header.sticky .navigation nav ul li a:hover,header.sticky .navigation nav ul li a.active { color: #bfb070; }

header.sticky .navigation nav ul li ul li a:hover,header.sticky .navigation nav ul li ul li a.active { color: #bfb070; }
header .navigation nav ul li ul li a:hover,header .navigation nav ul li ul li a.active { color: #bfb070; }



header.sticky .navigation nav ul li ul li a { color: #fff; }
header.sticky .navigation nav ul li ul li a:hover { color: #bfb070; }

header.sticky .headertop { margin-top:-54px; margin-bottom: 0;   }

header.sticky .logo-left img { height:50px; transition: .5s; }
header.sticky .logo-left { padding: 10px 0; }

header .headertop {
    background:#0F2B30;
    padding: 5px 0;
    width: 100%;
    transition: all 300ms linear 0ms;
    margin-bottom: 30px;
}
header .headertop a.btn { background-color: #fff;  color: #0F2B30;}
header .headertop a.btn:hover { background-color:#8c8A93;  color: #fff;}

header .headertop .headerbox { display: flex;  justify-content: space-between;}
header .headertop .Emailbox a { color:#000;   }
header .headertop .Emailbox {margin-right: 10px; }
header .headertop .Emailbox a { color:#000;  }
header .headertop .Emailbox a:hover { color:#0F2B30; text-decoration: none; }
header .headertop .socalmediafooter { margin: 0;  }
header .headertop .socalmediafooter ul { margin: 0; padding: 0; list-style: none;   }
header .headertop .socalmediafooter ul li  { list-style: none;  display: inline-block;  margin:0 0 0 10px; }

header .headertop .socalmediafooter ul li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    width: 50px;
    transition: all 0.5s;
    padding: 12px 0;
    background: #fff;
    border-radius: 12px;
    text-align: center;
}

header .headertop .socalmediafooter ul li a.social-text { display: none; }
header .headertop .socalmediafooter ul li a:hover { color:#fff; background-color: #8c8A93;  }
header .headertop .headerRight { display: flex; align-items: center; }
header .headertop .headerLeft { display: flex; }
header .headertop .Emailbox,
header .headertop .Phonebox {margin-right: 10px;} 

header .headertop .btn { padding: 10px 20px; }

/**** top header End ***/
span.open_mobilecart { position: relative; margin-left: 30px;   }
.open_mobilecart i { font-size: 20px; color:#000; }
span.open_mobilecart span.badge { width: 25px; height: 25px;display: inline-block; line-height: 25px;  position: absolute; top:-10px; color:#fff;  background:red; padding: 0; border-radius:50%; }
header .headerMenu .menu { display: flex; justify-content: space-between; align-items: center;  }
header .headerMenu { float: left;  width: 100%; display: flex; justify-content: space-between; align-items: center;  }
header .logo-left { float: left; width: auto;  text-align: center; transition: .5s; line-height: 0; }
header .logo-left svg { width: 320px; }
header .logo-left img { height: 50px; width: auto; transition: .5s; }
header .logo-left a { display: inline-block; }
header ul.RegistrationBox { float: right; margin:0;  position: relative; padding:0 0 0 20px;}
header ul.RegistrationBox li.displaynone1 { display: none; }
header ul.RegistrationBox li { display: inline-block; padding:0px 0 0 0; }
header ul.RegistrationBox li a i { margin-right: 5px; }
/*header ul.RegistrationBox li.LogInbtn a.red i { display: none;}
header ul.RegistrationBox li.LogInbtn a.red i {  display: none;}*/
/******* Mobileview Header Css *****/
.headerMobile {background: #bfb070;  bottom:0; position: fixed;width: 100%; z-index:9999; display: none; }
.headerMobile .container { width: auto; padding: 0;      }
.headerMobile .RegistrationBox {   }
.headerMobile ul.RegistrationBox li ul.submenuCandidates,.headerMobile ul.RegistrationBox li:hover ul.submenuCandidates { display: none ;   }
.headerMobile .open_mobileview { display: inline-block !important; cursor: pointer;  }
.headerMobile ul.RegistrationBox li .btn.blueBtn { display: none;  }
.MobileMenuBox ul.RegistrationBox li ul.submenuCandidates {position: relative; width: 100%; display: block; text-align: center; }
.headerMobile ul.RegistrationBox li .btn.red { padding:0; margin: 0; background: transparent; border: transparent; }
.headerMobile ul.RegistrationBox li .btn.red:hover { background: transparent;  }
.headerMobile ul.RegistrationBox li .btn.red .LogIn { display: none;  }
header ul.RegistrationBox li a.btn.red .fa.fa-users { display: none;  }
.headerMobile .open_mobileview.closebtn .fa-bars { display: none;  }
.headerMobile .open_mobileview .fa-times { display: none;  }
.headerMobile .open_mobileview.closebtn .fa-times { display: inline;   }
.headerMobile .open_mobileviews.closebtn .fa-user { display: none;  }
.headerMobile .open_mobileviews .fa-times { display: none;   }
.headerMobile .open_mobileviews.closebtn .fa-times { display: inline; }
.sidenav.MobileMenu .MobileMenuBox .RegistrationBox .open_mobileviews {display: none;}
.headerMobileBox .open_mobileviews span.open_mobileviews {cursor: pointer;  }
.headerMobile ul.RegistrationBox li.displaynone1 { display: none;}
.open_mobileview { display:none;  }
.scrollBox { overflow-x: auto; padding-bottom: 50px;}
.headerMobileBox {display: flex; justify-content: space-between;  padding: 15px 20px;}
.headerMobile i { color:#fff; font-size: 30px;     }
.sidenav {  
    height:100%; 
    display: none; 
    width:100%;  
    position: fixed;  
    z-index:999;  
    top:auto; 
    bottom: 0;  
    left: 0;  
    background: url(../../../../img/Front/job-bg.jpg) top left repeat-x #000;
    background-size: cover; 
    overflow-x: hidden;  transition: 0.5s; 
    padding-top: 0;
}
#mySidenavright {  height:100%; display: none;  width:100%;  position: fixed;  z-index:999;  top:auto; right:0; bottom: 0;  left: auto;  background-color: #0f2b30;  /*overflow-x: hidden;*/  transition: 0.5s;  padding-top:0px;}
.sidenav .closebtn { background: #bfb070 none repeat scroll 0 0;color: #fff; font-size: 36px;  height: 30px;  line-height: 21px;  margin-left: 5px;  padding: 0;  margin-bottom: 10px;   position: relative;  right:auto; left: 0;  text-align: center;  text-decoration: none;  top:5px;  width: 30px;  display: inline-block;}
.MobileMenuBox .RegistrationBox { list-style: none; padding: 0; margin-top: -16px;   }
.sidenav .closebtn:hover { text-decoration: none; color:#f17b8b;   }
.MobileMenuBox .RegistrationBox li a.btn.red { background:#bfb070; border-color:#bfb070;  }
.MobileMenuBox .RegistrationBox li a.btn.red:hover { background:#078fb6; border-color:#078fb6; color:#fff;     }
.MobileMenuBox .RegistrationBox li a.btn.blueBtn:hover { background:#078fb6; border-color:#078fb6; color:#fff;     }
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.open_mobileview { display:inline-block;  }

}
ul.MobileMenuBox { text-align: center; list-style: none; padding: 0;  }
.MobileMenuBox li a { color:#fff;  text-decoration: none;  padding:8px 0;  display: block;font-weight: bold;  } 
.MobileMenuBox li a:hover { background:#888;}
.MobileMenuBox li .SubMenus { list-style: none; background:#999; padding: 0;    }
.MobileMenuBox li .SubMenus li a {  font-weight: normal;    }
.MobileMenuBox li .SubMenus ul.SecondSubMenus {list-style: none; background:#018ab1; padding:10px 0;  }
.MobileMenuBox li .SubMenus ul.SecondSubMenus li a { font-size: 16px;   }
header ul.RegistrationBox .open_mobileviews { display: none;   }
/******* mobileview End css******/
/**** header End ***/
/**** SERVICES css start ***/
.service-box { 
    border: 0px solid #b1aeae;
    background-color: #fffefa;
    border-radius: 10px;
    flex: none;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(48, 27, 0, .1);
    width: 100%;
    padding: 30px;
    margin: 20px 0;
}
.Service_img { text-align: left; }
.service-box img.iconimg { align-items: center;  display: flex;  margin:0; width:auto; }
.service-box .textLinks { display: none; }
.service-box h3 { margin:15px 0 10px 0; text-transform: none; }
.service-box h3 a {font-weight: bold;  margin: 0;  color: #000;  text-decoration: none; }
.service-box h3 a:hover { text-decoration: none;  }
.service-box p.ServicesContentBox { min-height: 180px;  margin-bottom:0;  }
.service-box p { line-height: 25px; margin-bottom: 15px; }
.Servicelisting p.ServiceSummary { min-height: 210px; }
.Servicelisting .services-content a:hover { text-decoration: none;  }
a.textLinks { color:#000; font-weight: bold; }
.service-box.full .iconbox {float: left; margin-right: 20px;    }
.service-box.full { text-align: left;  }
.service-box.full P { margin-top: 0; margin-bottom: 15px; }
.Servicelisting .MainserviceBox {margin-bottom: 30px;    }
/**** SERVICES css End ***/

/**** Insights css start ***/
.LatestInsights {  float:left; width: 100%; text-align: center; color: #fff; }
.SectionInsights .MainTitle { text-align: center; }
.insightsBox {
    margin-top: 0;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease 0s;
    float: left;
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: solid 1px #0F2B30;
    border-radius: 12px;
}

.insightsBox img { max-width:100%; height:auto; }
.AllDateBox {
    display: flex;
    gap: 10px;
    padding:0px 0 15px 0;
}
.dateBox {
    border-left: solid 1px #000;
    padding-left: 10px;
}

.Insights3 {overflow: hidden; position: relative; border-radius: 12px 12px 0 0; }
.insightsBox a { text-decoration: none;  color: #3B454C; }

.insightsBox .news-block {
  
    width: 100%;
   
    padding:17px;
   
}
.MainCategorys {
    margin-bottom: 20px;
}
.insightsBox .publisheddate { margin-bottom: 0; display: inline-block; width: 100%;  }
.insightsBox .publisheddate .dateBox { 
    background-color: transparent; 
    font-size: 20px;
    color: #333;
    padding: 0;
    margin: 0;
   }
.insightsBox span.BlogPostCategorys { margin-bottom:5px; display: inline-block;  width: 100%;  }

.insightsBox .news-block h3 a {
    color: #0F2B30;
    text-decoration: none;
 
}
.insightsBox .news-block h3 a:hover { color:#3CF0FF; text-decoration: none;   }


.insightsBox a.btn {color: #fff;}

.insightsBox .news-block h3 a:hover { text-decoration: none; color:#8c8A93;   }
.insightsBox .news-short {
    min-height: 210px;
    margin-bottom: 20px;
    border-bottom: solid 1px #8c8A93;
    padding-bottom: 15px;
    border-top: solid 1px #8c8A93;
    padding-top: 15px;
}
.insightsBox .news-short p { margin-bottom: 0; }

.insightsBox a.link:hover { text-decoration: underline;  }
.blogdetail .blog-feature { position: relative;
    margin-bottom: 20px;
}
a.link { color: #000; text-decoration: none;  font-weight: 600; }
.blogCategoryBox ul { list-style: none; padding: 0; margin: 0;  }
.blogCategoryBox ul li { margin-bottom: 10px; border-bottom: solid 1px #ddd;  padding-bottom: 10px; }
.blogCategoryBox ul li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.blogCategoryBox ul li a { text-decoration: none;   }
.blogCategoryBox ul li a:hover { text-decoration: underline;  }
.category_insights, .blogCategoryBox { background-color: #fff; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);    border-radius:12px;    border: solid 1px #eee;    padding: 15px; margin-bottom: 20px; }
.category_insights ul.latest-post { list-style: none; padding: 0; margin: 0; }
.category_insights ul li { margin-bottom: 10px; border-bottom: solid 1px #ddd;  padding-bottom: 10px; }
.category_insights .latest-post li figure { float: left; height: 33px; width: 100px; margin: 0 10px 0 0; height: 70px; overflow: hidden; }
.category_insights .latest-post li figure img { max-width: 100%; height: 70px; }
.category_insights .TextContent {padding-left: 0; }
.category_insights .TextContent a.text-extra-dark-gray { display: block; line-height: 18px; color: #000; height: 40px; text-decoration: none; font-size: 18px; }
.blogdetail .Bloglist .blog-feature img {width: 100%; margin-bottom:20px; }
.Subscribeblogs { background: #f5f5f5;border: #ddd solid 1px; padding: 15px; overflow: hidden;  margin-bottom: 25px;  margin-top: 30px; border-radius: 12px; }
.customFlashMsg { position: relative;}
.Subscribeblogs h3 {  margin-bottom: 10px;
    font-size:34px; 
}
.blog1.OtherInsights {
    padding-bottom: 50px;
    padding-top: 30px;
}
.BlogSubscribers { position: relative;}
.BlogSubscribers .btn {  background-color:#0F2B30; color:#fff; border-color:#0F2B30; margin: 0; padding:17px 20px; border-radius:0 12px 12px 0;    }
.BlogSubscribers .btn::after, .BlogSubscribers .btn::before { display: none; }
.BlogSubscribers #BlogSubscriberForm {padding: 0;}
.BlogSubscribers .inputBox {float: left; width: 100%; margin-bottom: 10px; }
.BlogSubscribers .submit { position: absolute; right: 0; top: 25px; }
.categories_top_Box { margin:0px 0 0px 0; padding: 0; }
.MainCategoriesTop {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.categories_top_Box ul { list-style: none; padding: 0; margin: 0; }
.categories_top_Box ul li { display: inline-block; margin-right: 3px; margin-bottom: 5px; }
.categories_top_Box ul li a {
    display: inline-block;
    position: relative;
    background: #0F2B30;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: none;
    font-weight: 500;
    padding: 12px 20px;
    white-space: normal;
    border-radius: 12px;
}

.categories_top_Box ul li a:hover { background-color:#8c8A93; color:#fff;    }
/*.categories_top_Box ul li a::before { color: #575560; content: "\f105"; font-family: FontAwesome; font-size: 1.1em; line-height: 20px; margin-left: -15px; position: absolute; }*/
.blog-feature img { width: 100%;  }
.insightcategory { padding: 0 0 10px 0; margin: 20px 0 10px 0; border-bottom: solid 1px #ddd;}
.insightcategory span { margin-right: 10px; }
.insightcategory span:before {content: "\f105"; font-family: FontAwesome; margin-right: 5px; }
section.SectionInsights .Main_insights .insightsBox { width:32%; margin-right: 20px;  }
section.SectionInsights .Main_insights .insightsBox:nth-child(3) { margin-right: 0;  }
.rss_listing .blog .insightsBox { width:32%; margin-right:20px;   }
.rss_listing .blog .insightsBox:nth-child(3n + 3) { margin-right: 0;   }
.rss_listing .blog .insightsBox h3 { height: 80px;  }
.rss_listing .blog .insightsBox .news-short { min-height: 80px;  }

ul.latest-post {padding: 0;}
.BlogCategorysDate {
    position: absolute;
    top:20px;
    left: 0;
}


.Blogdetailsleft { padding-top: 55px;  }
.breadcrumb.breadcrumb-blog {
    padding-top: 8px;
}


/**** Insights css End ***/

/**** Faqs css start ***/
.MainFaqs .Titlebox { text-align: center;  margin: 0 0 20px 0;}
.MainFaqs .Titlebox h2 { color:#fff;   }
.MainFaqs h6 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0F2B30;
}
.MainFaqs .panel-group .panel { margin: 0; border-radius:0px; background-color:transparent; border: none; }
.MainFaqs .panel { margin-bottom:0px; box-shadow: none; border-bottom:solid 1px #0F2B30; background: transparent; }
.MainFaqs .panel .panel-heading { padding: 0; box-shadow: none; border: none;  }
.MainFaqs .panel-body { padding: 15px 0; border-top:solid 1px #0F2B30;   }
.MainFaqs .panel-body ul { padding:0 0 15px 20px;   }

.MainFaqs .panel-group .panel-heading { border-bottom: 0; padding: 0; background-color: transparent; }
.MainFaqs .panel-group { margin-bottom: 0;   }
.MainFaqs .panel-heading a:hover,.MainFaqs .panel-heading a[aria-expanded="true"] { color: #0F2B30;  }
.MainFaqs .panel-heading a { 
padding:15px 0;
border-top-left-radius: 0; 
border-top-right-radius: 0; 
display: block; margin-bottom: 0; 
position: relative;  
text-decoration: none; 
font-size: 22px;
color:#000; 
border-bottom: solid 1px #ddd; font-weight: normal;

}
.MainFaqs .panel-heading span {
    padding-left: 10px;

}

.MainFaqs .panel-heading a[aria-expanded="false"] i:before { content: "\f067"; position: absolute; right: 0; font-family: 'FontAwesome'; font-style: normal; }
.MainFaqs .panel-heading a[aria-expanded="true"] i:before { content: "\f068"; position: absolute; right: 0; font-family: 'FontAwesome'; font-style: normal; color: #0F2B30; }
.MainFaqs .collapse { display: none }
.MainFaqs .collapse.in { display: block }
.MainFaqs .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility }
/**** Faqs css End ***/
/**** Footer css start ***/
.footermain { background:#000;  padding:50px 0 0 0;  width: 100%;   overflow: hidden;    text-align: center;    position: relative; float: left; margin-top:0; }
.footermain ul { list-style: none;   padding: 0;    margin: 0;}
.footermain ul li {  text-align: left;    margin: 0;    line-height:20px; padding-bottom:14px;    width: 100%; }
.footer-menu ul li strong {  color: #23527c;    font-size: 20px;      line-height: 32px;    text-transform: none;    font-weight: normal;   margin-bottom: 0;    display: inline-block;    text-align: left; }
.footermain ul li a {  color: #fff;    text-decoration: none;}
.footermain ul li a:hover { text-decoration: underline;  }
.FooterBox h3 {    color: #23527c;  font-size: 20px;    line-height: 32px;    margin-bottom: 18px;    font-weight:normal;    margin:0 0 15px 0;    text-align: left;}
.footermain .FootreMenu .socalmediafooter { float: left;    margin: 10px 0 0 -10px;}
.footermain .socalmediafooter ul li {  margin-left: 5px;    width: auto;    display: inline-block;}
.footermain .socalmediafooter ul li a {   color: #fff;    display: inline-block;    font-size:20px;    height: auto;    line-height: 20px;    width: 30px;    transition: all 0.5s;    text-align: center;}
.footermain .footer-bottom {    position: relative;   float: left;    width: 100%;    padding:15px 0;    margin-top:20px;}
.footermain .footer-bottom .Copyrightbox {
    float: left;
    width: 100%;
    text-align: center;
    border-top: solid 1px #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
}
.logo-footer {    float: left;    max-width: 110px;}
.logo-footer img { max-width: 100%; }
.Copyright01 {  color: #000;    font-weight: normal;    float: left;    margin-left: 0; width: 100%;}
.footermain .Copybox1 {    margin-bottom: 0;}
span.firstpipe {   margin: 0 5px;}
.footermain .Menulike {   text-align: center;}
.footermain .footer-bottom .Copyrightbox a {    color: #fff;    text-decoration: none; }
.footermain .footer-bottom .Copyrightbox a:hover { text-decoration: underline;  }
.WSlinkBox { margin:0; float:none; width:auto; display: inline-block; }
.WSlinkBox a {  color: #000;    text-decoration: none;}
.WSlinkBox a:hover { color:#0F2B30;  } 
.back_to_top.on {  cursor: pointer;    margin-bottom: 0;  bottom:10px; position: absolute; right: 20px; font-size: 30px;   color: #212121;    font-weight: normal;    text-align: right; }
.socalmediafooter {text-align: left; margin-top:30px;}
footer.footermain .form-control { height:57px;  }
.copyright {
    padding: 20px 0;
    margin-top: 80px;
    text-align: center;
    background: #0f2b30;
}
.contact_from .SocialFooter ul li a { color:#000; text-decoration: none;   }
.SocialFooter ul { list-style: none; padding: 0; margin: 0; display: flex;  }
.SocialFooter ul li { margin-right: 10px; display: flex;   }
.SocialFooter ul li a { 
    color:#fff; 
    font-size:16px; 
    border-radius:50px; 
    display: inline-block; 
    line-height:27px; 
    text-align: center;   
}

.SocialFooter ul li a.social-text { border: none; width:auto; height: auto; background-color: transparent; font-size: 16px; margin-left: 5px;  }

.col-md-12.footerbox .footerboxDiv .SocialFooter ul li { margin:5px 10px;   }

.SocialFooter ul li a i.fa.fa-google-plus:before {
        content: "\f1a0";
        font-family:'FontAwesome';
}

/****** Cms Pages pages css ***/
.service.CmsPage { clear: both;  float: none;  padding: 75px 0 75px 0;  color: #888;  background: url(../../../img/Front/aboutbg.jpg) repeat;  text-align: center;  background-size: 100%; position: relative; margin: 0; }
.service.CmsPage .title {margin-bottom: 0; text-align: center; border: none; }
.service.CmsPage h1 { font-size:25px; letter-spacing: 0.05em;  line-height: 40px;  margin:0 0 10px 0; }
.service.CmsPage .sub-title { text-align: center; }
.service.CmsPage .sub-title a { color: #888;}
.service.CmsPage .titleBox { position: relative; z-index:9;  }
.service.CmsPage .overlay { display: none !important; z-index: 1;  position: absolute;  background-color: #23527c;  opacity: 0.73;  left: 0;  right: 0;  width: 100%; height: 100%; top: 0; }

ul.acocuntMenu { display: flex; justify-content: center; list-style: none; margin: 0; padding:0 0 15px 0; color:#fff; }
ul.acocuntMenu li { margin: 0 8px;  }
ul.acocuntMenu li a { color:#000; }

.Passbtn1 a { float: none; cursor: pointer;  }
.Passbtn1 a:hover {color:#000;     }
.Passbtn1 button.btn.btn-primary {
    padding:0;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 15px; 
}
.Passbtn1 button.btn.btn-primary:hover { background-color: transparent; color:#0F2B30;   }
.candidateMyProfile .dropbox_GooglePicker {right:0;   }
.ApplyjobCvrltr .dropbox_GooglePicker { right:0;  }



.shareThisBox { float: left; width: 100%;  margin-bottom:50px;  margin-top:50px; text-align: center; }
.shareThisBox h4 { font-size: 18px; margin:0 0 10px 0;  letter-spacing: 0.05em;  }
.shareThisBox ul.sharethis { margin-left: 0; margin-bottom: 0; }
.shareThisBox ul li {display: inline-block;  margin: 0 10px;      }
.shareThisBox .sharethis li a { color: #0F2B30;  cursor: pointer; display: inline-block; }
.shareThisBox .sharethis li a:hover {  color:#000;   }
.shareThisBox ul.sharethis { padding: 0; margin: 0;   }
.shareThisBox ul.sharethis li { text-align: center; }

/****** TestimonialsBox css ***/

section.testimonials .testimonialBox { width: 100%; text-align: left;  }

section.testimonials {
    width: 100%;
    float: left;
    padding:80px 0 197px 0;
    background:#fff;
    margin-top: 0; 
}
.testimonials.tstbox {
    background-image: url(../../../../img/Front/testimonialbg.png);
    background-size: contain;
    background-position: center top;
    position: relative;
    z-index: 9;
    margin-bottom: -130px;
}
.testimonials.tstbox:before { background-color: #000; top: 0; opacity: 0.5; content:""; z-index: 1; position: absolute; left: 0; right: 0; width:100%; height: 100%; }
.testimonials.tstbox .MainTitle { display: none; }
.testimonials.tstbox .testimonialBox { text-align:center; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background-color: #fff; border-radius: 12px; min-height: 365px;}
.testimonials.tstbox .MainTitle, .testimonials.tstbox .Allbtn { text-align:center;}
.testimonialContent {
    padding: 0;
}
section.testimonials .owl-dots { padding-top:20px; display:none; }
section.testimonials .TestimonialsBox .iq1 { color: #f7f6f8;  font-size: 135px; font-weight: 600; left: 0;  line-height: 1;  position: absolute; top: 0; }
section.testimonials .TestimonialsBox .content11 {  position: relative;  z-index: 9; min-height:320px; }
section.testimonials .TestimonialsBox .iq2 { bottom: 0;  color: #f7f6f8;  font-size: 135px;  font-weight: 600; line-height: 1;  position: absolute;  right: 0; transform: rotate(180deg); }
.testimonialBox {
    position: relative; 
    width: 100%; 
    display: inline-block;  
    padding:0 8%;  
    margin: 0 20px 20px 0; 
    text-align: center; 
    
    
}
.testimonialBox p { font-size:18px; line-height:30px; display: inline-block; color:#000; margin-bottom:30px; font-weight:normal;  }
.testimonialBox .testimonial-left {
    float: left;
    margin-right: 0;
    max-width: 40px;
    opacity: 1;
    position: absolute;
    left: -10px;
    top:-10px;
    background: #0F2B30;
    height: 40px;
    padding: 5px;
    display: none;
}
.testimonialBox .testimonial-left img { width: 100%; height: auto; position: relative; top: 3px; }
section.testimonials span.text-title,section.testimonials span.text-designation { color: #000;  }
span.text-designation i {margin:0 5px; color:#bfb070;    }
.testimonialPages {margin-bottom:0;         }

/***** Contact Page css start ******/
form b, form strong { font-weight: 600; }
.contactPage { background: #f8f9f9;  margin-bottom: 0px; padding-bottom: 0; margin-top: 0;  padding-top: 0; }
.contact_discussing img { width: 100%; }
.contactNew .row { display: flex;  justify-content: space-between;  }
.contactNew .row .Cntbox1 { padding: 0;  }
.ContactDetails {
    max-width:630px;
    float: right;
    width: 100%;
    padding-right:200px;
    padding-left: 15px;
}
.ContactDetails p { font-size: 20px;  }
.FormDivBtn { margin-top:15px;    }
.FormDivBtn .btn2 { border-color:#23527c; color:#091f1e !important; width: 100%; text-align: center;  }
.FormDivBtn .btn2:hover { color:#fff !important  }
.FormDiv {
    float: left;
    width: 100%;
}
.contactPage .MainAddress {overflow: hidden; margin-bottom: 35px; }
.contactPage .box { background: #fff;  border: 1px solid #ebebeb;  padding: 20px; overflow: hidden;  min-height: 170px; }
.contactPage .AddressBox .Cntbox { width: 25%; text-align: left;  float: left;  height: 100px; }
.contactPage .AddressBox .Cntbox span {  font-weight: bold; display: block;  padding-bottom: 8px; }
.contactPage .AddressBox .Cntbox p {display: block; margin-bottom: 15px;   margin-right: 10px; }
.contactPage .AddressBox .Cntbox ul {padding: 0; margin: 0 0 10px 0; }
.contactPage .AddressBox .Cntbox li {list-style: none; float: left;  margin-right: 5px; }
.contactPage .AddressBox .Cntbox li a {width: 30px;height: 30px; display: block; }
.Mapbox { clear: both; margin-top:0; margin-bottom:50px; float:left; width: 100%; height: 100%; }
.Mapbox iframe {  width: 100%; height: 500px; border-radius: 12px; }
.contact_from {  padding-left:0;}
/***** Contact Page css End ******/
/***** Login Pages css start ******/
.container.LoginPages.forgotPasswordNew { display: flex ; justify-content: space-between; }

.container.LoginPages { padding-bottom: 80px;  }
.CandidatePage .containerNew,.QuickApplication {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
    background-color:#eee;
    overflow: hidden;
    box-shadow:0 3px 1px #0f2b30;
    border-radius: 12px;
}

.LoginPages .containerNew {
    display: flex;
    flex-direction: row-reverse;
    width: 55%;
    margin: 0 auto;
}
.LoginPages .accountdiv { min-height: 246px;    } 
.LoginPages .Loginbg,.ProfileDetailsDiv,.yellowbg { background-color:#f8d707; padding: 20px;    }   
.Loginbox { width: 100%;  float: right; }
.Loginbox h2.contact-page-title {
    text-align: left;
    line-height: 20px;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    border-bottom: solid 1px #cbb34a;
    padding-bottom: 20px;
    font-size: 20px;
}
.Loginbox .inputBox { margin-bottom: 0px; width:100%;  float: left;  margin-right: 0; margin-bottom:20px;  position: relative; }
.Loginbox .divbox .inputBox  { width: 100%; }
.inputBox.login_with_linkedin_google {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.Loginbox .inputBox label { margin-bottom: 5px;  display: block;}
.Passbtn { position: absolute; right: 0; top: 25px; }
.Passbtn .btn.btn-primary {
    margin-left: 10px;
    padding: 5px 20px;
    height: 56px;
    background: #0F2B30;
    border-radius: 0 4px 4px 0;
    border: none;
    outline: none;
    color: #fff;
}
.Passbtn .btn.btn-primary::after,.Passbtn .btn.btn-primary::before { display: none; }
.LoginPages .ForgottenBox.inputBox { padding-top:0; width:100%; text-align: center; }
.LoginPages .ForgottenBox.inputBox .learnmore {float: none;   }
.LoginPages .ForgottenBox.inputBox .learnmore:hover { color: #0F2B30; text-decoration-line: none; }
.LoginSubmit.inputBox {
    float: right;
    width: 100%;
    margin:0px 0 0 0;
    text-align: center;
}
.registerboxnew.Loginbox { width: 100%;  margin: 0; padding: 20px; border: solid 1px #ddd;}
.registerboxnew.Loginbox .registerboxbox01 {
    padding:0px 0 0 0;
    text-align: center;
}
.registerboxnew.Loginbox .registerboxbox01 a.btn { color:#000;   }
.registerboxnew.Loginbox h2.contact-page-title { margin-bottom: 20px; font-size: 20px;  line-height: 20px; text-align: left;  }
.registerboxnew.Loginbox a.btn.blueBtn { border: solid 2px #ddd; }
.Loginbox {margin: 0;  }
.Signinpages {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    clear: both;
}
.Signinpages .yellowbg { overflow: hidden;  }
.Signinpages .SigninBox.Centerwidth {
    float: left;
    width: 100%;
}
.Signinpages .SigninBox.Centerwidth .Loginbox { float:left;   }
.Signinpages .SigninBox.Centerwidth .ForgottenBox {
    float: left; text-align: center;
}
.Signinpages .SigninBox.Centerwidth .ForgottenBox .learnmore { float: none;  }
.Signinpages .SigninBox.Centerwidth .ForgottenBox .learnmore:hover { color:#0F2B30;   }
.Signinpages .SigninBox.Centerwidth .ForgottenBox a { color:#000;  }

.CandidatePage .containerNew,.QuickApplication { max-width:700px;  }

/*.forgotPasswordNew {max-width: 500px; margin: 0 auto;}*/
.forgotPasswordNew .ForgottenBox.inputBox {width: 100%; padding-top: 0; }
.containerNew a { text-decoration: none;  }
.containerNew a:hover { text-decoration:underline;  }
.forgotPasswordNew .Loginbox { margin: 0 auto; float: none; }
label.error { color:red; font-weight: normal;  position: relative;  }
label.error:before { content: "\f071"; font-family: 'FontAwesome'; margin-right: 5px; }
/******* custom checkbox ******/
.form-control {
    height: 56px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 16px;
    border: solid 1px #000;
    background-color: #fff;
}
label.Checkboxes.custom-control { padding: 0 20px 0 0; }
.Checkboxes .custom-control-label { font-weight: normal; padding-left: 30px; display: inherit; }
.custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #0F2B30; background-color: #0F2B30; }
.Checkboxes.custom-control input { margin: 7px 0 0; opacity: 0; position: absolute; }
.custom-checkbox .custom-control-label::before { border-radius:2px; }
.contact-form.Getintouch .Checkboxes .custom-control-label a { color: #0F2B30; }
.contact-form.Getintouch .Checkboxes .custom-control-label a:hover { color: #0F2B30; }
.custom-control-label::before,
.custom-file-label,
.custom-select { transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.custom-control-label::before { background-color: #fff; border: 1px solid #0F2B30; content: ""; display: block; height: 16px; left: 0; pointer-events: none; position: absolute; top:3px; width: 16px; }
.custom-control-label::after { position: absolute;  top: .25rem;
left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%; }
.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #fff; border-image: none; border-style: solid; border-width: 0 2px 2px 0; height: 10px; left: 6px; top: 4px; transform: rotate(45deg); width: 5px; }
.Checkboxes.custom-control.custom-checkbox { position: relative; }
.Checkboxes.custom-control.custom-checkbox label.error { bottom:-25px; font-size:14px; left:30px; position: absolute; }
.checkBxtext { margin-bottom: 20px; }
.CandidateReg .Checkboxes.custom-control.custom-checkbox label.error { bottom:-21px; left:30px; }
/******* custom checkbox End ******/
/******* custom radio ******/
.custom-radio.custom-control-inline .custom-control-label { padding: 1px 0 0 30px; }
.custom-radio.custom-control-inline { display: -ms-inline-flexbox; display: inline-flex; margin-right: 20px; }
.custom-radio .custom-control-input { position: absolute; z-index: -1; opacity: 0; }
.custom-radio { position: relative; margin-bottom:10px; vertical-align: top; }
.custom-radio .custom-control-label::before { border-radius: 50%; }
.custom-radio .custom-control-label::before,
.custom-radio .custom-file-label,
.custom-radio .custom-select { transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.custom-radio .custom-control-label::before { position: absolute;  top:0;
left: 0; display: block; width: 20px; height: 20px; pointer-events: none; content: ""; background-color: #fff; border: #0F2B30 solid 1px; }
.custom-radio .custom-control-label::after { position: absolute;  top: .25rem; opacity: 0;
left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%; background-color: #fff; }
.custom-radio .custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #0F2B30; background-color: #0F2B30; }
.custom-radio .custom-control-input:checked~.custom-control-label::after { background: #0F2B30 none repeat scroll 0 0; border-radius: 50%; height: 14px; left: 4px; top: 4px; width: 14px; }
/******* custom radio End  ******/
/*** Registration candidate pages css ***/ 
span.text-primary {color: red;}
.dropbox_GooglePicker { margin: 0;  position: absolute;  top: 0px; right:0;  float: right; background:#fff; padding-left:10px;  border-left: solid 1px #ccc; }
.dropbox_GooglePicker a, .dropbox_GooglePicker a { border: 1px solid #ddd; border-radius: 0;  color: #0F2B30;  display: block; float: left; line-height: 18px;  margin-right:0px; margin-left: 5px;  max-width: 170px;  overflow: hidden; padding:18px 10px;  text-align: center;  text-decoration: none; }
.CandidateReg .form-group.PositionFixedBox {text-align: center; width: 100%;  margin-bottom: 20px; }
.forgotPasswordNew .Loginbox .inputBox { width: 100%; }
.forgotPasswordNew .LoginSubmit.inputBox { width: 100%; margin:0 0px 20px 0; }

ul.RegistrationBox li ul.submenuCandidates { 
    content: "";
    background: url(../../../../img/Front/job-bg.jpg) bottom left repeat-x #000;
    display: none; 
    height: auto; 
    position: absolute; 
    width: 225px; 
    z-index: 200; 
    margin: 0;  
    right: 0; 
    padding: 0;
}



ul.RegistrationBox li:hover ul.submenuCandidates { display: block;  }
ul.RegistrationBox li ul.submenuCandidates li { padding: 0 0 ;  display: block; width: 100%;}
ul.RegistrationBox li ul.submenuCandidates li a { text-transform: none; padding:10px 10px; border-bottom: solid 1px #333; display: block; font-size:16px;  color:#fff; text-decoration: none;   }
ul.RegistrationBox li ul.submenuCandidates li a:hover, ul.RegistrationBox li ul.submenuCandidates li.active a { background-color:#000; color: #fff;  }
ul.RegistrationBox li ul.submenuCandidates li.redBOX { background:red; color:#fff; text-align:center;    }
ul.RegistrationBox li ul.submenuCandidates li.redBOX a { color:#fff;  }
.Candidated_Form .form-group .fileUpload02 { position: relative;  width: 100%; }
.Candidated_Form .form-group .PasswordBox1 {  float: left; margin-right: 20px; width:48%;  position: relative; }
.Candidated_Form .form-group .PasswordBox1 .btn::after, 
.Candidated_Form .form-group .PasswordBox1 .btn::before { display: none; }
.form-group { overflow: hidden;  }
.form-group.PositionFixedBox { width: 100%;  text-align: center;  margin: 0 0 30px 0; }
/***** RegistrationBox css End ***/
.modal-body.ModalBox .formDiv.tabsbox ul.facet-links { width: 100%;}
.ModalBox .tabsbox .facet-links li {padding: 5px 0; border-bottom: solid 1px #DDD; text-align: left; width: 100%; }
.modal-body.ModalBox { text-align: center;  }
.modal-body.ModalBox button.btn.btn-default { margin-top: 10px; }
.bootbox .modal-footer { text-align: center; }
/*.bootbox .modal-footer button.btn.btn-default { background: #4b4b4d; border: solid 2px #4b4b4d;  color: #ffffff; border-radius: 0; }*/
.bootbox .modal-footer button.btn:hover, 
.bootbox .modal-footer button.btn:focus{  background-color: transparent; color:#000;    }
/*.bootbox .modal-footer button.btn.btn-primary { background: #bfb070; border: solid 2px #bfb070; color: #ffffff; border-radius: 0; }*/

.bootbox .modal-footer button.btn-primary.btn::before,
.bootbox .modal-footer button.btn-primary.btn::after,
.bootbox .modal-footer button.btn-primary.btn span::after, 
.bootbox .modal-footer button.btn-primary.btn span::before{  background-color:#bfb070;  }
.bootbox .modal-footer button.btn span { padding: 13px 25px; }

.bootbox .bootbox-close-button.close {background: #bfb070 none repeat scroll 0 0;color: #fff;float: right;height: 30px;margin-right: -45px;margin-top: -15px !important;opacity: 1;width: 30px;border: none;line-height: 16px;cursor: pointer;font-size: 20px; }
.bootbox .modal-content {border: none;border-radius: 0; }
nav.main-menu.pageBtn ul { list-style: none; padding: 0; margin: 0; text-align: center;    }
nav.main-menu.pageBtn ul li { display: inline-block;   }
nav.main-menu.pageBtn ul li a { display: inline-block; padding:25px 60px;  border: solid 1px #23527c; text-decoration: none; color:#23527c; font-weight: bold;  } 
nav.main-menu.pageBtn ul li a:hover { background-color:#000; border: solid 1px #000; color:#fff;      }
.CandidatesNew02 {
    margin: 20px 0 30px 0;
}
.CandidatesNew02 nav.main-menu.pageBtn ul li { margin: 0 2px;   }
.CandidatesNew02 nav.main-menu.pageBtn ul li a { padding:10px 25px; background:#23527c; border: solid 1px #23527c; color:#fff; }
.CandidatesNew02 nav.main-menu.pageBtn ul li a:hover { background:#000; border-color: #000; }

.landing_page .DeleteAccountbox {text-align: center; margin-bottom: 25px;}
.create_alertpages .form-horizontal .form-group { margin-left: 0; margin-right: 0; overflow: initial; margin-bottom:25px;   }
.create_alertpages .form-horizontal label.error { position: absolute;  }
.create_alertpages .CreateJobInput { margin:0 0 25px 0;}
.create_alertpages .ms-options-wrap > .ms-options {  left: 15px;  width: 97.5%; font-weight: normal;}
.create_alertpages .job-search-form { flex-direction:column;   }


.stickyfooterBtn {float: left; width: 100%; }
.stickyfooterBtn .btn { display: inline-block !important; margin-right: 10px;  }

.getintouch { margin-bottom: 30px;   }
.getintouch ul { list-style: none; padding: 0; margin: 0; }
.getintouch ul li { text-align: center; width:33%; display: inline-block;  }
.getintouch ul li h5 { font-weight: bold;  }
.getintouch ul.Socialbox li { width: auto; margin: 0 10px;  }

/***** Team Css Add ***/  
.TeamDetailbox {
    padding:30px 20px 20px 20px;
    margin: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#0F2B30;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color:#fff; 
    flex-direction: column;
     text-align: center;
}
.TeamDetailbox .Team_Name { padding-bottom:15px; }
.TeamDetailbox .Team_Name h3 { margin-bottom: 5px; cursor: pointer; }
.TeamDetailbox .Team_Name h3 a { color: #fff;  text-decoration: none;  }
.TeamDetailbox .Team_Name h3:hover a { color: #fff;  text-decoration: underline;  }
.MainTeamBox { padding: 0; margin-bottom: 30px; position: relative; overflow: hidden; 
    border-radius: 12px;
    border: solid 1px #ddd;
    background: #f4f4f4;

 }
.MainTeamBox .imagesbox {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: -10px;
    position: relative;
    z-index: 9;
}
.MainSocialBox { margin-bottom:10px;   }
.MainSocialBox a i,.smallsocial a i { margin: 0;  }
.MainSocialBox a,.smallsocial a { 
    border:solid 1px #0F2B30; 
    color:#0F2B30;   
    width: 25px; 
    height: 25px; 
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    line-height: 23px;
}
.MainTeamBox p.Designation { color:#fff; margin: 0;   }
.MainSocialBox a:hover,.smallsocial a:hover { border:solid 1px #0F2B30; background:#0F2B30;  color:#fff;   }
.MainTeamBox .imagesbox img { width: 100%; cursor: pointer; }
section.team_category_list .MainTeamBox .TeamDetailbox h4 {margin: 0; line-height: normal; font-size: 18px;}
.MainTeamBox h4 a  { text-decoration: none; cursor: pointer; color:#fff ; font-size: 18px;  font-weight: 500;}
.MainTeamBox i {margin-right: 5px;  }
.mobile_number {
    margin: 0 0 15px 0;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
}
.MainTeamBox .mobile_number i { margin-left: -15px; }
.Team_Namebox a.socialmedia {
    border-radius: 12px;
    background-color: #000;
    padding: 12px 20px;
    line-height: normal;
    display: inline-block;
    color: #fff;

 }
  .Team_Namebox a.socialmedia i { margin: 0; }
 .Team_Namebox a.socialmedia:hover { background-color: #c9dce4; color: #000; }
.Team_Namebox {
    text-align: center;
}
.email_address { margin-bottom:10px; font-size: 16px;  }
.email_address a,.ContactTeam a { text-decoration-line:none; color:#fff;  }
.email_address a:hover,.ContactTeam a:hover { text-decoration-line: underline; color:#fff;  }
.our-team ul { padding: 0; margin: 0; list-style: none;  }
.our-team ul li { border: solid 1px #ddd; float: left; width: 23.6%; margin-right: 20px; padding: 10px;  min-height: 620px;}
.our-team ul li:nth-child(4n+4) { margin-right: 0; }
.our-team ul li img { width: 100%; margin-bottom: 10px;  }
.our-team ul li p.profilename {font-weight: bold;}
.TeamContact { margin-top: 15px; margin-bottom: 15px; }
.TeamContact .ContactTeam { margin-bottom:15px;  }
.our_team_imageright .smallsocial a { margin: 0 5px;  }
.our_team_imageright .smallsocial a:hover { color:red;  }
.TeamContactRight {float: left; width: 66%; }
.our_team_imageright {float: left;margin-right: 20px;  }
.border {border: solid 1px #ddd;padding: 5px; }
.text-small { padding-bottom: 10px;  }
.TeamDetailbox .Team_Name h4 { margin: 0; }
/***** Team Css End ***/  
.job-newsletter .submitbox {
    position: absolute;
    float: right;
    margin: 0;
    top: 21px;
    right: -40px;
}
.job-newsletter .submitbox .btn span::after, .job-newsletter .submitbox .btn span::before { display: none; }
.job-newsletter .submitbox .btn2 { padding: 11px 20px; background-color:#f8d707; border-color:#f8d707;   }
.job-newsletter .Newsletterleft { float: left; width: 100%; text-align: center; }    
.job-newsletter p { margin-bottom: 0; }
.job-newsletter h3 { font-size: 35px; margin: 0 0 10px 0;  }
.job-newsletter label.col-sm-2 { display: none; }
.job-newsletter form {margin: 0 auto; clear: both; width: 70%; padding-top: 25px; position: relative;}
.job-newsletter form .btn::after, .job-newsletter form .btn::before { display: none; }

/***** Main Right Side All Css Add ***/  
.MainRightSide .container { width: auto; padding: 0; }
.MainRightSide section.MainFaqs.cellFaqs { margin-top: 0; margin-bottom:30px;   }
.MainRightSide section.JobsByIndustry ul li  { width: 100%;  }
.MainRightSide .jobsearchright { margin-bottom: 30px;   }
.MainRightSide .jobsearchright .searchBox .Searchselect { width: 100%; margin-bottom: 10px;  }
.MainRightSide .jobsearchright a.advanceSearchLink { float: none;  }
.MainRightSide section.section_gallery .Mainjobbox1 { width: 100%;  }
.MainRightSide .job-newsletter label.col-sm-2 {width: 100%;   }
.MainRightSide section.service  .MainserviceBox { width: 100%;   }
.MainRightSide section.our-team ul li {width: 100%; margin-bottom:10px; margin-right: 0;     }
.MainRightSide section.our-team .row { margin: 0;  } 
.MainRightSide section.getintouch ul li { width: 100%;  }
.MainRightSide section.getintouch ul.Socialbox li {width: auto !important;}
.MainRightSide.LeftPanl .container { padding: 0;  }
.MainRightSide .NewinsightsBox { width: 100%;  }
.MainRightSide .contactForm .col-sm-2 {width: 100%;}
.MainRightSide .contactForm .submitbox { text-align: center;  }
.MainRightSide .Loginbox { width: 100%; margin:20px 0 0 0; }
.MainRightSide .Loginbox .inputBox {width: 100%; }
.MainRightSide section.SectionInsights .Main_insights .insightsBox { width: 100%; }
.MainRightSide section.SectionInsights.IndustryNews .latest-post .insightsBox { width: 100%;    }
/***** Main Right Side All Css End ***/  
.MainRightSide .shareThisBox { margin-top:40px; margin-bottom: 30px;text-align: left;    }
.MainRightSide .shareThisBox ul li { margin:0 8px 0 0;   }
.Tabbox { border-bottom: 1px solid #ddd; margin:0 -15px 15px -15px; padding:0; display: flex ;     justify-content: center; text-align: center; }
.Tabbox > ul { margin: 0 0 0 0; list-style: none;}
.Tabbox li { float: left; text-align: center;  margin-right: 10px;}
.Tabbox li a {
    padding: 10px 20px;
    display: block;
    border: solid 1px #ddd;
    border-bottom: transparent;
    position: relative;
    bottom:-1px;
    background: #fff;
    font-size: 16px;
    text-decoration: none;
}
.Tabbox li a.btn { background: #0F2B30; height: auto !important; border: 1px solid #0F2B30; border-radius: 0; color: #fff !important; cursor: pointer; display: block; float: none !important; font-size: 16px; line-height: 25px; padding: 8px 20px 8px 20px; text-align: center; text-decoration: none !important; transition: all 0.5s ease 0s; bottom: -1px;}
.Tabbox li a.btn::after, .Tabbox li a.btn::before { display: none; }
.modal-body.contact-form.fly_loginPopup { overflow: hidden;   }
.modal-content.modalBoxPopup .modal-header { display: block;  }
.modal-content.modalBoxPopup .modal-header h2.modal-title { float:left; font-size: 18px; margin: 0; padding: 0; font-weight: bold; }
.modal-content.modalBoxPopup .modal-footer { border: none;  }
.AllmodalBoxPopup .modal-dialog  .form-popup {  float:left; width: 100%;      }
.modalBoxPopup .modal-body .registerboxnew { padding: 37px 10px; margin-bottom: 5px; margin-top: 25px; margin-right: 0;}
.modal-body .registerboxnew { text-align: center; background: #ff8300; color: #fff; width: 100%; padding: 5px;}
.RegisterNowLeft { float: right; width: 37%; margin: 0; padding: 0;}
.RegisterNowLeft a.btn.blueBtn { color:#fff; padding: 10px 15px;   }
.modal-body.contact-form.fly_loginPopup .login_linkedin_google {
    float: left;
    width: 100%;
    margin-top: 15px; text-align: center; display: flex;     justify-content: center;
}
.modal-body.contact-form.fly_loginPopup .ForgottenBox.inputBox { float: left; width:100%; text-align:center;  }
.modal-body.contact-form.fly_loginPopup .modal-footer { padding-left: 0; padding-right: 0;padding-top: 0; padding-bottom: 0;  }
.modal-body.contact-form.fly_loginPopup .inputbox { margin-bottom: 20px;  }
.Loginbtn {
    text-align: center;
}
.CandidateAccount {
    text-align: center;
    margin-top: 15px;
}


.MainLeft { width: 72%; float: left; }
.MainRight {float: right; width: 25%; }

section.CmsEditor.Candidated_Form .message.error.alert { color:red !important; }
.MainTitle {padding-bottom: 15px; }
section.service.Relativetp .MainTitle { padding-bottom: 0;   }
section.service.Relativetp .MainTitle h2 { margin-bottom: 0;   }
section.jobsbyindustry ul.row { padding: 0; margin-bottom: 0;  }
section.jobsbyindustry ul.row li {display: inline-block; margin:30px 0 15px 0;}
section.jobsbyindustry ul.row li a {color:#fff; text-decoration: none; display:block; padding:10px 20px; background-color:#0F2B30; text-align: center; }
section.jobsbyindustry.Locations ul.row li a { background:#0F2B30; color:#fff}
section.jobsbyindustry ul.row li a:hover { background:#000; color:#fff;  }
.Main_Category { text-align: center; }

/***** Table Css Add **************/
table.tableBox.MaintableBox { border: 1px solid #ccc; border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed; }
table.tableBox.MaintableBox tr { background-color: #f8f8f8; }
.cartPage table.tableBox.MaintableBox tr {border: 1px solid #e6e6e6; }
.cartPage table.tableBox.MaintableBox .ProductRows td {font-size: 16px; line-height: 20px;    }
table.tableBox.MaintableBox caption {font-size: 1.5em;margin: .5em 0 .75em; }
table.tableBox.MaintableBox tr {background-color: #f8f8f8; }
table.tableBox.MaintableBox th,
table.tableBox.MaintableBox td { padding: .625em; }
table.tableBox.MaintableBox th {font-size:14px; text-transform: uppercase; }
.trashbtn {display: inline-block; background:red; color: #fff !important; text-align: center; width: 30px; height: 30px; line-height: 30px; }
.cartPage .tableBox td.trashbtn1 { border-right: solid 1px #e6e6e6 !important; }
td.Prophoto img {width:auto; height:50px;  }
@media screen and (max-width:768px) {
table.tableBox.MaintableBox { border: 0;   }
table.tableBox.MaintableBox caption { font-size: 1.3em; }
table.tableBox.MaintableBox thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;  }
table.tableBox.MaintableBox tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em;  }
table.tableBox.MaintableBox td { border-bottom: 1px solid #ddd; display: block; text-align: center;  }
table.tableBox.MaintableBox td::before { content: attr(aria-label); content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }
table.tableBox.MaintableBox td:last-child { border-bottom: 0;  }
table.tableBox.MaintableBox .product1Btn { justify-content:center; }
.tableBox td.qtyspc .product1Btn { display: inline-flex;  }
.tableBox td.Prophoto { display: none !important;  }
table.tableBox td h3.Protitle { margin: 0; padding: 0; text-align: center;  }
}

/***** Table Css End **************/
.SubTotalBox.TotalBox.TotalPoints .labelBox { width: 100%; border: solid 1px red; background: red; padding: 10px; color:#fff; text-align: center; margin-bottom: 20px; }
.cartPage .SubTotalBox.Discountline { color:red; }
.cartPage .SubTotalBox { float: left; width: 100%; display: flex; justify-content: space-between; margin-bottom: 10px; }
.labelBox { float: right; width: 73%; text-align: right; }
.cartPage .labelBox { margin-bottom: 0; }
section.CmsEditor.cartPage .col-sm-3 h4 { text-transform: uppercase; font-size: 14px; padding-top: 7px; font-weight: bold !important; }
.cartPage .SubTotalBox.TotalBox { font-weight: bold; }
.promo_codeBox label { line-height: 50px; margin: 0; }
.promo_codeBox {display: flex; justify-content: space-between;  width:80%; margin: 0 auto; position: relative; float: left; padding-top: 20px; }
.promo_codeBox .form-control { width:100%; height: 49px; color:#000; background:#eee; border: none;  }
.ShoppingBag {float: left;width: 100%; margin:15px 0 10px 0; position: relative;     border-top: solid 1px #ddd;}
.ShoppingBagHr:before { border: solid 1px #ddd; content: ""; position: absolute; top: 70px; width: 100%; }
.promo_codeBox input.btn { height: 50px;  }
.promo_codeBox input.form-control { background:#fff; border: solid 1px #ddd; }
.inputPromo { width: 45%; }
.CustomersBtn { text-align: right; }
.CustomersBtn a.btn:hover { color:#fff;   }
.MainCustomers .CustomersBtn { clear:both}
.cartPage .CustomersBtn { float: left; width: 100%; text-align: right; display: flex; justify-content: space-between; margin: 15px 0 0 0;  }
.LoginPages h3.contact-page-title { font-weight: 500; font-size: 20px; }
.GuestRegistration { overflow: hidden; padding: 20px; border: solid 1px #eee; }
.RegistrationDiv .form-group  { float: left; clear: both; width: 100%;  }
.RegistrationDiv { min-height: 350px; }
.divPointsInfo1 { background: #fff8f8; border: solid 1px #ddd; padding: 5px; margin-top: 10px; }
.LoginPages h3.contact-page-title { font-weight: 500; font-size: 20px; }
.checkoutPages .Checkoutbg { border: solid 1px #eee; margin: 0 0px 0 0; padding: 20px; overflow: hidden; }
.checkoutPages .inputBox { margin: 0 0 20px 0; width: 100%; }
.checkoutPages .ForgottenBox.inputBox { float: left; width: 100%; text-align: center; }
.checkoutPages .btn { display:inline-block; width: 100%; }
.CalculateShipping .Addselectionbx { border: solid 1px #ddd; padding: 5px; float: left; width: 100%; background: #eee; margin-bottom: 15px; }
.CalculateShipping { float: left; width: 100%; margin: 5px 0 0 0; }
.CalculateShipping .Addselectionbx .inputBox { margin-bottom: 0; }
.CalculateShipping .form-control { width: 100%; }
.Addselectionbx button.btn.FindMyAddress {
    padding: 16px 20px;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.CalculateShipping .Addselectionbx .inputBox select.form-control { margin-top: 5px; }
.inputBox { float: left; width: 100%; margin-bottom: 20px; }
.error { color:red; clear: both; }
.jobbox.AllSavedProduct textarea { height: 262px; }
.buttonOrderNow { margin: 10px 0 10px 0; float: left; width: 100%; display: flex; justify-content: space-between; align-items: self-start;}
h6#addressHeading { border: solid 1px #333; padding: 15px 20px; }
.cartPage .ShoppingBag h6 { font-weight: normal; text-align: left; width: 100%; }
h6.delAddressShow:before, h6.delAddressHide:before { position: absolute; right: 20px; }
h6.delAddressShow:before { content: "\f068"; font-family: 'FontAwesome'; }
h6.delAddressHide:before { content: "\f067"; font-family: 'FontAwesome'; }
h6.delAddressHide:before { content: "\f067"; font-family: 'FontAwesome'; }
.modal-open .modal {background-color:rgba(0,0,0,0.8);}
.DivBanner { background:#333; padding:20px 0; float: left; width: 100%; margin-bottom:30px; text-align:center; }
.DivBanner h1 { margin: 0; color:#fff;  }
.DivBanner p { color:#fff ; margin-top: 10px; margin-bottom: 0; }
.poweredStrip span { max-width: 100px; display: inline-block;  margin: 0 5px 0 0; padding: 0; }
.poweredStrip span img { max-width: 100%; }
.poweredStrip { width: 100%; margin-top: 10px; overflow: hidden; padding: 0; text-align: center; border: none; }


.BackgroundWhite.PaddingBox.CmsEditor { clear: both;  }



.NewsletterForm .Newsletterleft {text-align: left;}
.NewsletterForm label.col-sm-2 { width: 100%; text-align: left; display: none; }
.NewsletterForm form { position: relative; width: 30%; }
.NewsletterForm form .submitbox { position: absolute; right: 0; top: 0; }


.PointsBalance {
    background: #23527c;
    padding: 15px; color:#fff;
    margin-bottom: 20px;
    text-align: center;
}



.margin-bottom { margin-bottom: 30px !important;  }
.modal-dialog.order_popup {
    width: 100%;
    max-width:850px;
}
.modal-dialog.order_popup .modal-content { width: 100% !important;  }
.order_popup iframe.embed-responsive-item { width: 100% !important; border: none; }

.alert {clear: both;}
.note-success {
    /*background-color: #dff0d8 !important;
    color: #3c763d !important;
    text-transform: none;
    border-left:solid 5px #3c763d !important;
    border-right:solid 1px #3c763d !important;
    border-top:solid 1px #3c763d !important;
    border-bottom:solid 1px #3c763d !important;*/
    border-radius:0 ;
}
.note-danger {
    background-color: #f2dede !important;
    color: #bfb070 !important;
    text-transform: none;
    border-left:solid 5px #bfb070 !important;
    border-right:solid 1px #bfb070 !important;
    border-top:solid 1px #bfb070 !important;
    border-bottom:solid 1px #bfb070 !important;
    border-radius:0 ;    


}


.CandidatemenuPopup.scrollBox {height: 100%;   max-height: 100%; padding: 15px; }
.CandidatemenuPopup ul.RegistrationBox { padding:0; margin: 0; list-style: none;}
.CandidatemenuPopup ul.RegistrationBox li ul.submenuCandidates { display: block;  width: 100%; text-align: center; background: transparent; } 
.CandidatemenuPopup span.myAccount, i.fa.fa-user.myAccounticon { display: inline-block; }
.CandidatemenuPopup ul.RegistrationBox li.menuCandidates a.btn { display: block; padding: 10px; border-radius: 0; font-size: 16px; color:#fff;  }
.CandidatemenuPopup ul.RegistrationBox a.blueBtn1,.CandidatemenuPopup ul.RegistrationBox li.LogInbtn a { background:#23527c; border:#23527c;  display: block; padding:5px 20px; border-radius: 4px; text-align: center; color:#fff; margin-bottom: 10px; }
.CandidatemenuPopup ul.RegistrationBox a.blueBtn1 i,.CandidatemenuPopup ul.RegistrationBox li.LogInbtn a i { margin-right: 5px; }

.Candidate_menu { display: flex;  align-items: center; }
.Candidate_menu  ul.RegistrationBox li.menuCandidates a.btn { padding:5px 10px; border: none; height: auto; }

.sidenav.mySidenavFilter {
    background: transparent;
    position: relative;
    display: block;
}
.sidenav.mySidenavFilter {
    width: 100%;
    overflow: initial ;
}
.mySidenavFilter .scrollDiv {
  
    height: 100%;
    width: 100%;
}
.mySidenavFilter span.open_mobilecart.btn2 {
    padding: 5px 6px 5px 10px;
    background: #c89329;
    float: right;
}
.sidenav.mySidenavFilter .closebtn {
    display: none;
}
.sidenav.mySidenavFilter .closebtn {
    font-size: 20px;
    line-height: 30px;
    float: right;
    top: 60px;
    position: relative;
    right: -30px;
    left: auto;
    
}

/*.sidenav.mySidenavFilter .Foundjobs .tabsbox .nav.nav-tabs,.sidenav.mySidenavFilter .panel-body.contact-form { display: none; }*/
.sidenav.mySidenavFilter .Foundjobs.FoundjobsRight .tabsbox .tab-content { box-shadow: none; }


label.col-sm-2.None { display:none;  } 
label.col-sm-2.Right { float:right; text-align:right;  }

.loading {background: transparent url('https://media4.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif?cid=ecf05e476ht27yz40arwvvg50ne2js8uikwpls653hv1abad&rid=giphy.gif') center no-repeat;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
 }

.AboutDivBg.AboutDivBgNew {
    margin-bottom: -60px;
}
.HomeBanner .column { width: 50%; }
.searchBox button.btn { margin:0px 0 0 0;   }
.LatestJobsSeperated,
section.Welcomecontent {padding-top:50px;  }

.LatestJobsSeperated .MainTitle {
    text-align: left;
    margin-bottom:0;
}
.LatestJobsSeperated .MainTitle h2 { color:#091f1e; }
.MainTitle h6 { color:#0F2B30; font-size: 20px; font-weight: bold; margin: 0; line-height: 1;  }
.Morebtn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}







.socialmedia ul { list-style: none; padding: 0; margin: 0;    }
.socialmedia ul li { padding:0 30px; color:#fff;   }
.socialmedia ul li a { color:#fff; font-size: 20px;  }
.socialmedia ul li a:hover { color:#23527c;   }

.titlebox .SvgIcon svg {
    width: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -2px;
    color:#0F2B30; 
}
.CandidateReg label.col-sm-2 {  font-weight:600;  width: 100%; padding: 0; }
.CandidateReg .col-sm-10 { width: 100%; padding: 0; }
.CandidateReg .form-horizontal .form-group { margin-left: 0; margin-right: 0;   }

.TabsDivTitle {
padding:15px 0 36px 83px;
margin-top: 0;
position: relative;
bottom: 95px;
margin-bottom: -20px; 
background-color: #091f1e;
width: 70%;
display: inline-block;
z-index: 1;
height: 96px;
}
.TabsDivTitle a.active {
    border: solid 2px #23527c;
}
.TabsDivTitle a {
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    border: solid 2px #091f1e;
}


.MainSectionDiv.NewSectionCms {
display: inline-block; position: relative; width: 100%;
}
.FontSize18 { font-size: 18px; color:#091f1e;  }


.ContactDetails .Cntbox {
    display: flex;
    padding: 0;
    gap: 0 20px;
    align-items: center;
    margin-bottom: 20px;
}
.ContactDetails .AddressBox {
    padding: 30px 0 0 0;
    display: inline-block;
}
.ContactDetails .AddressBox p { margin: 0; padding: 0;  }
.ContactDetails .AddressBox i {
    width: 40px;
    height: 40px;
    background: #23527c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50px;
}


.main-slider.HomeBanner .sliderContent {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 60px;
}
/*.owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    z-index: 999999;

}*/
.owl-nav button span { display: none; }
.owl-nav button.owl-prev { margin-left:15px; position: absolute; left: 0; top: 50%;    }
.owl-nav button.owl-next { margin-right: 20px; position: absolute; right: 0; top: 50%;  }
.owl-nav button.owl-prev:hover:before, button.owl-next:hover:before {
    color:#bfb070;
    opacity: 1;
}
.owl-nav button.owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    background: transparent;
    border: none;
    font-size: 75px;
    color: #000;
    opacity:1;
    left: -48px;    
}
button.owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    
    background: transparent;
    border: none;
    font-size: 75px;
    right: -50px;
    color:#000;
    opacity:1;
   
}

.Padding50 { padding-top:50px;   }
.Padding60 { padding-top:60px;   }
.Padding65 { padding-top:65px;   }
.Padding70 { padding-top:70px;   }
.Padding80 { padding-top:80px;   }
.Padding90 { padding-top:90px;   }
.Padding100 { padding-top:100px;   }

.Padding-b50 { padding-bottom:50px;   }
.Padding-b60 { padding-bottom:60px;   }
.Padding-b65 { padding-bottom:65px;   }
.Padding-b70 { padding-bottom:70px;   }
.Padding-b80 { padding-bottom:80px;   }
.Padding-b90 { padding-bottom:90px;   }
.Padding-b100 { padding-bottom:100px !important; }
.Padding-b200 { padding-bottom:200px !important; }


.Padding1 { padding-bottom:35px; padding-top:50px;  clear: both; }
.Padding2 { padding-bottom:45px; padding-top:60px;  }
.Padding3 { padding-bottom:55px; padding-top:70px;  }
.Padding4 { padding-bottom:65px; padding-top:80px;  }
.Padding5 { padding-bottom:75px; padding-top:90px;  }
.Padding6 { padding-bottom:85px; padding-top:100px;  }

.btn2.White {background: #fff; color:#0F2B30; border-color:#fff; font-family: 'geographmedium';    }
.btn2.White:hover {background: #0F2B30; color:#fff; border-color:#0F2B30;     }

.ContentDiv { clear: both;  }
.LightOrangebg {  background-color: #eee;  }
.bluebg {  background-color: #0F2B30;  }
.blueLight2 {  background-color: #3CF0FF;  }
.VideoBox1 video {
    width: 100%;
}



.WhiteText p,.WhiteText { color:#fff;  }

p.Consolidated1 {
    text-align: left;
}
p.Consolidated3 {
    text-align: left;
    padding-left: 81px;
}
.HtmlBlocks {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: scroll;
    clear: both;
    background-repeat: no-repeat;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    background-size: 0 !important;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 80px 0;
}
.HtmlBlocks:before {
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-size: cover;
    background-position: inherit;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1 !important;
    will-change: transform;
    pointer-events: none;
}

.HtmlBlocks h2 { color:#fff; margin-bottom: 0;   }
.HtmlBlocks p { color:#fff; font-size: 28px;  font-family: 'geographlight'; line-height: 36px; margin-bottom: 30px;    }
.geographmedium p {  font-family: 'geographmedium'; margin-bottom:15px;   }
.HtmlBlocks .displayflex { flex-wrap: wrap; min-height: 750px;  }

.SectionInsights,section.IndustryNews { padding-top:110px;   }
.hbspt-form:nth-of-type(2) {
    display: none;
}
section.GetinTouch {
    padding: 80px 0;
}
.footerlogo1 img {
    width: auto;
    max-width: none;
    height: 48px;
}
footer.footerbg {
    border-top: solid 1px #283b3f;
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    color: #000;
    font-size: 16px;
}
p.Company_Address { 
    color:#000; 
    line-height:30px;
    font-size: 16px; 
    margin-bottom:5px; 
}
.Company_Address a { color:#000;   }
.Company_Address a:hover { color:#0F2B30;   }
footer h4 {
    font-size: 22px;
    color: #0f2b30;
    font-weight: 500;
}

.footer-menuNew ul { list-style: none; padding: 0; margin: 0;  }
.footer-menuNew ul li { display: block; padding-bottom: 10px; }
.footer-menuNew ul li a {color:#fff; line-height: normal; }
.footer-menuNew ul li a:hover {color:#fff;  text-decoration: underline;  }



.MainTitlebox {justify-content: space-between; }
.MainFaqs .ViewAll { margin-top: 20px;   }
.OthersTeam section.our-team.Relativetp { margin-top:20px;   }
.our-team .MainTitle { text-align: center; margin-bottom: 0;   }
.our-team .MainTitle .Tagline { display: none; }


section.main-slider.Homebanner .Video_Image,
section.main-slider.CmsBanner .bannerimg {
    max-width: 100%; line-height: 0;
}
section.main-slider.HomeBanner .Video_Image:before {background-color:#0F2B30; opacity: 0.7; position: absolute; top:0;  width: 100%; height: 100%; content:""; z-index: 1;  }
section.main-slider.Homebanner .Video_Image iframe,
section.main-slider.CmsBanner .bannerimg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.main-slider.CmsBanner .bannerimg:before { background-color:rgba(0,0,0,.2); position: absolute; top:0;  width: 100%; height: 100%; content:""; z-index: 1;    }
section.main-slider.CmsBanner .banner-content { z-index: 9;  }


.Title1 { font-size: 62px; line-height: 72px; color:#fff;   }
.Title2 { font-size:20px; color:#0F2B30; line-height: 1; font-weight:bold; margin-bottom: 0;  }
.Title3 { font-size: 21px; font-weight: normal; line-height: 24px; color:#fff;   }
.container { max-width:1400px; margin:0 auto;  }
.bg1 { 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:95vh;
}
.AdministratorDiv { padding:0; text-align: center; display: flex; height: 100%; justify-content: center; align-items: center; }
.AdministratorDiv .Title2 { margin-bottom: 0; font-size: 22px; text-transform: uppercase; font-weight:700; color:#fff;   }
.AdministratorDiv h4.Title3 { font-size: 16px;  }
.AdministratorDiv1 {  padding: 24% 20px 10%; }
.AdministratorDiv1 h2 { color:#fff; font-size: 62px; line-height: 72px;    }

.HonestApproachDiv { background-color:#f8d707; padding: 40px 70px ; position: relative; top:-80px; }
.HonestApproach .Subtitle { margin-bottom: 0; padding-bottom: 0;   }
.HonestApproach { padding:60px 0 0px 0; }
.HonestApproach h6 { margin: 0;  }

.block.with-hash {
    background: url(../../../../img/Front/hash.png) right 100px top 0px no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.block-copy {
    width:62%;
}

.block .block-graphic {
    display: inline-block;
    width:37%;
    float: left;
    padding:0px 100px 0 150px;
    position: relative;
}

@keyframes float {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }

    100% {
        transform: translatey(0)
    }
}

.ani {
    transform: translatey(0);
    animation: float 6s ease-in-out infinite
}

.ani.delay1 {
    animation-delay: 1s
}

.ani.delay2 {
    animation-delay: 2s
}
.block .block-graphic img.right {
    float: right;
}
.block .block-graphic img {
    width:100px;
    height: auto;
    clear: both;
    display: block;
    padding: 20px 0;
}
.btn-group { padding-top: 20px;  }
.btn-group .btn { margin-right:30px;   }

section.Guiding .bird-wrapper {
    position: absolute;
    right: -120px;
}
section.Guiding .GuidingDiv {
    display: block;
    overflow: visible;
    margin:40px auto 0px;
    max-width: 650px;
    position: relative;
}
.job-newsletter input[type=email] { 
        box-shadow: none; 
     border-radius: 0;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-bottom: solid 3px #fff;
    padding: 0;

  }

  .job-newsletter {
    display: block;
    overflow: visible;
    margin:0px auto 0px;
    max-width: 650px;
    position: relative;
    padding: 0;
}

.footerlogo img,.footerlogo svg {
    max-width: 180px;
}
footer.footerbg { position: relative; background-color: #0F2B30;}
footer.footerbg .container { position: relative;  }

footer.footerbg .SocialFooter ul { display: block; }
footer.footerbg .SocialFooter ul li a {
    color: #fff;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
footer.footerbg .SocialFooter ul li a:hover { background: #333;   }
footer.footerbg .SocialFooter ul li a.social-text { display: none; }


.a-graphicDiv { clear:both; overflow:hidden}
.a-graphicDiv .a-graphic {
    text-align: center;
    max-width: 984px;
    margin: 100px auto;
    padding: 0 20px;
}
.a-graphicDiv  .btn-group { padding-top: 50px;  }

.LatestJobsSeperated .btn-group {
    padding: 0;
    width: 100%;
    text-align: center;
}
.LatestJobsSeperated .btn-group a.btn { float: none;   }
.learnmore,.LatestJobsSeperated .Mainjobbox .learnmore {
    float: right;
    color: #f8d707; 
    font-weight:600;
    position: relative;
    padding-right:20px; 
    text-decoration: none;
}
.learnmore:hover,.LatestJobsSeperated .Mainjobbox .learnmore:hover { text-decoration: none; color:#fff;  }
.learnmore:before { content:"\f04b"; font-family: 'FontAwesome'; position: absolute; top:2px; right: 0;  }
.blogdetail1 h1 {
    line-height: 60px;
    color: #000;
    font-weight: normal;
}
.Publishedbox span {
    margin-right: 10px;
    border-right: solid 1px #0F2B30;
    padding-right: 10px;
}
.Publishedbox span:last-child { border: none; }
.blog .insightsBox .AllDateBox.Publishedbox span { margin-right: 0; }
.BlogImg {
    margin-bottom: 20px;
}
.block.intro {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}



section.team_category_list h4 { 
    text-align: left;
    display: block;
    clear: both;
    margin-top:10px;
    margin-bottom:30px;
    font-size:34px;
    line-height:35px;
  }
.contact_from .AddressBox {
    padding-top: 50px;
}
.contact_from .CntboxDiv {
    display: flex; margin-bottom: 30px; 
}
.contact_from .CntboxDiv i { display: none; }
.contact_from .CntboxDiv p { margin: 0;  }


.blockDiv {
    padding: 100px 40px 90px;
    display: block;
    clear: both;
    overflow: visible;
}

.servicesDiv {
    max-width: 1104px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    clear: both;
    padding:40px 0 0px 0;
    position: relative;
}
.servicesDiv .serviceDiv:nth-child(odd) {
    background: url(../../../../img/Front/hash-service.png) top left no-repeat;
    padding-right: 0;
    padding-left: 170px;
    float: left;
}
.servicesDiv .serviceDiv .graphic {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    width: 90px;
    height: 90px;
    background-size: 85px auto;
}
.servicesDiv .serviceDiv:last-child .graphic {
    background: url(../../../../img/Front/lighthouse.png) top right no-repeat;
    background-size: 85px auto;
}

.servicesDiv .serviceDiv:nth-child(odd) .graphic {
    top:40px;
    left: 40px;
    right: auto;
    background-size: 85px 88px;
}
.servicesDiv h3 {
    font-size:25px;
    line-height: 30px;
    margin-bottom:15px;
    font-weight: 700;
    color:#000; 
}
h3 span {
    display: block;
    color: #fff;
    font-size:20px;
    letter-spacing: 0;
    font-weight: 500;
}

.servicesDiv .serviceDiv {
    display: block;
    overflow: visible;
    margin-bottom: 120px;
    padding-right: 170px;
    max-width: 75%;
    float: right;
    position: relative;
    background: url(../../../../img/Front/hash-service.png) top right no-repeat;
}

.servicesDiv .serviceDiv:nth-child(odd) .graphic.delay2 {
    top: 0;
    left: 40px;
    right: auto;
    background: url(../../../../img/Front/service-2.png) top right no-repeat;
    background-size: 85px 88px;
}
section.CorporateAdministrator.garybg {
    margin-bottom: 110px;
}
.DisclaimerText { margin-bottom:30px; position: relative;  }
.ApplicationsDiv {
    position: relative;
    padding:15px;
    color: #fff;
    margin-bottom: 25px; 
}
.ApplicationsDiv:before {
    content: "";
    background: url(../../../../img/Front/apply-bg.jpg) bottom left repeat-x #000;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.JobDescription {
    padding-bottom: 15px;
}


.CandidateReg .Checkboxes p,.CandidateReg .contentbox p,.CandidateReg em { font-size:16px;  }
.CandidateReg .custom-control-label::before { top: 4px;  }
.CandidateReg .custom-checkbox .custom-control-input:checked~.custom-control-label::after { top: 6px; }
section.CmsEditor.candidatesPage { padding-top: 0; padding-bottom: 0;   }
section.CmsEditor.candidatesPage .btn { color: #fff; }

 
 .candidatesPage .LoginPages .containerNew { max-width: 600px;   }
.candidatesPage .form-group label.col-sm-2,
.candidatesPage .form-group .col-sm-10 { width: 100%;  }

.moreterms{ padding-bottom:120px  }
.moreterms ul.facet-links li small.ShowCountYes { color:#000;    }

.ApplyjobCvrltrBg {
    max-width: 600px;
    margin: 0 auto;
    padding:20px;
}
.Mainjobbox .smallbtn {
    padding: 4px 8px;
    margin: 4px 0 0 0;
    line-height: 18px;
    display: inline-block;
    background: #0F2B30;
    color: #fff !important;
    font-size: 75%;
    border-radius: 0; text-decoration: none;
}

.tableBox02 a { text-decoration: none;  }

section.CmsEditor.create_alertpages { padding-bottom: 20px; padding-top: 0;  }
.create_alertBg { background-color:#eee; padding:20px; border-radius: 12px; max-width: 600px; margin: 0 auto  50px auto;     box-shadow:0 3px 1px #0f2b30;   }
.create_alertBg h3 { font-size:16px; font-weight: 700;  }
.create_alertBg .Checkboxes,.create_alertBg .Checkboxes p,
.contentbox p { font-size: 16px; }
.create_alertBg .custom-control-label::before { top: 4px; }
.create_alertBg .custom-checkbox .custom-control-input:checked~.custom-control-label::after { top: 6px;  } 
.PositionFixedBoxDiv {
    text-align: center;
    margin-top: 20px;
}
.ApproachBlocksDiv .HonestApproachDiv { top: 0; padding-top: 0;  }

.inputBox label span { color:red;   }

.JobSearchFormDiv { background-color:transparent;  margin-top: 25px; float: left; width: 100%; clear: both; border-radius: 0; overflow:hidden; }
.JobSearchFormDiv .searchBox { padding:20px; background-color: #EEEEEE; border-radius: 12px; }  
.JobSearchFormDiv h2 { text-align: center; display: none;   }
.JobSearchFormDiv h2 span { display: inline-block; color:#000;   }
.JobSearchFormDiv .js-basic-job-search-section { bottom: 0;   }
.JobSearchFormDiv .search_box11 { text-align: center; }
p.field_instruction {
    padding-left: 17%;
    margin-top: -14px;
}
.submitbox {
    text-align: center;
}
.FormDivCV {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.Acc {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.Acc .Acclogo {
    float: left;
    margin-right: 15px;
}

.modal-body.PopupSearchBox .searchBox { padding: 30px;   }
.modal-body.PopupSearchBox .searchBox h2  {  display: none;  text-align: left; margin-bottom:20px; }

section.main-slider.Homebanner.CmsBanner { margin-bottom:0;   }
.main-slider.Homebanner .owl-dots { display: none; }
.jobbannerDiv .JobDiv.custom_fieldDiv.jobsBanner h1 { text-align: left;  }

.SectionInsights .LatestInsights .NewinsightsBox { width: 100%; padding: 0; }
.SectionInsights .MainTitlebox { display: flex;}

.MainCategorie_service h3 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.MainProjects .service-box1 {
    margin-bottom: 30px;
}
.MainCategorie_service {
    display: flex;
    justify-content: space-between;
}
.Categorie_service ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.Categorie_service ul li {
    border: solid 1px #ddd;
    padding: 8px 20px;
    border-radius: 50px;
    margin-left: 10px;
    background-color:#fff; 
}
section.MainFaqs.cellFaqs.ContentDiv.LightOrangebg {
    padding: 60px 0;
    margin-top: 60px;
}
section.our-team.Relativetp { margin-top: 80px;  }
.OthersTeam .our-team { padding-bottom: 80px;  } 
section.contact_from.Relativetp {
    margin-top: 80px;
}
section.contact_from .contactForm {  background-color:#fff; padding: 30px;   }  
.IndustriesDiv {
    margin: -100px 0 0 0;
    background: #fff;
    padding:30px 50px 0px 50px;
}
.IndustriesDiv ul { margin: 0; padding:0 0 0 0; line-height: 25px; list-style: none; }
.IndustriesDiv ul li { position: relative; padding-left: 20px; }
.IndustriesDiv ul li:before { content: ""; background-color:#0F2B30; width: 8px; height: 8px; border-radius:50px; position: absolute; top:9px; left: 0;   }
.IndustriesServed .Allbtn {margin-top: 20px; text-align: center; }

.contentshow{
  .show_area{
    display:none;
  }
  span.more {  color:#0F2B30;
    font-weight: bold; float: none; }
  span{
    display:inline-block;
    cursor:pointer;
    &.hide_d{
      display:none;
    }
  }
  &.active{
    .show_area{
      display:block;
    }
    span{
      &.show_d{
        display:none;
      }
      &.hide_d{
        display:inline-block;
      }
    }
  }
}

.tabsbox.NewAdvanceSearchDiv {
    padding: 20px 0 0 0;
}

.NewAdvanceSearchDiv .createAlertLink,
.NewAdvanceSearchDiv .advanceSearchLink { float: none;  }
.NewAdvanceSearchDiv .createAlertLink:hover,
.NewAdvanceSearchDiv .advanceSearchLink:hover { color:#0F2B30;  }
section.LatestJobsSeperated.similar_jobs {
    padding-bottom: 70px; padding-top: 50px; 
}
.TeamDetail .shareThisBox { margin-bottom: 0;   }

.advanced-search .JobDiv.custom_fieldDiv h1,
.create-an-alert .JobDiv.custom_fieldDiv h1,
.candidate-login-cms .JobDiv.custom_fieldDiv h1,
.candidate-forgot-password .JobDiv.custom_fieldDiv h1,
.candidate-register .JobDiv.custom_fieldDiv h1,
.candidate-my-account .JobDiv.custom_fieldDiv h1,
.quick-application .JobDiv.custom_fieldDiv h1,
.candidate-job-interests .JobDiv.custom_fieldDiv h1,
.candidate-saved-job .JobDiv.custom_fieldDiv h1,
.candidate-job-alert .JobDiv.custom_fieldDiv h1,
.candidate-cover-letter .JobDiv.custom_fieldDiv h1,
.candidate-landing-page .JobDiv.custom_fieldDiv h1
 { text-align: center; }
 .copyrightbox {
    display: flex;
    justify-content:space-between;
    color:#fff;
    font-size:12px;
}
.IndustriesDiv h4 { color:#0F2B30;   }

.copyrightbox .Termsmenu a { color: #0f2b30; }

.IndustriesDiv .Title2,.jobsbyindustry .Title2 { margin-bottom: 0;   }



span.show_d.more.learnmore:before {transform: rotate(90deg);}
span.hide_d.more.learnmore:before {transform: rotate(-90deg);}
.JobsResults .Foundjobs.FoundjobsRight .jobsearchright h2.Search {display: none;}

.NewAdvanceSearchDiv { padding-top:30px;   }
.NewAdvanceSearchDiv .JobCustomFieldValues a.btn { width: 100%; }


.Search_InnerDiv { display: flex;      gap: 10px; justify-content: space-between;  }






.ProfileDetailsDiv .message.alert.note { position: relative; top: 0; z-index: auto !important; }

/******** file upload css Add ***************/
.fileBoxFormDiv {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 1px solid #0F2B30;
    height: 56px;
    border-radius:12px;
    font-size: 16px;
}
.fileBoxFormDiv label.btn.btn-primary.btn-file {
    padding:17px 20px;
    background-color: #0F2B30;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
}
.fileBoxFormDiv label.btn.btn-primary.btn-file::after, .fileBoxFormDiv label.btn.btn-primary.btn-file.btn::before {display: none;  }
.fileBoxFormDiv .btn-file {
  position: relative;
  overflow: hidden;
}
.fileBoxFormDiv .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.fileBoxFormDiv .file-input-label {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: middle;
  border-radius: 0;
}
.fileBoxFormDiv input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
/******** End file upload css ***************/

.ValuedClients {
    background: transparent;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.ValuedClients .Clientslogo img { height: 100px; max-width: none; width:auto ;   }
.ValuedClients .owl-dots { display: none; }
.ValuedClients h2,.OurMarkets h2 { margin-bottom: 50px; }

.ValuedClients.PartnersDiv .Clientslogo img { height: auto; max-width: 100%;   }

section.Talktous {padding:76px 0 70px 0; background-color: #0F2B30; color: #fff;  }
section.Talktous a { color:#fff;   }
section.Talktous a:hover { color:#fff; text-decoration: underline;   }
section.Talktous a.btn { margin-top:30px;   }
section.Talktous h4 { color:#fff; }


section.OurExpertise {
    padding: 100px 0;
    background: #0f2b30;
    color: #fff;
    text-align: center;
}
.OurExpertise p { color: #fff; font-size: 22px;  }
.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    gap: 30px;
}
.category-list ul li .iconbox { margin-bottom: 10px; }
.category-list ul li .iconbox img { max-width: 80px; }
.category-list ul li {   position: relative; text-align: left; }
.category-list ul li a { color:#000;  }
/*.category-list ul li:before { content: "\f054";  position: absolute; top: 0; left: 0; font-family: 'FontAwesome'; }*/

section.SectionInsights {
    background: #0f2b30;
    padding: 100px 0;
}
.LatestInsights ul { list-style: none; padding: 0; margin: 0;   }
.LatestInsights ul li { float: left; width: 33%; text-align: left; position: relative; font-size: 22px; padding-left: 20px;}
.LatestInsights ul li a {}
.LatestInsights ul li:before { content: "\f054"; font-size: 22px; position: absolute; top: 0; left: 0; font-family: 'FontAwesome'; }
.SectionInsights h2 { color:#fff; }
.SectionInsights .Subtitle { color: #FFF; } 

.Subtitle { padding-bottom: 50px; font-size: 22px; line-height: 30px; }

.RightHeaderBox {
    display: flex;
    align-items: center;
    gap:10px;
    margin-left: 25px;
    margin-right: -20px;
}

.Cv img { height: auto; width: 24px;   }
.Cv a.btn { background-color: #fff; color: #000;   }
.Cv a.btn:hover  { background-color: #C9DCE4; color: #000;   }


.SocialFooter {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    display: none;
}


.Search_InnerDiv .btn span { padding: 15px 40px; }


.MainOurMarkets { padding-top:50px; padding-bottom:10px;   }
.MainOurMarkets .card {
      background: #0f2b30;
      color: #fff;
      border-radius: 12px;
      padding:30px 30px 28px 30px;
      width: 100%;
      position: relative;
      text-align: left;
      margin-bottom:50px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
.MainCardDiv {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top:43px;
}

.MainOurMarkets .card .card-icon {
      position: absolute;
      top: -40px;
      left: 30px;
      display: flex;
      align-items: center;
  
      justify-content: center;
    }

.MainOurMarkets .card .card-icon img {
      width: 75px;
      height: 75px;
    }

.MainOurMarkets .card h3 {
      font-size: 22px;
      margin:20px 0 10px;
    }
.MainOurMarkets .card p { color:#fff; margin-bottom: 0; }
.ClientsDivRow {
    background: #f0f0f0;
    padding:50px 40px 0px 40px;
    border-radius: 12px 12px 0 0;
}
.ClientsDivRow .ClientsDiv { margin-top: -20px;   }
section.MainCaseStudies {background-color: #f0f0f0; padding:80px 0 60px 0;}
.CaseStudiesbox .icon-test { background-color:#f0f0f0; float: left; padding: 8px; border-radius: 0px 0px 10px 0px; }
.CaseStudiesbox .icon-test span {
    border-radius: 10px;
    margin-left: 0;
    height: 85px;
    overflow: hidden;
    min-width: 85px;
    padding: 8px;
   background: #0f2b30;
    margin-top: 0;
    width: 85px;
    display: flex;
    align-items: center;
}
.CaseStudiesbox .icon-test img { max-width: 100%;   }
.CaseStudiesbox { display: flex; align-items: flex-start;  background-color: #fff; border-radius: 12px; overflow: hidden; margin-bottom: 30px; border: solid 1px #eee; }
.CaseStudiesbox h3 a {  }
.CaseStudiesbox h3 a:hover { text-decoration: none; color: #bfb070;}
.CaseStudiesContent {
    float: left;
    width: 100%;
    padding: 20px;
}
.CaseStudiesbox p.ServiceSummary {
    min-height: 100px;
}


input::placeholder {color: #000; opacity: 1;}
::-webkit-input-placeholder { color: #000; } /* Chrome/Edge/Safari */
:-ms-input-placeholder { color: #000; }     /* IE 10+ */
::-ms-input-placeholder { color: #000; }    /* Edge Legacy */

.MainOurMarkets .MarketsDiv img {max-width: 100%;}
.TimesheetPortal {
    margin-left: 10px;
}
.Posted {
    display: flex;
    font-size: 12px;
    margin-bottom: 13px;
    color: #bfb070;
    justify-content: space-between;
}
.Posted span.Active {
    background: green;
    padding: 1px 10px;
    color: #fff;
    border-radius: 12px;
}

.TalktousCol .Subtitle { margin-bottom: 15px; padding-bottom: 0; line-height: 35px; }
.TalktousCol .SocialFooter {
    position: relative;
    display: flex
;
    z-index: 1;
    margin-top:0;
    padding-bottom: 15px;
}
.TalktousCol .SocialFooter ul li a {
    border-radius: 12px;
    background-color: #000;
    padding: 12px 20px;
    line-height: normal;
}
.TalktousCol .SocialFooter ul li a:hover { background: #c9dce4; color: #000; }
.TalktousCol .SocialFooter ul li a.social-text { display: none; }
 section.Talktous .Cv1 a.btn { margin-top: 0;  }
 section.Talktous .Cv1 a.btn:hover { background: #c9dce4; color: #000; }
 .TalktousCol p { font-size: 22px; margin-bottom: 15px; }

 .partnerslogo { display: flex; flex-wrap: wrap; padding-top:8px;} 
 .partnerslogo .Clientslogo img { width: 100%;   }
 .partnerslogo .Clientslogo {
    width: 24%;
    border: solid 1px #bbc7cc;
    padding: 10px;
}
section.CmsEditor { padding-bottom: 60px;   }
.cmspages { padding-top: 205px; }
.paddingtopbox { padding-top: 205px;   }

.displayTalktous {
    display: flex;
    align-items: center;
    font-size:18px;
    gap: 30px;
}
.footerboxDiv { display: block; padding-bottom:20px; }
.footerboxDiv .Subtitle { padding-bottom: 0; margin-bottom: 0; padding-top: 10px; color: #fff;}
.footerboxDiv .footer-menuNew ul { display: flex;  padding: 0; margin:0 0 0 10px;  border-left:solid 1px #0f2b30;  }
.footerboxDiv .footer-menuNew ul li { padding: 0 10px; }
.displayTalktous.TalktousColnew {
    padding-bottom: 15px;
    margin-top:4px;
}
.timebox { font-size: 18px; }

.AboutimgBox { position: relative;  }
.AboutimgBox img { width: 100%; border-radius: 12px; }
.WomenTech {
    overflow: hidden;
    max-width: 300px;
    height: 300px;
    background: #060;
    position: absolute;
    bottom: -63px;
    right: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}
.WomenTech img { width: auto; }

.contactFormDivFull ul.nav.nav-pills {
    padding: 0;
    margin:0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contactFormDivFull ul.nav.nav-pills  li a { text-decoration: none; background-color: #0F2B30; color: #fff; margin: 0 5px; padding: 12px 20px; border-radius:12px 12px 0 0; }
.contactFormDivFull ul.nav.nav-pills  li.active a { background-color: #bfb070;    }
.contact_from h2,.contact_from p { text-align: center; }
.contact_from .contactForm {
    max-width: 600px;
    margin: 0 auto;
}
.contactForm form { position: relative; }
.contactForm .form-horizontal .form-group { clear: both;  margin-left: 0; margin-right:20px; float: left; width:100%; }
.contactForm .form-horizontal .form-group.your-email { margin-right: 0;   }
.contactForm .form-horizontal .form-group.service-type { margin-right: 0;   }
.contactForm .form-horizontal .form-group .col-sm-12 { padding: 0;   }
.contactForm .form-horizontal .form-group.message .col-sm-12 { padding:0 12px 0 0;  }
.contactForm .form-horizontal .form-group.message {
    width: 49%;
    float: right;
    clear: none;
    position: absolute;
    right: 0;
    margin-right: 0;
}
.contactForm .form-horizontal .form-group.message textarea.form-control {height: 270px;}
.contactForm .submitbox {
    text-align: left;
    clear: both;
    text-align: center;
}
.contactForm p.field_instruction { clear: both; text-align: left; padding: 0; }

.cmsheader header { background-color:#0F2B30; }
.cmsheader header .logo-left .cls-1 {
        fill: #fff !important;
      }
.cmsheader header .navigation nav ul li a {color: #fff;}
.cmsheader header .navigation nav ul li a:hover {color: #bfb070;}
.cmsheader header .navigation nav ul li ul li a {color: #fff;}
.cmsheader header .headertop { padding: 0; margin-bottom: 0; }
.cmsheader header .headertop .headerMenu {padding: 10px 0 10px 0; margin-bottom: 10px; border-bottom: solid 1px #283b3f;}
.cmsheader header.sticky .headertop .headerMenu { border: none; padding: 0; }

.AboutDivBg {
    background: #eeeeee;
    padding: 70px;
    border-radius: 12px;
    margin-bottom: 50px;
    overflow: hidden;
}

.AboutDivBg .ValuedClients { margin: 0; padding: 0; }
.AboutDivBg .ClientsDivRow { padding: 70px 0 0 0; }

.WomenTechDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.aboutimg img {max-width: 100%; border-radius: 12px;}

.scroll-list .btn { color: #fff; margin-bottom: 10px;}

.JobDetailBg {
    background: #eee;
    padding: 30px;
    border-radius: 12px;
}
.JobDetailBg .btn { color: #fff;   }
.Disclaimer {
    border-bottom: solid 1px #0F2B30;
    margin-bottom:40px;
}

section.detail .learnmore1 a.btn-Orange { color: #fff; }
section.CmsEditor.QuickApplications {
    padding-top: 0;
}
section.CmsEditor.advance_search {
    padding: 0;
}

section.Talktous .TalktousDiv .row { display: flex; justify-content: space-between;}
.Company_Address { padding-bottom: 10px; padding-top: 3px;}


.SearchForm.AllmodalBoxPopup .modal-dialog {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}  
.SearchForm .modal-content.modalBoxPopup {background-color: #eee;  border-radius: 12px;   }


.sidenav.open_mobileview.tel {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  display: block !important;
  bottom: -100% !important;
      transition: .5s;
}


.sidenav.open_mobileview.tel.closebtn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  bottom: 0 !important;
      transition: .5s;
}


.CommunityImg img { border-radius: 12px; max-width:100%; }
.CommunityImg {
    display: flex;
    align-items: end;
    gap:10px;
}
.CommunityImg .aboutimg1 {width: 50%; }
.CommunityImg .aboutimg1 img { max-width: 100%;  }
.CommunityImg .aboutimg2 {
    width: 50%;
    border-radius: 12px;
}
.MainOurvalues { margin-top: 50px; clear: both; display: inline-block; width: 100%;}
.RespColsWrapper.row { display: flex; justify-content: space-between; }
.dmRespColBox {
    background-color:#eee;
    box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 4px 0px;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}
.graphicWidgetV3 {
    width: 50px;
    margin-bottom: 10px;
}
.dmRespColBox path {
    fill:#bfb070;
}

.learnmore1 a.btn.ReadMore { color: #fff; }

.blogdetail1 .BlogImg img { border-radius: 12px; }









.MainTheChallenge {
    padding: 80px 0;
    background:#C0D8D0;
}
.TheSolution {padding: 80px 0; background-color: #eee;}
.BriefingDiv { margin-bottom: 20px; margin-top: 10px; }
.TheResults { padding: 80px 0;  }
.TheResults .Nambar {
    font-size: 70px;
    font-weight: bold;
    line-height: 80px;
}
.JoinTheSuccess { background-color: #eee; padding: 80px 0; }


.testimonialPages .testimonialBox {
    padding: 30px;
    background: #eee;
    border-radius: 12px;
}
.testimonialPages .testimonialBox span { display: block;  }
.testimonialPages .testimonialBox  span.text-title { font-weight: bold; }

ul.list-items {
    padding: 0;
}
ul.list-items li.list-item { display: flex; align-items: center; gap: 20px; padding-bottom: 10px; }
ul.list-items li.list-item span.list-icon { width:20px; }
ul.list-items li.list-item span.list-icon svg {fill:#bfb070; }


.OurServicesDiv h2 { margin-bottom: 15px;  }
.OurServicesDiv .row.AboutDiv { margin-top: 40px; }
.OurServicesDiv .row.AboutDiv .aboutimg {
    border: solid 1px #ddd; 
    border-radius: 12px;
    overflow: hidden;
}
.OurServicesDiv .row.AboutDiv .aboutimg img {filter: grayscale(100%);     transition: .5s;}
.OurServicesDiv .row.AboutDiv .aboutimg img:hover  {filter: grayscale(0%);     transition: .5s;}
.OurServicesDiv .row.AboutDiv .AboutImg h3 {
    background-color: #0F2B30;
    border-radius: 0;
    text-align: center;
    margin: -10px 0 0 0;
    padding: 20px 0 10px 0;
    color: #fff;
        transition: .5s;
}
.OurServicesDiv .row.AboutDiv .AboutImg:hover h3 {background-color: #bfb070;     transition: .5s;   }

.MainVerticals { margin-top:50px;   }
.Verticals {
    display: flex;
    justify-content: space-between;
}
.Verticals span.list-icon {
    width: 80px;
    height: 80px;
    background-color: #0F2B30;
    display: flex;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.Verticals span.list-icon:hover { background-color: #bfb070; }
.Verticals span.list-icon svg {
    fill: #fff;
    width: 50px;
    height: 50px;
}
.VerticalBox {
    text-align: center;
}
.Verticals span.list-text {
    display: block;
    text-align: center;
    font-size: 18px; 
    font-weight: bold;
    margin-top: 20px;
}

section.MainFaqs.cellFaqs.CtrmExperience { padding-top: 60px; padding-bottom: 50px; }
.blogdetail1  { margin-bottom: 30px;   }

.boxbg {
    background: #eee;
    border-radius: 12px;
    padding: 70px;
    margin-bottom:50px;
}
.boxbg.page_title p { margin-top: 15px;  margin-bottom: 0 !important; }
.boxbg.page_title .OurSuccessStory1 { position: relative;   }
.boxbg.page_title .OurSuccessStory1 .saselogo1 {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.Page_titletop { padding-top: 205px; }
.boxbg.page_title .AddressBox {
    display: flex;
    gap: 40px;
}
.boxbg.page_title .AddressBox p { margin-bottom: 0;  }
.contactNew .description .row { flex-wrap: wrap; }
.contactNew .description .row .CntboxDiv {
    text-align: left;
    margin-bottom: 35px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}
.contactNew .description .CntboxDiv.bottomDiv { border-bottom: none; padding-bottom:0; margin-bottom: 50px;   }
.contactNew .description .row .CntboxDiv p a { text-decoration: none; }
.contactNew .description .row .CntboxDiv p a:hover { text-decoration: underline; }
.contactNew .description .row .CntboxDiv h3 { margin-bottom: 0; }
.contactFormDivFull {
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.contactFormDivFull .tab-content.clearfix { background-color: #eee;
    padding:50px 0; border-radius: 12px;}
section.CmsEditor.contactNew { padding-bottom: 0; }
.contactForm h2 { margin-bottom: 15px; }
.contactForm p { margin-bottom:30px; }
.MainCaseStudies {
    background: #fff;
    padding-top: 0;
    padding-bottom: 40px;
    margin-top: 10px;
}

.OurSuccessStory1 img.bannerimg { max-width: 100%; border-radius: 12px; }
.page_titleCase {
    width: 100%;
}
.saselogo1 {  margin-bottom: 15px; max-width: 200px; }
.saselogo1 img {  max-width: 100%;  }


.PoweredCandidates.stats {
    display: flex;
    gap: 40px 50px;
    justify-content: space-between;
}
    .PoweredCandidates.stats {
      padding: 0;
      
    }

    .PoweredCandidates.stats h2 {
      font-size: 70px;
      font-weight: bold;
      color: #0a2c23;
      margin: 0 0 10px;
    }

    .PoweredCandidates.stats p {
     
      color: #0a2c23;
      margin: 0;
    }

.cmspages .page_title h1 { margin-bottom: 0; }

.tableDiv table td { vertical-align: top; }
.tableDiv table td p { padding:0; margin: 0 !important; }
.tableDiv table td table { margin: -11px; }   
.tableDiv table td table td table { margin: -11px 0 -11px -11px; width: 101.7%; }   
.tableDiv table.DataWidth {
    width: 101.7%;
}
.tableDiv table td p.Margin1 {
    margin: 10px 0 10px 0 !important;
}
td.padding0 {
    padding: 0;
    line-height: 0;
}
table.DataMargin {
    width: 100%;
    margin: 0 !important;
    line-height: 0;
}


.casestudiesdetail .boxbg { margin-bottom: 0; }
.CaseStudiesfull .colmd:nth-child(even) {background: #eee; padding: 80px 0;}
.CaseStudiesfull .colmd:nth-child(odd) {background: #fff;padding: 80px 0;}


section.MainProjects.Relativetp .MainCaseStudies { margin-top: 0; padding-top: 50px; background-color: #eee; }




.Team_ProfileModal .modal-dialog { max-width:900px;  }
.Team_ProfileModal .modal-body { display: flex; gap: 20px; justify-content: space-between; background-color: #fff; }
.Team_ProfileModal .imagesbox {
    width: 30%;
}
.Team_ProfileModal .Team_Name h3 { cursor: none; }
.Team_ProfileModal .imagesbox img { height: auto; border-radius:12px; width: 100%; cursor: none; }
.Team_ProfileModal .TeamDetailbox {
    text-align: left;
    width: 70%;
    color: #333;
    background-color: transparent;
    padding: 0;
}
.Team_ProfileModal .Team_Namebox { text-align: left; padding-bottom: 15px; }
.Team_ProfileModal .email_address a {color: #333;}
.Team_ProfileModal .email_address i,
.Team_ProfileModal .mobile_number i { width: 20px;   }
.Team_ProfileModal .mobile_number { height: auto; }
.Team_ProfileModal .mobile_number br { display: none; }
.Team_ProfileModal .TeamDetailbox .Team_Name { margin-bottom: 0; padding-bottom: 0; }
.Team_ProfileModal button.close {
    position: absolute;
    right: 0;
    top: 0;
    width:30px;
    text-align: center;
    height:30px;
    z-index: 99;
    opacity: 1;
    background-color:#0F2B30; color: #FFF;
}
.Team_ProfileModal button.close:hover { background: #bfb070; color: #fff; }
.Team_ProfileModal button.close span { opacity: 1; box-shadow: none; text-shadow: none; } 
.ReadMorediv {
    padding-top: 15px;
    display: block;
}
.ReadMorediv a.btn2 { display: block; }


.Mainjobbox .Speci1alitybox span.Location_Pcf span { color: #bfb070; }


.Community {
    padding-bottom: 50px;
}


.Whatwedo {
    margin-bottom: 50px;
}
#WhatSetsUsApart ul {
    padding: 0 0 0 20px;
    line-height: 28px;
    margin-bottom: 0;
}


.blog .row .NewinsightsBox:first-child { width: 100%; }
.blog .row .NewinsightsBox:first-child .insightsBox { display: flex; }
.blog .row .NewinsightsBox:first-child .insightsBox .news-short {
    min-height: auto;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.blog .row .NewinsightsBox:first-child .insightsBox .news-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}
.blog .row .NewinsightsBox:first-child .insightsBox .news-block .newsblock {
    height: 83%;
}
.blog .row .NewinsightsBox:first-child .insightsBox img { max-width: none; width: auto; height:100%; }
.blog .row .NewinsightsBox:first-child .insightsBox .Insights3 { border-radius: 0; width: 50%; }
.blog .row .NewinsightsBox:first-child .insightsBox .ReadMore {
    width: 100%;
    border-top: solid 1px #8c8A93;
    padding-top: 15px;
    margin-top: 15px;
}


.QuickApplications .QuickApplication { max-width: 100%; margin-bottom: 50px;  }

.QuickApplications .JobDetailBg {
    background: transparent;
    padding: 20px 0 0 0;
    border-radius: 0;
}

.QuickApplications .JobDetailBg .John_Doe_Div ul {
    display: flex;
    list-style: none;
    border-bottom: solid 1px #0F2B30;
    border-top: none;
    padding: 0px 0 15px 0;
    margin: -8px 0 25px 0;
    flex-wrap: wrap;
}
.QuickApplications .JobDetailBg .John_Doe_Div ul li {
    padding-right: 20px;
    display: flex;
    font-weight: normal;
    width: auto;
}
.QuickApplications .Disclaimer { margin-bottom: 0;  }

section.detail.JobsResults .John_Doe_Div ul li span,
.QuickApplications .JobDetailBg .John_Doe_Div ul li span { color: #bfb070; }