@charset "UTF-8";
/**
* Template Name: BlueAlly Web-SCSS - v2.0.0
* Author: Tomin Varghese Thomas
* Last updated on 05-MAR-2021 @ 1:40PM
*/
/*-------------------------------------------------------------
# General      <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BlueAlly font-face
--------------------------------------------------------------*/
@font-face {
  font-family: "robotolight";
  src: url("../font2/roboto-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../font2/roboto-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slablight";
  src: url("../font2/robotoslab-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_slabregular";
  src: url("../font2/robotoslab-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../font2/roboto-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* html{
  scroll-behavior: smooth;
} */
body {
  -webkit-font-smoothing: antialiased;
  font-family: "robotoregular" !important;
  font-size: 1rem !important;
  color: #000;
  line-height: 1.625;
  background-color: aliceblue;
}

a {
  color: #3579d4;
}
a:hover {
  color: #0075BB;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "robotomedium";
}

/* custom scroll bar */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0075BB;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #0075BB;  */
  background: #EF4036;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.img-ani-animatedY {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.img-ani-animatedX {
  animation: left-right 2s ease-in-out infinite alternate-reverse both;
}
.img-anti-animatedY {
  animation: down-up 2s ease-in-out infinite alternate-reverse both;
}
.img-anti-animatedX {
  animation: right-left 2s ease-in-out infinite alternate-reverse both;
}

.whole-animated {
  animation: none;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes down-up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes down-up {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes right-left {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes right-left {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.callback-form {
  padding: 110px 0 !important;
}
.callback-form .contact-form {
  padding: 0px;
  border-radius: 5px;
  text-align: center;
}
.callback-form .contact-form input {
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #6a6a6a;
  border: 1px solid #ececec !important;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}
.callback-form .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.callback-form .contact-form textarea {
  border-radius: 6px;
  height: 154px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #6a6a6a;
  border: 1px solid #ececec !important;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}
.callback-form .contact-form textarea :focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.callback-form .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}
.callback-form .contact-form button.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.callback-form .contact-form button.border-button:hover {
  background-color: #fff;
  color: #0075BB;
}

.map-sty [class*=col-] {
  margin-bottom: 30px;
}

.contact-us .contact-form button.filled-button {
  background-color: #0075BB;
  border: 2px solid #0075BB;
  color: #fff;
  /* border: none; */
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  /* border-radius: 30px; */
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.contact-us .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #0075BB;
  border: 2px solid #0075BB;
}

#main-start {
  padding: 140px 0 60px 0 !important;
}

/* ---------------------------------------------------------- */
.index-header {
  text-align: center;
  background: transparent;
  background-image: url(../img/header.jpg);
  background-position: 0% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  box-shadow: #421D5D 0px 5px 15px;
  border-bottom-left-radius: 50% 200px;
  border-bottom-right-radius: 50% 200px;
  height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.header-video {
  width: 100%;
  height: auto;
}

svg.ved-svg {
  width: 100%;
}

.shape {
  position: relative;
  overflow: hidden;
  height: 70vh;
}
.shape::before {
  border-radius: 100%;
  position: absolute;
  background: rgba(80, 80, 80, 0.966);
  right: -50vh;
  left: -50vh;
  top: -200px;
  content: "";
  bottom: 0;
}

/* ---------------------------------------------------------- */
.grid {
  position: relative;
  /* margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px; */
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure .con-img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  height: 15rem;
  background-color: #0075BB;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption > a, .grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.grid figure figure h2, .grid figure figure p {
  margin: 0;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); */
  background: -webkit-linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #57a2c1 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #57a2c1 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ---------------------------------------------------------- */
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(37, 80, 139, 0.69), rgba(37, 80, 139, 0.75)), url(../images/banner-img/news.jpg) fixed center center;
  background: linear-gradient(rgba(37, 80, 139, 0.69), rgba(37, 80, 139, 0.75)), url(../images/banner-img/news.jpg);
  background-size: cover;
  padding: 110px 0;
}
#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "roboto_slabregular";
}
#call-to-action p {
  color: #fff;
}
#call-to-action form {
  background: #fff;
  padding: 6px 0px;
  position: relative;
  border-radius: 50px;
}
#call-to-action form input[type=email] {
  border: 0;
  padding: 4px 0px;
  width: calc(100% - 35px);
}
#call-to-action form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #0075BB;
  color: #fff;
  transition: 0.3s;
  border-radius: 30px;
}
#call-to-action form input[type=submit]:hover {
  /* background: #3da8d4; */
  background: #133D5B;
  /* background: #3579d4; */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #0075BB;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.back-to-top:hover {
  color: #fff;
  background: #3579d4;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background-color: #fff !important;
}
#header.header-transparent, #header-common.header-transparent {
  background: none;
}
#header.header-scrolled, #header-common.header-scrolled {
  background: white;
  height: 66px;
  padding: 10px 0;
}
#header.header-scrolled nav ul li a, #header-common.header-scrolled nav ul li a {
  color: #0075BB;
}
#header.header-scrolled nav ul li.active a {
  color: #EF4036;
  font-weight: 600;
}
#header-common {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
}
#header-common .header-scrolled nav ul li.active a {
  color: #EF4036;
}
#header-common .header-scrolled nav ul li.active ul li a {
  color: #fff;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img,
#header-common .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  white-space: nowrap;
  float: left;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-menu a , .nav-menu-apple ul li {
  display: block;
  position: relative;
  color: #0075BB;
  border: 2px solid transparent;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  font-weight: 700;
  font-family: "Montserrat-Medium";
  font-family: "robotoregular";
}

.nav-menu-apple ul li{
  white-space: nowrap;
  float: left;
  text-transform:initial;
  font-weight: 500;
  color: #dfdfdf;
}

.nav-menu-apple ul li a{
  color: #dfdfdf;
}

#header-common .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #EF4036;
  text-decoration: none;
  font-weight: 500;
  font-weight: 700;
}

.breadcrumbs .nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  border: 2px solid transparent;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  font-weight: 700;
  font-family: "Montserrat-Medium";
  font-family: "robotoregular";
}

#headder .nav-menu a {
  color: #ddecf5;
}

#header-common .nav-menu a {
  color: #fff;
}

#header-common .nav-menu .active > a {
  color: #EF4036;
}

#headder-common .nav-menu a:hover, #headder-common .nav-menu .active > a, #headder-common .nav-menu li:hover > a,
#headder .nav-menu a:hover, #headder .nav-menu .active > a, #headder .nav-menu li:hover > a {
  color: #0075BB;
  text-decoration: none;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #EF4036;
  text-decoration: none;
  font-weight: 500;
  font-weight: 700;
}

.breadcrumbs .nav-menu a:hover, .breadcrumbs .nav-menu .active > a, .breadcrumbs .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-weight: 700;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% - 30px);
  min-width: 140px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #123d5b;
  margin-top: 0.8rem;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border: 1px solid #fff;
}

@media (max-width: 1440px) {
  .nav-menu .drop-down ul.managed-dropdown {
    right: 200px !important;
  }
}
@media (min-width: 1441px) and (max-width: 2110px) {
  .nav-menu .drop-down ul.managed-dropdown {
    right: 200px !important;
  }
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius: 8px;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  /* color: #0075BB; */
  color: #ffffff !important;
  background-color: #0075BB !important;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 96%;
  right: 30%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
}
/* Mobile Navigation */
.mobile-nav,.mobile-nav-apple {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #0075BB;
  transition: 0.4s;
}

.mobile-nav-apple {
  background: #0d0d0e;
  text-transform: initial!important;
}
.mobile-nav *,.mobile-nav-apple * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a, .mobile-nav-apple a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav .drop-down > a:after,
.mobile-nav-apple .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .drop-down > a,
.mobile-nav-apple .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul,
.mobile-nav-apple .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li,
.mobile-nav-apple .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle,
.mobile-nav-apple-toggle {
  position: fixed;
  z-index: 9998;
  right: 15px;
  border: 0;
  background: none;
  font-size: 36px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle{
  top: 22px;
}

.mobile-nav-apple-toggle {
  top: 76px;
}

@media (min-width: 576px) and (max-width: 609px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 5%;
  }
}

/* @media (min-width: 768px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 10%;
  }
} */


@media (min-width: 610px) and (max-width: 660px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 8%;
  }
}

@media (min-width: 661px) and (max-width: 750px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 14%;
  }
}

@media (min-width: 751px) and (max-width: 791px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 3%;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 7%;
  }
}

@media (min-width: 851px) and (max-width: 891px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 9%;
  }
}

@media (min-width: 900px) and (max-width: 950px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 11%;
  }
}

@media (min-width: 951px) and (max-width: 991px) {
  .mobile-nav-toggle,
  .mobile-nav-apple-toggle {
    right: 13%;
  }
}

.mobile-nav-toggle i{
  color: #0075BB;
}

.mobile-nav-apple-toggle i{
  color:#dfdfdf
}
.mobile-nav-overly,
.mobile-nav-apple-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(38, 80, 139, 0.75);
  overflow: hidden;
  display: none;
}

