@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Poppins:wght@300&display=swap');
#contact #num
{
  /* font-family: 'Calistoga', serif!important; */
  letter-spacing: 0.8px;
}

*
{
    font-family: 'Poppins', sans-serif;
}
.zoom_page i,.zoom_page{
    font-size:10px;
    color:#fff;
    text-decoration:none!important;
}
.zoom_page:hover{
    text-decoration:none!important;
}
.zoom_page i:hover{
    text-decoration:none!important;
}
/* *********************************Client List******************* */
h2{
	text-align:center;
	padding: 20px;
  }
  /* Slider */
  
  .slick-slide {
	  margin: 0px 20px;
  }
  
  .slick-slide img {
	  width: 100%;
  }
  
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }

  .logoimg
  {
	width: 80px;
	height: 80px;
  }

  /* *************************LOGIN/SIGNIN************************ */
  
  
  
  .form-signin{
	  background: white;
	  padding: 30px 80px;
	  min-height: 420px;
  }
  
  .one-line{
	  display: flex;
  }
  
  .forgot{
	  margin-left: auto;
  }
  
 
  
  /* not active */
  .nav-pills .pill-1 .nav-link:not(.active) {
	  border: none;
	  color: #6c757d !important;
	  font-weight: 700;
	  width: 0%;
	  transition: width 0.4s;
  }
  
  .nav-pills .pill-2 .nav-link:not(.active) {
	  border: none;
	  color: #6c757d !important;
	  font-weight: 700;
	  width: 0%;
	  transition: width 0.4s;
  }
  
  
  /* active (faded) */
  .nav-pills .pill-1 .nav-link {
	  background: white !important;
		 border-bottom: 2px solid #007bff;
	  color: #212529 !important;
	  font-size: 1.5rem;
	  font-weight: 700;
  }
  
  .nav-pills .pill-2 .nav-link {
	  background: white !important;
		 border-bottom: 2px solid #007bff;
	  color: #212529 !important;
	  font-size: 1.5rem;
	  font-weight: 700;
  }
  
  .nav-pills .pill-1 .nav-link:hover {
	  color: #212529 !important;
	  width: 100%;
	  border-bottom: 2px solid #007bff;
  
  }
  .nav-pills .pill-2 .nav-link:hover {
		color: #212529 !important;
	  width: 100%;
	  border-bottom: 2px solid #007bff;
  }
  
  
  .nav{
	  padding: 0 15px !important;
  }
  .nav-link{
      color:#0c4c91!important;
      font-weight:700;
      transition:.2s ease all;
      margin:0 10px!important;
  }
  .nav-link:hover{
      background-color:#dcddfa!important;
  }
  
  /* *****************************About Us************************* */
  * {
    box-sizing: border-box;
  }
  
  body,
  html {
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
    width: 100%;
    /* font-family: "Oswald", sans-serif; */
    font-size: 12pt;
    font-weight: 400;
  }
  
 
  
  a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
  }
  
  a:hover {
    transition: all 0.5s ease-in-out;
  }
  
  .we-are-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 900px;
  }
  
  @media screen and (max-width: 860px) {
    .we-are-block {
      height: 2200px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .we-are-block {
      height: 2300px;
    }
  }
  
  #about-us-section {
    background: #0c4c91;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  @media screen and (max-width: 860px) {
    #about-us-section {
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  .about-us-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-image {
      position: relative;
      width: 100%;
      height: 45%;
    }
  }
  
  @media screen and (max-width: 747px) {
    .about-us-image {
      height: 35%;
    }
  }
  
  @media screen and (max-width: 644px) {
    .about-us-image img {
      position: absolute;
      left: -220px;
    }
  }
  
  .about-us-info {
    display: flex;
    flex-direction: column;
    
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-right: 850px;
    margin-left: 12px;
    z-index: 2;
  }
  
  @media screen and (max-width: 1353px) {
    .about-us-info {
      margin-right: 400px;
      width: 60%;
      background: #0c4c9199;
      padding: 0px 25px 0px 0px;
    }
  }
  
  @media screen and (max-width: 1238px) {
    .about-us-info {
      margin-right: 340px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1111px) {
    .about-us-info {
      margin-right: 270px;
    }
  }
  
  @media screen and (max-width: 910px) {
    .about-us-info {
      margin-right: 150px;
    }
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info {
      margin: 0px 0px 0px 0px !important;
      padding: 0px 20px 0px 20px !important;
      width: 100%;
      height: 55%;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 747px) {
    .about-us-info {
      height: 65%;
    }
  }
  
  .about-us-info h2 {
    color: white;
    font-size: 40pt;
    text-align: center;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info h2 {
      text-align: center;
    }
  }
  
  .about-us-info p {
    color: white;
    font-size: 14pt;
    text-align: justify;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info p {
      text-align: justify;
    }
  }
  
  .about-us-info a {
    background-color: white;
    color: #0c4c91;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  
  .about-us-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
  }
  
  #history-section {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  @media screen and (max-width: 860px) {
    #history-section {
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  .history-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 820px;
    height: 100%;
    overflow: hidden;
  }
  
  @media screen and (max-width: 860px) {
    .history-image {
      position: relative;
      width: 100%;
      height: 40%;
    }
  }
  
  @media screen and (max-width: 747px) {
    .history-image {
      height: 35%;
    }
  }
  
  @media screen and (max-width: 644px) {
    .history-image img {
      position: absolute;
      right: -220px;
    }
  }
  
  .history-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-left: 850px;
    margin-right: 12px;
    z-index: 2;
  }
  
  @media screen and (max-width: 1353px) {
    .history-info {
      margin-left: 400px;
      width: 60%;
      background: #ffffff99;
      padding: 0px 0px 0px 25px;
    }
  }
  
  @media screen and (max-width: 1238px) {
    .history-info {
      margin-left: 340px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1111px) {
    .history-info {
      margin-left: 270px;
    }
  }
  
  @media screen and (max-width: 910px) {
    .history-info {
      margin-left: 150px;
    }
  }
  
  @media screen and (max-width: 860px) {
    .history-info {
      margin: 0px 0px 0px 0px !important;
      padding: 0px 40px 0px 40px !important;
      width: 100%;
      height: 60%;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 747px) {
    .history-info {
      height: 65%;
    }
  }
  
  .history-info h2 {
    color: #0c4c91;
    font-size: 35pt;
    text-align: left;
  }
  
  @media screen and (max-width: 860px) {
    .history-info h2 {
      text-align: center;
    }
  }
  
  .history-info p {
    color: #0c4c91;
    font-size: 14pt;
    text-align: justify;
  }
  
  @media screen and (max-width: 860px) {
    .history-info p {
      text-align: justify;
    }
  }
  
  .history-info a {
    background-color: #0c4c91;
    color: white;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  
  .history-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
  }
  /* -----------------company----------------------- */
.company {
  /* display: flex; */
  flex-direction: row;
  justify-content: space-between;
  
}

.company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img {
  width: 100%;
  margin: 1rem 0rem 0rem 2rem;
}

.img img {
  width: 100%;
}

.company-info {
  width: 100%;
  margin-right: 4rem;
}

.company-info span {
  font-size: 2.5rem;
  font-weight: bold;
}

.company-info span .our {
  color: #ffdc0e;
}

/* .company-info p{
  font-size: 1.1rem;
} */




/* ************************************ contact us *********************** */




section {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header {
  /*margin-bottom: 50px;*/
  text-align: center;
}

.section-header h2 {
  color:#212529;
  font-weight: bold;
  font-size: 3em;
  /*margin-bottom: 20px;*/
}

.section-header p {
  color: #171717;
}



.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #1da9c0;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #0f0e0e;
  font-size: 1em;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #00bcd4;
  color: #161616;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #00bcd4;
}
#contact .form-control
{
  border: 1px solid #007bff!important;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}

/* **************************************** FAQ ********************************* */

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
}
.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(21 19 112);
  text-align: center;
  color: #fff;
}


a{
color: #bbb lue;;

}

/* *********************************** CAREER ******************************** */

.pagecontainer {
  width: 1200px;
  margin: 0 auto;
}
.pagecontainer ul {
  padding: 0;
}
.headerimagecontainer {
  background-color:rgb(21 19 112);
  height: 540px;
  position: relative;
}
.headercontent {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.headercontent h1 {
  font-size: 3.750em;
  font-family: 'Oswald', 'Arial Narrow', 'Trebuchet MS', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  margin-bottom: 20px
}
.headercontent img {
  margin-top: -15px;
}
.benefitscontainer {
  margin-top: 50px;
}
.headercontent p,
.benefitscontainer p {
  font-size: 15px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 50px;
}
.headercontent p {
  width:60%;
}
.headercontent span {
  color: #e57177;
}
.headercontent a {
  font-size: 14px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
  cursor: pointer;
  background-color: #A9C74B;
  border: none;
  border-radius: 0;
  color: white;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.headercontent a:hover {
  background: #93AD41;
}
.benefitscontainer {
  text-align: center;
}
.benefitscontainer ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.benefitscontainer h2, .current-openings h2 {
  font-size: 30px;
  font-family: 'Oswald', 'Arial Narrow', 'Trebuchet MS', sans-serif;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: center;
}
.benefitscontainer h3 {
  font-size: 16px;
  font-family: 'Montserrat', 'Verdana', 'Geneva', sans-serif;
  color: #6d6e71;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#bottom-adjustment {
  margin-top: 20px;
}
#location {
  margin-top: 0;
}
.benefitscontainer p {
  color: #6d6e71;
}
.benefitscontainer span {
  font-size: .75rem;
}
.benefitscontainer li {
  width: 20%;
  margin-bottom: 50px;
  list-style: none;
}
.benefitscontainer img {
  width: 30%;
}
.variable-width button {
  display: none !important;
}
.variable-width img {
  margin: 0 15px;
}
.overall-carousel {
  overflow: hidden;
}
.ribbons-total {
  display: flex;
  justify-content: center;
  margin-bottom: -1.4em;
}
aside {
  line-height: 40px;
  position: relative;
}
aside.ribbons {
  background-color: #e57177;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  z-index: 200;
  margin-right: 2em;
}
.ribbons a, .grey-ribbon a {
  cursor: pointer;
}
.ribbons:after{
  border-width: 20px 10px 20px 0;
  border-color: #e57177 transparent;
  right: -10px;
}
.ribbons:before, .grey-ribbon:before {
  border-width: 20px 0 20px 10px;
  left: -10px;
}
.ribbons:before {
  border-color: #e57177 transparent;
}
aside:before, aside:after {
  content: '';
  position: absolute;
  border-style: solid;
}
aside.grey-ribbon {
  background-color: grey;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  z-index: 200;
  margin-left: 2em;
}
.grey-ribbon:after{
  border-width: 20px 10px 20px 0;
  border-color: grey transparent;
  right: -10px;
}
.grey-ribbon:before {
  border-color: grey transparent;
}
.current-openings {
  margin: 3.5em 0;
}
#whr_embed_hook {
  width: 75%;
  margin: auto;
}
.whr-info {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  margin-right: 2.5em;
}
.whr-info span {
  display: none;
}
.whr-item {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.whr-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.whr-title a {
  color: #e57177;
}
.whr-location, .whr-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.job-labels {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  width: 75%;
}
.whr-dept, .department {
  display: none;
}
.location {
  padding-left: 3em;
}
@media (max-width: 1199px) {
  .pagecontainer {
    width: 100%;
  }
  #whr_embed_hook, .job-labels {
    width: 75%;
    margin: 2em auto;
  }
}
@media (max-width: 900px) {
  .benefitscontainer li {
    width: 45%;
    margin-bottom: 0;
  }
  #ul2 {
    margin-top: 0;
  }
  .location {
    padding-left: 3em;
  }
}
@media (max-width: 780px) {
  .whr-info {
    width: 55%;
  }
  .location {
    padding-left: 5em;
  }
  .company-info span {
      font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
  .overall-carousel {
    display: none;
  }
  #whr_embed_hook, .job-labels {
    width: 95%;
  }
}
@media (max-width: 568px) {
  .whr-info {
    margin: 1em auto;
    width: 100%;
  }
  #whr_embed_hook, .job-labels {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .headercontent h1 {
    font-size: 2em;
  }
  .headercontent img {
    width: 30%;
  }
  .benefitscontainer li {
    width: 75%;
    margin-bottom: 0;
  }
  #whr_embed_hook, .job-labels {
    width: 95%;
    margin: 2em auto;
  }
  .location {
    padding-left: 0;
  }
}
/* ******************************************* Gallery ************************** */
.galleryimg
{
  width: 400px;
  height: 200px;
}


/* *************************************** Product Page ****************************** */
.product-content {
  background: #fff;
  padding: 15px;
  /*box-shadow: 0 0 0 5px rgba(0,0,0,0.1) inset;*/
}

.product-content .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.product-content .title a {
  color: #777;
  transition: all 0.3s ease 0s;
}

.product-content .title a:hover {
  color: #a5ba8d;
}

.product-content .price {
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 600;
}

.product-content .price span {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}