@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Oswald:wght@200..700&display=swap');
:root {
  --sss_primary-color: #000000;
  --sss_secondary-color: #025eb3; 
  --sss_heading-font: "Oswald", sans-serif;
  --sss_body-font: "Rubik", sans-serif;
  --dark-blue: #025eb3;
  --light-blue: #0170cc;
  --grey: #f7f7f7;
  --black: #000;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 19px; 
  font-family: var(--sss_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 40px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--sss_heading-font);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;  
}
p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.dark-blue-bg {
  background-color: var(--dark-blue);
}
.light-blue-bg {
  background-color: var(--light-blue);
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.sss-btn {  
  padding: 10px 22px;
  border: 1px solid var(--dark-blue);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
}
.sss-btn:hover {
  border: 1px solid var(--blue);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--dark-blue);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--light-blue);
  border-color: var(--light-blue); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--dark-blue);
  border-color: var(--dark-blue); 
}
.btn--white {
  z-index: 1;
  color: var(--white);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--dark-blue);
  color: var(--white);
  background-color: var(--dark-blue);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--light-blue);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--light-blue);    
  display: block;
}
.top_bar {
  background: var(--dark-blue); 
  padding: 7px 0; 
}
.top_bar ul.top_contact {
  margin-bottom: 0;
  list-style: none;
  float: left; /*right*/
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul.top_contact > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul.top_contact > li:first-child {
  margin-left: 0px;
}
.top_bar ul.top_contact > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul.top_contact > li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.top_bar ul.top_contact > li:last-child a:after {
  display: none;
}
.top_bar ul.top_contact > li a:first-of-type {
  padding-right: 0;
}
.top_bar ul.top_contact > li a:first-of-type:after {
  display: none;
}
.top_bar ul.top_contact > li a i {
  margin-right: 8px;
}
.top_bar ul.top_contact > li a:hover, .top_bar a:hover {
  text-decoration: none;
}
.top_bar ul.top_contact > li:last-child a {
  padding-right: 0px;
}
.header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header {
  background: #fff;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4); 
  z-index: 99999;
  padding: 18px 0;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--black);
  padding: 8px 1.5vw;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu > li.active > a {
  color: var(--light-blue);
}
header .main-menu > li:hover > a {
  color: var(--light-blue);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--light-blue);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu > li:last-child > a { 
  background: var(--light-blue);
  color: #fff;
  border-radius: 50px;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 315px;/*285px*/
  overflow: hidden;
  background: var(--dark-blue);
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-bottom: 1px solid #014b8f;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--light-blue);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--black);
  width: 28px;
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--light-blue);
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--light-blue); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--light-blue);
  color: var(--white);
  display: inline-block;
  font-size: 19px;
  border-radius: 50%;
}
.breadcrumb_wrap {
  padding: 80px 0;
  background: var(--dark-blue) url(../images/breadcrumb_bg.png);
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: var(--white);
  position: relative;
  margin-bottom: 0;
}
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--blue);
}
textarea.form-control {
  height: 170px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.sss-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.sss-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 30px;
}
ul.sss-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";/*f560 f14a f058 f105 f054 f0a9*/
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--light-blue);
}
ul.star-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.star-list > li {  
  position: relative;    
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.star-list > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/list-shape.png);
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
ul.tick-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.tick-list > li {  
  position: relative;    
  padding-left: 30px;
  margin-bottom: 8px;
}
ul.tick-list > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/list-shape3.png);
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.call_toaction {
  display: none;
}
/**/
.hero-slide-wrap {
  background: linear-gradient(45deg, #000060, #030376);/*linear-gradient(45deg, #025eb3, #1896ff)*/
  height: 700px;
  overflow: hidden;
  position: relative;  
  display: flex;
  align-items: center;
  z-index: 1;
}
.hero-slide-wrap .shapes .shape-1 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.hero-slide-wrap .shapes .shape-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.hero-content {
  position: relative;
}
.hero-content h1 {
  color: #fff;    
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-content ul > li {
  color: #fff;
  font-size: 22px;
  padding-left: 32px;
}
.hero-content ul.tick-list > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/list-shape2.png);
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
.hero-image {
  margin-top: 20px;
}
.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**/
.about-section-wrap {
  position: relative;
  padding: 50px 0 120px;
}
.about-section-wrap .about-content p {
  text-align: justify;
}
.about-section-wrap .col-lg-push-6{
  left: 50%;
}
.about-section-wrap .col-lg-pull-6{
  right: 50%;
}
.about-thumb {
  z-index: 0;
  position: relative;    
  margin-right: 150px;    
  padding: 0 30px;
}
.about-thumb-position {
  position: absolute;
  width: 64%;
  bottom: -100px;
  right: -120px;
}
.about-shape1 {
  position: absolute;
  top: 70px;
  right: -82px;
  z-index: -1;
}
.about-shape2 {
  position: absolute;
  bottom: -92px;
  left: 200px;
  z-index: -1;
}
.about-section-wrap .about-content ul.sss-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.1rem 0.2rem;
}
.about-section-wrap.about-page-section-wrap {
  padding: 50px 0 70px;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**/
.footer {
  position: relative;
  background-color: #1c1c1c; 
  margin-top: 0px; 
}
footer.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-shape.png);
  opacity: 0.3;
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
}
.footer-top .col-off-10 {
  margin-left: -10px;
  margin-right: 10px; 
}
.footer-top .fw-quick {
  flex: 0 0 22%;
  max-width: 22%;
}
.footer-top .fw-service {
  flex: 0 0 28%;
  max-width: 28%;
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.footer-widget h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--light-blue);
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 7px;
}
.footer-widget ul.widget-links > li a {
  color: var(--white);
  position: relative;
  padding-left: 20px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--white);
  text-decoration: none;
} 
.footer-widget ul.widget-links > li a:before {
  font-family: "Font Awesome 6 Free";
  content:"\f0da";/*"\f105"*/
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.icn {
  position: absolute;
  left: 0;
  color: var(--white);
}
.txt {
  padding-left: 30px;
  color: #fff;
}
.txt a {
  color: #fff;
}
.txt a:hover {
  color: var(--white);
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #2c2c2c; 
  padding: 15px 0;position: relative;
}
.footer-bottom p {
  color: #fff;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #313131;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--light-blue); 
  color: #fff;
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by {
  display: none;
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.contact-info-wrap .ce-white-bg {
  padding: 40px 35px 40px;
  border-radius: 10px;
  background-color: #ffffff;    
  position: relative;
  margin: 0 0;
  filter: drop-shadow(0px 10px 50px rgba(217, 217, 217, 0.5));
}
.contact-info-wrap .contact-info-box-wrap {
  background: var(--dark-blue);
  padding: 40px 38px 55px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.contact-info-wrap .contact-info-box-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service_card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  opacity: 0.5;
}
.contact-info-box-wrap .contact-info-box {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 45px;
}
.contact-info-box .contact-info-icon i {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
}
.contact-info-box .contact-info-content p {
  color: #ffffff;
  margin: 0;
}
.contact-info-box .contact-info-content h4 {
  color: #ffffff;
  margin: 0px 0 2px;
  font-weight: 400;
}
.contact-info-box .contact-info-content p a {
  color: #ffffff;
  text-decoration: none;
}
.contact-info-box-wrap .section-title.text-left h2:before {
  background: #ffffff;
}
.contact-info-box-wrap .section-title.text-left {
  margin-bottom: 25px; 
}
.contact-info-wrap .enquiry-form-wrap {
  margin-left: 60px; 
}
.enquiry-form textarea.form-control {
  height: 100px;
} 
label {
  margin-bottom: .2rem;
}   
.enquiry-form .form-group a {
  color: var(--green);
  text-decoration: underline;
}
.enquiry-form .sss-btn {
  padding: 10px 30px;
}
.contact-map {
  margin-bottom: -10px;
}
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
.mt-15 {
  margin-top: 15px;
}
.service-block-card {
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 30px;
}
.service-block-card:before, .service-block-card:after {
  content: '';
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: var(--dark-blue);
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.service-block-card:before {
  bottom: -73px;
  right: -28px;
}
.service-block-card .shape-icon {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;    
  margin-bottom: 30px;
}
.service-block-card .shape-icon img {
  width: 70px;
}
.shape-icon:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #e2f1ff;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 50px;
}
.box-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.box-title a {
  text-decoration: none;
  color: #000;
}
.service-card_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 22px;
}
.service-block-card .sss-btn {
  color: #fff; 
  box-shadow: none;
}
.service-block-card .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.service-block-card .bg-shape img {
  width: 100%;
}
.service-block-card:after {
  right: -73px;
  bottom: -28px;
}
.service-block-card:hover:before,
.service-block-card:hover:after {
  opacity: 1;
  height: 120%;
  width: 120%;
  border-radius: 0;
}
.service-block-card:hover .shape-icon:before {
  background-color: var(--white);
}
.service-block-card:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}
.service-block-card:hover .box-title, .service-block-card:hover .box-title a {
  color: var(--white);
}
.service-block-card:hover .sss-btn {
  background-color: var(--white);
  border-color: #fff;
  color: var(--dark-blue);
}
.service-block-card:hover .service-card_text {
  color: var(--white);
}
.sss-services-wrap {
  background-color: #f3f3f3;
  position: relative;
}
.sss-services-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/services_bg3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.sss-services-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/services_bg4.png);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.6;
}
/**/
.clients-area {
  background: #fff; 
}
.single-client {
  margin-top: 1rem;     
  margin-bottom: 0.5rem;
}
.single-client img {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 5px 0;
  background: #fff;
}
.clients-wrap .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
}
.clients-wrap .owl-carousel .owl-nav button:hover, 
.clients-wrap .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.clients-wrap .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.clients-wrap .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: -20px;
}
.clients-wrap .owl-carousel .owl-nav button.owl-prev span, 
.clients-wrap .owl-carousel .owl-nav button.owl-next span {
  font-size: 30px;
  color: #999;
}
/**/
.iservices-section-wrap .col-lg-push-8 {
  left:  33.333333%;
}
.iservices-section-wrap .col-lg-pull-4 {
  right: 66.666667%;
}
.sidebar-services-list {
  position: relative;
  display: block;
}
.sidebar-services-list li {
  position: relative;
  display: block;
}
.sidebar-services-list li+li {
  margin-top: 20px;
}
.sidebar-services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0e110d;
  color: #ffffff;
  padding: 18px 15px 18px;
  overflow: hidden;
  z-index: 1;
  text-decoration: none!important;
}
.sidebar-services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark-blue);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}
.sidebar-services-list li a span {
  color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.sidebar-services-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.sidebar-services-list li.active a span {
  color: #fff;
}
.sidebar-services-list li:hover a span {
  color: #fff;
}
.services-widget {
  padding: 40px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
}
.contact-widget .widget-content {
  position: relative;
  padding: 60px 60px;
  background-size: cover;
  background-image: url(../images/call-expert.jpg);
  text-align: center;
}
.contact-widget .widget-content:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(0 0 0 / 80%);
}
.contact-widget .widget-content .border-layer {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0.9;
  border: 1px dashed #ffffff;
}
.contact-widget .widget-content .icon-box {
  position: relative;
  margin-bottom: 25px;
}
.sidebar h3.widget_title {
  margin-bottom: 15px;
}
.contact-widget .widget-content h4 {
  color: #fff;position: relative;
  margin-bottom: 15px;
}
.contact-widget .widget-content p a {
  color: #fff;position: relative;    
  font-size: 24px;
}
.contact-widget .widget-content p {
  margin-bottom: 1em;
}
aside.sidebar {
  position: sticky;
  top: 150px;
}
.services-content, .services-image-wrap {
  padding-left: 20px;
  margin-bottom: 20px;
}
.iservices-section-wrap .services-content p {
  text-align: justify;
}
.iservices-section-wrap .icon-block-wrap {
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  min-height: 210px;
}
.iservices-section-wrap .icon-block-wrap .icon-wrap {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 12px;
  background: var(--dark-blue);
  display: inline-block;
  border-radius: 50px;
}
.iservices-section-wrap .icon-block-wrap .icon-wrap img {
  width: 70px;
}
.iservices-section-wrap .icon-block-wrap h3 {
  font-size: 22px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.iservices-section-wrap .services-content h3 {
  margin-bottom: 10px;
  margin-top: 12px;
}
.iservices-section-wrap .three_serv .icon-block-wrap {
  min-height: auto;
}
#google_translate_element {
  float: right;    
  margin-left: 15px;
}
.sl-nav {
  display: inline;
  float: right;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom: 0; 
  color: #fff;
  font-size: 17px;
}
.sl-nav li b {
  font-weight: 400;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li i.fa-angle-down {
  position: relative;
  top: 2px;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: 0;/*-15px*/
  display: block;
  background: #fff;
  width: 100%;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
  display: none;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li a {
  display: block;
}
.sl-nav li ul li a, .sl-nav li ul li a:hover {
  color: #000!important;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: var(--blue);
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-nl {
  background: url(../images/nl-flag.jpg);
  background-size: cover;
  background-position: center center;
}
.flag-en {
  background: url(../images/en-flag.jpg);
  background-size: cover;
  background-position: center center;
}
.flag-fr {
  background: url(../images/fr-flag.jpg);
  background-size: cover;
  background-position: center center;
}