.mobile-nav-apple-overly{
  background: rgba(24, 25, 26, 0.75);
}
.mobile-nav-active,
.mobile-nav-apple-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav,
.mobile-nav-apple-active .mobile-nav-apple {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i,
.mobile-nav-apple-active .mobile-nav-apple-toggle i {
  color: #fff;
}
.mobile-nav a:hover,.mobile-nav-apple a:hover, 
.mobile-nav .active > a,.mobile-nav-apple .active > a,
.mobile-nav li:hover > a,.mobile-nav-apple li:hover > a {
  color: #EF4036;
  text-decoration: none;
}

.mobile-nav .active.drop-down > a:after,
.mobile-nav-apple .active.drop-down > a:after  {
  content: "";
}

/* =========================================================== 
service box
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.serv-details-entry {
  overflow: hidden;
}
.serv-details-entry p {
  font-size: 14px;
  font-size: 15px;
  color: #000;
}
.serv-details-entry .text {
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.serv-details-entry .text .topper {
  margin-top: -52px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0px;
  background: #000;
  justify-content: space-between;
}
.serv-details-entry .text .topper:hover {
  background: #0075BB;
}
.serv-details-entry .text .topper:hover .two {
  background-color: #000;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.serv-details-entry .text .topper .two {
  background-color: #0075bb;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.serv-details-entry .text .heading {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}
.serv-details-entry .text a {
  color: #000000;
}
.serv-details-entry span.day {
  font-size: 44px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.serv-details-entry .one {
  width: 70px;
}
.serv-details-entry span.yr, .serv-details-entry span.mos {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  color: white;
}

/* .block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
} */

.block-20 {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position: center center; */
  position: relative;
  display: block;
  width: 100%;
  height: 195px;
}

.text p {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .serv-details-entry {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------ */
/*--------------------------------------------------------------
# Hero-como Section
--------------------------------------------------------------*/
#hero-como::after, #hero-blogs-single::after, #hero-blogs::after {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(37, 80, 139, 0.22)), url(../images/banner-img/about-bg2.jpg) center no-repeat fixed;
}
#hero-news-single::after, #hero-news::after {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(37, 80, 139, 0.22)), url(../images/banner-img/about-bg2.jpg) center no-repeat fixed;
}

#hero-cloud::after {
  background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(37, 80, 139, 0.65)), url(../images/banner-img/services.jpg) center no-repeat;
}
#hero-dell::after {
  background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(37, 80, 139, 0.65)), url(../images/banner-img/dellpower.jpg) center no-repeat;
}
#hero-network::after {
  background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(37, 80, 139, 0.65)), url(../images/banner-img/solution.jpg) center no-repeat;
}
#hero-managed::after {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(37, 80, 139, 0.65)), url(../images/banner-img/managed-service.jpg) top no-repeat;
}
#hero-core-net::after {
  background: linear-gradient(rgba(0, 0, 0, 0.56), rgba(37, 80, 139, 0.45)), url(../images/banner-img/strategy.jpg) center no-repeat;
}
#hero-careers::after {
  background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(37, 80, 139, 0.65)), url(../images/banner-img/about-bg2e.jpg) center no-repeat;
}

#hero-apple::after {
  /* background: url(../images/apple/banner.jpg) center no-repeat; */
  background: #000;
}

#hero-privacy::after {
  background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(37, 80, 139, 0.65)), url(../images/banner-img/privacy-policy-2.jpg) center no-repeat;
  background: linear-gradient(rgb(0 0 0 / 66%), rgb(31 73 130 / 78%)), url(../images/banner-img/privacy-policy.jpg) center no-repeat;
}

#hero-apple,#hero-como, #hero-cloud, #hero-dell, #hero-network, #hero-blogs-single, #hero-managed, #hero-core-net, #hero-careers, #hero-blogs,#hero-news-single,#hero-news,
#hero-privacy {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
}
#hero-apple::after,#hero-como::after, #hero-cloud::after, #hero-dell::after, #hero-network::after, #hero-blogs-single::after, 
#hero-managed::after, #hero-core-net::after, #hero-careers::after, #hero-blogs::after,#hero-news-single::after,#hero-news::after,
#hero-privacy::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 76vh;
  background-size: cover;
  z-index: 0;
}
#hero-apple::before,#hero-cloud::before, #hero-cloud::after, #hero-dell::after, #hero-network::before, #hero-network::after, #hero-como::before, #hero-como::after, #hero-blogs-single::before, #hero-blogs-single::after, #hero-managed::before, #hero-managed::after, #hero-core-net::before, 
#hero-core-net::after, #hero-careers::before, #hero-careers::after, #hero-blogs::before, #hero-blogs::after,#hero-news-single::before,#hero-news::before,
#hero-privacy::after {
  width: 100%;
}
#hero-cloud h2, #hero-dell h2, #hero-network h2, #hero-como h2, #hero-blogs-single h2, #hero-managed h2, #hero-core-net h2, #hero-careers h2, #hero-blogs h2, #hero-news-single h2,#hero-news h2,
#hero-privacy h2 {
  color: #fff;
  margin-top: 166px;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
#hero-apple .carousel-container,#hero-cloud .carousel-container, #hero-dell .carousel-container, 
#hero-network .carousel-container, #hero-como .carousel-container, 
#hero-blogs-single .carousel-container, #hero-managed .carousel-container, 
#hero-core-net .carousel-container, #hero-careers .carousel-container, 
#hero-blogs .carousel-container, #hero-news-single .carousel-container,#hero-news .carousel-container,
#hero-privacy .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-apple .carousel-item,#hero-cloud .carousel-item, #hero-dell .carousel-item, #hero-network .carousel-item, #hero-como .carousel-item, #hero-blogs-single .carousel-item, #hero-managed .carousel-item, #hero-core-net .carousel-item, #hero-careers .carousel-item, 
#hero-blogs .carousel-item,#hero-news .carousel-item,#hero-news-single .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
#hero-apple .btn-get-started,#hero-cloud .btn-get-started, #hero-dell .btn-get-started, #hero-network .btn-get-started, #hero-como .btn-get-started, #hero-blogs-single .btn-get-started, #hero-managed .btn-get-started, #hero-core-net .btn-get-started, #hero-careers .btn-get-started, #hero-blogs .btn-get-started {
  font-family: "robotoregular";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #0075BB;
}
#hero-apple .btn-get-started:hover,#hero-cloud .btn-get-started:hover, #hero-dell .btn-get-started:hover, #hero-network .btn-get-started:hover, #hero-como .btn-get-started:hover, #hero-blogs-single .btn-get-started:hover, #hero-managed .btn-get-started:hover, #hero-core-net .btn-get-started:hover, #hero-careers .btn-get-started:hover, #hero-blogs .btn-get-started:hover {
  background: #0075BB;
  color: #fff;
  text-decoration: none;
}
#hero-cloud p, #hero-dell p, #hero-network p, #hero-como p, #hero-blogs-single p, 
#hero-managed p, #hero-core-net p, #hero-careers p, #hero-blogs p,
#hero-privacy p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 22px;
}
#hero-cloud,#hero-dell,#hero-privacy {
  height: 85vh;
}

#hero-como {
  height: 85vh;
}
#hero-como::after {
  height: 85vh;
}

.carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  #hero-como .carousel-control-prev, #hero .carousel-control-next,
#hero-contact .carousel-control-prev, #hero-cloud .carousel-control-prev,#hero-dell .carousel-control-prev,
#hero-network .carousel-control-prev, #hero-solution .carousel-control-prev,
#hero-managed .carousel-control-prev {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero-como h2, #hero-compute h2,
#hero-contact h2, #hero-mass h2,
#hero-cloud h2, #hero-dell h2, #hero-backup-reco h2,
#hero-network h2, #hero-backup-archival h2,
#hero-solution h2, #hero-cloud-migration h2,
#hero-managed h2, #hero-design-imp h2,
#hero-m-services h2, #hero-m-firewall h2,
#hero-m-infra h2, #hero-storage h2,
#hero-core-net h2, #hero-sd-wan h2,
#hero-app-delv h2, #hero-security h2,
#hero-uni h2, #hero-ds-manage h2,
#hero-careers h2,#hero-apple h2
#hero-c-infra h2,
#hero-blogs-single h2, #hero-blogs h2,
#hero-privacy h2 {
    font-size: 28px;
  }

  #hero-como p, #hero-compute p,
#hero-contact p, #hero-mass p,
#hero-cloud p, #hero-dell p, #hero-backup-reco p,
#hero-network p, #hero-backup-archival p,
#hero-solution p, #hero-cloud-migration p,
#hero-managed p, #hero-design-imp p,
#hero-m-services p, #hero-m-firewall p,
#hero-m-infra p, #hero-storage p,
#hero-core-net p, #hero-sd-wan p,
#hero-app-delv p, #hero-security p,
#hero-uni p, #hero-ds-manage p,
#hero-careers p,#hero-apple p
#hero-c-infra p {
    font-size: 16px;
  }

  #hero-storage::after, #hero-core-net::after,
#hero-como::after, #hero-compute::after,
#hero-contact::after, #hero-mass::after,
#hero-cloud::after, #hero-dell::after, #hero-backup-reco::after,
#hero-network::after, #hero-backup-archival::after,
#hero-solution::after, #hero-cloud-migration::after,
#hero-managed::after, #hero-design-imp::after,
#hero-m-services::after, #hero-m-firewall::after,
#hero-m-infra::after, #hero-app-delv::after,
#hero-sd-wan::after, #hero-security::after,
#hero-uni::after, #hero-ds-manage::after,
#hero-c-infra::after, #hero-careers::after,
#hero-apple::after,#hero-privacy::after {
    width: 100%;
    height: 95%;
    /* border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg); */
  }

  #hero-blogs-single::after, #hero-blogs::after {
    width: 100%;
    height: 500px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* #hero h2 {
    font-size: 28px;
  } */
  #hero-storage::after, #hero-core-net::after,
