@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/module/cookies/modal-cookies.css');

body {   font-family: "Open Sans", serif; font-weight: 400;  font-size:16px; color:#A7A9AC; line-height:24px;  margin: 0; height: 100%; }
h1,.JobDiv.custom_fieldDiv p.h1 {  font-weight:200; line-height: 45px; font-size:36px;  margin-top: 0; margin-bottom: 15px; font-weight: bold;  }
h2 {  
        position: relative;
    display: block;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    color: #3D68A0;
    margin-top: 0;
    }
h3 {  font-family: "Open Sans", serif; font-weight: 400; line-height:30px; font-size:20px; margin-top: 0; margin-bottom:15px; }
h3.H3Default { font-size:20px} 
h3 a { font-size:20px; font-weight: bold; }
h4 {font-size:25px; line-height: 25px; margin-top: 0; margin-bottom:15px; }
h5 {font-size: 18px; line-height: 18px; margin-top: 0; margin-bottom:15px; }
h6 {font-size: 18px; line-height: 18px; margin-top: 0; margin-bottom:15px; }
p {   font-family: "Open Sans", serif; font-weight: 400;  font-size:16px; line-height: 25px; margin-bottom: 15px; margin-top: 0;    }
img { height: 100%;  }

.Para16 { font-size: 16px; color:#A7A9AC;}
.Para16Blue { font-size: 16px; color:#3D68A0;}
.Para16Orange { font-size: 16px; color:#f58e08;}

.H2Default { font-size:30px; font-weight: 500; color:#A7A9AC; }
.H2Blue {font-size:30px; font-weight: 500; color:#3D68A0; }
.H2Orange {font-size:30px; font-weight: 500; color: #f58e08; } 

.H3Default { font-size:25px; color:#A7A9AC; }
.H3Blue {font-size:25px; color:#3D68A0; }
.H3Orange {font-size:25px; color: #f58e08; } 


.H4Default { font-size:18px;   color:#A7A9AC; }
.H4Blue {font-size:18px; color:#3D68A0; }
.H4Orange {font-size:18px; color: #f58e08; } 

.H5Default { font-size:18px; color:#A7A9AC; }
.H5Blue {font-size:18px; color:#3D68A0; }
.H5Orange {font-size:18px; color: #f58e08; } 

.H6Default { font-size:16px; color:#A7A9AC; }
.H6Blue {font-size:16px; color:#3D68A0; }
.H6Orange {font-size:16px; color: #f58e08; } 


section { padding-top: 0; padding-bottom: 0; margin-top:0;  float: left; width: 100%; }
a { color:#3D68A0; }
section.cms.FullWidth h4 {font-size:18px; line-height: 25px; margin-top: 0; margin-bottom:15px; }
.btn, a.btn,button.btn {
  color: #fff;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    white-space: pre;
    background: #3D68A0;
    position: relative; 
    overflow: hidden;
}

.btn:hover, a.btn:hover,button.btn:hover { background-color:#091f1e; color:#fff; border-color:#091f1e;     }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px; }
.btn:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: -110%;
    opacity: .3;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    width: 25px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.btn:hover:after {
    left: 110%;
}
.smallbtn {
    padding: 0 5px;
    margin-bottom: 5px;
    line-height: 18px;
    display: inline-block;
    background: #f58e08;
    color: #fff !important;
    font-size: 75%;
    border-radius: 0.25em;
}

.btn2, a.btn2,button.btn2 {
    font-size: 15px;
    background:transparent;
    color: #091f1e !important;
    border: 2px solid #091f1e;
    border-radius:5px;
    font-weight:500;
    letter-spacing: 2px;
    line-height: 14px;
    padding:20px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms cubic-bezier(0.54, 0.3, 0.2, 1) 0ms;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-decoration: none !important;
      font-family: "Open Sans", serif;
}

.btn2:hover, a.btn2:hover,button.btn2:hover { background-color:#f58e08; color:#fff !important; border-color:#f58e08;     }


.ViewAll {text-align: center; padding-top: 10px; }
.CmsEditor ul,.CmsEditor ol { padding-left: 20px; margin-bottom: 15px;   }
.CmsEditor ul li,.CmsEditor ol li { line-height: 1.5; font-size: 16px;    font-family: "Open Sans", serif;  }
.CmsEditor a { color: #000; text-decoration: underline;}
.CmsEditor a:hover { text-decoration: none; }

.MainLeftSide {width: 69%;  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: 1170px;  }
header {
    background: #fff;
}
header .headertop { display: none; border-bottom: solid 1px #ccc; font-size: 13px;  padding: 5px 0;  width: 100%;  transition: all 300ms linear 0ms; }
header .headertop .headerbox { display: flex;  justify-content: space-between;}
header .headertop span.Emailbox {margin-right: 10px; }
header .headertop span.Emailbox a { color:#000;  }
header .headertop span.Emailbox a:hover { color:#000; text-decoration: underline; }
header .headertop .socalmediafooter ul { margin: 0; padding: 0;  }
header .headertop .socalmediafooter ul li  { list-style: none;  display: inline-block;  margin: 0 3px; }
header .headertop .socalmediafooter ul li a { color: #000; display: inline-block;  font-size: 16px;  height: auto;  line-height: 20px;  width: 30px;  transition: all 0.5s;   text-align: center; }
header .headertop .socalmediafooter ul li a:hover { color:red;  }
header .headertop .headerRight { display: flex; align-items: center; }
header .headertop .headerLeft { display: flex; }
header .headertop .Emailbox,
header .headertop .Phonebox {margin-right: 10px;} 

/**** top header End ***/
span.open_mobilecart { position: relative;  }
.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; padding:13px 0 13px 0;  width: 25%;  }
header .logo-left a { display: inline-block; }
header .logo-left a img { width: 100%; height: auto;  }
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 { color: #000;  font-weight: normal;  font-size: 15px;  padding:0;  display: inline-block;  text-decoration: none; text-transform: none; }
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: #000;  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 { max-height: 500px;  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-color: #111;  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: #222;  /*overflow-x: hidden;*/  transition: 0.5s;  padding-top:0px;}
.sidenav .closebtn { background: #d51f38 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:#d51f38; border-color:#d51f38;  }
.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: 15px;   }
header ul.RegistrationBox .open_mobileviews { display: none;   }
/******* mobileview End css******/
/**** header End ***/
/**** SERVICES css start ***/
.service-box { float: left;  text-align: center;  margin-bottom: 15px; }
.service-box img.iconimg { align-items: center;  border:1px solid #ddd; padding: 3px; display: flex;  margin: 0 auto; width: 100%; }

.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; }
/**** SERVICES css End ***/

/**** Insights css start ***/
.LatestInsights { display: flex; justify-content: space-between; width: 100%; }
section.SectionInsights .NewinsightsBox { width: 100%;  }
.insightsBox { margin-top: 0; margin-bottom: 20px;  padding-bottom: 5px;  background: #fff;  border: 1px solid #e8e8e8;  border-radius: 5px;  transition: box-shadow 0.3s ease 0s; float: left; }
.insightsBox img { max-width: 100%;  }
.insightsBox .news-block { border: none; border-radius: 0; background: none;  padding: 15px; text-align: left; overflow: hidden; }
.dateBox,.BlogPostCategorys {
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 0 3px 3px 0;
    margin-bottom: 5px; 
}
.dateBox {
    background: #f58e08;
}
.Insights3 { max-height: 215px; overflow: hidden; position: relative; }
.insightsBox a { text-decoration: none;  color: #3B454C; }
.insightsBox .news-block { border: none; border-radius: 0; background: none;  padding: 15px;  text-align:left; overflow: hidden; }
.insightsBox .publisheddate { margin-bottom: 10px; display: inline-block; width: 100%;  }
.insightsBox span.BlogPostCategorys { margin-bottom:5px; display: inline-block;  width: 100%;  }
.insightsBox h3 { overflow: hidden;  padding: 0 0px;  text-transform: none;    display: block;  height:33px; }
.insightsBox .news-block h3 a { color: #000; text-decoration: none;  }
.insightsBox .news-block h3 a:hover { text-decoration: underline;  }
.insightsBox .news-short {    margin-bottom: 15px; }
.insightsBox .news-block .news-short p { line-height: 25px; }
.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; }
.insightsBox:hover { box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
.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 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: 5px;    border: solid 1px #eee;    padding: 15px; margin-bottom: 20px; }
.category_insights h3, .blogCategoryBox h3 { font-size: 18px; font-weight: bold;  }
.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; }
.customFlashMsg { position: relative;}
.Subscribeblogs h3 {  margin-bottom: 10px;}
.BlogSubscribers { position: relative;}
.BlogSubscribers #BlogSubscriberForm {padding: 0;}
.BlogSubscribers .inputBox {float: left; width: 100%; margin-bottom: 10px; }
.BlogSubscribers .submit { position: absolute; right: 0; top: 25px; }
.categories_top_Box { border: 1px solid #dddddd; margin:0 0 15px 0; padding: 10px; }
.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: 10px; }
.categories_top_Box ul li a { color: #575560; margin-left: 26px; position: relative; }
.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: 65px;  }
.rss_listing .blog .insightsBox .news-short { min-height: 80px;  }

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


/**** 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: #f58e08;
}
.MainFaqs .panel-group .panel { margin-bottom: 0; border-radius: 4px; }
.MainFaqs .panel { margin-bottom:0px; box-shadow: none; border-bottom:solid 1px #ddd; }
.MainFaqs .panel .panel-heading { padding: 0; box-shadow: none; border: none;  }
.MainFaqs .panel-body { padding: 15px 0; }
.MainFaqs .panel-body ul { padding:0 0 15px 20px;   }
.MainFaqs .panel-group .panel-heading { border-bottom: 0; padding: 0; }
.MainFaqs .panel-group { margin-bottom: 0;   }
.MainFaqs .panel-heading a:hover { color: #000;  }
.MainFaqs .panel-heading a { padding: 10px 0;  border-top-left-radius: 3px; border-top-right-radius: 3px; display: block; margin-bottom: 0; position: relative; color:#000; font-weight: bold; text-decoration: none; }
.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; }
.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:#333;  padding:50px 0 0 0;  width: 100%;   overflow: hidden;    text-align: center;    position: relative; float: left; margin-top:60px; }
.footermain ul { list-style: none;   padding: 0;    margin: 0;}
.footermain ul li {  text-align: left;    margin: 0;    line-height:20px; padding-bottom:10px;    width: 100%; font-size: 15px; }
.footer-menu ul li strong {  color: #f58e08;    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: #f58e08;  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: 0; margin-right:10px; padding-bottom: 0;   width: auto;    display: inline-block;}
.footermain .socalmediafooter ul li a {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    transition: all 0.5s;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    text-align: center;
}
.footermain .socalmediafooter ul li a:hover { background-color:#3c69a1; color:#fff; }


.footermain .footer-bottom {
    position: relative;
    float: left;
    width: 100%;
    padding:10px 0;
    margin-top: 20px;
    background: #3D68A0;
}
.MainCopyright {
    display: flex
;
    justify-content: space-between;
}
.footermain .footer-bottom .Copyrightbox {
    float: left;
    width:auto;
    color: #fff;
    display: flex;
    justify-content:center;
    font-size:14px;
}
.logo-footer {    float: left;    max-width: 110px;}
.logo-footer img { max-width: 100%; }
.Copyright01 {  color: #fff;    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: right; width:auto;}
.WSlinkBox a {  color: #fff !important;    text-decoration: none;}
.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:20px;}
footer.footermain .form-control { height:57px;  }

/****** 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: #f58e08;  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; color:#fff; }
ul.acocuntMenu li { margin: 0 8px;  }
ul.acocuntMenu li a { color:#000; }

.Passbtn1 button.btn.btn-primary {
    padding: 8px 15px;
    text-transform: none;
    font-weight: normal;
}
.candidateMyProfile .dropbox_GooglePicker {right:0;   }
.ApplyjobCvrltr .dropbox_GooglePicker { right:0;  }



.shareThisBox { float: left; width: 100%;  margin-bottom:20px;  margin-top: 15px; text-align: center; }
.shareThisBox h4 { font-size: 18px; margin: 0 0 20px 0;  letter-spacing: 0.05em;  }
.shareThisBox ul.sharethis { margin-left: 0; margin-bottom: 0; }
.shareThisBox ul li {display: inline-block;       }
.shareThisBox .sharethis li a { color: #3D68A0; border-radius: 50%; border: solid 1px #3D68A0; width: 40px;  height: 40px; line-height: 40px;  cursor: pointer; display: inline-block; }
.shareThisBox .sharethis li a:hover {   border: solid 1px #3D68A0; background-color:#3D68A0; color:#fff;   }
.shareThisBox ul.sharethis { padding: 0; margin: 0;   }
.shareThisBox ul.sharethis li { text-align: center; }

/****** TestimonialsBox css ***/
section.testimonials {
    width: 100%;
    float: left;
    padding:80px 0 0px 0; 
    text-align: center;
    background:url(../../../img/Front/testimonialsbg.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
    
}

.testimonials .MainTitle { text-align: left;  color:#fff; padding-bottom:60px;   }
.testimonials .MainTitle h2 {   }
.testimonials .MainTitle h2 b { font-weight: normal;  }

section.testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: .5;
}

section.testimonials .ViewAll { display: none; }
section.testimonials .owl-dots { padding-top: 50px; display: none; }
section.testimonials .owl-nav {
    position: absolute;
    right:-130px;
    top: 150px;
    display: flex;
    flex-direction: column;
}
section.testimonials .owl-nav button.owl-prev, section.testimonials .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 50px; 
    width: 50px; 
    height: 50px;
    margin-top: 5px;
}
section.testimonials .owl-nav button.owl-prev span, section.testimonials .owl-nav button.owl-next span {display: none;}
section.testimonials .owl-nav button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    color:#fff; 
}
section.testimonials .owl-nav button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color:#fff;
}

section.testimonials .TestimonialsBox .iq1 {
    color: #f7f6f8;
    font-size: 135px;
    font-weight: 600;
    left: 53px;
    line-height: 1;
    position: absolute;
    top:20px;
}
section.testimonials .TestimonialsBox .iq1 svg {
    width:150px;
}
section.testimonials .TestimonialsBox .content11 {padding: 0px 10px 0 0; position: relative;  z-index: 9; text-align: left; }
section.testimonials .TestimonialsBox .content11 p {
    font-size:18px;
    line-height: 1.5;
    color:#091f1e; 
}

.boxdesignation span {
    font-size: 16px;
    color: #A7A9AC;
    text-transform: uppercase;
    font-weight: 600;
}
.boxdesignation span.text-designation { font-size:18px;  margin-top:10px; display: inline-block;  }
section.testimonials .TestimonialsBox .iq2 { bottom: 0;  color: #f7f6f8;  font-size: 135px;  font-weight: 600; line-height: 1;  position: absolute;  right: 0; transform: rotate(180deg); display: none; }

.backgroundbg {
    display: flex;
    flex-wrap: wrap;
}
.testimonialPages .testimonialBox {position: relative; width: 100%; display: inline-block;  padding:15px 15px 15px 80px; 
    background: #fff;
    border: solid 1px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    margin: 0 20px 20px 0; 
}
.testimonialPages .testimonialBox .testimonial-left {
    float: left;
    margin-right: 0;
    max-width: 38px;
    opacity: 1;
    position: absolute;
    left: 20px;
    top: 18px;
}
.testimonialPages .testimonialBox .testimonial-left img { width: 100%; height: auto;  }
/*.testimonialPages .testimonialBox:nth-child(2n) span {  float: right;  margin-top: 5px;  text-align: right;  width: 100%;}
.testimonialPages .testimonialBox:nth-child(2n+0) p,.testimonialPages .testimonialBox:nth-child(2n+0) span { padding-left: 0;  padding-right: 50px;  text-align: right;}*/
.testimonialPages .testimonialBox span {
    display: block;
    font-weight: 500;
    color: #3D68A0;
    text-transform: uppercase;
}
.testimonialBox:nth-child(2n+0) .testimonial-left {
    float: right;
    transform: rotate(-177deg);
    left: auto; right: 20px;
}
.testimonialBox:nth-child(2n+0) p, .testimonialBox:nth-child(2n+0) span {
    padding-left: 0;
    padding-right: 70px;
    text-align: right;
}

.testimonialBox:nth-child(2n+0) { background-color: #f5f5f5; padding-left:15px; }

.testimonialPages {margin-bottom: 0;         }

/***** Contact Page css start ******/
.contactPage { background: #f8f9f9;  margin-bottom: 0px; padding-bottom: 0; margin-top: 0;  padding-top: 0; }
.contact_discussing img { width: 100%; }
.contactNew .row { margin: 0; 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:#f58e08; 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:-6px; float:left; width: 100%; }
.Mapbox iframe {  width: 100%; height: 100%; }
.contact_from { margin-bottom: 30px;}
/***** Contact Page css End ******/
/***** Login Pages css start ******/
.container.LoginPages.forgotPasswordNew { display: flex ; justify-content: space-between; }

.container.LoginPages { padding-bottom: 30px;  }
.Loginbox { width: 70%;  float: right;}
.Loginbox h2.contact-page-title { text-align: left;  line-height: 25px;  width: 100%;  position: relative;  margin: 0 0 20px; }
.Loginbox .inputBox { margin-bottom: 0px; width: 48.5%;  float: left;  margin-right: 20px; margin-bottom: 10px;  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;  border: none; background:#333;  border-radius: 0 4px 4px 0; }
.LoginPages .ForgottenBox.inputBox { padding-top:6px; width:80%; }
.LoginSubmit.inputBox { float: right; width: auto; margin: 0; }
.registerboxnew.Loginbox { border: solid 1px #ddd;  width: 27%;  margin: 0 30px 20px 0; }
.registerboxnew.Loginbox .registerboxbox01 { padding: 35px;}
.registerboxnew.Loginbox h2.contact-page-title { margin-bottom: 20px; font-size: 18px;  line-height: 30px; text-align: center; }
.registerboxnew.Loginbox a.btn.blueBtn { border: solid 2px #ddd; }
.Loginbox {margin: 0;  padding: 20px;  overflow: hidden;  border: solid 1px #eeeeee; }
.Signinpages .SigninBox.Centerwidth {
    float: left;
    width: 100%;
}
.Signinpages .SigninBox.Centerwidth .Loginbox { float:left;   }
.Signinpages .SigninBox.Centerwidth .ForgottenBox {
    float: left;
}

/*.forgotPasswordNew {max-width: 500px; margin: 0 auto;}*/
.forgotPasswordNew .ForgottenBox.inputBox {width: 100%; padding-top: 0; }
.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:0; font-size:15px;  }
label.Checkboxes.custom-control { padding: 0 20px 0 0; }
.Checkboxes .custom-control-label { font-weight: normal; padding-left: 30px; display: inherit; }
.Checkboxes .custom-control-label p { line-height:20px;font-size: 15px;  }
.custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #f58e08; background-color: #f58e08; }
.Checkboxes.custom-control input { margin: 7px 0 0; opacity: 0; position: absolute; }
.custom-checkbox .custom-control-label::before { border-radius: 0; }
.contact-form.Getintouch .Checkboxes .custom-control-label a { color: #f58e08; }
.contact-form.Getintouch .Checkboxes .custom-control-label a:hover { color: #f58e08; }
.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 #f58e08; content: ""; display: block; height: 16px; left: 0; pointer-events: none; position: absolute; top:0; 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: 1px; 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:-15px; 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: #f58e08 solid 1px; }
.custom-radio .custom-control-label::after { position: absolute;  top: .25rem;
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: #f58e08; background-color: #f58e08; }
.custom-radio .custom-control-input:checked~.custom-control-label::after { background: #f58e08 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:10px;  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: #f58e08;  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 10px 0; }
ul.RegistrationBox li ul.submenuCandidates { background:#fff; 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 #ddd; display: block; font-size:14px;  color:#555; 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;  }
ul.RegistrationBox li.menuCandidates a { padding-right:0;  }
.Candidated_Form .form-group .fileUpload02 { position: relative;  width: 100%; }
.Candidated_Form .form-group .PasswordBox1 {  float: left; margin-right: 20px; width: 48.4%;  position: relative; }
.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.btn-primary { background: #d51f38; border: solid 2px #d51f38; color: #ffffff; border-radius: 0; }
.bootbox .bootbox-close-button.close {background: #d51f38 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 #ddd; text-decoration: none;  } 
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:#f58e08; border: solid 1px #f58e08; 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: relative;font-size: 15px;  }
.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 ***/  
.MainTeamBox { text-align: center; padding: 0; margin-bottom: 20px; }
.MainTeamBox .imagesbox  { border: solid 1px #ddd;margin-bottom:15px; padding: 2px;  }
.MainTeamBox .imagesbox img { width: 100%; }
.MainTeamBox h4 a { text-decoration: none; color:#000 ; font-size: 18px;  font-weight: bold;}
.MainTeamBox i {margin-right: 5px;}
.mobile_number { margin-bottom: 10px;  }
.email_address { margin-bottom: 10px;  }
.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: 73%; }
.our_team_imageright {float: left;margin-right: 20px; text-align: center; }
.border {border: solid 1px #ddd;padding: 5px; }
.text-small { padding-bottom: 10px;  }
/***** Team Css End ***/  
.job-newsletter .submitbox { position: absolute; float: right; margin: 0; background: #fff; top: 25px; right: 0; }
.job-newsletter {
    position: relative;
    border: solid 1px #ddd;
    overflow: hidden;
    padding: 15px;
}
.job-newsletter .submitbox .btn { padding: 11px 20px; }
.job-newsletter .Newsletterleft { float: left; width: 50%; }    
.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 { float: right; width: 48%; padding-top: 25px; position: relative;}

/***** 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; margin-top: 0;  

    padding: 15px;
    border: none;
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
     }
.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: 0; margin-bottom: 30px;    }
.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: -3px; background: #fff;}
.Tabbox li a.btn { background: #747e88; height: auto !important; border: 1px solid #747e88; border-radius: 0; color: #fff !important; cursor: pointer; display: block; float: none !important; font-size: 15px; line-height: 25px; padding: 8px 20px 8px 20px; text-align: center; text-decoration: none !important; transition: all 0.5s ease 0s; bottom: -1px;}
.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; }
button.btn.iconcode i { color:red; }
.MainTitle { text-align: center; padding-bottom: 15px; position: relative; }
section.jobsbyindustry ul.row { margin:0px 0 30px 0; padding: 0;  }
section.jobsbyindustry ul.row li {display: inline-block; width: 33%; }
section.jobsbyindustry ul.row li a { border: solid 1px #ddd; padding: 20px; display: block; color:#000; text-decoration: none;  }
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; }
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: 9px 20px; float: right; margin: 0; position: absolute; right: 0; top: 0; }
.CalculateShipping .Addselectionbx .inputBox select.form-control { margin-top: 5px; }
.inputBox { float: left; width: 100%; margin-bottom: 20px; }
.error { color:red; clear: both; font-size: 15px; margin-top: 5px; }
.jobbox.AllSavedProduct textarea { height: 262px; }
.buttonOrderNow { margin: 10px 0 10px 0; float: left; width: 100%; display: flex; justify-content: space-between; }
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; }
p.Tagline {text-align: center;}
.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;  }
.contactForm.box h3 {text-align: center; font-size: 35px; }


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


.PointsBalance {
    background: #f58e08;
    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: #d51f38 !important;
    text-transform: none;
    border-left:solid 5px #d51f38 !important;
    border-right:solid 1px #d51f38 !important;
    border-top:solid 1px #d51f38 !important;
    border-bottom:solid 1px #d51f38 !important;
    border-radius:0 ;    


}


.CandidatemenuPopup.scrollBox {height: 100%;   max-height: 100%; }
.CandidatemenuPopup ul.RegistrationBox { padding:0; margin: 0; list-style: none;}
.CandidatemenuPopup ul.RegistrationBox li ul.submenuCandidates { display: block;  width: 100%; text-align: center;} 
.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;}
.CandidatemenuPopup ul.RegistrationBox a.blueBtn1,.CandidatemenuPopup ul.RegistrationBox li.LogInbtn a { background:#b32771; border:#b32771;  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%;
    
}
.mySidenavFilter span.open_mobilecart.btn2 {
    padding: 5px 6px 5px 10px;
    background: #c89329;
    float: right;
}

.sidenav.mySidenavFilter .closebtn {
    font-size: 20px;
    line-height: 30px;
    float: right;
    top: 0;
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    z-index: 999;
}

/*.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;
 }

.HomeBanner { display: flex; justify-content: space-between; position: relative; background:#091f1e; align-items: center; overflow: initial !important; }
.HomeBanner .column { width: 50%; }


section.Welcomecontent { background:#fff; padding-top: 50px;  }
section.Welcomecontent h2 { padding-left: 50px; padding-bottom: 0px;  }
section.Welcomecontent h2.Lefttitle { padding-left:0}
.LatestJobsSeperated .MainTitle {
    text-align: left;
    border-bottom: solid 1px #091f1e;
    margin-bottom:30px;
    margin-right: 70px;
}
.LatestJobsSeperated .MainTitle h2 { color:#091f1e;   }
.LatestJobsSeperated { padding-left: 35px;   }
.LatestJobsSeperated .container { padding-right: 0;  }

section.Welcomecontent .container { padding-left: 0;  }
.DiscoverTechimg { /*background: url(../../../img/Front/pattern-red-bars.png) no-repeat;*/ padding:0px 0 20px 0; width: 50%; background-size:100% 100%;  }
.DiscoverTechimg img { width: 100%;   }
.MainDiscoverTech {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.DiscoverTech { width: 50%; }
.DiscoverTechbox {
    padding: 30px;
    max-width: 771px;
    color: #091f1e;
}
.StartHiring { margin-top: 40px;  }
.StartHiring a.btn {  margin-right: 10px;  }
.MainDiscoverTech .StartHiring a.btn2 {  margin-right: 10px;  }

.LatestJobsSeperated .owl-nav {
    display: inline-block !important;
    position: absolute;
    right: 70px;
    top: -90px;
}
.LatestJobsSeperated .owl-nav button.owl-prev { margin-right: 5px;  }
.LatestJobsSeperated .owl-nav button.owl-next {  }

.LatestJobsSeperated .owl-nav button.owl-prev,
.LatestJobsSeperated .owl-nav button.owl-next { background:#f58e08 !important; width:40px; height:40px; display: inline-block; border-radius: 50px; color:#333; font-size: 28px;   }
 

.ServicesNew { padding:50px 0;   }
.ServicesNew h2 { text-align: center; padding:0 0 30px 0;  }
.ServicesNew h2 span { color:#f58e08;   }
.ServicesNew .services_img2 { padding-bottom: 20px;  }
.ServicesNew .services_img2 img { width: 100%; }
.ServicesNew .services_box p { min-height: 230px;   }
.container-full { max-width:1000px; margin: 0 auto; padding:0 15px;   }
.services_box h4 {height: 70px; font-size: 36px;  font-weight:200; line-height: 1; }
.services_box h3 {height: 70px;  font-weight:200; line-height: 1; }
a.justify-start {
    display: inline-block;
    fill:#f58e08;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);

}
a.justify-start svg { width:30px;

transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
     }
/*a.justify-start:hover svg { margin-left: 20px;   }*/
.text-primary {color:#f58e08;  }

.ReadyforTomorrow {  background:#f58e08; clear: both; padding:60px 0 50px 0;  color:#fff;   }
.ReadyforTomorrow p { color:#091f1e; margin-bottom:15px !important; font-size: 18px;   }
.ReadyTomorrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ReadyTomorrow .StartHiring { margin: 0;  }
.container2 {
    padding-right: 52px;
    padding-left: 52px;
}
.ReadyTomorrow .StartHiring .btn2 {  border: solid 2px #fff; color:#fff !important;   }
.ReadyTomorrow .StartHiring .btn { color:#f58e08 !important; background:#fff; border: solid 2px #fff;  margin-left: 10px;  }
.ReadyTomorrow .StartHiring .btn:hover,
.ReadyTomorrow .StartHiring .btn2:hover { color:#fff !important; background:#091f1e;  border-color:#091f1e;   }

/*footer.footermain .MainFooterBox.footer-menu { width: 20%; }*/

footer.footermain .MainFooterBox.footer-menu ul {  display: flex; padding-bottom:12px; }
footer.footermain .MainFooterBox.footer-menu ul li {
    padding: 0;
    margin: 0 40px 0 0;
    width: auto;
    position: relative;
}
footer.footermain .MainFooterBox.footer-menu ul li:before {
    content: "";
    border-right: solid 1px #fff;
    position: absolute;
    width: 1px;
    height: 11px;
    top: 3px;
    right: -20px;
}
footer.footermain .MainFooterBox .footer-menuNew:nth-child(2) ul li a { color:#f58e08;   }
footer.footermain .MainFooterBox.footer-menu ul li:last-child::before { display: none;  }
.footer-menuNew:first-child ul li a { text-transform: uppercase; }

.FooterBox {
    text-align: left; color:#fff; 
    padding-bottom: 20px;
}
.FooterBox .Icon {
    float: left;
    width: 100%;
    margin:0px 0;
    text-align: right;
}
.FooterBox .Icon img {
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    height: 52px;
}

.FooterBox a { color:#fff;   }
.FooterBox a:hover { color:#fff; text-decoration-line:underline;   }
.FooterBox svg {
    width: 5px;
    height: 5px;
    margin: 0 10px;
}

section.cms { background-color:#fff;   }
.JobDiv.custom_fieldDiv {position: relative;  background:#fef6ef; text-align: center; padding:106px 0;  background-size: cover !important; margin-bottom: 50px; }
.JobDiv.custom_fieldDiv h1 {  color:#fff; position: relative; }
.JobDiv.custom_fieldDiv ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    color: #fff;
    position: relative;
}
.JobDiv.custom_fieldDiv ul  li { color:#fff;  }
.JobDiv.custom_fieldDiv ul  li a { color:#fff;  }
.JobDiv.custom_fieldDiv ul  li {  margin: 0 20px; position: relative; }
.JobDiv.custom_fieldDiv ul  li:last-child::before { display:none; }
.JobDiv.custom_fieldDiv ul  li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute; right:-23px;
}
.JobDiv.custom_fieldDiv:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3D68A0;
    opacity: 0.7;
}

/*.AboutUsLeft {background-color:#091f1e; }*/
.MainAboutUs {
    margin-top: -70px;
    padding:0px;
}


.AboutUs {
    display: flex;
    justify-content: space-between;
}
.AboutUsLeft {
    background: #091f1e;
    width: 70%;
    padding-bottom: 40px;
    color: #fff;
}
.AboutUsRight {
    width: 30%;
}
.AboutUsContent {
    max-width:100%;
    padding:40px 50px 0px 53px;
    margin: 0 auto;
    min-height: 71px;
}
.AboutUsContent p { font-size: 22px; line-height: 30px; }
section.Welcomecontent.storyBox {
    padding-bottom: 30px;
}

section.Welcomecontent.storyBox .DiscoverTechbox { margin: 0; float: right; padding-top: 0; }
section.Welcomecontent.storyBox .container { padding-right: 0;  }

.MainOurTimeline {padding-top: 50px;
    color: #fff;
    float: left;
    width: 100%;
}
.MainOurTimeline h2 { margin-bottom: 30px;   }
.OurTimeline { text-align: center; color:#fff;  }
.bg-gradient { 
    background: rgb(1,51,50);
background: linear-gradient(90deg, rgba(1,51,50,1) 0%, rgba(151,168,162,1) 60%, rgba(251,244,238,1) 100%);
position: relative; 
top: 146px;
height: 5px;
 }
 .year {
    padding:0 0 50px 0;
      font-weight:200; line-height: 1; font-size:36px;
     position: relative; color:#f58e08; 
}
.year:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #f58e08;
    border-radius: 50px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.MainOurTimeline .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
.MainOurTimeline .owl-nav button.owl-prev {margin-right: 20px; }
.MainOurTimeline .owl-nav button.owl-prev:before { 
  content: "\f060";
  font-family: 'FontAwesome';
  font-size: 25px;
  color:#f58e08; 
}
.MainOurTimeline .owl-nav button.owl-next {}
.MainOurTimeline .owl-nav button.owl-next:before {   } {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 25px;
  color:#f58e08; 
}
.MainOurTimeline .owl-nav button.owl-prev span,.MainOurTimeline .owl-nav button.owl-next span { display: none; }
.HalianNumbers {
    clear: both;
    background: #fff;
    padding: 50px 0;
    text-align: center;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.HalianNumbers h2 {
    padding-bottom: 30px;
    text-align: left;
    position:relative;
}
.HalianNumbers.AserviceTailored { text-align: left;  }

.HalianNumbers .HalianNumbersbox h2 { margin: 0; color:#f58e08; padding-bottom: 0;   }
.HalianNumbers .HalianNumbersbox p { font-size:25px; }

.MainOurValues { float: left; width: 100%; background-color:#fef6ef; padding: 50px 0; margin-bottom: -15px;   }
.MainOurValues .row { display: flex; flex-wrap: wrap; }
.MainOurValues h2 { text-align: center; margin-bottom: 40px;  }
.MainOurValues .OurValues {   }
.MainOurValues .OurValues h3 {  text-align: center; color:#f58e08;   font-family: "Open Sans", serif; font-weight: 200; line-height: 1.2; font-size:25px;  }
.MainOurValues .container2 {
    padding-right: 15px;
    padding-left: 13px;
}
.MainOurValues .OurValues {
    padding: 0 40px;
    min-height: 240px;
}
.BorderLeftRight {
    border-left: solid 1px rgba(255,80,51,.25);
    border-right: solid 1px rgba(255,80,51,.25);
}
.MainOurValues .HalianNumbersbox { margin-bottom:20px; margin-top:20px;  }



.SectorsWork {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.SectorsWork h2 { text-align: center; color:#091f1e;  }
.AllTabs ul.nav.nav-pills {
    padding:40px 0 60px 0;
    margin:0;
    display: flex;
    justify-content: center;
}
.AllTabs ul.nav.nav-pills li a {font-size:18px; color:#091f1e; border: solid 2px #091f1e; border-radius:50px; padding: 10px 20px; text-decoration-line: none; margin: 0 10px; }

.AllTabs ul.nav.nav-pills li.active a,.AllTabs ul.nav.nav-pills li a:hover {color:#091f1e; opacity:1; border-color:#f58e08; background-color: transparent;  }

.AllTabs ul.nav.nav-pills li a.Business { background-color: #c71489; border-color:#c71489; color:#fff;  }
.AllTabs ul.nav.nav-pills li a.Digital {background-color:#abce4c; border-color:#abce4c; color:#fff;  }
.AllTabs ul.nav.nav-pills li a.Business:hover,
.AllTabs ul.nav.nav-pills li a.Digital:hover { background-color:#f58e08; border-color:#f58e08;   }

.AllTabs ul.nav.nav-pills li.active a.Business,
.AllTabs ul.nav.nav-pills li.active a.Digital { background-color:#f58e08; border-color:#f58e08;   }


.SectorsWork .bodyContent h2 { text-align: left; margin-bottom: 30px; }
.SectorsWork .bodyContent h2 span { display: block; color:#f58e08; }
.SectorsWork .bodyContent p { text-align: left; color:#091f1e; margin-bottom: 40px !important; }

.sectors-img img { width: 100%; }
.sectors-img { background: none; padding:20px 0; background-size: cover; }

.SectorsWork .tab-contentBox { padding-right: 0; padding-left: 0;  }
.SectorsWork .AllTabs .row { display: flex; align-items:center;  }
.SectorsWork .bodyContent {
    float: right;
    max-width:740px; padding-right: 70px;
}
.MainSectorsDiv .row.SectorsDiv {display: flex; align-items: center;}
.MainSectorsDiv .row.SectorsDiv.RightDiv {
    flex-direction: row-reverse;
}
.SectorsWork .MainSectorsDiv .row.SectorsDiv.RightDiv .bodyContent { float: left; padding-right:0; padding-left: 70px; }

.HalianNumbers.AserviceTailored { margin-top: 0;  }
.smart_services_icon1 { margin-bottom: 20px;  }
.AserviceTailored a.justify-start {
    justify-content: center;
       
}



.AserviceTailored a.justify-start {
    font-weight: 500;
      font-family: "Open Sans", serif;
    text-decoration-line: none;
    display: flex;
    justify-content: flex-start;
    margin-left:-118px;
        transition: all .4s;
}

.AserviceTailored .servicebox1:hover a.justify-start { margin-left: 0; }


.servicebox1 {
    overflow: hidden;
    border-right: solid 1px #dddd;
}
.AserviceTailored .HalianNumbersbox:last-child .servicebox1 { border: none;  }

.AserviceTailored a.justify-start svg,a.justify-start svg { width: 20px;  }


.AserviceTailored .container2 {  margin:0 auto;  }
.AserviceTailored h3 { font-weight:200; line-height: 1; font-size:36px; padding-bottom: 0; }
.HalianNumbers.AserviceTailored p { font-size: 15px;   }


.ClientStories h2 { text-align: center; color:#fff;  }
.ClientStories .DiscoverTechimg { background: transparent; padding:30px 0 60px 0;    }
.ClientStories .DiscoverTechbox h2 { text-align:left; }
.ClientStories .DiscoverTechbox h6 { font-weight:200; line-height: 1; font-size:36px; color:#f58e08;  }
.ClientStories .DiscoverTechbox {
    padding: 80px 0px 80px 110px;
    max-width: 760px;
    color: #fff;
}

.FinancialExperts {
    background: #fff;
}
.FinancialExperts .services_box h4 span { color:#f58e08;   }
.FinancialExperts .services_box p { height: 150px; overflow: hidden;  }

.Technology.ClientStories { background-color:#fef6ef; padding-bottom:30px; margin-bottom: -15px; }
.Technology.ClientStories h2 {color:#091f1e; }
.Technology.ClientStories p { font-size: 20px; color:#091f1e;  }

.SectorsWork.clientspages .tab-contentBox { padding-left: 0;  }
.SectorsWork.clientspages .tab-contentBox .bodyContent {
    max-width:770px;
    float: left;
    padding:30px;
}
.SectorsWork.clientspages .tab-contentBox .bodyContent.LeftComtentBox { float: right;  }
.SectorsWork.clientspages .tab-contentBox .bodyContent h3 {  font-size: 48px; font-weight: 200;   }
.AserviceTailored.clientspages .container2 { max-width: 100%;  }
.AserviceTailored.clientspages .HalianNumbersbox h3 { min-height: 100px;   }
.AserviceTailored.clientspages .HalianNumbersbox { margin-bottom: 50px;  }

.JobDiv.custom_fieldDiv.jobsBanner { padding-left: 0;  margin-bottom:-66px;  }

.JobsResults.jobbox .container {  display: flex; flex-direction: row-reverse;  }
.JobsResults.jobbox { padding:0 0 0px 0; margin:30px 0 0 0; position: relative; z-index: 9;}
.JobsResults.jobbox .MainRightSide { float: left; width:30%;  }
.JobsResults.jobbox .MainLeftSide { margin-left: 0;  width:70%; z-index: 1; }
.panel-body.contact-form {
    margin-bottom: 30px;
}
/*.jobbox .Mainjobbox .Specialitybox.Location_Pcf,
.jobbox .Mainjobbox .Specialitybox.Job_Type_Pcf,
.JobsResults.jobbox .Mainjobbox .iconjobs,
.JobsResults.jobbox .Specialitybox.Sectors_Pcf1 { display: none; } */
.jobbox .Mainjobbox .iconjobs,
.jobbox .Mainjobbox:hover .iconjobs { display: none; }

.detail.JobsResults { margin:0px 0 0 0; padding: 0;  }
.detail.JobsResults .backgroundbg {
    background: #fff;
    margin-left: 55px;
    padding: 30px 50px;
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}
 
.John_Doe_Div ul { display: flex; list-style: none; padding: 0 0 15px 0; margin: 0; } 
.John_Doe_Div ul li { padding:0 20px 0 0; display: flex;  font-weight: 700; align-items: center; }
.John_Doe_Div ul li svg { width: 20px; margin: 0 5px 0 0; height: 20px; }

.JobsResults.jobbox .Specialitybox.Job_Type_Pcf span.Sectors_Pcf {width: 200px; line-height: 18px;   }
.JobsResults.jobbox .Mainjobbox .Specialitybox.Location_Pcf,
.JobsResults.jobbox .Mainjobbox .Specialitybox.Job_Type_Pcf { display: inline-block;padding: 0; text-align: center; }
.JobsResults.jobbox .Mainjobbox span.Sectors_Pcf { color:#fff;   }
.JobsResults.jobbox .Mainjobbox .Specialitybox { margin-top: 0;height: auto; }
.JobsResults.jobbox .Mainjobbox .Specialitybox.Location_Pcf {
    padding-top: 7px;
}
.JobsResults.jobbox .Mainjobbox1 { width: 100%; min-height: 100%;  }
.JobsResults.jobbox .Mainjobbox { 
    border-bottom: solid 1px #ddd; 
    color:#000;  
    padding:20px 30px;
    background-color: transparent;   
}
.JobsResults.jobbox .Mainjobbox:hover { background:#99adad; border-color:#99adad;  }
.JobsResults.jobbox .Mainjobbox .Specialitybox span { display: block; }
.JobsResults.jobbox .jobstitle { min-height:100%;  }
.JobsResults.jobbox .jobstitle h3 { padding: 0; margin: 0; height:auto; color:#003332;  font-weight: 400; font-size:25px;     font-family: 'rubiklight';  height: auto;}
.JobsResults.jobbox .jobstitle h3 a { color:#003332;  font-weight: 400; font-size:25px;     }
.JobsResults.jobbox .Mainjobbox a { color:#000; display: flex; justify-content: space-between;  }

.AboutUsContent.TabsJobs { max-width: 95%;width: 100%; background-color: transparent; }
.TabsJobs { padding-bottom: 15px !important; position: relative; display: none; z-index: 1;  }
.TabsJobs a { padding:10px 30px; color:#f58e08;  display: inline-block; border: solid 2px #091f1e;   }
.TabsJobs a span {
    display: inline-block;
    width:30px; height:30px; line-height:30px; text-align: center; 
    background-color: #f58e08;
    border-radius: 50%;
    margin-left: 10px;
    color:#fff; 
}
.TabsJobs a.active {border: solid 2px #3c69a1;  }
.JobsResults { position: relative;  }

.cmscontent { width:auto; padding:50px 53px}



.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:#f58e08;   }

.titlebox .SvgIcon svg {
    width: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -2px;
    color:#f58e08; 
}
.CandidateReg label {   font-family: "Open Sans", serif; font-weight: 400;  }

.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 #f58e08;
}
.TabsDivTitle a {
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    border: solid 2px #091f1e;
}
section.CmsEditor.MainSectionDiv {  position: relative; padding: 0; overflow: hidden;  }
section.CmsEditor.MainSectionDiv .backgroundbg,.NewSectionCms .backgroundbg {
    background: #fff;
    margin-left: 84px;
    padding: 30px 50px;
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}
section.CmsEditor.MainSectionDiv .container { padding: 0;  }
.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: #f58e08;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50px;
}

.MainSectors {
    padding: 0;
    background:rgb(167, 169, 172, 0.9);
    display: inline-block;
    width: 100%;
}
.MainSectors .btn.Business { background-color: #c71489; border-color:#c71489; }
.MainSectors .btn.Digital { background-color:#abce4c; border-color:#abce4c; }
.MainSectors h1 { color:#fff; margin-bottom: 20px;   }


.hasMap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    }
.Mapbox {
    clear: both;
    margin-top: 0;
    margin-bottom:0;
    float: left;
    width: 100%;
    height:60vh;
    display: flex;
}    

/*.MainSectors { background-color:#fff;   }*/
.MainSectors .container { padding:20px 15px;   }
.SpeakspecialistBox {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 14px; color:#fff;
}

.SpeakspecialistBox .phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.SpeakspecialistBox .email:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.SpeakspecialistBox div a {
    color: #fff;
}

.MainSectors ul.resp-tabs-list { text-align: left; padding: 0; margin: 0;  }
.MainSectors .resp-tabs-list li {background-color: transparent; padding: 0 0 0 0 !important; border-radius: 0; margin-right:20px; max-width:160px; width: 100%;  }
.MainSectors .resp-tabs-list li.active {background-color:transparent; }
.MainSectors .resp-tabs-list li.active a { color:#000;   }
.MainSectors .resp-tabs-list li a {display: flex; justify-content: space-between; color:#000; text-decoration: none;  }
.MainSectors .resp-tabs-list li.active a i {   transform: rotate(-180deg);  }
.MainSectors .resp-tabs-list li.a:focus { outline: none; outline-offset:0;   }
.MainSectors .resp-tabs-list li.active a:hover,.MainSectors .resp-tabs-list li a:hover { text-decoration: none; }
.MainSectors .resp-tab-content { padding:20px 0 0 0 ; border: none;   }

.MainSectors ul.facet-links li a { color:#000;   }
/*.MainSectors ul.facet-links li a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #335c5b;
    font-size: 10px;
    position: relative;
    top: -2px;
}*/
.MainSectors ul.facet-links li a:hover { text-decoration: none; color:#fff;  }

.job_filter .tab-pane1 { position: absolute; top:70px; left: 0; z-index: 9;     }
.job_filter ul#tabs {
  list-style-type: none;
  padding: 0;
  text-align:center;
  margin: 0;
}
.job_filter ul#tabs li {
  display: inline-block;
  padding:10px 20px 10px 20px;
  margin-bottom: 0;
  margin-right: 10px; 
  color: #fff;
  cursor: pointer;
  width: auto;
  /*width: 30.9%;*/
  letter-spacing: -1px;
}
.job_filter ul#tabs li:last-child { margin-right:0;   }
.Foundjobs .panel-group .panel:last-child { border-bottom: none;  }
.job_filter ul#tabs li i {
    color: #f58e08;
    
}
.job_filter ul#tabs li:hover {
  /*background-color: grey;*/
}
.job_filter ul#tabs li.active {
  /*background-color: #00aeef;*/
}
.job_filter ul#tabs li.active i {transform: rotate(-180deg);  }
.job_filter ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.job_filter #content-tab div {
  display: none;
}
.job_filter #content-tab div.active {
  display: block;
}
.job_filter #content-tab>div {
    background-color: #99adad;
    width: 100%;
    margin: 0;
    padding:20px 30px 10px 30px;
}

.FoundjobsRight .searchBox  { padding: 0;  }
.FoundjobsRight .panel-body.contact-form,
.FoundjobsRight .titlebox { display: none; }

.CandidateReg {
    width: 100%; 
}
.CandidateReg .form-group {margin-left: -15px; margin-right: -15px; }

.create_alertpages .MainSectionDiv.NewSectionCms {  display: inherit;  }
p.UnfortunatelyDiv {
    padding: 20px 40px;
}


.QuickApplication { padding-bottom: 40px;  }
.bookimg { display: none; }


.footermain .Copybox1 {
    margin-bottom: 0;
    display: flex;
}
.footermain .Copyrightmenu ul { display: flex; flex-wrap: wrap; }
.footermain .Copyrightmenu ul li { width: auto; padding:0 8px 0 0; margin-right: 8px;  position: relative; line-height: 25px; }
.footermain .Copyrightmenu ul li:before { content: ""; background-color:#ddd; width: 1px; height: 17px; position: absolute;  right: 0; top: 2px;  }
.footermain .Copyrightmenu ul li a { color:#000;   }
.footermain .Copyrightmenu ul li:first-child a { text-transform: none; font-size: 15px;  }
.footermain .Copyrightmenu ul li:last-child::before { display: none;   }

.MainFooterBox.Site_logo p { text-align: left; font-size: 15px;  }

footer.footermain .row .footer-menuNew:nth-child(2) {
    padding-left:70px;
}

footer.footermain .row .footer-menuNew  h6 { color:#fff; font-size:14px; text-align: left;   } 


.MainGetStarted { background: url(../../../img/Front/get-startedbg.webp) no-repeat center top; 
    padding:80px 0; background-size:cover; color:#fff; 
    margin-bottom: -5px; 
}
.MainGetStarted h1 {
    border-bottom: solid 1px #fff;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.MainGetStarted h1 span { color:#a8925f;   }
.GetStartedForm .GetStartedbg { background:#fff; padding:40px; color:#000;    }
.MainGetStarted ul { clear: both; padding-top:8px;   }
.MainGetStarted ul li { margin-top:20px;  }
.GetStartedForm .GetStartedbg h3 { line-height: 50px; margin-bottom: 40px; display: block;  font-size: 48px; font-weight: 200;  }
section.ProfessionsHire { text-align: center; padding:80px 0; }

.rowdiv {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 50px; 
}
.Professionsbox {
    width: 23%;
    text-align: center;
}
.Professionsbox img { width: 100px; height: auto;  }
.Professionsbox svg { width: 20px;  }
.Professionsbox h3 { height:80px; margin-top: 10px;   font-weight: normal;  }
.Professionsbox h3 a { font-weight: 200;}    
.Professionsbox h3 a:hover { text-decoration: none; color:#091f1e;  }
.Professionsbox a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Professionsbox a:hover { text-decoration: underline; }

.SectorsWork .bodyContent .Checkboxes.custom-control.custom-checkbox p { margin-bottom: 15px !important;   }
.SectorsWork.clientspages .tab-contentBox .bodyContent.SendyourCV p {  margin-bottom: 15px !important;  }

.MainGetStarted .row { display: flex; justify-content: center;  }
.socialbox ul {
    list-style: none;
    padding: 0 0 0 59px;
}
.ContactDetails .AddressBox .socialbox ul li i { width:auto; height: auto; background:transparent; line-height: normal; color:#f58e08;  }
.ContactDetails .AddressBox .socialbox ul li a:hover i { color:#000;   }
.js-search-results-section  .AboutUsLeft { padding-bottom: 0; }

.Professionsbox .iconbox {
    background: #b99b65;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex; align-items: center;
    justify-content: center;
}
.Professionsbox .iconbox img {
    width: 52px;
}

.VideoDiv video { width: 100%;  }

.Video_Image {
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.Video_Image video { width:auto !important; height:100%;  } 
.Video_Image img { width: 100% !important; opacity: 0; }
.CreateJobAlert h3 {
    font-size: 20px;
    font-weight: 500;
    color: #3c69a1 !important;
}

em { font-size: 15px; margin-top: 5px; }

section.WebsiteStyles { padding: 50px 0;  }


.HomeBanner .searchBox  { width: 100%;   }


.Divjobsearch {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.Divjobsearch form {
    display: flex; justify-content: space-between;   gap: 10px;
}
.Divjobsearch .search_box11 {
    padding: 20px;
    background-color:#fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.site-button {
    color: #fff;
    padding:5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent;
    line-height: 1.42857;
    border-radius:3px;
    font-weight: 400;
    text-align: center;
    white-space: pre;
    background: #3D68A0;
    font-size: 12px;
}
.search_box11 .createAlertBoxLink { display:none}
.MainRightSide .search_box11 .createAlertBoxLink { display:block;}

#introduction .icont .in_img:before {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJklEQVQoU2M0MDD4z4AFXLhwgRFZmHFYKcTmY2xiKEGATxP1FQIARG4YC57xwkQAAAAASUVORK5CYII=) repeat;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
    opacity: 0.2;
}
#introduction .icont .in_img:after {
    content: '';
    border: 5px solid;
    -webkit-border-image-source: -webkit-linear-gradient(145deg, #3D68A0, #3D68A0);
    border-image-source: linear-gradient(145deg, #3D68A0, #3D68A0);
    border-image-slice: 1;
    height: 90%;
    width: 90%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-5px, 20px);
    transform: translate(-5px, 20px);
    z-index: -1;
}
#introduction img.img-fluid {
    width: 100%;
}
#introduction .sub_head {
    font-size: 16px;
    font-weight: 500;
    color: #A7A9AC;
}
#introduction .s_head {
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #3D68A0;
}
section.welcomecontent {
    margin-top: 60px;
}
#introduction .list {
    margin-bottom: 10px;
    padding: 0;
}
#introduction .list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 0px 0px 73px;
}
#introduction .list li .icon-box {
    position: absolute;
    left: 0px;
    top: -6px;
}
#introduction .list li h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
#introduction .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #A7A9AC;
    text-transform: uppercase;
}
#introduction .link a:before {
    content: "\f061";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.sec-title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}

.process-block-one .inner-box {
    position: relative;
    display: block; text-align: center;
}
.process-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: url(../../../img/Front/arrow-1.png);
    width: 58px;
    height: 70px;
    top: 30px;
    right: -45px;
    background-repeat: no-repeat;
}
.process-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 146px;
    height: 128px;
    text-align: center;
    line-height: 128px;
    margin-bottom: 43px;
    z-index: 1;
}
.process-block-one .inner-box .icon-box img { max-width: 100%; height: auto;   }
.process-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: url(../../../img/Front/icon-bg-1.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}
.process-block-one .inner-box .icon-box span {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}

.process-block-one .inner-box .icon-box span {
    color: #F59D38;
}
.process-block-one .inner-box .icon-box .anim-icon .icon-1 {
    position: absolute;
    left: -12px;
    top: -20px;
    width: 176px;
    height: 158px;
    background-repeat: no-repeat;
    z-index: -2;
}
.process-block-one .inner-box .icon-box .anim-icon .icon-2 {
    position: absolute;
    left: -3px;
    top: 10px;
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
}
.how-it-works:before, .main-banner .icon-six, .main-banner .icon-two, .page-banner .icon-six, .page-banner .icon-two, .rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.process-block-one .inner-box .icon-box .anim-icon .icon-3 {
    position: absolute;
    right: -3px;
    bottom: 10px;
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
}
.process-block-one .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    box-shadow: 5px 5px 100px 30px black;
}
.process-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#A7A9AC; 
}
.process-block-one .inner-box .lower-content h3 a { color:#A7A9AC; font-size: 20px; }
.process-block-one .inner-box .lower-content h3 a:hover {color:#F59D38; text-decoration: none; }
.process-block-one .inner-box .lower-content p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 13px; 
}
.process-block-one .inner-box .lower-content a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.process-block-one .inner-box .lower-content a {
    color:#F59D38;
}


#introduction .link a:before { content: "\f061"; font-family: 'FontAwesome'; padding-right: 5px;}
.process-section .sec-title {
    margin-bottom: 75px;
    text-align: center;
}

section.service-section {
    text-align: center; position: relative;
    padding:80px 0 60px 0;
}
section.service-section .box {
    display: flex;
    justify-content: space-between;
}
.service-block-one {
    margin:0 10px; width: 33%;
}
.service-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
}
.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.service-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 0px 70px;
}
.service-block-one .inner-box .lower-content .content-box {
    position: relative;
    margin-top: -117px;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .content-box .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px 22px 10px;
    margin-bottom: 21px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.service-block-one .inner-box .lower-content .content-box .inner .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.service-block-one .inner-box .lower-content .content-box .inner h4 {
    font-size:16px;
    line-height:20px;
    font-weight: 700;
}
.service-block-one .inner-box .lower-content .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #A7A9AC;
    font-weight: 700;
    text-transform: uppercase;
}
.service-block-one .inner-box .lower-content .overlay-content {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #3D68A0;
    border-radius: 10px;
    width: calc(100% - 60px);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .overlay-content p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color:#fff;
    font-weight: 500;
    padding:40px 15px 35px 15px;
    min-height: 170px;
}
.service-block-one .inner-box .lower-content .overlay-content a {
    position: relative;
    display: block;
    padding: 6px 15px 13px 15px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.service-block-one .inner-box .lower-content .overlay-content a {
    background: #F59D38;
}
.service-block-one .inner-box:hover .lower-content .overlay-content {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.service-block-one section.testimonials1 {
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    padding:15px 0;
    position: relative;
    min-height: 410px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.service-block-one .MainTestimonials { background:transparent; margin: 0; padding: 0; }
.service-block-one .container { width: auto; }
.service-block-one .MainTestimonials .margin-half-all { width: 100%; margin:0; text-align: center; padding: 0; min-height:100%; }
.service-block-one .MainTestimonials p,.service-block-one .MainTestimonials span { color:#A7A9AC;   }
.service-block-one .MainTestimonials .owl-dots { bottom: 0; }
.service-block-one .MainTestimonials .margin-half-all:after { display: none; }

.service-block-one .MainTestimonials .right.carousel-control,.service-block-one .MainTestimonials .left.carousel-control { display: none; }
.service-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section .anim-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.service-section .anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 45px;
    width: 170px;
    height: 250px;
    background-repeat: no-repeat;
}
.service-section .anim-icon .icon-2 {
    position: absolute;
    top: 0;
    right: 0;
    background: #3D68A0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    opacity: 0.1;
}
.service-block-one .testimonials  {
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    padding:0;
    position: relative;
    min-height: 410px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.testimonials .TestimonialsBox { padding: 25px;  }
.testimonials .content11 {
    width: 100%;
    text-align: center;
}


#vmv {
    color:#acacac;
    padding-top: 50px; margin-top: 0;
}
section#vmv .row.row_vmv { position: relative;  }
section#vmv .row.row_vmv:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 97%;
    border-top: solid 1px #ccc;
    margin: 0 auto;
}

#vmv .row_vmv .vmv_cnt {
    padding: 50px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-bottom: 2px solid #A7A9AC;
    height: 100% !important; min-height:300px
}
#vmv .row_vmv .vmv_cnt .p-2 h6 {
    font-size: 20px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: 700;
    color:#3D68A0;
}
#vmv .row_vmv .vmv_cnt:hover {
    border-bottom: 2px solid #F59D38;
    background: #3D68A0;
}

#vmv .row_vmv .p-2 {
    padding: .5rem!important; color:#A7A9AC; 
}
#vmv .row_vmv .vmv_cnt:hover > .p-2 h6 {
    color:#fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
#vmv .row_vmv .vmv_cnt:hover > .p-2 {color:#fff; }


footer .awards {
    float: left;
    margin-top: 20px;
    clear: both;
}
footer .awards ul {
    margin: 0;
    text-align: left;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
footer .awards ul li {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-bottom: 0;
    width: 90px;
    height: 60px;
    border-right: solid 1px #000;
    padding-bottom: 0;
}

.LatestJobsInner .Jobslist .cele-list li {
    width: 100%;
}

.JobsResults.LatestJobsInner .Jobslist .cele-list li {width: 48%;}
.JobsResults.LatestJobsInner .Jobslist .cele-list li h4.gen-title {
    min-height: 60px;
}
.JobsResults.LatestJobsInner .Jobslist .cele-list li:hover {
    border-color: #3D68A0;
    text-decoration: none;
    background: #eee;
}

.JobsResults.LatestJobsInner .Jobslist .cele-list li span.Salary {
    float: left;
    padding-bottom: 0;
    margin-right: 0;
    height: 55px;
}
.JobsResults.LatestJobsInner .Jobslist .cele-list li span.Location {
display: block;
}
.JobsResults.LatestJobsInner .Jobslist .cele-list li p.Over {
    margin: 0;
}
.article-pagination {
    padding: 40px 0;
}
.article-pagination ul { list-style: none; padding: 0; margin: 0;  }
.article-pagination ul li { margin: 0 20px;   }  

.Jobslist .cele-list li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0;
    width: 48%;
}
.Jobslist .cele-list li  {
    padding: 15px;
    background-color: #fff;
    border-left: 5px solid #e1e7ff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 24 128 / 10%);
    display: block;
    position: relative;
}
.LatestJobsInner {
    margin-top: 60px;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom:50px;
}
.LatestJobsInner .center-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h3.MainTitleH2, h2.MainTitleH2 {
    color: #3D68A0;
    font-size: 30px;
    font-weight: 500;
}
ul.cele-list {
    padding: 0;
    margin: 0;
}

.Jobslist .cele-list li h4 a { color:#3D68A0; font-size: 16px; font-weight: 700; }
.Jobslist .cele-list li span.Salary {
    float: right;
}
.Jobslist .cele-list li .Over span {
    color: #3D68A0;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0px;
    width:auto;
    margin-right:20px;
    text-align: left;
}
.Jobslist .cele-list li strong {display: none;}
.Jobslist .cele-list li p.Over.Locationbottom { margin-bottom: 0;  }
.Jobslist .cele-list li p.Over.Locationbottom.Jobdesc { color: #000; padding-top: 10px; height: 60px; }

.quote-bx {
    background-image: url(../../../img/Front/pic4.ba3e9eca.jpg);
    background-size: cover;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 24 128 / 10%);
    padding: 30px 20px;
    z-index: 1;
    color: #fff;
}
.quote-bx:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3D68A0;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}
.jq_sidebar_fix {
    /* top: 110px !important; */
    left: auto !important;
    transition-duration: 0.3s;
}
p.phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.quote-bx .phone {
    font-size: 24px;
    padding-top: 10px;
}
.quote-bx p {
    opacity: .9;
}
.quote-bx h4 {
    color: #fff;
    font-size: 24px; font-weight: normal;
}

#content_block_6 .content-box {
    position: relative;
    display: block;
}
#content_block_6 .content-box ul.info-list {
    padding-left: 0;
}
#content_block_6 .content-box .info-list li {
    position: relative;
    display: block;
    padding-left: 82px;
    margin-bottom: 35px;
}
#content_block_6 .content-box .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
}
#content_block_6 .content-box .info-list li .inner {
    position: relative;
    padding-left: 30px;
}
#content_block_6 .content-box .info-list li .inner h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
#content_block_6 .content-box .info-list li .inner p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
}
.contact-page-section .form-inner, .CmsEditor .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 50px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
    margin-top: 0;
    overflow: hidden;
}
#content_block_6 .content-box .info-list li .inner:before {
    position: absolute;
    content: '';
    background: #e2d7d0;
    width: 2px;
    height: 62px;
    left: 0px;
    top: 6px;
}
#content_block_6 .content-box .info-list li .inner:after {
    background: #ff5956;
}
#content_block_6 .content-box .info-list li .inner:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    left: 0px;
    top: 6px;
    transition: all 500ms ease;
}

.ContactFormBox .form-group {
    width:47.6%;
    margin-left: 0;
    margin-right: 15px;
    float: left;
}
.ContactFormBox .form-group.None label.col-sm-2 {
    display: none;
}
.ContactFormBox .form-group .col-sm-12 {
    padding: 0;
}
.ContactFormBox .form-group.comments {
    width: 100%; margin-right: 0;
}
.ContactFormBox .form-group.your-email { margin-right: 0;  }
.ContactFormBox .form-group.last-name { margin-right: 0;  }
section.contactinfo-section.contact-page-section { padding-bottom: 50px;  }


.Acc {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.Acc .Acclogo {
    float: left;
    margin-right: 15px;
    max-width: 140px;
}
.CmsEditor h3 { color:#4a4a4a;  } 
.CmsEditor a { color:#3c69a1; text-decoration: none; }
.CmsEditor a:hover { color:#3c69a1; text-decoration:underline; }
.CmsEditor a.btn { color: white}
.form-horizontal .form-group h4 {  font-weight: normal; font-size: 16px; }

.detail.JobsResults a.btn { color:#fff; text-decoration: none;  }


.article-pagination ul { list-style: none; padding: 0; margin: 0; display: flex;  justify-content: center; } 

.JobDiv.custom_fieldDiv { position: relative;  }
.JobDiv.custom_fieldDiv .Divjobsearch { height: auto; display:block;  }
.Divjobsearchjobslist .searchBox .js-basic-job-search-section h1.Search { display: none;  }


.Divjobsearchjobslist {
    position: relative;
    float: left;
    width: 100%;
}
.Divjobsearchjobslist .js-basic-job-search-section {
    background: #fff;
    bottom: 0;
    margin-top: -100px;
    padding: 20px;
    /*background-color: hsla(0, 0%, 100%, .95);*/
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.Divjobsearchjobslist form {
    display: flex;
    gap: 15px;
}


.detail.JobsResults .upper-box {
    position: relative;
    display: block;
    background-color: rgba(167, 169, 172, 0.2);
    border-radius: 10px;
    padding: 40px 40px;
    overflow: hidden;
    margin-bottom: 50px;
}
.detail.JobsResults .upper-box .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.detail.JobsResults .upper-box .inner p {
    font-size: 17px;
    font-weight: 500;
}
.detail.JobsResults .upper-box span.Location.Salary {
    float: right;
}
.detail.JobsResults .upper-box span.Location strong {
    display: none;
}


.JobDiv.custom_fieldDiv p.h1 { position: relative; color: #fff; }


.form-horizontal .form-group .col-sm-2 { width: 25%;  }
.form-horizontal .form-group .col-sm-10 {  width: 75%;   }
.form-inner .submitbox { text-align: center;   } 


.process-block-one .inner-box .icon-box .anim-icon .icon-1 {
    position: absolute;
    left: -12px;
    top: -20px;
    width: 176px;
    height: 158px;
    background-repeat: no-repeat;
    z-index: -2;
}
.process-block-one .inner-box .icon-box .anim-icon .icon-2 {
    position: absolute;
    left: -3px;
    top: 10px;
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
}
.process-block-one .inner-box .icon-box .anim-icon .icon-3 {
    position: absolute;
    right: -3px;
    bottom: 10px;
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
}

.create_alertpages .AutoSuggestBox {
    padding: 0 0px 0 0; border-bottom: none;
}
.create_alertpages .AutoSuggestBox .select2-choice { border: solid 1px #ddd !important; padding-left: 15px;  }

h6.bookmark:before {
    content: "\f02e";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
h6.chart:before {
    content: "\f201";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
h6.piechart:before {
    content: "\f200";
    font-family: 'FontAwesome';
    margin-right: 10px;
}   

.MainTestimonials h2 { text-align: center; color:#fff; }
.MainTestimonials {
    padding: 60px 0 60px 0;
    margin-top:20px;
    background: url(../../../img/Front/testimonialsleft.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}
.MainTestimonials .TestimonialsDiv1 {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 500px;
    position: relative;
    margin-bottom: 40px;
}
.MainTestimonials .TestimonialsDiv1:after, .MainTestimonials .TestimonialsDiv1:after {
    content: "";
    position: absolute;
    bottom:-14px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.MainTestimonials .testimonials .TestimonialsBox { padding: 0; }
.Jobslist .Jobdesc { display:none; clear:both; overflow:hidden}
.MainLeftSide.Jobslist .Jobdesc { display:block; clear:both; overflow:hidden}

.Jobsdescription { clear: both; padding-top: 50px; }

.Divjobsearchjobslist .searchBox .Searchselect { width: 41%; }


a.Filterbtn.btn {
    display: none; margin-left: 15px;
}
.sidenav.mySidenavFilter {
    background: transparent;
    position: relative;
    display: block;
     width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
}
a.closebtn.closemy1Filter { line-height: 30px; font-size: 27px; float: right; margin-right: 10px; display:none;  }
.MainRight.sidebar-shop .sidenav.mySidenavFilter { z-index:auto; }

.article-pagination ul li a {
    border: solid 1px #ddd;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
}
.article-pagination ul li {margin: 0 3px;}
.article-pagination ul li.active a,
.article-pagination ul li a:hover { border-color: #f58e08; color:#f58e08;  text-decoration: none; }


.ApplyNowButtonDiv .btn { width: 100%;  }
.ApplyNowButtonDiv .btn:hover { text-decoration: none; }
.MainReference { padding-bottom: 15px;   }
.MainReference p { margin-bottom:10px;   }


.detail.JobsResults .MainLeftSide p  { margin:0 0 15px 0 !important;   }
.detail.JobsResults .MainLeftSide p,
.detail.JobsResults .MainLeftSide p span,
.detail.JobsResults .MainLeftSide p span span,
.detail.JobsResults .MainLeftSide p span span span, 
.detail.JobsResults .MainLeftSide p span span span span,
.detail.JobsResults .MainLeftSide p span span span span span,
.detail.JobsResults .MainLeftSide p span span span span span span { font-size: 16px !important; font-family: "Open Sans", serif !important; }

.detail.JobsResults .MainLeftSide ul li,
.detail.JobsResults .MainLeftSide ul li span,
.detail.JobsResults .MainLeftSide ul li span span,
.detail.JobsResults .MainLeftSide ul li span span span, 
.detail.JobsResults .MainLeftSide ul li span span span span,
.detail.JobsResults .MainLeftSide ul li span span span span span,
.detail.JobsResults .MainLeftSide ul li span span span span span span { font-size: 16px !important; font-family: "Open Sans", serif !important; }


.loadmoredata {
    text-align: center;
    margin:19px 10px 40px -10px;
}
.loadmoredata .btn {  display:block;  }
.loadmoredata .btn:after { display: none;  }