/* Base */
.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

.font-size-22 {
  font-size: 22px; }

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

.font-size-28 {
  font-size: 28px; }

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.font-gray-1 {
  color: #f7f7f7; }

.font-gray-2 {
  color: #e9e9e9; }

.font-gray-3 {
  color: #d9d9d9; }

.font-gray-4 {
  color: #c9c9c9; }

.font-gray-5, .block-heading-1 span {
  color: #b8b8b8; }

.font-gray-6 {
  color: #a8a8a8; }

.font-gray-7, body {
  color: #515151; }

.font-gray-8 {
  color: #7b7b7b; }

.font-gray-9 {
  color: #636363 #4d4d4d; }

.font-gray-10 {
  color: #353535; }

.border-gray-1 {
  border-color: #f7f7f7; }

.border-gray-2 {
  border-color: #e9e9e9; }

.border-gray-3 {
  border-color: #d9d9d9; }

.border-gray-4 {
  border-color: #c9c9c9; }

.border-gray-5 {
  border-color: #b8b8b8; }

.border-gray-6 {
  border-color: #a8a8a8; }

.border-gray-7 {
  border-color: #939393; }

.border-gray-8 {
  border-color: #7b7b7b; }

.border-gray-9 {
  border-color: #636363 #4d4d4d; }

.border-gray-10 {
  border-color: #353535; }

.bg-gray-1 {
  border-color: #f7f7f7; }

.bg-gray-2 {
  border-color: #e9e9e9; }

.bg-gray-3 {
  border-color: #d9d9d9; }

.bg-gray-4 {
  border-color: #c9c9c9; }

.bg-gray-5 {
  border-color: #b8b8b8; }

.bg-gray-6 {
  border-color: #a8a8a8; }

.bg-gray-7 {
  border-color: #939393; }

.bg-gray-8 {
  border-color: #7b7b7b; }

.bg-gray-9 {
  border-color: #636363 #4d4d4d; }

.bg-gray-10 {
  border-color: #353535; }

.letter-spacing-1 {
  letter-spacing: 0.1em; }

.letter-spacing-2 {
  letter-spacing: 0.2em; }

.border-w-1 {
  border-width: 1px; }

.border-w-2 {
  border-width: 2px; }

.border-w-3 {
  border-width: 3px; }

.border-w-4 {
  border-width: 4px; }

.border-w-5 {
  border-width: 5px; }

.primary-black--hover {
  background: #7f4782;
  color: #fff; }
  .primary-black--hover:hover {
    background: #000;
    color: #fff; }

.primary-dark--hover {
  background: #7f4782;
  color: #fff; }
  .primary-dark--hover:hover {
    background: gray;
    color: #fff; }

.primary-primary-outline--hover {
  background: #7f4782;
  color: #fff; }
  .primary-primary-outline--hover:hover {
    border-color: #7f4782;
    background: transparent; }

.primary-outline-primary--hover {
  background: transparent;
  border-color: #7f4782; }
  .primary-outline-primary--hover:hover {
    color: #fff;
    background: #7f4782; }

body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem; }

::-moz-selection {
  background: #3384F2;
  color: #fff; }

::selection {
  background: #3384F2;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Roboto', sans-serif; }

.border-2 {
  border-width: 2px; }

.btn.btn-white-outline {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .btn.btn-white-outline:hover {
    color: #000;
    background: #fff; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: 'Roboto', sans-serif; }
  .form-control:active, .form-control:focus {
    border-color: #7f4782; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-footer {
  padding: .5rem 0;
  background: #333333; }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(52, 58, 64, 0.4); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: 'Roboto', sans-serif;
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #7f4782; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.top-bar {
  border-bottom: 1px solid #e9ecef !important; }
 
/* Navbar */ 
.sticky-wrapper .navbar {
  background: #fff;margin-bottom: 0px;
  z-index: 1999 !important;
  position: relative;
  width: 100%;-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  padding: 0;transition: .3s all ease;-webkit-transition: .3s all ease;-o-transition: .3s all ease;
}
.sticky-wrapper.is-sticky .navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.site-logo {
  width: 14%;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  right: 0;
  top: 0px;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0; margin-top: 20px;
  z-index: 3; margin-bottom: 20px;
}
.header ul.main-menu > li.current-menu-item:first-child a, 
.header ul.main-menu > li:not(.current_page_item):not(.current-menu-item):first-child a:hover{
  filter: none;
}
.header.headroom--top ul.main-menu > li a, .header.headroom--top ul.main-menu > li a:active, .header.headroom--top ul.main-menu > li a:focus, 
.header.headroom--top ul.main-menu > li.current-menu-item:hover a, .header.headroom--top ul.main-menu > li.current-menu-ancestor:hover a,
.header.headroom--top ul.main-menu > li.current-menu-item a:hover, .header.headroom--top ul.main-menu > li.current-menu-ancestor a:hover {
  color: #fff;
}
.header ul.main-menu > li a, .header ul.main-menu > li a:active, .header ul.main-menu > li a:focus, 
.header ul.main-menu > li.current-menu-item:hover a, .header ul.main-menu > li.current-menu-ancestor:hover a,
.header ul.main-menu > li.current-menu-item a:hover, .header ul.main-menu > li.current-menu-ancestor a:hover, .header:hover ul.main-menu > li a, .header:hover ul.main-menu > li a:active, .header:hover ul.main-menu > li a:focus, .header:hover ul.main-menu > li a, .header:hover ul.main-menu > li a:active, .header:hover ul.main-menu > li a:focus, .header:hover ul.main-menu > li.current-menu-item:hover a, .header:hover ul.main-menu > li.current-menu-ancestor:hover a{
  color: #000000;
}

.header ul.main-menu  > li.menu-item-has-children {
  position: relative;
}

.header ul.main-menu  > li a{
  transition: .5s all ease;
  font-size:18px;
  padding: 10px;
}
.header ul.main-menu  > li.menu-item-has-children > a:after {
  content: '\f107';
  padding: 4px 6px 6px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  font-size: 16px;
  transition: .5s all ease;
  position: absolute;
}

.header ul.main-menu  > li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}

.header ul.main-menu ul.sub-menu{
  display: none;
}

.header ul.main-menu li::marker {
  display: none;
  visibility: hidden;
}

.header ul.main-menu ul.sub-menu {
  background-color: #ffffff; text-align: left;
  position: absolute;
  top: 45px;
  right: -40px;
  width:220px;
  z-index: 100002;
  animation: downOut 300ms ease-in-out forwards;
  transform-origin: center center;
  padding-left: 0;
  padding-top:0px;
  padding-bottom: 0px;
  border-radius: 5px;
  border-radius: 3px;
  box-shadow: 0 14px 35px 0 rgb(9 9 12 / 40%);
}

.header ul.main-menu ul.sub-menu:before{
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  content: '';
  right: 40px;
  margin-left: -10px;
  position: absolute;
}
.header ul.main-menu ul.sub-menu:after{
  top: -14px;
  content: '';
  left: 0px;
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
}

.header ul.main-menu  > li:hover ul.sub-menu {
  display: block;
}

.header ul.main-menu ul.sub-menu li, .main-menu.mobile-menu li{
  color: #000000;
  margin: 0;
  padding-top: 1px ;
  overflow: hidden;
}

.main-menu.mobile-menu li.menu-item-has-children{
  display: none;
}

.header ul.main-menu ul.sub-menu li a, .main-menu.mobile-menu li a{
  color: #000000;
  border-left: 3px solid #fff;
  font-size: 18px;
  padding: 7px 5px 7px 15px;
  transition: 0.5s;
  display: block;
}

.header ul.main-menu ul.sub-menu li a:hover, 
.header ul.main-menu ul.sub-menu li.current_page_item a, 
.header ul.main-menu ul.sub-menu li.current-menu-item a, 
.primary-menu.mobile-menu li a:hover,
.primary-menu.mobile-menu li.current_page_item a,
.primary-menu.mobile-menu li.current-menu-item a{
  color: #000000;
  border-left: 3px solid #f8766d;
  background-color: #F1F3F4;
}
.header ul.main-menu{ 
  margin: 0; list-style: none;}
.header ul.main-menu > li {
  position: relative;display: inline-block;
  padding-left: 0;
  padding-right: 0; line-height: 100%;
}
.header ul.main-menu li:not(:last-child) {
  margin-right: 10px;
}
.header ul.main-menu > li::after {
  content: " ";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  position: absolute;
  z-index: 0;
  opacity: 0;
  background-color:6EC1E4;
  background-image: none;
  height: 1px;
  bottom: -5px;
  left: 50% !important;
  right: auto !important;
}
.header ul.main-menu > li.menu-item-home {
  display: none;
}
.header ul.main-menu > li::after {
  opacity: 0;
  width: 0;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header ul.main-menu > li:not(.current_page_item):not(.current-menu-item):hover::after, 
.header ul.main-menu > li.current-menu-item::after, .header ul.main-menu > li.current-menu-ancestor::after {
  opacity: 1;
  width: 100%;
  left: 0 !important;
  right: auto !important;
}

@-moz-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@-webkit-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@-o-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
.site-mobile-menu{ display: none;}
/* Blocks */
.site-section-cover {
  position: relative; }
  .site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2; }
  .site-section-cover, .site-section-cover .container > .row {
    height: 100vh;
    min-height: 700px; }
    @media (max-width: 991.98px) {
      .site-section-cover, .site-section-cover .container > .row {
        height: 70vh;
        min-height: 400px; } }
  .site-section-cover.overlay {
    position: relative; }
    /* .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(52, 58, 64, 0.75);
      z-index: 1; } */
  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
        font-size: 2rem; } }
  .site-section-cover p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8); }

.site-section {
  padding:1.5rem 0; }
  .site-section.about-section{ padding: 0px;}
  @media (max-width: 991.98px) {
    .site-section {
      padding: .75rem 0; } }
      .site-section.about-section h1{font-size: 42px; font-weight: 500; margin: 0px; margin-bottom: 24px;}
      .site-section.about-section h1::before{ display: none;}
      .bannerSec.site-section.about-section { position: relative;}
      .site-section p{ font-size: 1em; margin: 0px;margin-bottom: 16px; line-height: 1.75em;}
      .site-section.about-section p{ font-size: 1em;font-weight: 400; text-align: justify;}
      .bannerSec.site-section.about-section p{line-height:1.45em;}
      .bannerSec.site-section.about-section .justify-content-center{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: end !important;}      
       .site-section h3{font-size: 24px;}
.gradient-bg-1, .block-feature-1 .icon {
  background: #51eaea;
  background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
  background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
  background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51eaea', endColorstr='#499bea', GradientType=0 ); }

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold; }

.block-heading-1 h2 {
  font-size: 2em; margin: 0px; font-weight: 400;
  color: #6EC1E4; margin-bottom:1.5rem; }
  #home-section .text-primary{color: #37A !important;}
.block-feature-1-wrap {
  margin-bottom: 7rem; }
  .block-feature-1-wrap > .container > .row {
    margin-left: -18px;
    margin-right: -18px; }
    .block-feature-1-wrap > .container > .row > .col,
    .block-feature-1-wrap > .container > .row > [class*="col-"] {
      padding-right: 36px;
      padding-left: 36px; }

.block-feature-1 {
  background: #f2f2f2;
  padding: 30px 30px 30px 50px;
  position: relative; }
  .block-feature-1 h2 {
    font-size: 18px; }
  .block-feature-1 .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .block-feature-1 .icon > span {
      font-size: 40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.block-img-video-1-wrap .block-img-video-1 {
  position: relative;
  margin-top: -10rem; }

.block-img-video-1 > a {
  display: block;
  position: relative;
  cursor: pointer; }
  .block-img-video-1 > a .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff; }
    .block-img-video-1 > a .icon > span {
      position: absolute;
      top: 50%;
      font-size: .8rem;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000; }

.block-counter-1 {
  text-align: center; }
  .block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1; }
  .block-counter-1 .number {
    color: #7f4782;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .block-counter-1 .number:after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.3); }
  .block-counter-1 .caption {
    font-size: 14px;
    color: #000;
    letter-spacing: .05em; }

.block-team-member-1 {
  padding: 30px; background-color: #f5f5f5; border-radius: 5px;
  border: 1px solid #e2e2e2; margin-bottom: 20px; }
  .block-team-member-1 p{ margin: 0; font-size: 18px; font-weight: 500; color: #000;}
  .block-team-member-1 figure img {
    width: 130px; }
    #Candidate-benefits-section .block-team-member-1{background-color: #ffffff;border: 1px solid #aaaaaa;}

.block-social-1 > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative; }
  .block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-testimony-1 {
  padding: 20px; }
  .block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif; }
  .block-testimony-1 figure {
    position: relative;
    padding-top: 20px; }
    .block-testimony-1 figure:before {
      position: absolute;
      content: "";
      width: 50px;
      left: 50%;
      display: none;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #7f4782;
      height: 2px; }
    .block-testimony-1 figure img {
      max-width: 60px; }
  .block-testimony-1 h3 {
    font-size: 18px; }

.block-13 .owl-nav {
  display: none; }

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #cccccc; }
    .block-13 .owl-dots .owl-dot.active span {
      background: #7f4782; }

.post-entry {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .post-entry:hover {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .post-entry h2 {
    font-size: 20px; }
  .post-entry *:last-child {
    margin-bottom: 0; }

.by {
  color: #000;
  border-bottom: 1px dotted #ccc; }
  .by:hover {
    border-bottom: 1px dotted #7f4782; }

.form-control {
  border: none;
  -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.slide {
  height: 100vh;
  min-height: 900px;
  background-size: cover; }

.btn-md {
  padding: 8px 20px; }

.border-w-2 {
  border-width: 2px !important; }

.block__73694 .block__73422 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .block__73694 .block__73422 {
      height: 400px; } }

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.4); }
  .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }
  .bg-dark{background-color: #f2f3f5 !important;} 
  .display-3{font-size: 3.3rem;}
.footersection p{font-weight: 400;font-size: 14px;line-height: 1.7;}
.footersection address{font-weight: 400;font-size: 12px;line-height: 1.7;  margin: 0; color: #737373;}
.footersection ul.nav{justify-content: start;}
.footersection ul li{ margin: 0 10px; text-align: right;}
.footersection ul li a{font-weight: 400;font-size: 14px; color: #8b8b8b;line-height: 1.7;}
.footersection ul li a:hover{ color: #fff;}
.content-area h1.entry-title{color: #4c4c4c;font-weight: 500;text-align: left;margin-bottom: 0.1em;font-size: 2em;}
.content-area h1.entry-title::before{ display: none;}
.content-area p{margin:10px 0 !important;font: 400 14px/24px 'Roboto', sans-serif;color: #515151; width: 100% !important;max-width: 100% !important;}
.content-area h5{ font: 500 18px/20px 'Roboto', sans-serif;color: #515151;margin: 20px 0 !important;}
.content-area ul { margin: 10px 0 !important; width: 100% !important;max-width: 100% !important;}
.content-area ul li{margin: 0 0 10px 15px;padding: 0 0 7px 15px;padding-bottom: 0;font-size: .75rem;font-weight: 300;color: #4c4c4c;line-height: 1.5;}
 .connecting_email h4{ margin: 5px 0;font-size: 24px;}
.connecting_email p{ margin: 0;}
.connecting_email p a{ display: inline-block; vertical-align: top; margin-left: 10px;}
.card-outer .card .mb-3{ margin-bottom: 20px !important;}
.card-outer .card{border-radius:10px; text-align: center;}
#home-section .card-outer .card h3{ margin: 0 0 16px 0 !important; font-size: 18px; font-weight: 600; color: #2b3999 !important;}
#home-section .card-outer .card ul{ margin: 0 0 0 10px;  padding: 0 0 0 10px; list-style: disc;}
#home-section .card-outer .card ul li{font-size: .75rem;font-weight: 300;color: #4c4c4c;line-height: 1.5;}
.entry-header h1.entry-title{margin: 24px 0 16px 0 !important;font-size: 32px;font-weight: 500;color: #6EC1E4 !important;margin-bottom: 1.5rem;}
.site-main{width: 100%;max-width: 1465px;padding: 0 1.6rem;margin: 0 auto;} 
.entry-content p{font-size: .75rem;font-weight: 400;color: #4c4c4c;line-height: 1.5;}
.site-content{background-color: #fff !important; min-height: 83vh;}
.container {width: 100%;max-width: 1465px;padding: 0 1.6rem;}
.entry-content ul{ margin: 0 0 0 10px; padding: 0 0 0 20px;}
.entry-content ul li{font-size: .75rem;font-weight: 400;color: #4c4c4c;line-height: 1.5; margin: 0 0 0px 10px; padding: 0 0 10px 10px;}
.entry-content h4{font-size: .75rem;font-weight: 600;color: #4c4c4c;line-height: 1.5; margin: 20px 0 !important; padding: 0;}
.img-cards-wrapper{overflow: hidden;}
.image-card{background-position: center;background-size: cover;min-height: 525px;padding: 1rem;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background-color: #fff;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);margin: 0;border-radius: 0;}
.image-card span {-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;opacity: 0;position: absolute;top: 2rem;right: 2rem;z-index: 3;color: white;background: #f8766d;width: 2.4rem;height: 2.4rem;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;} 
.img-cards-wrapper .image-card:hover {-webkit-transform: scale(1.015);transform: scale(1.015);box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);}
.img-cards-wrapper .image-card:after, .img-cards-wrapper .image-card:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #292929;opacity: 0.1;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.img-cards-wrapper .image-card:before {background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #292929), color-stop(60%, rgba(41, 41, 41, 0)));background: linear-gradient(0deg, #292929 5%, rgba(41, 41, 41, 0) 60%);opacity: 1;}
.img-cards-wrapper .image-card:hover:after {background: rgba(41, 41, 41, 0); opacity: 0;}
.img-cards-wrapper .image-card:hover span {opacity: 1;}
.img-cards-wrapper .image-card .content {z-index: 2;position: relative;padding: 1rem;}
.img-cards-wrapper .image-card h5 {color: #e8e8e8;font-size: .95rem;  line-height: 1.25em; font-weight: 400;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.img-cards-wrapper .image-card:hover h5{font-size: 1rem;}
.width100{width: 100%;max-width: 100% !important; margin: 0px !important;}
.listing-page-awsm_job_openings .entry .entry-content > .awsm-job-wrap{ width: 100%; max-width: 100% !important; margin: 0px;}
.awsm-row .awsm-jobs-pagination{ text-align: center;}
.listing-page-awsm_job_openings .awsm-load-more-main a.awsm-load-more{ display: inline-block; padding:5px 10px;font-size: 12px; color: #fff; background-color: #f8766d;}
.awsm-job-item h2.awsm-job-post-title{ color: #f8766d;}
a.awsm-job-item .awsm-job-specification-item{ font-weight: 600;}
a.awsm-job-item .awsm-job-more{ color: rgba(0, 80, 239, 1); font-size: 12px;}

.awsm_job_openings-template-custom h1{margin: 24px 0 16px 0 !important;font-size: 32px;font-weight: 500;color: #6EC1E4 !important;}
.awsm_job_openings-template-custom h1:not(.site-title):before{display: none;}
.awsm_job_openings-template-custom .awsm-job-form{ display: none !important;}
.awsm_job_openings-template-custom .awsm-job-entry-content h5{ font-size: 18px; color: #f8766d;}
.awsm_job_openings-template-custom .awsm-job-entry-content p{ font-size: 16px; line-height: 20px;}

.awsm_job_openings-template-custom .awsm-job-entry-content li{ font-size: 16px; line-height: 20px;}
.awsm_job_openings-template-custom .awsm-job-specification-item{ font-size: 16px; color: #4c4c4c;}
.awsm-job-specification-wrapper{ display: flex;gap: 5em;}
.awsm_job_openings-template-custom .awsm-job-specification-item .awsm-job-specification-label{ display: none !important;}
/* Responsive start here  */
/* For Desktop View */
@media screen and (min-width: 1024px) {
   
}
@media screen and (max-width: 1024px) {
  .offcanvas-menu .site-mobile-menu{ display: block;}
  .site-logo{ width: 20%;}
}
/* For Tablet View */
@media screen and (min-device-width: 768px)
  and (max-device-width: 1024px) { 
    
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
  and (orientation: portrait) {
    .site-logo{ width: 50%;}
    .site-section-cover{height: 100vh;}
    .site-section.about-section h1{font-size: 2em;}
    .site-section.about-section p,.site-section p{font-size: .725em;}
    .about-section .container,.site-section .container{ padding: 0 .5em;} 
    .block-heading-1 h2{ font-size: 1.25em;}
    .image-card{min-height: 200px;}
    .img-cards-wrapper .image-card .content{ padding: 0;}
    .image-card span{top: 1rem;right: 1rem;}
    .footersection p{ text-align: center;}
    .footersection ul.nav{ justify-content: center;}
    .connecting_email h4{ text-align: center;}
    .connecting_email{ margin-top: 1em;}
}
    

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
  and (orientation: landscape) {
    .site-logo{ width: 50%;}
}

/* For Mobile Phones Portrait or Landscape View */
@media screen
  and (max-device-width: 640px) {
    .site-logo{ width: 35%;}
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .site-logo{ width: 50%;}
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px)
  and (device-width: 320px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .site-logo{ width: 50%;}
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px)
  and (min-device-width: 375px)
  and (-webkit-min-device-pixel-ratio: 3) {
    .site-logo{ width: 50%;}
}