#hero-como::after, #hero-compute::after #hero-contact::after,
#hero-mass::after,
#hero-cloud::after, #hero-dell::after, #hero-backup-reco::after,
#hero-network::after, #hero-backup-archival::after,
#hero-solution::after, #hero-cloud-migration::after,
#hero-managed::after, #hero-design-imp::after,
#hero-m-services::after, #hero-m-firewall::after,
#hero-m-infra::after, #hero-app-delv::after,
#hero-sd-wan::after, #hero-security::after,
#hero-uni::after, #hero-ds-manage::after,
#hero-c-infra::after, #hero-careers::after,
#hero-apple::after,#hero-privacy::after {
    width: 180%;
    height: 95%;
    /* border-radius: 0 0 50% 50%;
    transform: translateX(-12%) rotate(0deg); */
  }
}
@media (max-width: 575px) {
  #hero-storage::after, #hero-core-net::after,
#hero-como::after, #hero-compute::after,
#hero-contact::after, #hero-mass::after,
#hero-cloud::after, #hero-dell::after, #hero-backup-reco::after,
#hero-network::after, #hero-backup-archival::after,
#hero-solution::after, #hero-cloud-migration::after,
#hero-managed::after, #hero-design-imp::after,
#hero-m-services::after, #hero-m-firewall::after,
#hero-m-infra::after, #hero-app-delv::after,
#hero-sd-wan::after, #hero-security::after,
#hero-uni::after, #hero-ds-manage::after,
#hero-c-infra::after, #hero-careers::after,
#hero-apple::after,#hero-privacy::after {
    /* left: 50%; */
    top: 0;
    width: 100%;
    height: 95%;
    /* border-radius: 0 0 50% 50%; */
    /* transform: translateX(-50%) rotate(0deg); */
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
#hero h6 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 22px;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .btn-get-started {
  font-family: "robotoregular";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#hero .btn-get-started:hover {
  background: #0075BB;
  border: 2px solid #0075BB;
  color: #fff;
  text-decoration: none;
}

.carousel {
  width: 100%;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }

  #hero::after {
    width: 100%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #hero::after {
    width: 100%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-12%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
@media (max-width: 575px) {
  #hero::after {
    left: 50%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background: linear-gradient(180deg, rgba(37, 80, 139, 0.48) 2%, rgba(37, 80, 139, 0.22) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
#hero .carousel-indicators li {
  cursor: pointer;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f3f8fa;
  background-color: #d2e5ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  width: 100%;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #EF4036;
  text-transform: uppercase;
}
.section-title p {
  margin-bottom: 0;
  font-size: 18px;
}

.afa {
  background-color: #ffffffc7;
  /* height: 185px; */
  padding: 25px;
  text-align: left;
  /* width: 235px; */
  /* width: 35%; */
  z-index: 9;
  float: right;
  /* right: 0; */
  position: relative;
  /* margin-top: 123px; */
  /* margin-top: 90px; */
  margin-bottom: -308px;
  /* border-top-left-radius: 10%;
  border-bottom-left-radius: 10%; */
}
.afa .map-adress p {
  /* font-weight: 600; */
  margin-bottom: 0px;
  font-size: 0.8rem !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  /* padding: 8px 0 48px 0px; */
  /* background-color: #f3f8fa; */
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li a {
  color: #fff;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.manage--services {
  padding-bottom: 30px;
}
.manage--services .icon-box {
  margin-bottom: 20px;
  text-align: center;
  padding: 1.5rem;
}
.manage--services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}
.manage--services .icon {
  margin-bottom: 2rem;
}
.manage--services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #0075BB;
  font-size: 40px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.manage--services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  /* text-align: left; */
  text-align: center;
  color: #444;
}
.manage--services .title a {
  color: #444 !important;
  transition: 0.3s;
}
.manage--services .title a:hover {
  color: #0075BB;
}
.manage--services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  color: #444;
}

.serv-details-entry {
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}
.services .icon-box {
  /* padding: 30px; */
  /* padding: 22px; */
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  /* box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14); */
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 8px solid #fff;
  /* border: 1px solid #fff; */
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
}
.services .title {
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 15px;
  /* font-size: 18px; */
  font-size: 14px;
  text-transform: uppercase;
  color: #0075BB !important;
}
.services .title:hover {
  color: #3579d4 !important;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: justify;
  color: #000 !important;
}
.services .icon-box-BlueAlly .icon {
  background: #eaf8fe;
}
.services .icon-box-BlueAlly .icon i {
  color: #0075BB;
}

/* .services .icon-box-BlueAlly:hover {
  border-color: #0075BB;
} */
.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .icon-box + .icon-box {
  margin-top: 50px;
}
.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.22);
  /* background: #f3f8fa; */
  background: #fff;
  border-radius: 6px;
  transition: 0.5s;
}
.why-us .icon-box .icon i {
  color: #0075BB;
  font-size: 32px;
}
.why-us .icon-box:hover .icon {
  background: #0075BB;
}
.why-us .icon-box:hover .icon i {
  color: #fff;
}
.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.why-us .icon-box .title a {
  /* color: #343a40; */
  color: #0075BB;
  transition: 0.3s;
}
.why-us .icon-box .title a:hover {
  color: #0075BB;
}
.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}
.why-us .video-box {
  position: relative;
}
.why-us .video-box img {
  /* padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; */
  padding: 15px;
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0075BB 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us .play-btn:hover::after {
  border-left: 15px solid #0075BB;
  transform: scale(20);
}
.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.why-us .btn-get-started {
  /* font-family: 'Montserrat-Medium'; */
  font-family: "robotoregular";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #0075BB;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  width: 20%;
  background-color: #fff;
  /* border: 2px solid #0075BB; */
  border: 1px solid #0075BB;
}
.why-us .btn-get-started:hover {
  background: #0075BB;
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}

.features h3 {
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 20px;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  padding-bottom: 10px;
}

.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0075BB;
}

.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 20px;
  padding-right: 4px;
  /* color: #0075BB; */
  color: #0187c1;
}
.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
  font-size: 48px;
  display: block;
  color: #0075BB;
}
.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  /* font-family: 'Montserrat-Regular'; */
  font-family: "robotoregular";
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}
.skills .progress {
  height: 35px;
  margin-bottom: 10px;
}
.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  /* font-family: 'Montserrat-Regular'; */
  font-family: "roboto_slabregular";
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  /* width: 12px;
  height: 12px; */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /* background-color: #ddd !important; */
  background-color: #9ce2ff !important;
}
.testimonials .owl-dot.active {
  background-color: #0075BB !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px;
}
.service-details .card {
  border: 0;
  /* padding: 0 30px; */
  margin-bottom: 60px;
  position: relative;
}
.service-details .card-img {
  /* width: calc(100% + 60px);
  margin-left: -30px; */
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
  padding: 55px 0px;
}
.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}
.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}
.service-details .card-text {
  color: #5e5e5e;
}
.service-details .card:hover img {
  transform: scale(1.1);
}
.service-details .card:hover .card-body {
  border-color: #0075BB;
}
.service-details .card:hover .card-body .card-title a {
  color: #0075BB;
}
.service-details .card .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}
.service-details .card .read-more a:hover {
  color: #0075BB;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  /* padding: 3rem; */
}

@media (min-width: 1738px) {
  .team .member {
    /* padding: 3rem; */
    padding: 0rem;
  }

  /* 
    .team .member .social a{
      margin: 39px 46px;
    } */
  .team .member:hover .social {
    /* right: 84px!important;
    bottom: 135px!important; */
    opacity: 1;
    transition: right ease-in-out 0.4s;
  }

  .team .member .social {
    right: -40px;
  }
}
.member-img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.member:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

/* .member-img:hover .profile{
  background: #0075BB;
} */
.member-img:hover .profile {
  /* background: #0075BB!important; */
  background: #0075BB !important;
}

.team .member .social {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 0px;
  opacity: 0;
  transition: right ease-in-out 0.4s;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 6px 6px;
  padding-top: 8px;
  display: inline-block;
}
.team .member .social a i {
  font-size: 1.5rem;
}
.team .member .social a .icofont-twitter:hover {
  color: #00acee;
}
.team .member .social a .icofont-facebook:hover {
  color: #3b5998;
}
.team .member .social a .icofont-instagram:hover {
  color: #C13584;
}
.team .member .social a .icofont-linkedin:hover {
  color: #0e76a8;
}
.team .member .social i {
  /* font-size: 18px; */
  font-size: 14px;
  margin: 0 2px;
}

.team .member .profile {
  left: 0;
  bottom: 40px;
  right: 0;
  /* height: 40px; */
  /* height: 74px; */
  padding: 15px 10px;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}
.team .member .profile p {
  color: #a3c8f9 !important;
  font-size: 0.9rem;
  margin-top: 6px;
  margin-bottom: 0;
}
.team .member .profile h6 {
  color: #fff;
}

.mr-8rem {
  margin-right: 8rem !important;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #0075BB;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.team .member:hover .social {
  right: 35px;
  bottom: 80px;
  opacity: 1;
  transition: right ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
  background-color: #0075BB;
}
.contact .section-title {
  padding-bottom: 0;
}
.contact .section-title h2 {
  padding-bottom: 0;
  color: #fff;
}
.contact .info-box, .contact .info-boxx {
  text-align: center;
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0.5rem;
}
.contact .info-box h3, .contact .info-boxx h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
.contact .info-box p, .contact .info-boxx p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact .info-box {
  color: #0075BB;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}
.contact .info-box i {
  font-size: 3rem;
  color: #0075BB;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-boxx {
  color: #cfe4ef;
}
.contact .info-boxx img {
  padding: 8px;
  width: 168px;
}
.contact .info-boxx h3 {
  color: #0075BB;
  text-align: center;
}
.contact .info-boxx p {
  color: #000;
  text-align: left;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
/* .map {
  padding: 0;
  margin-bottom: -6px;
} */
.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
}
.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  /* font-weight: bold; */
  font-family: "roboto_slabregular";
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #0075BB;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #dddddd;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}
.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}
.blog .entry .entry-meta a {
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
}
.blog .entry .entry-content p, .blog .entry .entry-content ul li {
  line-height: 24px;
  color: #797979;
  letter-spacing: 0.34px;
  line-height: 2rem;
  text-align: left;
  /* font-size: 16px; */
  font-size: 14px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #0075BB;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #32627b;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  /* font-weight: bold; */
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}
.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #3576d4;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #0075BB;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
}
.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}
.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}
.blog .blog-author .social-links a {
  color: #72afce;
}
.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  width: 50px;
}
.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #0075BB;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #32627b;
}
.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #72afce;
  margin-bottom: 5px;
}
.blog .blog-comments .comment p {
  margin-left: 65px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #0075BB;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #0075BB;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #32627b;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #0075BB;
}
.blog .blog-pagination {
  color: #7b9bab;
}
.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li.active {
  background: white;
}
.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #0075BB;
  border: 1px solid #0075BB;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}
.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-right: -15px;
  margin-left: -15px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 40px;
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #32627b;
  color: #fff;
  transition: 0.3s;
}
.blog .sidebar .search-form form button:hover {
  background: #0075BB;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #3f8db5;
}
.blog .sidebar .categories ul a:hover {
  color: #0075BB;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #0d2735;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #0075BB;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.job-button {
  background-color: #0075BB;
  /* padding: 20px; */
  padding: 8px 20px;
  text-align: center;
  /* border-radius: 8px; */
  border-radius: 4px;
  border: none;
  color: #fff;
}

/* .entry-content .sub ul li::after {
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 1px;
  background: #888888;
  content: "";
} */
.social-links a.facebook {
  background-color: #3b5998;
}
.social-links a.instagram {
  /* background-color: #405DE6; */
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-links a.twitter {
  background-color: #00acee;
}
.social-links a.linkedin {
  background-color: #0e76a8;
}
.social-links a.skype {
  background-color: #00aff0;
}

.social-links a.youtube{
  background-color:#FF0000;
}

.support-links a.chrome, .support-links a.apple, .support-links a.windows {
  background-color: #0075BB;
}

.sidesearch {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.sidesearch .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}
.sidesearch .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  /* padding: 3px 10px; */
  position: relative;
}
.sidesearch .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.sidesearch .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #000;
  color: #fff;
  transition: 0.3s;
}
.sidesearch .search-form form button:hover {
  /* background: #0075BB; */
  background: #ef4036;
}
.sidesearch .categories ul {
  list-style: none;
  padding: 0;
}
.sidesearch .categories ul li + li {
  padding-top: 10px;
}
.sidesearch .categories ul a {
  color: #3f8db5;
}
.sidesearch .categories ul a:hover {
  color: #0075BB;
}
.sidesearch .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}
.sidesearch .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.sidesearch .recent-posts img {
  width: 80px;
  float: left;
}
.sidesearch .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.sidesearch .recent-posts h4 a {
  color: #0d2735;
  transition: 0.3s;
}
.sidesearch .recent-posts h4 a:hover {
  color: #0075BB;
}
.sidesearch .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}
.sidesearch .tags {
  margin-bottom: -10px;
}
.sidesearch .tags ul {
  list-style: none;
  padding: 0;
}
.sidesearch .tags ul li {
  display: inline-block;
}
.sidesearch .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}
.sidesearch .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}
.sidesearch .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

#blgImage {
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #123d5b;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #0075BB;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #0075BB;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  /* background: #3da8d4; */
  background: #133D5B;
}
#footer .footer-top {
  background: #133D5B;
  border-top: 1px solid #25506f;
  padding: 60px 0 30px 0;
}
#footer .footer-top:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  background-size: 320px auto;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #0075BB;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  /* font-size: 14px; */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "robotolight";
  color: #fff;
}
#footer .footer-top .social-links a,
#footer .footer-top .support-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 13px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 44px;
  height: 44px;
  transition: 0.3s;

  /*  */

  padding: 6px 0;
  width: 32px;
  height:32px;
}
#footer .footer-top .social-links a:hover,
#footer .footer-top .support-links a:hover {
  background: #3579d4;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .support-links a {
  border-radius: 40px;
}
#footer .footer-top .support-links a:hover {
  background: #000;
}
#footer .footer-top h4 {
  font-size: 24px;
  font-family: "roboto_slabregular";
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0075BB;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  /* color: #000; */
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: "robotolight";
  font-size: 14px;
}
#footer .footer-top .footer-links ul a:hover {
  /* color: #0075BB; */
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  /* line-height: 26px; */
  font-family: "robotolight";
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #0075BB;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .img-video {
    height: 400px;
  }
}
.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-counter .img {
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .ftco-counter .img {
    height: 400px;
    background-position: top center !important;
  }
}
@media (min-width: 768px) {
  .icon-video {
    margin-right: -35px;
  }
}
.icon-video {
  width: 80px;
  height: 80px;
  background: #0075BB;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.img, .blog-img, .user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  /* border: 2px solid #FFF;
  background: #FFF; */
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  /* border: 1px solid #AEAEAE; */
  /* border-radius: 50%; */
  /* margin-top: -30px;
   margin-right: -11px; */
  margin-top: -2px;
  margin-right: -6px;
  background: #222222;
  /* font-size: 31px; */
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 6px;
  top: 2px;
  width: 20px;
  text-align: center;
  height: 20px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
  font-size: 18px;
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

#homeVideo button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: 0;
  z-index: 5;
  color: white;
}

.carousel {
  position: absolute !important;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  z-index: 10;
}

/* Fun Facts */
.fun-facts {
  background-image: url(../images/common/statitics.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.78)), url(../images/common/statitics.jpg) top no-repeat fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0px;
  color: #fff;
}
.fun-facts span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
.fun-facts h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 32px;
  font-family: "roboto_slabregular";
}
.fun-facts em {
  font-style: normal;
  color: #0075BB;
}
.fun-facts p {
  color: #fff;
  margin-bottom: 40px;
}
.fun-facts .left-content {
  margin-right: 45px;
}

.count-area-content {
  text-align: center;
  margin: 15px 0px;
}

.count-area-content, .invest-area-content {
  background-color: rgba(250, 250, 250, 0.1);
  background-color: rgba(255, 255, 255, 0.18);
  padding: 25px 30px 35px 30px;
}

.invest-area-content {
  height: 346px;
  margin: 45px 0px;
}

.count-digit {
  font-size: 36px;
}

.invest-head {
  font-size: 20px;
}

.count-digit, .invest-head {
  margin: 5px 0px;
  color: #0075BB;
  /* color: #EF4036; */
  font-weight: 700;
}

.count-title, .invest-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.spec-box {
  background-color: #EBDFD3;
  color: #fff;
  padding: 3rem;
  height: 100%;
  border-radius: 10px;
}
.spec-box2 {
  background-color: #0075bba1;
  color: #fff;
}
.spec-box2 h3 {
  color: #218f4e;
}
.spec-box h3 {
  color: #EF4036;
}
.spec-box h3, .spec-box2 h3 {
  text-align: left;
  font-family: "roboto_slabregular";
  margin-bottom: 2rem;
}
.spec-box p, .spec-box2 p {
  color: #000;
  line-height: 2rem;
  text-align: left;
  font-size: 16px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}
.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
  margin: 40px 0 0 0;
}
.timeline ol > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #0075BB;
}
.timeline ol > li:last-child {
  width: 280px;
  width: calc(100vw - 1080px);
}
.timeline ol > li:last-child::after, .timeline ol > li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  top: -10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.timeline ol > li:last-child::after {
  left: calc(100% + 1px);
  border-radius: 12%;
  background: aliceblue;
}
.timeline ol > li:last-child::before {
  left: calc(100% + 8px);
  border-radius: 5%;
  background: #EF4036;
}
.timeline ol > li:not(:first-child) {
  margin-left: 14px;
}
.timeline ol > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #EF4036;
}
.timeline ol > li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 0.85rem;
  white-space: normal;
  color: black;
  transition-property: width, height, transform, background, font-size, opacity;
  transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
  background: white;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.timeline ol > li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ol > li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0px;
}
.timeline ol > li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #fff transparent transparent transparent;
}
.timeline ol > li:nth-child(odd) div:hover::before {
  border-color: #0075BB transparent transparent transparent;
  transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
}
.timeline ol > li:nth-child(odd) div:hover::before .timeline ol li:not(:last-child)::after {
  height: 20px;
  border-radius: 21%;
}
.timeline ol > li:nth-child(even) div {
  top: calc(100% + 16px);
  border-radius: 0px 10px 10px 10px;
}
.timeline ol > li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #fff;
}
.timeline ol > li:nth-child(even) div:hover::before {
  border-color: transparent transparent transparent #0075BB;
}
.timeline ol > li:not(:last-child):hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0075BB;
}
.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0075BB;
}
.timeline .arrows .arrow {
  background-color: #0075BB;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 24px;
  border: none;
}

.timeline-dot:hover {
  background-color: #0075BB;
  color: #fff;
}
.timeline-dot:hover time {
  color: #fff;
}
.timeline-dot:hover::before {
  border-color: #0075BB transparent transparent transparent;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
.timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.timeline .arrows .disabled {
  opacity: 0.5;
}
.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol, .timeline ol > li {
    width: auto;
  }
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  .timeline ol > li {
    display: block;
    height: auto;
    background: transparent;
  }
  .timeline ol > li:first-child {
    margin-top: 25px;
  }
  .timeline ol > li:not(:first-child) {
    margin-left: auto;
  }
  .timeline ol > li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
    position: static;
  }
  .timeline ol > li:nth-child(odd) div {
    transform: none;
  }
  .timeline ol > li:nth-child(odd) div::before, .timeline ol > li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  .timeline ol > li:last-child, .timeline ol > li:not(:last-child)::after, .timeline ol > li:nth-last-child(2) div::before {
    display: none;
  }
  .timeline .arrows {
    display: none;
  }
}
.diff-style {
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.diff-style .content-inner {
  padding: 24px;
}

@media (min-width: 992px) {
  .diff-style {
    display: flex;
  }
}
.main-tile-box {
  position: relative;
  margin-top: 164px;
}
.main-tile-box .content-col {
  padding: 30px;
  background: #ffffff;
  position: absolute;
  width: 50%;
  border-radius: 8px;
  height: auto;
  z-index: 9;
  /* height: 80%; */
  left: 0;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.main-tile-box .content-col .content-inner {
  position: relative;
}
.main-tile-box .content-col .content-inner p {
  margin-bottom: 6px;
}
.main-tile-box .content-inner .title {
  margin-bottom: 15px;
  width: 100%;
}
.main-tile-box .content-inner .desc {
  width: 100%;
  float: left;
}
.main-tile-box .img-col {
  width: 60%;
  float: right;
}
.main-tile-box.content-align-right .img-col {
  float: left;
  text-align: right;
}
.main-tile-box.content-align-right .content-col {
  right: 0;
  left: auto;
}

.main-tile-box .content-col .content-inner p, .diff-style p {
  margin-bottom: 0;
}

.main-tile-box .content-inner .title h3, .diff-style .title h3 {
  margin: 0;
  font-size: 20px;
}

.widget, .wpb_single_image, .wpb_content_element {
  border: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.main-tile-box.content-align-right .content-col#home-infrastructure {
  top: 16%;
}
.main-tile-box.content-align-right .content-col#home-managed-service {
  top: 28%;
}

.main-tile-box.content-align-left .content-col#home-solution-integrator {
  top: 16%;
}
.main-tile-box.content-align-left .content-col#home-strategy {
  top: 28%;
}

.main-tile-box.content-align-left#areas-focus .content-col {
  top: 20%;
}
.main-tile-box.content-align-left#tire-sp-service .content-col {
  top: 14.5%;
}
.main-tile-box.content-align-left#managed-infrastructure-service .content-col {
  top: 18%;
}
.main-tile-box.content-align-left#clients-commitment .content-col {
  top: 22%;
}
.main-tile-box.content-align-left#trusted-ad-s .content-col {
  top: 14%;
}
.main-tile-box.content-align-left#matter-expertise .content-col {
  top: 22%;
}
.main-tile-box.content-align-left#tools-research .content-col {
  top: 24%;
}

.main-tile-box.content-align-right#implementation .content-col {
  top: 32%;
}
.main-tile-box.content-align-right#migration-s .content-col {
  top: 14.5%;
}
.main-tile-box.content-align-right#managed-security-service .content-col {
  top: 11%;
}
.main-tile-box.content-align-right#foundation-excellence .content-col {
  top: 18%;
}
.main-tile-box.content-align-right#security-blue-team .content-col {
  top: 19%;
}
.main-tile-box.content-align-right#engagement-methods .content-col {
  top: 20%;
}
.main-tile-box.content-align-right#it-strategies .content-col {
  top: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-tile-box.content-align-right .content-col#home-infrastructure {
    top: 1.5%;
  }
  .main-tile-box.content-align-right .content-col#home-managed-service {
    top: 25%;
  }

  .main-tile-box.content-align-left .content-col#home-solution-integrator {
    top: 6%;
  }
  .main-tile-box.content-align-left .content-col#home-strategy {
    top: 23%;
  }

  .main-tile-box.content-align-left#areas-focus .content-col {
    top: 14%;
  }
  .main-tile-box.content-align-left#tire-sp-service .content-col {
    top: 7%;
  }
  .main-tile-box.content-align-left#managed-infrastructure-service .content-col {
    top: 8.5%;
  }
  .main-tile-box.content-align-left#clients-commitment .content-col {
    top: 18%;
  }
  .main-tile-box.content-align-left#trusted-ad-s .content-col {
    top: 3.5%;
  }
  .main-tile-box.content-align-left#matter-expertise .content-col {
    top: 18%;
  }
  .main-tile-box.content-align-left#tools-research .content-col {
    top: 18%;
  }

  .main-tile-box.content-align-right#implementation .content-col {
    top: 30%;
  }
  .main-tile-box.content-align-right#migration-s .content-col {
    top: 7%;
  }
  .main-tile-box.content-align-right#managed-security-service .content-col {
    top: 0.5%;
  }
  .main-tile-box.content-align-right#foundation-excellence .content-col {
    top: 7%;
  }
  .main-tile-box.content-align-right#security-blue-team .content-col {
    top: 14.5%;
  }
  .main-tile-box.content-align-right#engagement-methods .content-col {
    top: 14%;
  }
  .main-tile-box.content-align-right#it-strategies .content-col {
    top: 10.5%;
  }
}
@media (max-width: 991px) {
  .main-tile-box .content-col {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    float: left;
  }

  .img-ani-animatedY {
    animation: none;
  }

  .img-anti-animatedY {
    animation: none;
  }

  .img-ani-animatedX {
    animation: none;
  }

  .img-anti-animatedX {
    animation: none;
  }

  .whole-animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }

  .image-ex img:hover {
    transform: scale(1.1) !important;
  }

  .main-tile-box .img-col {
    width: 100% !important;
  }
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  /* padding: 10px; */
  /* background-color: #ccc; */
  /* height: 250px; */
}

/* .column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
} */
/* .column a:hover {
  background-color: #ddd;
} */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.emply-list.box:hover h6 {
  color: #EF4036;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% - -25px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  text-transform: capitalize;
  margin-top: -0.2rem;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border: 1px solid #fff;
}
.nav-menu .drop-down ul .drop-draw {
  background-color: #fff;
  width: max-content;
  padding: 10px 0;
  border-radius: 8px;
}
.nav-menu .drop-down ul .drop-draw h6 {
  color: #0075BB;
}
.nav-menu .drop-down ul .drop-draw a {
  color: #0075BB;
  padding: 2px 20px;
  text-transform: capitalize;
}
.nav-menu .drop-down ul .drop-draw a:hover {
  color: #EF4036 !important;
  background-color: white !important;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius: 8px;
}
.nav-menu .drop-down:hover > ul.minidrop {
  opacity: 1;
  top: 100%;
  visibility: visible;
  /* left: 35%; */
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.drop-draw .col:hover h6 {
  color: #EF4036 !important;
}

.nav-menu .drop-down:hover > ul.minidrop {
  opacity: 1;
  top: 100%;
  visibility: visible;
  /* left: 35%; */
}

.breadcrumbs .nav-menu .drop-down ul {
  margin-top: -13.5rem;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  /* color: #0075BB; */
  color: #ffffff !important;
  /* background-color: #0075BB!important; */
  background-color: #3579d4 !important;
  /* background-color: #0075BB!important; */
  /* font-weight: 600; */
}

.opening-but {
  background-color: #3577d4;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  margin-top: 32px;
}

/* ------- */
.unit-4, .unit-42 {
  padding: 30px;
  /* background: #f1f1f1; */
  background: #1FB3E5;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
  margin-bottom: 4em;
  text-align: center;
  padding-top: 50px;
}
.unit-4 .icon-wrap, .unit-42 .icon-wrap {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
}
.unit-4 .icon-wrap span, .unit-42 .icon-wrap span {
  color: #0075BB !important;
}
.unit-4 .icon-wrap span i, .unit-42 .icon-wrap span i {
  font-size: 52px;
  line-height: 80px;
}
.unit-4 .unit-4-icon, .unit-42 .unit-4-icon {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
}

.unit-4 ul {
  margin-left: -18px;
}
.unit-4 ul li {
  text-align: left;
  color: #fff;
  letter-spacing: 0.34px;
}
.unit-4 h4 {
  text-align: left;
  font-family: "roboto_slabregular";
  color: #fff;
  letter-spacing: 0.34px;
}
.unit-4:hover {
  background: #00679E;
  transform: scale(1.1);
}
.unit-4:hover .icon-wrap {
  background-color: #1fb3e5 !important;
}
.unit-4:hover .icon-wrap span i {
  color: #fff !important;
}
.unit-4:hover h3 {
  color: #fff;
}
.unit-4:hover p {
  font-weight: 300;
  color: #fff;
}
.unit-4:hover p a {
  color: #fff;
}
.unit-4 .icon-wrap span i {
  color: #0075BB !important;
  font-size: 32px;
  line-height: 80px;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.unit-4 h3 {
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.unit-4 p {
  font-weight: 300;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: left;
  color: #fff;
}

.unit-42 {
  margin-bottom: 0em;
  background: #1FB3E5;
  transition-property: width, height, transform, background, font-size, opacity;
  transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
}
.unit-42 p {
  text-align: left;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.34px;
}
.unit-42 p span {
  text-align: left;
  font-family: "roboto_slabregular";
  color: #fff;
  letter-spacing: 0.34px;
  font-size: 1.5rem;
}
.unit-42 h4 {
  text-align: left;
  font-family: "roboto_slabregular";
  color: #fff;
  letter-spacing: 0.34px;
}
.unit-42:hover {
  /* background: #4285f4; */
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  top: -7px;
  background: #00679E;
  transform: scale(1.15);
}
.unit-42:hover .icon-wrap2 {
  background-color: #fff !important;
}
.unit-42:hover .icon-wrap2 span i {
  color: #4285f4 !important;
}
.unit-42:hover p {
  font-weight: 300;
  color: #fff;
}
.unit-42 .icon-wrap2 span i {
  color: #fff !important;
  font-size: 32px;
  line-height: 80px;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.d-block {
  display: block !important;
}

.unit-4 *:last-child {
  margin-bottom: 0;
}

.unit-4 .unit-4-icon .icon-wrap {
  background-color: #fff;
}

.unit-42 .unit-4-icon .icon-wrap2 {
  background-color: #4285f4;
}

.in-tab-link {
  display: block;
  font-family: "RobotoSlab-Regular";
  font-size: 20px;
  color: #0075BB;
  /* color: #133d5b; */
  line-height: 26px;
  padding-bottom: 8px;
}

#header-common .nav-menu .col a {
  color: #0075BB;
}
#header-common .nav-menu .col a:hover {
  font-weight: 500;
}
#header-common.header-scrolled nav ul li.active .col a {
  color: #0075BB;
}

.networkk .container {
  position: relative;
}
.networkk .container .centeredd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  scroll-padding-top: 64px;
  /* scroll-behavior: smooth; */
}

.ps-head {
  padding: 10px 26px;
  margin: 6px;
  display: inline-block;
  background: #000000c7;
  color: #4c96ff !important;
}

.main-tile-box.content-align-right .img-col .image img {
  border-radius: 8px;
}

.main-tile-box.content-align-left .img-col .image img {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .main-tile-box .img-col .image img {
    /* border-radius: 8px; */
    border-radius: 8px 8px 0px 0px !important;
  }

  .main-tile-box .content-col {
    border-radius: 0px 0px 8px 8px !important;
  }
}
.left_title h4 {
  color: #0075BB;
  font-family: "roboto_slabregular";
  font-size: 2rem;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  /* text-align: center !important; */
  transform: translate(-50%, 0) !important;
}

.left_title p {
  font-size: 1.1rem;
  color: #797979;
  letter-spacing: 0.34px;
  margin-top: 18px;
}

.start-p p {
  font-size: 1.2rem;
  color: #797979;
  letter-spacing: 0.34px;
  text-align: left;
}

.title h3 {
  font-family: "roboto_slabregular";
}
.title h3 a {
  font-family: "roboto_slabregular";
}

/* #hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */
.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 120px;
  margin: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
.clients .client-logo img {
  max-width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  /* transform: scale(1.1); */
  transform: scale(1.8);
}
.clients #partner-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.clients #partner-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.clients #partner-flters li:last-child {
  margin-right: 0;
}
.clients #partner-flters li:hover, .clients #partner-flters li.filter-active {
  color: #3577d4;
  border-bottom: 2px solid #3577d4;
}
.clients img {
  transition: all 0.4s ease-in-out;
}

.client-logo a {
  text-align: center;
}

/* .clients .clients-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
} */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.blog-load {
  background-color: #3577d4;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 14px;
}

/* career-box */
.emply-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e8ecec;
  display: table;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 30px;
}
.emply-list.box {
  border: 1px solid #e6e7ef;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 2px;
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.emply-list.box .emply-list-info {
  float: left;
  width: 100%;
  padding: 0;
  padding-top: 0px;
  padding-top: 12px;
  position: static;
}
.emply-list.box .emply-pstn {
  position: absolute;
  right: 15px;
  top: 14px;
}
.emply-list, .emply-list * {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.emply-list-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 17px;
  position: relative;
}
.emply-list-info > span {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #3577d4;
}
.emply-list-info > h6 {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: 0px;
  font-size: 13px;
  font-family: Open Sans;
  margin-top: 13px;
}
.emply-list-info > p {
  float: left;
  width: 100%;
  font-family: Open Sans;
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  margin: 0;
  margin-top: 0px;
  margin-top: 12px;
}
.emply-list.box .readmore {
  color: #3577d4;
  margin-top: 15px;
  font-size: 0.8rem;
}

.emply-pstn {
  position: absolute;
  right: 0;
  top: 0;
  color: #3577d49c;
  font-size: 13px;
}

.zoom-img {
  background-color: green;
  transition: transform 0.2s;
  width: 200px;
  height: 200px;
}
.zoom-img:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

.thumbnail:hover {
  position: relative;
  top: -25px;
  left: -35px;
  width: 500px;
  height: auto;
  display: block;
  z-index: 999;
}

.image-ex {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.image-ex img {
  transition: all 0.3s ease-in-out;
}
.image-ex img:hover {
  transform: scale(1.2);
}

.vbox-container img {
  max-width: 80%;
  height: auto;
}

.subhead-3 {
  color: #26508b;
  text-align: left;
  font-family: "roboto_slablight";
  /* font-size: 20px; */
  font-size: 1.5rem !important;
  padding-bottom: 30px;
}

.office-list h5 {
  font-family: "RobotoSlab-Regular";
  font-size: 20px;
  color: #133D5B;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  hr.style1 {
    margin-top: 0px !important;
  }
}
hr.style1 {
  border-top: 1px solid #CFCFCF !important;
  margin-top: 24px;
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
hr.style2 {
  margin-top: 24px;
  margin-bottom: 28px;
  width: 100%;
  float: left;
  border-top: 0px;
}

.contact-address {
  margin-bottom: 20px;
  text-align: left;
  padding: 35px;
}
.contact-address p {
  font-family: "Roboto-Light";
  font-size: 24px;
  color: #0075BB;
  line-height: 36px;
}

/* ------ */
#career-info {
  background-color: #fff;
}

.career-list-wrap {
  padding: 1px;
}

.career-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1px;
  padding: 23px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #EDEDED transparent;
  transition: all 0.3s ease 0s;
}
.career-list:hover {
  z-index: 9;
  border-color: transparent;
  /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); */
  box-shadow: 0 0 30px rgba(53, 119, 212, 0.79);
}
.career-list h5 {
  font-family: "roboto_slablight";
  font-weight: 600;
}
.career-list p {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.career-list .content {
  width: 250px;
  overflow: hidden;
}
.career-list .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #6b6b6b;
  color: #4e4e4e;
  color: #a9a9a9;
  margin-top: 18px;
  font-size: 14px;
}
.career-list .content .meta li {
  margin-top: 0;
  margin-right: 20px;
}
.career-list .content .meta li:last-child {
  margin-right: 0;
}
.career-list .salary-type {
  text-align: right;
}
.career-list .salary-type .salary-range {
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  color: #ef4036;
}
.career-list .salary-type .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px 5px;
  border-radius: 0;
}
.career-list .salary-type .position {
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  color: #3577d4;
}

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  padding-top: 18px;
  height: 62px;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .career-list p {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding: 20px;
  font-size: 1.3rem;
  margin: 0;
  background: white;
  resize: horizontal;
} */
.Strategy-high-label {
  background-color: #0075BB;
  border-radius: 4px;
  padding: 5px 14px;
  line-height: 2.3rem;
}
.Strategy-offensive, .Strategy-defensive {
  border-radius: 4px;
  padding: 5px 14px;
  line-height: 2.3rem;
  z-index: 999;
}
.Strategy-offensive {
  background-color: #EF4036;
}
.Strategy-defensive {
  background-color: #0075BB;
}
.Strategy-vs {
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* --------  Abt Contact ---------- */
.abt-contact {
  background-size: cover;
  position: relative;
  background-position: left;
  z-index: 0;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}
.abt-contact .overlay {
  background-color: #0075BB;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding: 110px 0;
}
.abt-contact .contact-form {
  position: relative;
  padding: 45px 30px 45px 30px;
  background: #ffffff;
  box-shadow: 10px 40px 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.abt-contact .contact-form textarea, .abt-contact .contact-form input, .abt-contact .contact-form select {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.abt-contact .contact-form textarea::placeholder, .abt-contact .contact-form input::placeholder, .abt-contact .contact-form select::placeholder {
  color: #222;
}
.abt-contact .contact-form input, .abt-contact .contact-form select {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
}
.abt-contact .contact-form input:hover, .abt-contact .contact-form input:focus, .abt-contact .contact-form select:hover, .abt-contact .contact-form select:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #0075BB;
}
.abt-contact .contact-form textarea:hover, .abt-contact .contact-form textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: #3577d4;
}
.abt-contact .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 20px 4px;
  font-size: 16px;
  line-height: 28px;
  border: 0px;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.abt-contact .btn-big {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.4784313725);
  box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
  color: #fff !important;
  margin-right: 20px;
  /* background: #3577d4; */
  background: #0075BB;
  transition: 0.2s;
  border: 1px solid #0075BB;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .abt-contact .contact-form {
    padding: 30px;
  }
  .abt-contact .contact-form:before {
    width: 100%;
  }
}
.float-sup-butt {
  position: fixed;
  padding: 6px 14px;
  bottom: 14px;
  border: 1px solid #0075BB;
  border-radius: 4px;
  right: 62px;
  background-color: #0075BB;
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  z-index: 100;
}

.home-parallax {
  /* The image used */
  background-image: url(../images/banner-img/about-bg.jpg);
  /* Set a specific height */
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-card, .news-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border: 6px solid #fff;
  overflow: hidden;
  z-index: 0;
}
.blog-card a, .news-card a {
  color: inherit;
}
.blog-card:hover .photo, .news-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta, .news-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .meta .topper, .news-card .meta .topper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  background: #000;
  justify-content: space-between;
}
.blog-card .meta .topper .two, .news-card .meta .topper .two {
  background-color: #0075bb;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-card .meta .topper .two::before, .news-card .meta .topper .two::before {
  transform: skewX(-3deg);
  content: "";
  background: #000;
  width: 30px;
  position: absolute;
  left: -4px;
  top: 114px;
  bottom: 16px;
  z-index: -1;
}
.blog-card .meta span.yr, .blog-card .meta span.mos, .news-card .meta span.yr, .news-card .meta span.mos {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  color: white;
}
/* modified JAN-2021-07 */
.blog-card .photo, .blog-card .photo2, .news-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .photo, .news-card .photo {
  left: -35%;
}
.blog-card .photo2{
  margin-top:54px;
  width: -webkit-fill-available;
  left: 0px;
  width: -moz-available;
}
/* -------------------- */

.blog-card .details,
.blog-card .details ul, .news-card .details,
.news-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details, .news-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a, .news-card .details a {
  text-decoration: dotted underline;
}
.blog-card .details ul li, .news-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before, .news-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before, .news-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before, .news-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li, .news-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child, .news-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description, .news-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: initial;
}
.blog-card .description .topper, .news-card .description .topper {
  margin-top: -52px;
  top: 0;
  width: 100%;
  left: 0px;
  background: #000;
  justify-content: space-between;
}
.blog-card .description .topper .two, .news-card .description .topper .two {
  background-color: #0075bb;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-card .description .topper .two::before, .news-card .description .topper .two::before {
  transform: skewX(-3deg);
  content: "";
  background: #000;
  width: 30px;
  position: absolute;
  left: -4px;
  top: 114px;
  bottom: 16px;
  z-index: -1;
}
.blog-card .description span.yr, .blog-card .description span.mos, .news-card .description span.yr, .news-card .description span.mos {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  color: white;
}
.blog-card .description h1,
.blog-card .description h2, .news-card .description h1,
.news-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1, .news-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2, .news-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more, .news-card .description .read-more {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog-card .description .read-more a, .news-card .description .read-more a {
  color: #0075bb;
  display: inline-block;
  position: relative;
}
.blog-card p, .news-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card:hover .details, .news-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card, .news-card {
    flex-direction: row;
    max-width: 700px;
    height: 212px !important;
  }
  .blog-card .meta, .news-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description, .news-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before, .news-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt, .news-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before, .news-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details, .news-card.alt .details {
    padding-left: 25px;
  }
}

@media (min-width: 640px) {
  .news-card {
    flex-direction: row;
    max-width: 100%;
    height: 63px !important;
  }
}
.news-card {
  line-height: 1;
  height: 100% !important;
}

.news-card p {
  position: relative;
  margin: 0rem 0 0;
}

.news-card .meta {
  height: 50px;
  align-self: center;
  width: 100%;
}
.news-card .meta .topper {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  left: 0px;
  background: #000;
  justify-content: space-between;
}

.news-card .description {
  padding: 1rem 0rem;
}
.news-card .description:before {
  width: 12px;
}
.news-card .description .read-more {
  position: initial;
}

.news-item {
  padding: 33px;
  border-radius: 5px;
  background-color: #e6e6e6;
}
.news-item .columns, .news-item .div-block-12, .news-item .news-item {
  margin-bottom: 20px;
}
.news-item .heading-sub.title_news {
  display: inline;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom-style: none;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
}
.news-item .heading-sub {
  width: auto;
  margin-top: 30px;
  margin-right: -25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 10px solid #313131;
  font-size: 32px;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */

/* feb-2-2021 */

#header-blueapple {
  /* z-index: 997; */
  transition: all 0.5s;
  background: white;
  height: 66px;
  padding: 10px 0;
}

#header-blueapple .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

#header-apple{
  height: 54px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 6px 0;
  padding: 4px 0;
}


#header-apple .nav-menu a,#header-apple .logo a {
  display: block;
  position: relative;
  color: #dfdfdf;
  border: 2px solid transparent;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-size: 16px;
  font-weight: 500;
  text-transform:none;
  /* font-weight: 700; */
  /* font-family: "Montserrat-Medium"; */
  font-family: "robotoregular";
}

@media (max-width: 767px) {
  /* #header-apple{
    height: 108px;
  } */
  #header-apple .nav-menu a,#header-apple .logo a {
    font-size: 14px;
  }
  .banner-product{
    text-align: center;
    margin-top: 20px;
  }
  #hero-apple{
    height: 86vh;
  }
}

#header-apple .nav-menu a:hover,#header-apple .logo a:hover,
#header-apple .logo span,#header-apple .logo i {
  color: #f5f5f7;
}

#header-apple .logo span{
  bottom: 3px;
  position: inherit;
  color: #dfdfdf;
}

#header-apple .logo i{
  font-size: 24px;
  color: #dfdfdf;
}

.applenav {
  position: fixed;
  background: rgba(0,0,0,0.8);
  background: rgb(35 35 35);
  top: 66px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.apple-product-title-name{
  color: #000;
  -webkit-transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  font-size: 21px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .011em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  cursor: default;
  display: block;
  /* float: left;
  margin: 14px 0 -14px;
  height: 52px; */
  padding: 0;
  white-space: nowrap;
  /* padding: 20px 0px 0px 0px;
  margin: 40px 0px 0px 0px; */
}
.apple-product-title-bottom{
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.01em;
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  float: right;
  margin-top: -3px;
}
/* .apple-product-title-bottom::after{
  content: ' ';
  display: table;
} */

.apple-product-title-bottom::after{
  height: 1px;
  width: 100%;
  background-color: #000;
}

.apple-products {
  /* padding-bottom: 30px; */
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.apple-products .info-box, .apple-products .info-boxx {
  text-align: center;
  padding: 20px 0 0px 0;
  /* padding: 20px 0 30px 0; */
  /* margin-bottom: 30px; */
  /* background: #fff; */
  border-radius: 0.5rem;
}
.apple-products .info-box h3, .apple-products .info-boxx h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  text-transform:capitalize;
  text-transform:initial;
}
.apple-products .info-box p, .apple-products .info-boxx p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.apple-products .info-box {
  color: #0075BB;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}
.apple-products .info-box i {
  font-size: 3rem;
  color: #0075BB;
  border-radius: 50%;
  padding: 8px;
}
.apple-products .info-boxx {
  color: #cfe4ef;
}
.apple-products .info-boxx img {
  padding: 8px;
  width: 168px;
}
.apple-products .info-boxx h3 {
  color: #0075BB;
  text-align: left;
}
.apple-products .info-boxx p {
  color: #000;
  text-align: left;
}

.apple-products .button,#abt-apple .main-tile-box .button {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -.022em;
  font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #202528;
  background: linear-gradient(#2f363b,#34424d);
  border: 1px solid #2d3033;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding: 4px 15px;
  text-align: center;
  white-space: nowrap;
}

#abt-apple .main-tile-box .button a,
.apple-products .button a{
  color: #fff;
}
.apple-products .loadmore,.banner-product a.loadmore {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -.022em;
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  min-width: 28px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 18px;
  border: 1px solid #0071e3;
  background: #fff;
  color: #0071e3;
}
.apple-products .loadmore:hover{
  background: #0071e3;
  color: #fff;
}

.apple-products hr{
  margin-bottom: 0;
}

.banner-product a.loadmore {
  background: #0071e3;
  color: #fff;
}

.apple-products .button:hover {
  background-color: #0070c9;
  background: linear-gradient(#42a1ec,#0070c9);
  border: 1px solid #07c;
}

.apple-products-contact .overlay{
  background-color: #151515;
  background-color: #151515d1;
  padding: 56px 0 110px 0;
}

.apple-products-contact .contact-form {
  position: relative;
  padding: 45px 30px 45px 30px;
  /* background: #ffffff; */
  background: transparent;
  background: #7884a054;
  box-shadow: 10px 40px 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.apple-products-contact .contact-form textarea, .apple-products-contact .contact-form input, .apple-products-contact .contact-form select {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: #3577d4;
  border-bottom-color: #7a8799;
}
.apple-products-contact .contact-form textarea::placeholder, 
.apple-products-contact .contact-form input::placeholder, 
.apple-products-contact .contact-form select::placeholder{
  color: #dfdfdf;
}
.apple-products-contact .contact-form input, 
.apple-products-contact .contact-form select{
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
}

.apple-products-contact .contact-form input, 
.apple-products-contact .contact-form select,
.apple-products-contact .contact-form textarea {
  color: #dfdfdf;
  box-shadow: none!important;
}
.apple-products-contact .contact-form input:hover, .apple-products-contact .contact-form input:focus, .apple-products-contact .contact-form select:hover, .apple-products-contact .contact-form select:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #0075BB;
}
.apple-products-contact .contact-form textarea:hover, .apple-products-contact .contact-form textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: #0075BB;
}

.banner-product-headline {
  /* margin-top: 166px; */
  font-size: 56px;
  color: #fff;
  line-height: 1.07143;
  font-weight: 500;
  letter-spacing: -.005em;
  text-transform: capitalize!important;
}

.banner-product-para {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin: 0.3em 0 0.85em;
  font-size: 24px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
}

@media only screen and (max-width: 1068px){
.banner-product-headline {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0em;
}
.banner-product-para {
  font-size: 21px;
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: .009em;
}

}

@media only screen and (max-width: 734px){
.banner-product-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
}
.banner-product-para {
  font-size: 18px;
  line-height: 1.19048;
  font-weight: 600;
  letter-spacing: .011em;
}
}

#main-apple{
  margin-top: 120px;
}

.apple-abt-heading {
  text-align: center;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .008em;
  margin-bottom: .35em;
  margin-bottom: .28em;
}

.main-tile-box.content-align-right .content-col#apple-product-info{
  top: 20.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-tile-box.content-align-right .content-col#apple-product-info {
    top: 7.5%;
  }
}

html#apple-html{
  /* scroll-padding-top: 120px */
  scroll-padding-top: 0px
}

#main-apple section{
  padding: 60px 0 0 0;
  /* margin: 60px 0; */
  /* padding-top: 194px;
  margin-top: -152px;
  margin-bottom: 32px; */
  padding-top: 158px;
  margin-top: -168px;
  margin-bottom: 100px;
}

.apple-products-contact {
  padding: 60px 0 0 0!important;
  margin-bottom: 0px!important;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  /* border: 1px solid green; */
  /* -webkit-text-fill-color:#fff;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; */

  /* -webkit-text-fill-color: #ffffff;
  color: #fff; */
  -webkit-box-shadow: none!important;
  transition: background-color 5000s ease-in-out 0s;
}

#apple-html .contact-form input:-webkit-autofill,
#apple-html .contact-form input:-webkit-autofill:hover, 
#apple-html .contact-form input:-webkit-autofill:focus,
#apple-html .contact-form textarea:-webkit-autofill,
#apple-html .contact-form textarea:-webkit-autofill:hover,
#apple-html .contact-form textarea:-webkit-autofill:focus,
#apple-html .contact-form select:-webkit-autofill,
#apple-html .contact-form select:-webkit-autofill:hover,
#apple-html .contact-form select:-webkit-autofill:focus{
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}

/* --------------- */


#modalContactus .modal-content.contact-modal{
	/* color: #99cc33;
	background-color: #0000008a; */
	color: #fff;
	background-color: #0075BB8a;
}

#modalContactusError .modal-content.contact-modal {
    color: #fff;
	background-color: #EF40368a;
}

.modal-content.contact-modal .modal-header {
    border-bottom: 1px solid #c6d4ee7a;
}

.modal-content.contact-modal .close{
	opacity: .8;
	color: #fff;
}

.modal-backdrop.in{
	filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-content.contact-modal .modal-header .close{
	font-weight: 100;
}


.news-box-list{
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fdfdfd;
  box-shadow: none!important;
  position: relative;
  padding: 0;
  margin: 0 20px 20px 0;
  line-height: 1.5em;
}

@media only screen and (min-width: 1337px){
  .news-box-list {
    max-height: 195px;
  }
}


a.event-card-box  {
  color:#0075BB;
  text-decoration:none;
}

a:hover.event-card-box  {
  color:#0075BB;
  text-decoration:none;
}

.event-card-box-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(#000, .1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  font-family: robotoregular!important;
}

.event-card-box-card h5,
.event-detail h4{
  color:#32627B;
}

.event-card-box-card fa-icon{
  color:#3A8BBD;
  text-decoration: none;
}

.event-card-box-card span a,
.event-card-box-card span p{
  font-size: 14px;
  color: #44546A;
  text-decoration: none;
}
.event-card-box-card a,
.event-card-box-card p{
  font-size: 16px;
}

.event-card-box-card span a,
.event-card-box-card p{
  color:#000;
}
.event-card-box-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
  /*  */
  height: 200px;
}
.event-card-box-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform .2s;
}
.event-card-box-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.event-card-box-card p {
    position: relative;
    margin: 1rem 0 0;
  }
.event-card-box-card:hover .details {
    left: 0%;
  }

@media (min-width: 840px) {
  .event-card-box-card{
    flex-direction: row;
    max-width: 95%;
  }
  .event-card-box-card .meta {
    flex-basis: 30%;
    height: auto;
    /*  */
  }
  .event-card-box-card .description {
    flex-basis: 70%;
  }
}

.event-card-box-card .description .entry-meta {
  display: flex;
  color: #000;
  font-size: 14px;
}

.event-card-box-card .description .entry-meta span i,
.event-card-box-card .description .entry-meta span fa-icon {
  color: #0075BB;
}

.event-register-button {
  padding: 6px 14px;
  bottom: 14px;
  border: 1px solid #0075BB;
  border-radius: 4px;
  right: 62px;
  background-color: #0075BB;
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  z-index: 100;
}

.event-detail .location-box p{
  font-size: 14px;
  color:#000000;
}

.event-detail .entry-meta-name{
  color: #0075BB;
}

.event-detail .entry-meta-name a{
  font-size: 14px;
  color: #000;
}

#news-section .serv-details-entry .text .topper {
  margin-top: -52px;
  position:unset;
}

#news-section .serv-details-entry .text {
  position:unset;
}

#news-section .serv-details-entry .topper {
  top: 0;
  width: 100%;
  left: 0px;
  background: #000;
  justify-content: space-between;
}
#news-section .serv-details-entry .topper:hover {
  background: #0075BB;
}
#news-section .serv-details-entry .topper:hover .two {
  background-color: #000;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
#news-section .serv-details-entry .topper .two {
  background-color: #0075bb;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

#news-section .block-20{
  height: auto;
  width: 100%;
}

.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  background: #0075bb;
  color: #fff;
}
.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.cta-section h5{
  color: #fff;
}
.site-section {
  padding: 7rem 0;
  padding: 1rem 0;
}
.cta-section .btn {
  border: 1px solid #fff;
  background: #ffffff;
  color: #000;
  padding: 4px 10px;
}

.cta-section .btn:hover {
  border: 1px solid #fff;
  background: #0075bb;
  color: #fff;
  padding: 4px 10px;
}

#abt-privacy h5{
  color: #0075BB !important;
  font-family: "roboto_slabregular";
  font-size: 20px;
  font-size: 2rem;
}
#abt-privacy{
  color: #797979;

  color: #797979;
  letter-spacing: 0.34px;
  text-align: left;
  font-size: 16px;
}

/*  16 - 06 - 2021  */
/*  For Award Page  */

.award .award-logo,.awards .award-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 542px;
  height: 492px;
  margin: 10px;
  box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
  box-shadow: 0 15px 35px rgb(50 50 93 / 0%), 0 5px 15px rgb(0 0 0 / 0%);
  background: transparent;
  padding: 0px;
}

.awards .award-logo {
  padding: 25px;
  padding: 20px;
}
.awards .award-logo img {
  max-width: 100%;
  -webkit-filter: unset;
  filter:unset;
}
.award-modal-link{
  background:  -webkit-linear-gradient(left, #8f6B29, #FDE08D, #DF9F28);
  padding: 4px;
}

.award .award-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

.award .award-logo  img {
  transition: all 0.4s ease-in-out;
}

.awards .award-logo img {
  max-width: 100%;
}

.awards .award-logo:hover img {
}

#hero-awards::after {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(37, 80, 139, 0.22)), url(../images/banner-img/award.jpg) center no-repeat fixed;
}
/* temp start ---*/


#hero-awards {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
}
#hero-awards::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 76vh;
  background-size: cover;
  z-index: 0;
}

#hero-awards h2{
  color: #fff;
  margin-top: 166px;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
#hero-awards .carousel-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #hero-awards h2 {
    font-size: 28px;
  }

  #hero-awards p {
    font-size: 16px;
  }

  #hero-awards::after {
    width: 100%;
    height: 95%;
    /* border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg); */
  }

  #hero-awards::after {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* #hero h2 {
    font-size: 28px;
  } */
  #hero-awards::after {
    width: 180%;
    height: 100%;
    /* border-radius: 0 0 50% 50%;
    transform: translateX(-12%) rotate(0deg); */
  }
}
@media (max-width: 575px) {
  #hero-awards::after {
    /* left: 50%; */
    top: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 0 0 50% 50%; */
    /* transform: translateX(-50%) rotate(0deg); */
  }
}


/* temp end ---- */

.awards .section-title p,
.award .section-title p {
  font-size: 1.2rem;
  color: #797979;
  letter-spacing: 0.34px;
  text-align: left;
}

.award .section-title{
  padding-bottom: 0px;
}

.awards .section-title h2,
.award .section-title h2{
  /* color: #0075BB; */
  background: -webkit-linear-gradient(#eee, #333);
  background: -webkit-linear-gradient(#8f6B29, #fddc7d, #DF9F28);
/* background: -webkit-linear-gradient(to right, #30CFD0 0%, #330867 100%); */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.award-modal-section .subhead-award-title{
  color: #0075bb;
}

/*  -- Award End -- */

/* testing */

/* #hero-como::after, #hero-blogs-single::after, #hero-blogs::after {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(37, 80, 139, 0.22)), url(../images/banner-img/about-bg2---.jpg) center no-repeat fixed;
}
#hero-news-single::after, #hero-news::after {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(37, 80, 139, 0.22)), url(../images/banner-img/about-bg2---.jpg) center no-repeat fixed;
} */

/* --test end  */
/* .award-logo {
  position: relative;
}

.img-over-style{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.award-logo:hover .img-over-style {
  opacity: 0.3;
}

.award-logo:hover .middle {
  opacity: 1;
} */

.award .award-logo a{
  position: relative;
}

.award .award-logo:hover div.ribbon {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.7);
  transition: all 0.4s ease-in-out;
  left: 2px;
  top: -18px;
}


.award .award-logo .ribbon {
  position: absolute;
  left: -5px; top: -5px;
  left: -3px;
  top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.award .award-logo .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  background: linear-gradient(#0075bb 0%, #0075bb 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
  letter-spacing: 2px;
}
.award .award-logo .ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  /* border-left: 3px solid #8F0808; */
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0e3146;
  /* border-top: 3px solid #8F0808; */
}
.award .award-logo .ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  /* border-right: 3px solid #8F0808; */
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0e3146;
  /* border-top: 3px solid #8F0808; */
}


.award-logo a{
  cursor: pointer;
} 