/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
/* Typography
================================================== */
body {
  font-family: "Poppins", sans-serif!important;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  font-weight: 400 !important;
}

span{font-family: "Poppins", sans-serif!important;font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003478;
  font-family: "Poppins", sans-serif!important;
  text-transform: uppercase;
  font-weight: 800;
}

h1,
h2 {
  font-family: "Poppins", sans-serif!important;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1.08px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.08px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.54px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
}

iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #003478;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #003478;
}

a.read-more {
  color: #003478;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #161362;
  color: #fff;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #003478;
  height: 50px;
  padding: 0 30px;
  line-height: 52px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus {
  outline: none;
  background: #003478;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  color: #fff;
  background: #00449e;
  border-color: #00449e;
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #00449e;
  border-color: #00449e;
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn.btn-shadow {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 68, 158, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 68, 158, 0.1);
  background: transparent;
  color: #00449e;
  display: block;
}

.btn.btn-shadow .icon {
  margin-left: 30px;
}

.btn.btn-shadow:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 68, 158, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 68, 158, 0.1);
}

.btn.btn-border {
  background: transparent;
  border: 1px solid #003478;
  color: #fff;
}

a.btn-link {
  font-size: 14px;
  font-weight: 800;
  color: #003478;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: -0.14px;
}

a.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

a.btn-link:hover {
  color: #00449e;
}

.btn-white {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.solid-bg-two {
  background: #f2f2f2;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  position: relative;
}

.section-title span,
.column-title span {
  font-weight: 700;
}

.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  height: 1px;
  width: 40px;
  background: #ff5d34;
  content: '';
  bottom: -26%;
  display: none;
}

.section-title.title-center:after,
.column-title.title-center:after {
  margin: auto;
  left: 0;
  right: 0;
}

.section-title.title-right:after,
.column-title.title-right:after {
  margin: auto;
  left: auto;
  right: 0;
}

/*   title   */
.title-small {
  font-size: 30px;
  font-weight: 700;
}

.ts-title {
  font-size: 18px;
  font-weight: 600;
}

.ts-title.md {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-weight: 800;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.68);
  z-index: -1;
}

.overlay-two::before {
  background: rgba(1, 14, 42, 0.6);
}

.main-container {
  padding: 80px 0;
}

.main-container.blog, .main-container.blog-single {
  padding-bottom: 50px;
}

/*=======================
   owl default css
========================*/
.hero-area.owl-carousel .owl-nav {
  margin: 0;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #2154cf;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px;
}

.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #272d33;
}

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #ff5c23 !important;
  color: #fff !important;
  opacity: 1;
}

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-item .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*
	Template Name: instive
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: instive - Medical agency WordPress Theme
   Version: 1.0

=====================
   table of content 
====================

1.  topbar
2.  header
3.  hero area
4.  banner area 
5.  testimonial area

*/
/* instive animation */
.instive-danceBottom {
  -webkit-animation-name: instive-danceBottom;
  animation-name: instive-danceBottom;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

@-webkit-keyframes instive-danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}

@keyframes instive-danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}

.instive-animate .ekit-wid-con:hover img,
.instive-animate .ekit-wid-con:hover .icon,
.instive-animate:hover .feature-icon img {
  -webkit-animation: instive-danceBottom 400ms ease-in-out;
  animation: instive-danceBottom 400ms ease-in-out;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

/*================================================== 
	 Top Bar
================================================== */
.topbar-bg {
  background: #f0f4f9;
  color: #fff;
}

.ts-topbar {
  position: relative;
}

.ts-topbar ul {
  padding-left: 0;
}

.ts-topbar ul li {
  display: inline-block;
}

.ts-topbar .top-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #003478;
  position: relative;
  padding: 0 18px;
}

.ts-topbar .top-menu ul li a:hover {
  color: #f0f4f9;
  background: transparent;
}

.ts-topbar .top-menu ul li:not(:last-child) a::before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 20px;
  background: rgba(0, 52, 120, 0.15);
  content: '';
  margin: auto;
}

.ts-topbar .xs-social-list {
  padding-top: 7px;
}

.ts-topbar .xs-social-list li a {
  font-size: 14px;
  line-height: 24px;
  color: #003478;
  padding: 0 10px;
}

.ts-topbar .xs-social-list li a:hover {
  color: #00449e;
}

.ts-topbar .top-nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 18px;
  position: relative;
}

.ts-topbar .top-nav li a:hover {
  color: #003478;
}

.ts-topbar .top-nav li a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  content: '';
  margin: auto;
}

.ts-topbar .top-nav li:last-child a {
  padding-right: 0;
}

.ts-topbar .top-nav li:last-child a:before {
  display: none;
}

.ts-topbar .ekit_social_media li:last-child a {
  border: none !important;
}

/*=====================================
      header middle area
=====================================*/
.header-top-info .ekit-wid-con .elementskit-infobox {
  border: none;
}

.header-top-info .ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
/*  padding-top: 0;
  padding-bottom: 0;*/
  
  padding: 5px;
/*border: 1px solid #00408a;*/
border-radius: 0px !important;
margin: -1px;
/*padding-left: 20px;*/
text-align: center;
  
  
  /*padding-top: 0;
padding-bottom: 0;*/

/*padding: 5px;
border: 1px solid #00408a;
border-radius: 0px !important;
margin: 5px;
padding-left: 20px*/
  
}

.header-top-info .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
  margin: 0;
  padding: 0;
}

.header-top-info .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon .icon {
  font-size: 15px;
  line-height: 28px;
  color: #003478;
}

.header-contact-info {
  padding: 0;
}

.header-contact-info li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  color: #101010;
  padding: 0 35px 0 65px;
  border-right: 1px solid #eee;
  position: relative;
}

.header-contact-info li:last-child {
  border-right: 0;
  padding-right: 0;
}

.header-contact-info li i {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 6px;
}

.header-contact-info li span {
  font-weight: 700;
  display: block;
}

.info-icon .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
  margin-bottom: 0;
}

.logo {
  max-width: 175px;
  display: inline-block;
}

/* *************************
    header
************************** */
.header-wrapper .navbar-light {
  padding: 0px;
}

.header-wrapper .navbar-light .navbar-toggler {
  outline: none;
  border: none;
  background: #193656;
}

.header-wrapper .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  padding: 4px 0;
}

.header-wrapper .navbar-light .navbar-nav > li {
  padding: 0 12px;
  position: relative;
}

.header-wrapper .navbar-light .navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0;
}

.header-wrapper .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #193656;
  text-transform: uppercase;
  font-size: 13px;
}

.header-wrapper .navbar-light .navbar-nav li a:hover {
  color: #003478;
}

.header-wrapper .navbar-light .navbar-nav li.active > a {
  color: #003478;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  -o-transition: all 500ms ease 0.4s ease;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  line-height: 36px;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown {
  position: relative;
}

.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 free";
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown a {
    border-top: none;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 5px;
  }
}

@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li a:hover {
    color: #fff;
  }
}

.header-wrapper .navbar-light .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 free";
  border: 0;
  vertical-align: 0;
  float: right;
}

.instive-header-transparent.ekit-sticky--effects.ekit-sticky--active {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.instive-header-transparent.ekit-sticky--effects.ekit-sticky--active:not(.elementor-motion-effects-element-type-background) {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  background: rgba(0, 52, 120, 0.7);
}

/*==========================
      hero area
===========================*/
.slider-table {
  width: 100%;
  height: 100%;
  display: table;
}

.slider-table .slider-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.hero-area {
  position: relative;
}

.banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
  position: relative;
}

.banner-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#003478), color-stop(70%, rgba(0, 52, 120, 0.09)));
  background: -webkit-linear-gradient(left, #003478 0%, rgba(0, 52, 120, 0.09) 70%);
  background: -o-linear-gradient(left, #003478 0%, rgba(0, 52, 120, 0.09) 70%);
  background: linear-gradient(to right, #003478 0%, rgba(0, 52, 120, 0.09) 70%);
}

.banner-item .slider-content .slide-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 74px;
  letter-spacing: -1.92px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.banner-item .slider-content .banner-top-info {
  display: block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.66px;
  position: relative;
}

.banner-item .slider-content .banner-top-info:after {
  width: 60px;
  height: 3px;
  background: #fff;
  margin-left: 30px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.banner-item .slider-content p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
}

.banner-item .slider-content p::after {
  width: 2px;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
}

.banner-item .slider-content .btn-wrapper .btn:hover {
  background: #00449e;
  border-color: #00449e;
}

.banner-item .slider-content .btn-wrapper .btn i {
  margin-right: 6px;
}

.banner-item .slider-content .btn-wrapper .btn-border {
  border-color: #fff;
  margin-left: 18px;
}

.banner-item .slider-content .btn-wrapper .btn-border:hover {
  border-color: #00449e;
}

.slider-desc {
  position: relative;
  padding-left: 20px !important;
}

.slider-desc::after {
  width: 2px;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
}

.sub-title {
  position: relative;
}

.sub-title::after {
  width: 60px;
  height: 2px;
  background: #fff;
  right: 0;
  margin-left: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.sub-title.primary-color::after {
  background: #fcbc3a;
}

.sub-title.center::before {
  width: 60px;
  height: 2px;
  background: #fff;
  left: 0;
  margin-right: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.slider-btn i {
  font-size: 20px;
}

.instive .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 6px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  position: relative !important;
}

.instive .tp-bullet:hover {
  background-color: transparent;
}

.instive .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.instive .tp-bullet.selected {
  width: 13px !important;
  height: 13px !important;
  background: transparent !important;
  border: 1px solid #ffff !important;
  margin-left: -3px;
}

.instive .tp-bullet.selected::after {
  background: transparent !important;
}

.instive .tp-bullet.selected:after {
  height: 100%;
}

.instive .tp-bullet.selected {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background: transparent;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 0px;
  top: 50%;
  margin: auto;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 5px auto;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #b7e8dc;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(34, 47, 90, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(34, 47, 90, 0);
  display: block;
  margin: 3px 0 3px 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  background: transparent;
  border-color: #365f95;
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline-style: none;
}

.owl-carousel.main-slider .owl-dots {
  left: 40px;
}

.owl-carousel.main-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
}

.owl-carousel.main-slider .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: transparent;
}

.main-slider-5 .banner-item::before {
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 52, 120, 0.4) 0%, #003478 100%);
  background-image: -o-radial-gradient(50% 50%, circle, rgba(0, 52, 120, 0.4) 0%, #003478 100%);
  background-image: radial-gradient(50% 50%, circle, rgba(0, 52, 120, 0.4) 0%, #003478 100%);
}

.main-slider-5 .slider-content.text-center .slide-title .banner-top-info::after {
  display: none;
}

.main-slider-5 .slider-content.text-center p {
  margin-left: 0;
}

.main-slider-5 .slider-content.text-center p::after {
  display: none;
}

.main-slider-5 .slider-content.text-center .btn {
  background: #fff;
  color: #003478;
}

.main-slider-5 .slider-content.text-center .btn:hover {
  background: #003478;
  color: #fff;
}

/* ===============================
// Shortcode: Instive Accordian
====================================== */
.ts-faq-single {
  position: relative;
  -webkit-box-shadow: 0px 3px 14px rgba(195, 189, 189, 0.3);
  box-shadow: 0px 3px 14px rgba(195, 189, 189, 0.3);
  padding: 40px;
  position: relative;
  height: 100%;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.ts-faq-single::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #e5eaf1;
  top: 0;
  left: 0;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.ts-faq-single .faq-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px dotted #333333;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
  text-align: center;
}

.ts-faq-single .faq-img img {
  max-width: 100%;
}

.ts-faq-single .indecator {
  position: absolute;
  right: 40px;
  top: 40px;
}

.ts-faq-single .faq-heading {
  cursor: pointer;
}

.ts-faq-single .faq-heading .indecator .plus {
  display: none;
}

.ts-faq-single .faq-heading.collapsed .indecator .plus {
  display: block;
}

.ts-faq-single .faq-heading.collapsed .indecator .minus {
  display: none;
}

.ts-faq-single .faq-heading .ts-title {
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.ts-faq-single:hover {
  background: #193656;
  color: #fff;
}

.ts-faq-single:hover::before {
  background: #193656;
}

.ts-faq-single:hover .indecator {
  color: #fff;
}

.ts-faq-single:hover .faq-img {
  border-color: #fff;
}

.ts-faq-single:hover .ts-title {
  color: #fff;
}

.dot-style2 .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-style2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.dot-style2 .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(34, 47, 90, 0.2);
  border: 1px solid rgba(34, 47, 90, 0.2);
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

.dot-style2 .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  background: transparent;
  border-color: #003478;
}

.bg-green {
  background: #284361;
}

.bg-green * {
  color: #fff;
}

.arrow-style2 {
  position: relative;
}

.arrow-style2 .owl-nav {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  top: 50%;
}

.arrow-style2 .owl-next, .arrow-style2 .owl-prev {
  width: 32px;
  height: 32px;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
  color: #b5c3d5;
  border: 1px solid #b5c3d5;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.arrow-style2 .owl-next:hover, .arrow-style2 .owl-prev:hover {
  background: #193656;
  border-color: #193656;
  color: #fff;
}

/* =========================
// Shortcode: Testimonial
========================== */
.testimoial-wrap {
  margin: 40px 50px 0;
}

.testimoial-wrap .testimonial-content {
  background: #f0f4f9;
  padding: 0 40px 50px 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.testimoial-wrap .testimonial-content .testimonial-author-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 10px solid #003478;
  overflow: hidden;
}

.testimoial-wrap .testimonial-content h3.ts-title {
  font-size: 28px;
  background: #003478;
  color: #fff;
  display: inline-block;
  padding: 17px 50px;
  border-bottom-right-radius: 40px;
  text-transform: uppercase;
  font-weight: 800;
}

.testimoial-wrap .testimonial-content p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  font-weight: 500;
  position: relative;
}

.testimoial-wrap .testimonial-content p:before {
  content: "\f10e";
  font-family: 'fontawesome';
  display: block;
  text-align: right;
  font-size: 50px;
  color: #003478;
  margin-top: -20px;
  margin-bottom: 25px;
}

.testimoial-wrap .testimonial-content .testimonial-meta {
  margin-top: 30px;
}

.testimoial-wrap .testimonial-content .testimonial-meta .ts-title {
  margin-bottom: 0;
  color: #003478;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.72px;
}

.testimoial-wrap .testimonial-content .testimonial-meta span {
  font-size: 13px;
  color: #7f99bb;
  font-weight: 400;
}

.testimonial-slider .owl-dots {
  left: auto;
  right: 0;
  top: 55%;
}

.testimonial-style-alt {
  max-width: 600px;
}

.bg-testimonial {
  background: #e5eaf1;
}

.ts-testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.ts-testimonial-author .author-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 27px;
}

.ts-testimonial-author .author-image-lg {
  width: 185px;
  height: 185px;
  margin-right: 80px;
}

.ts-testimonial-author .author-image img {
  width: 100%;
}

.ts-testimonial-author .author-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.ts-testimonial-author .author-content p {
  margin-bottom: 0;
}

.ts-testimonial-content {
  margin-bottom: 40px;
}

.ts-testimonial-content p {
  font-size: 18px;
  font-weight: 500;
}

.ts-testimonial-slider .owl-next, .ts-testimonial-slider .owl-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
  color: #b5c3d5;
  border: 1px solid #b5c3d5;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ts-testimonial-slider .owl-next:hover, .ts-testimonial-slider .owl-prev:hover {
  background: #193656;
  border-color: #193656;
  color: #fff;
}

.ts-testimonial-slider-two .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ts-testimonial-slider-two .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  background: #284361;
  border: 1px solid #284361;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

.ts-testimonial-slider-two .owl-dots .owl-dot.active {
  width: 15px;
  height: 15px;
  background: transparent;
}

.ts-testimonial-three .testimonial-thumb .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.ts-testimonial-three .testimonial-thumb .thumb img {
  width: 100%;
}

.ts-testimonial-four .ts-testimonial-author {
  display: block;
  opacity: .4;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.ts-testimonial-four .ts-testimonial-author .thumb {
  margin-bottom: 15px;
  min-height: 90px;
  min-width: 80px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ts-testimonial-four .ts-testimonial-author .thumb img {
  width: 100%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  opacity: .7;
}

.owl-item.center .ts-testimonial-four .ts-testimonial-author .thumb img {
  width: 95px;
  height: 95px;
}

.ts-testimonial-four .ts-testimonial-author .author-content {
  opacity: 0;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 50px;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.ts-testimonial-four .ts-testimonial-author .author-content h3 {
  font-size: 18px;
  font-weight: 800;
}

.ts-testimonial-four .ts-testimonial-author .author-content p {
  font-size: 13px;
  line-height: 1;
}

.ts-testimonial-four .ts-testimonial-content {
  width: 600px;
  position: relative;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  padding-top: 30px;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
  margin-bottom: 50px;
}

.ts-testimonial-four .ts-testimonial-content i {
  font-size: 70px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0px;
  color: #f9f9f9;
  z-index: -1;
}

.ts-testimonial-four .ts-testimonial-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.ts-testimonial-four .owl-item.center .ts-testimonial-author {
  opacity: 1;
}

.ts-testimonial-four .owl-item.center .ts-testimonial-author .author-content {
  opacity: 1;
}

.ts-testimonial-four .owl-item.center .ts-testimonial-content {
  opacity: 1;
}

.ts-testimonial-four .owl-item.center .thumb {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.ts-testimonial-four .owl-item.center .thumb img {
  margin-bottom: 10px;
  opacity: 1;
}

.ts-testimonial-four .owl-dots {
  left: 0;
}

.ekit-testimonial .elementkit-commentor-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekit-testimonial .elementskit-commentor-image {
  margin-bottom: 0 !important;
}

.ekit-testimonial .elementskit-profile-info {
  text-align: left;
  margin-left: 30px;
}

/* =============================
// shortcode : Instive Insurance
=================================*/
.ts-feature-box {
  -webkit-box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  background: #fff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-feature-box .ts-title {
  margin-bottom: 30px;
}

.ts-feature-box .ts-title a {
  color: #193656;
}

.ts-feature-box .feature-icon {
  max-width: 70px;
  margin-right: 30px;
  min-height: 70px;
  min-width: 70px;
}

.ts-feature-box .media-body p {
  font-size: 16px;
  line-height: 24px;
}

.ts-feature-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-feature-box:hover .ts-title a {
  color: #003478;
}

.ts-feature-box .readmore {
  position: relative;
  font-weight: 700;
}

.ts-feature-box.style1 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.ts-feature-box.style1:hover {
  -webkit-box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
}

.ts-feature-box.style1 .feature-icon {
  margin-bottom: 22px;
}

.ts-feature-box.style1 .ts-title.md {
  margin-bottom: 10px;
}

.ts-feature-box.style2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}

.ts-service-slider .owl-item:nth-child(1) .ts-feature-box {
  background: #0079c1;
}

.ts-service-slider .owl-item:nth-child(2) .ts-feature-box {
  background: #f0a108;
}

.ts-service-slider .owl-item:nth-child(3) .ts-feature-box {
  background: #399579;
}

.ts-service-slider .owl-item:nth-child(4) .ts-feature-box {
  background: #e16262;
}

.ts-service-slider .owl-item:nth-child(5) .ts-feature-box {
  background: #0079c1;
}

.ts-service-slider .owl-item:nth-child(6) .ts-feature-box {
  background: #f0a108;
}

.ts-service-slider .owl-item:nth-child(7) .ts-feature-box {
  background: #399579;
}

.ts-service-slider .owl-item:nth-child(8) .ts-feature-box {
  background: #e16262;
}

.ts-service-slider .owl-item:nth-child(9) .ts-feature-box {
  background: #0079c1;
}

.ts-service-slider .owl-item:nth-child(10) .ts-feature-box {
  background: #f0a108;
}

.ts-service-slider .owl-item:nth-child(11) .ts-feature-box {
  background: #399579;
}

.ts-service-slider .owl-item:nth-child(12) .ts-feature-box {
  background: #e16262;
}

.ts-service-slider .owl-item:nth-child(13) .ts-feature-box {
  background: #0079c1;
}

.ts-service-slider .owl-item:nth-child(14) .ts-feature-box {
  background: #f0a108;
}

.ts-service-slider .owl-item:nth-child(15) .ts-feature-box {
  background: #399579;
}

.ts-service-slider .owl-item:nth-child(16) .ts-feature-box {
  background: #e16262;
}

.ts-service-slider.dot-style2 .owl-dots {
  top: 50px;
}

.ts-service-slider .ts-feature-box {
  border-radius: 5px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  margin: 0 15px 20px 15px;
  position: relative;
  padding-bottom: 0;
  background: #003478;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-service-slider .ts-feature-box .feature-icon {
  width: 110px;
  height: 110px;
  max-width: 110px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 35px;
}

.ts-service-slider .ts-feature-box .feature-icon img {
  width: auto;
}

.ts-service-slider .ts-feature-box .ts-title.md {
  margin-bottom: 30px;
}

.ts-service-slider .ts-feature-box .ts-title.md a {
  color: #fff;
}

.ts-service-slider .ts-feature-box .btn.quote-btn {
  border-radius: 30px;
  background: #003478;
  color: #fff;
  margin-bottom: -30px;
}

.ts-service-slider .ts-feature-box:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(58, 150, 121, 0.25);
  box-shadow: 0px 25px 30px 0px rgba(58, 150, 121, 0.25);
}

.ts-service-slider .ts-feature-box:hover .feature-icon {
  -webkit-animation: instive-danceBottom 400ms ease-in-out;
  animation: instive-danceBottom 400ms ease-in-out;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.feature-style3 .ts-feature-box {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
}

.feature-style3 .ts-feature-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #003478;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.feature-style3 .ts-feature-box .ts-title {
  z-index: 9;
  position: relative;
}

.feature-style3 .ts-feature-box .ts-title a {
  color: #003478;
}

.feature-style3 .ts-feature-box p {
  margin-bottom: 50px;
  z-index: 9;
  position: relative;
}

.feature-style3 .ts-feature-box:hover {
  color: #fff;
  -webkit-box-shadow: 0px 25px 40px 0px rgba(25, 54, 86, 0.2);
  box-shadow: 0px 25px 40px 0px rgba(25, 54, 86, 0.2);
}

.feature-style3 .ts-feature-box:hover::before {
  height: 100%;
  border-radius: 0 0 5px 5px;
}

.feature-style3 .ts-feature-box:hover .ts-title a {
  color: #fff;
}

.feature-style3 .ts-feature-box:hover .readmore {
  color: #fff;
  position: relative;
}

/* ============================
		banner area
==============================*/
.banner-area .banner-title {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
  font-weight: 600;
}

.banner-area ol.breadcrumb {
  background: none;
  color: #fff;
}

.banner-area.banner-solid {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #193656;
}

.banner-area.banner-solid .banner-title {
  font-size: 40px;
  line-height: 48px;
}

.banner-bg {
  padding: 110px 0 70px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(76, 116, 168, 0.8);
  z-index: -1;
}

.banner-heading h2,
.banner-heading h1 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 5px 10px;
  font-size: 16px;
  color: #fff;
}

.breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: '-';
  right: -15px;
  top: 0;
}

.breadcrumb li a {
  color: #fff;
}

/*========================
 video popup
 =======================*/
.video-btn {
  margin: auto;
  font-size: 20px;
  color: #193656;
  text-align: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 3px 0px;
  position: relative;
  display: inline-block;
}

.video-btn i {
  position: relative;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 20px solid #736969;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  -moz-animation: bubble-ripple 1.5s linear infinite;
  -o-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}

.video-btn .btn-hover-anim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 15px solid #656565;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 2s linear infinite;
  -moz-animation: bubble-ripple 2s linear infinite;
  -o-animation: bubble-ripple 2s linear infinite;
  animation: bubble-ripple 2s linear infinite;
}

@-webkit-keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/* ====================
// Shortcode: Instive back to top
========================*/
.style2 .scroll-button a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  border-radius: 10px;
  height: 60px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 9px;
}

.style2 .scroll-button a::after {
  background: #003478;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==================================================
      404
 ================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* ==============================
 // Shortcode: insitive search
================================= */
.ts-search-box .instive-serach {
  background: #00449e;
  height: 70px;
  padding: 17px 20px 17px 35px;
}

.ts-search-box .instive-serach .input-group {
  position: relative;
}

.ts-search-box .instive-serach .input-group input {
  background: transparent;
  padding-left: 25px;
  border: none;
  color: #333!important;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.ts-search-box .instive-serach .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



.ts-search-box .instive-serach .input-group input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff!important;
  display:none!important;
}

.ts-search-box .instive-serach .input-group input:-ms-input-placeholder {
  opacity: 1;
  color: #fff!important;
  display:none!important;
}

.ts-search-box .instive-serach .input-group input::-ms-input-placeholder {
  opacity: 1;
  color: #fff!important;
  display:none!important;
}

.ts-search-box .instive-serach .input-group input::placeholder {
  opacity: 1;
 
  color: #fff!important;
  font-weight: 500;
  display:none!important;
}

.ts-search-box .instive-serach .input-group button.input-group-btn.search-button {
  background: transparent;
  border: none;
  color: #00408a;
  top: 2px;
  position: absolute;
  padding: 0;
  left: 0;
  height: 100%;
}

.ts-search-box .instive-serach .input-group button.input-group-btn.search-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-style: none;
}

/* =========================
// Shortcode: Instive Insurance
========================== */
.ts-feature-box.style2 {
  padding: 40px;
  -webkit-box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
}

.ts-feature-box.style2:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-feature-box.style2 .ts-title a {
  color: #003478;
  font-weight: 800;
}

.ts-feature-box.style2 .media-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* =========================
// Shortcode: Instive Team
========================== */
.single-team-wrap .team-img {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.single-team-wrap .team-img:hover {
  -webkit-box-shadow: 0px 25px 35px 0px rgba(34, 47, 90, 0.25);
  box-shadow: 0px 25px 35px 0px rgba(34, 47, 90, 0.25);
}

.single-team-wrap .team-img img {
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 100%;
  border: 1px solid #edeff2;
  border-radius: 5px;
}

.single-team-wrap .team-img:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(25, 54, 86, 0.3)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(25, 54, 86, 0.3) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(25, 54, 86, 0.3) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(25, 54, 86, 0.3) 100%);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.single-team-wrap .ts-title {
  margin-bottom: 3px;
  color: #7f99bb;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.36px;
}

.single-team-wrap .ts-title:hover {
  color: #003478;
}

.single-team-wrap p {
  font-size: 13px;
  color: #7f99bb;
}

.single-team-wrap:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.single-team-wrap:hover .ts-title {
  text-decoration: underline;
}

.single-team-wrap:hover .ts-title,
.single-team-wrap:hover p {
  color: #003478;
}

.single-team-wrap-style2 {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(193, 187, 187, 0.9);
  box-shadow: 0px 4px 10px rgba(193, 187, 187, 0.9);
  height: 100%;
}

.single-team-wrap-style2 p {
  margin-bottom: 10px;
}

.single-team-wrap-style2 .team-social {
  list-style: none;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.single-team-wrap-style2 .team-social li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.single-team-wrap-style2 .team-social li:not(:last-child) {
  margin-right: 8px;
}

.single-team-wrap-style2 .team-social li a {
  width: 35px;
  height: 35px;
  padding: 10px;
  background: #fff;
  color: #3b5998;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.single-team-wrap-style2 .team-social li a:hover {
  background: #3b5998;
  color: #fff;
}

.single-team-wrap-style2:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-team-wrap-style2:hover .team-social {
  opacity: 1;
  bottom: 15px;
}

.ts-team-slider {
  position: relative;
}

.ts-team-slider .team-img img {
  border-radius: 5px;
}

.ts-team-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* =========================
// Shortcode: Instive Contact Form
========================== */
.ts-form-wrap .ts-title {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.ts-form-wrap p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #193656;
}

.ts-form-wrap .wpcf7-form p {
  margin-bottom: 0;
}

.ts-form-wrap .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 15px;
  display: block;
}

.ts-form-wrap .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 0;
  left: 22px;
  font-family: 'ts-font' !important;
  bottom: 0;
  padding: 12px 0px;
  font-size: 15px;
  z-index: 1;
  color: #7f99bb;
}

.ts-form-wrap .wpcf7-form-control-wrap.instivename::before {
  content: "\e910";
}

.ts-form-wrap .wpcf7-form-control-wrap.instivemail::before {
  content: "\e911";
}

.ts-form-wrap .wpcf7-form-control-wrap.instiveproperty::before {
  content: "\e912";
}

.ts-form-wrap .wpcf7-form-control-wrap.instiveproperty::after {
  position: absolute;
  top: 0;
  right: 22px;
  font-family: 'ts-font' !important;
  bottom: 0;
  padding: 12px 0px;
  font-size: 18px;
  z-index: 1;
  color: #003478;
  content: "\e874";
}

.ts-form-wrap .wpcf7-form-control-wrap.instiveproperty select {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.ts-form-wrap .wpcf7-form-control-wrap input, .ts-form-wrap .wpcf7-form-control-wrap select {
  padding-left: 55px;
  min-height: 50px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  -webkit-box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}

.ts-form-wrap .wpcf7-form-control-wrap input:focus, .ts-form-wrap .wpcf7-form-control-wrap select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
}

.ts-form-wrap .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
}

.ts-form-wrap .wpcf7-form-control-wrap select::after {
  position: absolute;
  content: "\f078";
  font-family: 'FontAwesome';
  right: 0;
  top: 0;
  font-size: 20px;
  color: #003478;
}

.ts-form-submit {
  display: block;
  width: 100%;
  color: #fff;
  background: #003478;
  position: relative;
}

.ts-form-submit::before {
  position: absolute;
  top: 0;
  left: 22px;
  font-family: 'iconfont';
  bottom: 0;
  padding: 12px 0px;
  font-size: 18px;
  content: "\e913";
}

.ts-form-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.ts-form-bottom-wrap p {
  margin-bottom: 0;
}

.ts-form-bottom-wrap .review i {
  color: #fec42d;
}

.ts-form-bottom-wrap .review p {
  color: #333333;
  font-weight: 500;
}

.ts-form-bottom-wrap .ts-signup {
  color: #94a9c5;
}

.ts-form-bottom-wrap .ts-signup a {
  color: #003478;
  text-transform: uppercase;
  font-weight: 700;
}

.ts-tab .nav-tabs {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
}

.ts-tab .nav-tabs .nav-link {
  border-color: transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
  color: #7f99bb;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.56px;
}

.ts-tab .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #003478;
  color: #003478;
}

/* =====================
//   Shortcode: Content Slider
======================= */
.slider-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.slider-section .image-box {
  position: absolute;
  left: -100px;
  width: 70%;
}

.slider-section .image-box img {
  display: block;
  -webkit-mask-image: url(../images/image_shape.png);
  mask-image: url(../images/image_shape.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.intro-wrap {
  max-width: 535px;
  padding: 70px 0 80px;
}

.intro-wrap .section-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: #193656;
  position: relative;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.intro-wrap p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.intro-wrap .btn {
  background: #003478;
  color: #fff;
}

.intro-wrap .btn:hover {
  background: #004aab;
}

.intro-wrap.content-wrap {
  padding: 0;
}

.content-slider.owl-carousel .owl-dots {
  right: 25px;
  left: auto;
}

.content-slider-two.owl-carousel .owl-dots {
  right: -15%;
}

.content-slider .owl-item.active .intro-wrap {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.content-slider .owl-item.active .intro-wrap .section-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.content-slider .owl-item.active .intro-wrap p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}

.content-slider .owl-item.active .intro-wrap .button-area {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.border-image .elementor-image {
  position: relative;
}

.border-image .elementor-image img {
  position: relative;
  z-index: 1;
}

.border-image .elementor-image::before {
  width: 100%;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 30px;
  top: 30px;
  border: 10px solid #003478;
  border-radius: 10px;
}

.shadow {
  -webkit-box-shadow: 0px 25px 35px 0px rgba(0, 52, 120, 0.25);
  box-shadow: 0px 25px 35px 0px rgba(0, 52, 120, 0.25);
}

/* ========================
// shortcode: icon-box
========================= */
.feature-alt .elementskit-infobox .elementskit-box-header, .feature-alt .elementskit-infobox .box-body {
  opacity: 0;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.feature-alt .elementskit-infobox:hover .elementskit-box-header, .feature-alt .elementskit-infobox:hover .box-body {
  opacity: 1;
}

.cta p {
  margin: 0;
}

.ekit-signup .ekit-wid-con .elementskit_inline_form {
  position: relative;
  display: block;
}

.ekit-signup .ekit-wid-con .elementskit_inline_form .elementskit_form_group .ekit_form_control {
  border-color: #114487;
  background: #114487;
  border-radius: 5px;
  color: #7f99bb;
}

.ekit-signup .ekit-wid-con .elementskit_inline_form .elementskit_form_group .ekit_form_control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ekit-signup .ekit-wid-con .elementskit_inline_form .ekit_submit_input_holder {
  position: absolute;
  right: 20px;
  top: 12px;
  bottom: 14px;
  height: auto;
}

.service-faq .elementskit-accordion .elementskit-card .elementskit-card-header .elementskit-btn-link {
  display: block;
}

.service-faq .elementskit-accordion .elementskit-card .elementskit-card-header .elementskit-btn-link .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.service-faq .elementskit-accordion .elementskit-card .elementskit-card-header .elementskit-btn-link .icon.icon-minus {
  background: #003478;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 52, 120, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 52, 120, 0.3);
}

.service-faq .elementskit-accordion .elementskit-card .elementskit-card-header .elementskit-btn-link .icon.icon-plus {
  position: relative;
  top: -4px;
}

.service-faq .elementskit-accordion .elementskit-card .elementskit-card-header .ekit_accordion_icon_group {
  top: 16px;
}

.overlay-box {
  position: relative;
  border-radius: 5px;
}

.overlay-box::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#003478), to(#7f99bb));
  background-image: -webkit-linear-gradient(left, #003478 0%, #7f99bb 100%);
  background-image: -o-linear-gradient(left, #003478 0%, #7f99bb 100%);
  background-image: linear-gradient(90deg, #003478 0%, #7f99bb 100%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: .85;
}

.ts-price .elementskit-pricing-price {
  position: relative;
  padding-bottom: 20px;
}

.ts-price .elementskit-pricing-price::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  background: #7f99bb;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.ts-price.popular .elementskit-single-pricing .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
  display: block;
}

.text-center .ekit-mailChimpForm .ekit_form_control {
  text-align: center;
}

@-webkit-keyframes button-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: .2;
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px currentColor;
    box-shadow: 0 0 0 60px currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

@keyframes button-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: .2;
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px currentColor;
    box-shadow: 0 0 0 60px currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

.related-post-area {
  margin-bottom: 40px;
}

.related-post-area .related-title {
  letter-spacing: -0.54px;
  font-size: 24px;
  font-weight: 800;
}

.related-post-area .recent-project-img {
  margin-bottom: 20px;
}

.related-post-area .recent-project-img img {
  width: 100%;
}

.related-post-area .ts-title {
  margin-bottom: 10px;
  font-weight: 800;
}

.copy-right {
  background-color: #003478;
  padding: 15px 0;
}

.copy-right .copyright-text {
  color: #fff;
}

.business-form .select2.select2-container {
  width: 100% !important;
}

.business-form .select2-selection {
  position: relative;
  height: 100%;
  width: 100% !important;
}

.business-form .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 100%;
  bottom: 0;
  margin: auto;
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background: #005cbf;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  background: #000;
  color: #fff;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.food-gallery .elementor-widget-container .elementor-image img {
  cursor: crosshair;
}

/*==========================
tab rotate 
===========================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    margin-left: 10px;
    font-size: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    margin: 0 10px;
  }
  .header .nav-search i {
    font-size: 14px;
  }
  .header .quote-btn {
    padding: 0 20px;
    font-size: 12px;
  }
  .header-contact-info li {
    padding: 0 30px 0 60px;
    font-size: 14px;
  }
  .header-box .top-box {
    padding: 15px 5px;
  }
  .content-slider-two.owl-carousel .owl-dots {
    right: 0;
  }
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin: 0;
  }
  .tab-center * {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .ts-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 15px;
  }
  .intro-wrap .section-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .content-slider-two.owl-carousel .owl-dots {
    right: 0;
  }
  .header-wrapper .navbar-light .navbar-nav li a,
  .header-wrapper .navbar-light .navbar-nav li.active > a {
    color: #fff;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
    border-top: none;
    white-space: pre-wrap;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: 0px;
  }
  .header.header-wrapper ul.navbar-nav .dropdown-toggle::after {
    padding-right: 9px;
  }
}

/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact-info li {
    padding: 0 14px 0 14px;
    font-size: 13px;
  }
  .header-contact-info li i {
    display: none;
  }
  .top-info li {
    margin-right: 20px;
    font-size: 14px;
  }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0;
  }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none;
  }
  .header .navbar-toggler-icon i {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
  }
  .header .navbar-collapse {
    background: #101010;
    position: relative;
  }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 15px 30px;
  }
  .header ul.navbar-nav > li > a {
    line-height: 36px !important;
    margin-left: 0;
  }
  .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
    display: none;
  }
  .header ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header ul.navbar-nav li .dropdown-menu li a {
    color: #fff;
  }
  .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header ul.navbar-nav .dropdown-toggle::after {
    padding-right: 6px;
  }
  .header.header-standard ul.navbar-nav > li > a {
    color: #fff;
  }
  .header.header-standard .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
  }
  .header.header-classic {
    padding: 10px 0;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .header-box .header.header-classic {
    padding: 0;
  }
  .header-box .header.header-classic .navbar {
    padding: 10px;
  }
  .banner-area .banner-title {
    font-size: 50px;
    line-height: 55px;
  }
  .history-area .carousel-indicators li {
    margin: 0 16px;
  }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0;
  }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0;
  }
  .ts-blog .blog-box {
    margin-bottom: 30px;
  }
  .textwidget .contact {
    margin-bottom: 30px;
  }
}

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .topbar .social-links {
    padding: 0px 0 0;
    text-align: center;
  }
  .topbar .top-info {
    text-align: center;
  }
  .topbar .top-info li {
    margin-bottom: 10px;
  }
  .header-middle-area {
    display: none;
  }
  a.logo.d-none {
    display: block !important;
  }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0;
  }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none;
  }
  .header .navbar-toggler-icon i {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
  }
  .header .navbar-collapse {
    background: #101010;
    position: relative;
  }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .header ul.navbar-nav > li > a {
    line-height: 36px !important;
    margin-left: 0;
  }
  .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
    display: none;
  }
  .header ul.navbar-nav li .dropdown-menu {
    min-width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .header ul.navbar-nav li .dropdown-menu li a {
    color: #fff;
  }
  .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header.header-standard, .header.header-classic {
    background: #fff;
  }
  .header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
    color: #fff;
  }
  .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%;
  }
  .header .dropdown-toggle::after {
    padding-right: 8px;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .header-box .top-box {
    text-align: center;
  }
  .header-box .top-box .header-contact-info {
    display: none;
  }
  .header-box .navbar {
    padding: 10px;
  }
  .header-top-info .ekit-wid-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-area {
    padding: 60px 0;
  }
  .banner-area .banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-area .mt-80 {
    margin-top: 150px;
  }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0;
  }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0;
  }
  .ts-blog .blog-box {
    margin-bottom: 30px;
  }
  .blog .post-body .entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .blog .pagination {
    margin-bottom: 40px;
  }
  .history-area .carousel-indicators {
    display: block;
  }
  .history-area .carousel-indicators:before {
    display: none;
  }
  .footer-left-widget .textwidget {
    margin-bottom: 30px;
  }
  .copy-right {
    text-align: center;
  }
  .copy-right .footer-social {
    text-align: center;
    margin-top: 15px;
    float: none;
  }
  .copy-right .footer-social ul {
    padding: 0;
  }
  .ts-tab .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0 13px;
  }
  .testimoial-wrap {
    margin: 40px 20px 0;
  }
  .testimoial-wrap .testimonial-content {
    padding: 0 30px 30px;
  }
  .testimoial-wrap .testimonial-content h3.ts-title {
    font-size: 22px;
    padding: 10px 50px;
  }
  .testimoial-wrap .testimonial-content .testimonial-author-img {
    width: 100px;
    height: 100px;
  }
  .testimoial-wrap .testimonial-content p:before {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .ts-testimonial-four .ts-testimonial-content {
    max-width: 450px;
  }
  .intro-wrap {
    padding: 70px 15px 50px;
  }
  .slider-section .image-box {
    position: relative;
    width: 100%;
    left: 0;
  }
  .border-image .elementor-image::before {
    display: none;
  }
  .content-slider-two.owl-carousel .owl-dots {
    right: 0;
  }
  .instive-header-transparent {
    background: rgba(0, 52, 120, 0.5) !important;
  }
}

@media (max-width: 575px) {
  .ts-testimonial-four .ts-testimonial-content {
    max-width: 320px;
  }
  .main-slider .owl-dots {
    display: none;
  }
}

@media (max-width: 375px) {
  .banner-item .slider-content .btn-wrapper .btn {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .ts-feature-box.style2 {
    padding: 20px;
  }
  .testimoial-wrap .testimonial-content h3.ts-title {
    font-size: 18px;
    padding: 5px 10px 5px 50px;
  }
  .ts-testimonial-four .dot-style2 .owl-dots {
    left: 0;
  }
  .ts-testimonial-four .ts-testimonial-author .author-content {
    margin-bottom: 30px;
  }
  .ts-testimonial-four .ts-testimonial-content {
    max-width: 280px;
  }
  .ts-testimonial-four .ts-testimonial-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin-left: 0;
  }
  .mobile-center .elementskit-section-title {
    text-align: center;
    margin: 0;
  }
  .mobile-right .elementskit-section-title {
    text-align: right;
    margin-right: 0;
  }
  .elementskit-navbar-nav > li > a i {
    color: inherit !important;
  }
}

@media (min-width: 1025px) {
  .main-nav .elementskit-navbar-nav > li > a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
  }
  .main-nav .elementskit-navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .main-nav.nav-light-bg .elementskit-navbar-nav > li > a::after {
    background: rgba(0, 52, 120, 0.4);
  }
  .ts-team-slider .owl-stage-outer {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .slider-section .image-box {
    left: -50px;
    width: 100%;
  }
}
.elementor-element.elementor-element-010ec24.main-nav.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section.elementskit-parallax-multi-container
{
    /*background:#00408a!important;*/
}

.ts-search-box .instive-serach {
    background: #fff;
    height: 38px;
    padding: 3px 0px 13px 10px;
}

.elementor-26 .elementor-element.elementor-element-8652702:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-26 .elementor-element.elementor-element-8652702 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #7a7a7a;
    height: 48px;
}

.elementor-26 .elementor-element.elementor-element-d2e5690 .ekit_navSidebar-button, .elementor-26 .elementor-element.elementor-element-d2e5690 .ekit_social_media ul > li:last-child {
    padding: 4px 7px 24px 7px;
    color: #000;
}


.elementor-26 .elementor-element.elementor-element-032e77b .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #333 !important;
}

#ecnps {
    border-radius: 0px;
}
div.sp-post-carousel-section-4488 h2.sp-post-carousel-section-title {
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.sp-post-carousel-section-4488 .sp-pc-post-title, .sp-post-carousel-section-4488 .sp-pc-post-title a
{
     font-family: "Poppins", Sans-serif !important;
     font-weight: 500 !important;
     font-size:16px !important;
}


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

#espacecom .ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {/*display:none!important;*/}
#espacecom .ekit-wid-con a {
    text-decoration: none!important;
    outline: 0!important;
    float: right!important;
    background: #003478!important;
    color: #fff!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
     padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.elementor-4261 .elementor-element.elementor-element-df2e654 .elementskit-testimonial-slider .slick-slide{ border:2px solid #003478!important;}

#espacecom .elementor-4261 .elementor-element.elementor-element-df2e654 .elementskit-testimonial-slider .slick-slide::hover{
    background:#003478!important;
    color:#000;
}


#espacecomcovid .ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {display:none!important;}
#espacecomcovid .ekit-wid-con a {
    text-decoration: none!important;
    outline: 0!important;
    float: right!important;
    background: #003478!important;
    color: #fff!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
     padding-top: 5px!important;
    padding-bottom: 5px!important;
}


#espacecomcovid .elementor-4261 .elementor-element.elementor-element-df2e654 .elementskit-testimonial-slider .slick-slide::hover{
    background:#003478!important;
    color:#000;
}


.elementor-176 .elementor-element.elementor-element-2216195:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-2216195 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
background:rgba(0, 52, 120, 0.7) !important;
}

.elementor-4261 .elementor-element.elementor-element-ee60330 .elementskit-infobox.gradient-active::before {
    top: 119px !important;
    left: 0px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 195px solid transparent !important;
    border-bottom: 200px solid transparent !important;
    border-left: 550px solid rgba(255, 255, 255, 0.8) !important;
    width: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
    background-color: transparent !important;
    background-image: linear-gradient(0deg, rgba(34,47,90,0.9) 0%, rgba(34,47,90,0.9) 0%) !important;
}

.elementor-element.elementor-element-2554e4b.elementor-widget.elementor-widget-heading
{
   margin-bottom: -6px !important;
}

.elementor-4261 .elementor-element.elementor-element-2554e4b > .elementor-widget-container {

    position: relative !important;
    z-index: 9999999 !important;
}
.elementor-element.elementor-element-491e2c6.elementor-widget.elementor-widget-heading {
    margin-bottom: -6px;
}
.elementor-element.elementor-element-71dbc9e.elementor-widget.elementor-widget-heading
{
     margin-bottom: -6px;
}
.elementor-4261 .elementor-element.elementor-element-491e2c6 > .elementor-widget-container {

    position: relative;
    z-index: 9999;
}

.elementor-4261 .elementor-element.elementor-element-71dbc9e > .elementor-widget-container {
    position: relative;
    z-index: 999;
}
._1drm._1b90, ._1drm._1ds4
{
    border:0px !important;
}
#facenew{
    margin-bottom:-26px;
    position:relative;
}
#linknew{
    margin-bottom:0px;
      position:relative;
}
#twnew{
    margin-bottom:0px;
      position:relative;
    z-index:999;
    
}
.elementor-26 .elementor-element.elementor-element-5116ce0:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-5116ce0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    margin: -1px 0px 0px 4px;
}


/*.elementor-26 .elementor-element.elementor-element-f48a41b .elementskit-infobox:active {
    background: #00408a !important;
    color: #fff !important;
}
*/

/*.elementskit-infobox.text-.icon-lef-right-aligin.elementor-animation-.gradient-active.hover_from_top {
    background: #00408A !important;
    color:#ffffff !important;
}
*/
/*h3.elementskit-info-box-title:active
{
    color:#ffffff !important;
}*/

/*.elementor-4261 .elementor-element.elementor-element-df2e654 .elementskit-testimonial-slider .slick-slide:hover {
    background:#003478;
    color:#fff !important;
}*/
.elementor-176 .elementor-element.elementor-element-ee3f72b .ts-scroll-box .scroll-button {
    text-align: center ! important;
    background: #ee7f00;
    padding: 13px;
    bottom: 0px;
}


.elementor-176 .elementor-element.elementor-element-ee3f72b .ts-scroll-box .scroll-button:hover {
    text-align: center ! important;
    background: rgb(255, 204, 0);
    padding: 13px;
    bottom: 0px;
}

.elementor-4261 .elementor-element.elementor-element-ee60330 .elementskit-infobox.gradient-active:hover::before
{
 border-left: 550px solid rgba(244, 130, 1, 0.80) !important;
}

.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox.gradient-active::before {
    top: 119px !important;
    left: 0px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 195px solid transparent !important;
    border-bottom: 200px solid transparent !important;
    border-left: 550px solid rgba(255, 255, 255, 0.8) !important;
    width: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
    background-color: transparent !important;
    background-image: linear-gradient(0deg, rgba(34,47,90,0.9) 0%, rgba(34,47,90,0.9) 0%) !important;
}

.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox.gradient-active::before {
    top: 119px !important;
  /*  left: 0px !important;*/
  border-top: 195px solid transparent!important;
    border-bottom: 200px solid transparent!important;
    border-left: 550px solid rgba(255, 255, 255, 0.8) !important;
    background-color: transparent !important;
    background-image: linear-gradient(0deg, rgba(34,47,90,0.9) 0%, rgba(34,47,90,0.9) 0%) !important;
}


.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox.gradient-active:hover::before{
    top: 119px!important;
    /*left: 0px!important;
    width: 0!important;
    height: 0!important;
    border-top: 195px solid transparent!important;
    border-bottom: 200px solid transparent!important;*/
     border-left:550px solid rgba(0, 165, 80, 0.8) !important;
    /* width: 0; */
    /* width: 0; */
    /* height: 0; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    /* border-right: 10px solid blue; */
    background-color: transparent!important;
    background-image: linear-gradient(0deg, rgba(34,47,90,0.9) 0%, rgba(34,47,90,0.9) 0%)!important;
    
}
.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox.gradient-active::before {
    top: 119px !important;
    left: 0px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 195px solid transparent !important;
    border-bottom: 200px solid transparent !important;
    border-left: 550px solid rgba(255, 255, 255, 0.8) !important;
    width: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
    background-color: transparent !important;
    background-image: linear-gradient(0deg, rgba(34,47,90,0.9) 0%, rgba(34,47,90,0.9) 0%) !important;
}

.elementor-4261 .elementor-element.elementor-element-e0ee554 .elementskit-infobox.image-active::before
{
    top: 119px !important;
}
/*.elementor-26 .elementor-element.elementor-element-032e77b .elementskit-navbar-nav > li:hover > a {
    color: #00408A;
    background: #00408a !important;
    color: #fff !important;
    
   
    padding-left: 35px;
}*/
#flash {
    height: 40px;
}
.elementor-4261 .elementor-element.elementor-element-ee60330 .elementskit-infobox {
    
    background-image: url("/wp-content/uploads/2020/07/employeur3.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 40px 65px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox {
    background-image: url("/wp-content/uploads/2020/07/salarie2.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 40px 65px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.elementor-4261 .elementor-element.elementor-element-e0ee554 .elementskit-infobox {
  /*  background-image: url("http://cnps.dev.veonedigital.ci/wp-content/uploads/2020/07/medecin-e1594636410918.jpg") !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 40px 65px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-image: url("/wp-content/uploads/2020/07/independant1.jpg") !important;
}




/*.elementor-4261 .elementor-element.elementor-element-3dba684 .elementskit-infobox {
    background-image: url("http://cnps.dev.veonedigital.ci/wp-content/uploads/2020/06/IMG2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 40px 65px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}*/

.elementor-2180 .elementor-element.elementor-element-f8559bf .elementor-tab-title, .elementor-2180 .elementor-element.elementor-element-f8559bf .elementor-tab-title a {
    color: #3A3B3E;
    background: #f0f4f9!important;
}

.elementor-5051 .elementor-element.elementor-element-276f56d .elementor-tab-title, .elementor-5051 .elementor-element.elementor-element-276f56d .elementor-tab-title a {
    color: #3A3B3E;
    background: #f0f4f9!important;
}
.elementor-5095 .elementor-element.elementor-element-239923f .elementor-tab-title, .elementor-5095 .elementor-element.elementor-element-239923f .elementor-tab-title a{
    color: #3A3B3E;
    background: #f0f4f9!important;
}

@media only screen and (max-width: 750px) {
  #ecnps {
    width: 100%;
  }
  
  .elementor-26 .elementor-element.elementor-element-a355e77 > .elementor-widget-container {
    margin: -8px -16px 0px 0px !important;
    margin-right: 137px !important;
}
.elementor-26 .elementor-element.elementor-element-67eb265 .elementskit-infobox .elementskit-info-box-title {
   margin: 10px 155px 10px 155px !important;

}
.elementor-26 .elementor-element.elementor-element-59b03ae > .elementor-element-populated {
    padding: 0px 0px 15px 0px !important;
}

.elementor-26 .elementor-element.elementor-element-ddeb951 > .elementor-element-populated {
    padding: 0px 0px 15px 0px !important;
}
.elementor-26 .elementor-element.elementor-element-b2c0504 .elementskit-infobox .elementskit-info-box-title {
    
    margin: 10px 160px 10px 140px !important;
   
}
.elementor-26 .elementor-element.elementor-element-d93e6cb .elementskit-infobox .elementskit-info-box-title {
    margin: 10px 155px 10px 135px !important;

}
.elementor-26 .elementor-element.elementor-element-032e77b .elementskit-menu-hamburger {
    float: right;
    border-style: solid;
    border-color: #333 !important;
}


section.xs-breadcrumb.breadcrumb-height {
    margin-top: 35px!important;
}

.banner-area.banner-solid {
    background-blend-mode: overlay!important;
    background-size: cover!important;
    background-image: url(../../../../uploads/2020/06/CNPS-IMG.png)!important;
    /* margin-left: 230px; */
    /* width: 50%; */
    
    padding-bottom: 32px!important;}
    
    .elementor-4261 .elementor-element.elementor-element-29d93cf > .elementor-element-populated {
 
    margin: -18px 0px 20px 0px !important;
}

.elementor-4261 .elementor-element.elementor-element-8691bf4 > .elementor-element-populated {
  
    margin: 20px 0px 20px 0px;
}

}
#actu .sp-post-carousel-section-title {
    display: none;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    left: 0;
    opacity: 0.3!important;
}

.elementor-5284 .elementor-element.elementor-element-3d33be9 .elementskit-menu-container {
    height: 50px !important;
    border-radius: 0px 0px 0px 0px;
}
#menu-second {
    background: #efefef;
    margin-right: 5px;
}
.elementor-5498 .elementor-element.elementor-element-c841f5d .elementskit-menu-container {
    height: 50px !important;
    border-radius: 0px 0px 0px 0px;
}

.elementor-5498 .elementor-element.elementor-element-ffa257b .elementskit-menu-container {
    height: 50px !important;
    border-radius: 0px 0px 0px 0px;
}
.elementor-5545 .elementor-element.elementor-element-d7f8ed8 .elementskit-menu-container {
    border-radius: 0px 0px 0px 0px;
    height: 50px !important;
}
.elementor-5598 .elementor-element.elementor-element-dac08ec .elementskit-menu-container
{
     border-radius: 0px 0px 0px 0px;
    height: 50px !important;
    
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px !important;
    padding-right:30px !important;
}

.elementor-5455 .elementor-element.elementor-element-845dfe5 .elementor-tab-title {
    background: none !important;}
    
    .elementor-5652 .elementor-element.elementor-element-9fddb83 .elementskit-menu-container
    {
        height: 50px !important;
border-radius: 0px 0px 0px 0px;
}

.elementor-5676 .elementor-element.elementor-element-c8175f1 .elementskit-menu-container {
    height: 50px !important;
    border-radius: 0px 0px 0px 0px;
}

.elementor-5719 .elementor-element.elementor-element-e2bcae1 .elementskit-menu-container {
    height: 50px !important;
    border-radius: 0px 0px 0px 0px;
}

#part {
    height: 32px;
}
.elementor-26 .elementor-element.elementor-element-9742e77 > .elementor-element-populated {
    padding: 0px 2px 0px 10px !important;
}


.elementor-4261 .elementor-element.elementor-element-df753cb > .elementor-element-populated {
    padding: 0px 0px 0px 9px !important; 
}
/*#tatc {
    margin-left: 53px;
}
#web .elementor-image-box-img {
    margin-right: -55px;
    margin-left: 55px;
}*/

.elementor-element.elementor-element-dd59039.elementor-column.elementor-col-100.elementor-top-column {
    top: -12px!important;
}

/*.elementor-26 .elementor-element.elementor-element-743a1ba .elementskit-infobox {
    background-color: #000 !important;
}*/

.ekit-wid-con .elementskit-single-testimonial-slider:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.ekit-wid-con .elementskit-single-testimonial-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
élément {
    width: 218px;
}
.elementor-4261 .elementor-element.elementor-element-df2e654 .elementskit-testimonial-slider .slick-slide:hover {
    border: 2px solid #003478 !important;
    background: #003478;
}
élément {
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {
    border-radius: 50%;
    display: none;
}

.elementor-5990 .elementor-element.elementor-element-48d011c .elementskit-single-testimonial-slider:hover
{
    border: 2px solid #003478 !important;
    background: #003478;
    
}

.xs-breadcrumb.breadcrumb-height {
    padding-left: 14.5em;
    padding-right: 14.8em;
    padding-top: 2em;
}
.elementskit-commentor-content a {
        float: right !important;
    background: #003478 !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top:5px;
}

.elementskit-commentor-content a:hover {
        float: right !important;
    background: #ef7f01 !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top:5px;
}

.banner-area.banner-solid
{
    display:none !important;
}

.elementor-105 .elementor-element.elementor-element-eafe0ef {
    padding: 0px 0px 20px 0px !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #003478 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff070f !important;
}
.elementor-105 .elementor-element.elementor-element-777d228 > .elementor-element-populated {

    border: 1px solid #003478;
    margin-top: 1px;
}

.elementor-2755 .elementor-element.elementor-element-6760e50 .mf-input {
    margin: 0px 0px 10px 0px !important;
}
#titre_galerie {
    position: relative;
    z-index: 9999;
    top: 182px;
    background: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.elementor-5284 .elementor-element.elementor-element-5477b94 > .elementor-widget-container {
    margin: -16px 4px 0px 0px !important;
    padding: 0px 0px 0px 0px;
}

div.wpcf7-mail-sent-ok {
    color: #000;
    border: 2px solid #003478 !important;
}


/**
 * ZOOM IMAGE EFFECT ON HOVER // wpRock.fr
 */
.wprock-img-zoom-hover .wprock-img-zoom {
    overflow: hidden;
    position: relative; 
}
.wprock-img-zoom-hover .wprock-img-zoom img {
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.wprock-img-zoom-hover .wprock-img-zoom * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.wprock-img-zoom-hover:hover .wprock-img-zoom img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
/*.card-body {
  /*  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
  /*  padding: 2rem  !important;
    color: #fff  !important;
    text-align: center !important;
    height: 620px !important;
}*/
.card-title {
    margin-bottom: .75rem;
    color:#fff !important;
    font-weight: 600 !important;
}
.test
 {
  /*  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
    padding: 2rem  !important;
    color: #fff  !important;
    text-align: center !important;
    height: 1000px !important;
}
.row.in {
    margin-top: 9px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none;
    background: none;
    color:#fff !important;
}
.te
{
    padding: 2rem  !important;
    color: #fff  !important;
    text-align: center !important;
    height: 600px !important;
}
 button.btn.btn-outline-success.custom {
    border-style: solid;
    border-width: 1px;
    background: #fff;
    border-color: #009036;
    color: #009036;
}
#com button.btn.btn-outline-success.custom {
    border-style: solid;
    border-width: 1px;
    background: #fff;
    border-color: #009036;
    color: #009036;
}

 button.btn.btn-outline-success.custom:hover {
    border-style: solid;
    border-width: 1px;
    background: #009036!important;
    border-color: #009036!important;
    color: #fff;
}
#com button.btn.btn-outline-success.custom:hover {
    border-style: solid;
    border-width: 1px;
    background: #017bd1!important;
    border-color: #009036!important;
    color: #fff;
}
.elementskit-client_logo img
{
    display:none !important;
}

.ekit-wid-con .elementskit-commentor-content {
    padding-right: 0px !important;
    position: relative;
    margin-top: -80px !important;
   
}

#com a:hover {
    background: #017bd1 !important;
   float:left !important;
    color:#fff !important;
      border:1px solid  #017bd1 !important;
   
}
.ekit-wid-con .elementskit-single-testimonial-slider
{
    padding-left:0px !important;
    padding-bottom:10px !important;
    padding-right:0px !important;
    box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.02) !important;
}
#com a{
    background: transparent !important;
    float:left !important;
    border:1px solid  #017bd1 !important;
    color:#017bd1 !important;
}
.vision-boot a
{
    background:#4c70a0;
    padding:10px;
    color:#fff !important;
}
.vision-boot a:hover
{
    background:#003478;
    padding:10px;
     color:#fff !important;
}
.elementor-animation-bounce-in.aligncenter.wp-image-6553.size-medium {
    margin-left: 0px !important;
}
.elementor-animation-bounce-in.aligncenter.wp-image-6555.size-medium {
    margin-left: 0px;
}
.charge a
{
    background:#4C70A0;
    color:#fff;
    padding:10px;
    margin-top:20px;
    border-radius:5px;
}
.charge a:hover
{
    border-radius:5px;
    background:#003478;
    color:#fff;
    padding:10px;
     margin-top:20px;
}
.charge a
{
    background:#00a550;
    color:#fff;
    padding:10px;
    margin-top:20px;
    border-radius:5px;
}
.charge a:hover
{
    border-radius:5px;
    background:#479564;
    color:#fff;
    padding:10px;
     margin-top:20px;
}



/*.elementskit-infobox.text-.icon-lef-right-aligin.elementor-animation-.gradient-active.hover_from_top{
    background: #00408A;
   
}
.elementor-26 .elementor-element.elementor-element-f48a41b .elementskit-infobox .elementskit-info-box-title:active
{
     color:#fff important;
    
}*/

#elementor-tab-title-1661.elementor-active {
    border-bottom-style: none;
    background: #f5822000;
    color: #fff !important;
}

#elementor-tab-title-1662.elementor-active {
    border-bottom-style: none;
    background: #f5822000;
    color: #fff !important;
}

#elementor-tab-title-1663.elementor-active {
    border-bottom-style: none;
    background: #f5822000;
    color: #fff !important;
}

#elementor-tab-title-1664.elementor-active {
    border-bottom-style: none;
    background: #f5822000;
    color: #fff !important;
}

#elementor-tab-title-1665.elementor-active {
    border-bottom-style: none;
    background: #f5822000;
    color: #fff !important;
}
#independant.elementor-active 
{
     background: #000;
}
.ekit-menu-nav-link.active {
    color: #00408a !important;
}

.elementor-26 .elementor-element.elementor-element-f48a41b .elementskit-infobox.elementor-active:active
{
    background:red !important;
}

#first > a:active {
    background: #000!important;
}
.ekit-wid-con .elementskit-profile-image-card:hover::before {
    background-color: rgba(17, 17, 17, 0.21) !important;

}
.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider .elementskit-commentor-content > p
{
    padding:20px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

#menu-item-6970 > a.active {
    background: #003478 !important;
    color: #fff !important;
}


#menu-item-6971 > a.active {
    background: #fedc00!important;
    color: #333 !important;
}

#menu-item-6972 > a.active {
    background: #00a551!important;
    color: #fff!important;
}

#menu-item-6973 > a.active {
    background: #f58220!important;
    color: #fff!important;
}

#menu-item-6974 > a.active {
    background: #46B1AE!important;
    color: #fff!important;
}





#menu-item-6970 > a:hover {
    background: #003478!important;
    color: #fff!important;
}

#menu-item-6971 > a:hover {
    background: #fedc00!important;
    color: #333 !important;
}

#menu-item-6972 > a:hover {
    background: #00a551!important;
    color: #fff!important;
}

#menu-item-6973 > a:hover {
    background: #f58220!important;
    color: #fff!important;
}

#menu-item-6974 > a:hover {
    background: #46B1AE!important;
    color: #fff!important;
}
#menu-item-6970 {
    background: #e5e5e5!important;
    color: #fff!important;
     border-right: 3px #fff solid;
}

#menu-item-6971{
    background:#e5e5e5 !important;
    color: #fff!important;
   
}

#menu-item-6972 {
    background: #e5e5e5!important;
    color: #fff!important;
   border-left: 3px #fff solid;
}

#menu-item-6973  {
    background: #e5e5e5 !important;
    color: #fff!important;
    border-left: 3px #fff solid;
}

#menu-item-6974 {
    background: #e5e5e5 !important;
    color: #fff!important;
    border-left: 3px #fff solid;
}


.elementor-26 .elementor-element.elementor-element-bead0b1 .elementskit-navbar-nav > li > a {
    padding: 0px 27px 0px 27px !important;

}
.btncoti{
font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    padding: 0 30px;
    line-height: 52px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.card .pik {
    width: 120px !important;
    margin: auto !important;
}
.col-md-4 .pic {
   
    padding: 50px;
}
.card .taux {
    width: 30%;
    margin: auto;
}
.text-muted
{
    background:#ffdd00;
    padding:10px;
    color:#000 !important;
    border-radius:10px;
}

.selectcategorie{
        display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000!important;
    background-clip: padding-box;
    border: 1px solid #ffcc00!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-md-1.vertical-line {
    border-right: 8px solid #a6a6a6;
    display: inline-block;
    height: 144px;
    top: 26px;
}

.col-md-1.vertical-line2 {
    border-right: 8px solid #a6a6a6;
    display: inline-block;
    height: 144px;
    top: 26px;
}

.col-md-1.vertical-line2 {
    border-right: 8px solid #a6a6a6;
    display: inline-block;
    height: 270px;
    top: 6px;
}


.num{
text-align: center;
font-size: 78px;
font-weight: 800;
top: 10px;
position: relative;
color: #a6a6a6;
}
.in {
    width: 70px;
    float: left;
    position: relative;
top: -7px
}
.elementor-6340 .elementor-element.elementor-element-d83fd34 .elementor-tab-desktop-title.elementor-active
{
    background:transparent !important;
}
section.elementor-element.elementor-element-7e45aaa.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section.elementskit-parallax-multi-container{
    box-shadow:10px 8px 29px 10px #33333347!important;
    position: relative!important;
    margin-left: 7px!important;
    margin-right: 15px!important;
}
.text-muted.mulle  {
    background: #003478;
    color: #fff !important;
}

.text-muted.mulle:hover {
    background: #597ca4;
    color: #fff !important;
}
.text-muted.envoie:hover {
    background: #2fa651c2;
    color: #fff !important;
}
.text-muted.envoie {
    background: #2fa651;
    color: #fff !important;
    border-radius: 3px !important;
}


.text-muted.envoie1:hover {
    background: #4C70A0;
    color: #fff !important;
}
.text-muted.envoie1 {
    background: #003478;
    color: #fff !important;
    border-radius: 3px !important;
}


.elementor-26 .elementor-element.elementor-element-121aa97:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-121aa97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{

background-color: rgba(64, 84, 178, 0);
background-image: url("/wp-content/uploads/2019/08/bg-traitok.png") !important;
background-position: bottom center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
height:5px;
}
#com .elementskit-profile-image-card {
    width: 53px !important;
    right: 14px !important;
    position: relative !important;
    top: 17px !important;
}

#com .ekit-wid-con .elementskit-commentor-content > p {
    margin-bottom: -20px !important;
       color:#000 !important;
       font-weight:600 !important;
}
.elementskit-author-name {
    font-size: 11px !important;
    color:#000 !important;
}
/*#ecnps2 {
   margin-top: 10px;
position: relative;
top: 9px;
width: 75px;
}*/
.elementor-element.elementor-element-e3fa306.elementor-column.elementor-col-100.elementor-top-column {
    margin-right: 0.4em!important;
}
.elementor-element.elementor-element-70f43c9.elementor-column.elementor-col-100.elementor-top-column {
    margin-right: 0.4em!important;
}

.elementor-element.elementor-element-48ec601.elementor-column.elementor-col-100.elementor-top-column {
margin-right: 0.4em!important;
}

.elementor-element.elementor-element-e0507c2.elementor-column.elementor-col-100.elementor-top-column{
margin-right: 0.4em!important;
}
.elementor-element.elementor-element-fcde662.elementor-column.elementor-col-100.elementor-top-column{
margin-right: 0.4em!important;
}

.elementor-element.elementor-element-4c2fa36.elementor-column.elementor-col-100.elementor-top-column{
margin-right: 0.4em!important;
}
#headingOne {
    background: #ffeee0;
}
#headingOne:hover {
    background: #f58220;
}
#headingTwo
{
    background: #ffeee0;
}
#headingTwo:hover {
    background: #f58220;
}

#headingFour {
    background: #ffeee0;
}

#headingFour:hover {
    background: #f58220;
}

#headingThree
{
    background: #ffeee0;
}

#headingThree:hover
{
    background: #f58220;
}


#headingFive
{
    background: #ffeee0;
}

#headingFive:hover
{
    background: #f58220;
}

#headingSix
{
    background: #ffeee0;
}
#headingSix:hover
{
     background: #f58220;
}
.elementor-176 .elementor-element.elementor-element-de810d5:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-de810d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2020/07/bg-traitok.png")!important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 5px !important;
}
.copy-right {
    display: none;
}


.point {
    padding-left: 35px !important;
}
.point li
{
    list-style:disc !important;
}
#com .elementskit-single-testimonial-slider
{
    border-right: 2px solid #efefef;

}

.espace_com:hover
{
    color:#087fd2;
}

.breadcrumb-container.theme5 a {
    background: #f0f4f9;
    color: #333!important;
    display: inline!important;
    font-weight:600;
    font-size: 14px;
    height: 16px;
    margin: 0;
    padding: 4px 10px!important;
    text-decoration: none;
    position: relative;
}

.breadcrumb-container.theme5 > a:active{
    background:#00408a!important;
    color:#fff!important;
}


.elementor-4261 .elementor-element.elementor-element-678b6e8:not(.elementor-motion-effects-element-type-background), .elementor-4261 .elementor-element.elementor-element-678b6e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
 background-color: rgba(250, 240, 200, 0) !important;
    background-image: url("/wp-content/uploads/2020/06/bg_cnps.png") !important;
    background-repeat: repeat !important;
    padding-bottom: 25px !important;
}
.elementor-4261 .elementor-element.elementor-element-d57fc0d {
    box-shadow: 0px -4px 13px -7px rgba(0, 0, 0, 0.19) !important;
}
.elementskit-menu-hamburger.elementskit-menu-toggler {
    background: #00408a;
}
#foot-menu .elementor-icon-box-title:hover {
    color: #F58120 !important;
}

@media only screen and (max-width: 600px) {
 #contact-responsive {
    text-align: center !important;
    width: 428px !important;
    background: #003478 !important;
}
	
	
	
	
#bgmetest {
    position: relative;
    z-index: 99;
    float: ;
    margin-right: 269px;
}	
#bgme {
    position: relative;
    z-index: 99;
    float: ;
    margin-right: 269px;
}
	
		#bgme1 {
    position: relative;
    z-index: 99;
    float: ;
    margin-right: 269px;
}
	#im2s-header {
    position: relative;
    top: 48px;
    z-index: 99;
    left: 17px;
}
	
.elementor-4261 .elementor-element.elementor-element-f2fdb18 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: #fff !important;
}	
	
.elementor-4261 .elementor-element.elementor-element-f2fdb18 .elementskit-menu-hamburger {
  
    float: left !important;
}
	
	
#foot-menu .elementor-icon-box-title {
    text-align: center;
}
#foot-menu .elementor-icon-box-icon {
    text-align: center;
}
.elementor-4261 .elementor-element.elementor-element-baf5cd7 .elementkit-testimonial-col {
    align-self: center;
    padding-left: 23px !important;
}
.col-lg-3.elementkit-testimonial-col
{
    display:none;
}

}

.wplp_container.default .title {
    line-height: 1.23;
    display: block;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
#agenda .section-title
{
    margin-bottom:0px !important;
}

#agenda .owl-item.active {
    text-align: center !important;
}
#agenda .section-title p
{
    margin-bottom:0px !important;
}
#agenda .section-title {
    padding-top: 20px;
}
#agenda .owl-prev
{
left:0px;
background: #ef7f01 !important;
}

#agenda .owl-next
{

background: #ef7f01 !important;
}

#agenda .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #2154cf;
    color: #fff;
    position: absolute;
    bottom: -77px !important;
    right: 0;
    width: 40px;
    height: 156px !important;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    margin: 0;
        margin-top: 0px;
    border-radius: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}
#download .section-title {
    font-size: 20px !important;
}
#choix .elementor-button-text
{
    font-size:20px;
    text-align:left;
}

#choix_bouton .elementor-image {
    margin-bottom: -30px;
}
#choix {
    border-radius: 0px 40px 0px 0px;
    background:#003478 !important;
}
#formtele .elementor-icon i  {
    font-size:35px!important;
}


#formtele .elementor-icon-box-title:hover {
    color: #F58120 !important;
}

#formtele .elementor-icon-box-title {
    margin-bottom:0px;
}

#choix .tsicon.tsicon-chevron-right {
    position: relative  !important;
    top: 40px  !important;
}
.text-muted.ensav {
    background: #003478;
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #fff;
}
.text-muted.ensav:hover{
    background: #ef7f01;
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #fff;
}
.mot
{
    background:#003478;
}
.card-text.cool {
    height: 39px;
}
#menu-test .ekit-menu-nav-link.active {
    background: #003478 !important;
    color: #fff !important;
}
.text-muted.boni {
    background: #003478;
    color: #fff !important;
    border-radius: 5px;
    
}

.text-muted.boni:hover {
    background: #009136;
    color: #fff !important;
    border-radius: 5px;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text
{
    font-weight:400 !important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child
{
    padding-left:0px !important;
}
.fbc-page .fbc-wrap .fbc-items {
    background-color: transparent !important;
}
.fbc-page .fbc-wrap .fbc-items
{
    box-shadow:none !important;
}
#references {
    box-shadow: 0px -4px 13px -7px rgba(0, 0, 0, 0.19) !important;
}
#slide {
    z-index: 0;
    margin-top: -20px;
}
#bgme {
    position: relative;
    z-index: 999999;
}
#bgme .ekit-menu-nav-link.active {
    color: #fff !important;
     background: #A60000 !important;
}


#bgme .ekit-menu-nav-link.active {
    color: #fff !important;
     background: #003478 !important;
}


#bgme1 {
    position: relative;
    z-index: 999999;
}
#bgme1 .ekit-menu-nav-link.active {
    color: #fff !important;
     background: #A60000 !important;
}



#bann
{
    margin-top:-10px;
}
#slide01 {
    margin-top: -20px;
}
#sepa
{
    position:relative;
    z-index:99999;
}
#nomain {
    position: relative;
    z-index: 9999;
}
#rx {
    height: 35px;
}
#nom2 {
    background: #fff !important;
    position: relative;
    z-index: 9999;
}
#blocmen
{
    position:relative;
    z-index:8000;
}
#slide03
{
 margin-top:-50px;
}
.text-muted.envoie4:hover {
    background: #4c70a0;
    color: #fff !important;
}
.text-muted.envoie4 {
    background: #003478;
    color: #fff !important;
    border-radius: 3px !important;
}

.ekit-wid-con .path {
    fill: #FFFFFF;
    stroke: none !important;
    stroke-miterlimit: 0;
}
.elementor-1007 .elementor-element.elementor-element-e843544 .elementor-button {
    background-color: #C31212;
    border-radius: 0px !important;
}

#bb.elementor-8767 .elementor-element.elementor-element-9da3d15 .elementor-button {
    font-weight: 600;
    background-color: #C31212;
    border-radius: 0 !important;
}
.elementor-8767 .elementor-element.elementor-element-9da3d15 .elementor-button {
    font-weight: 600;
    background-color: #C31212;
    border-radius: 0;
}
.elementor-8777 .elementor-element.elementor-element-11f9530 .elementor-button
{
	border-radius: 0;
}
.elementor-8780 .elementor-element.elementor-element-59492b1 .elementor-button
{
	border-radius: 0;
}
.elementor-8786 .elementor-element.elementor-element-a6e37ce .elementor-button
{
	border-radius: 0;
}
.elementor-8786 .elementor-element.elementor-element-4c0e87b:not(.elementor-motion-effects-element-type-background), .elementor-8786 .elementor-element.elementor-element-4c0e87b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cnps.ci/wp-content/uploads/2019/08/bg-traitok.png");background-position:bottom center;background-repeat:no-repeat;
height:5px;
background-size:cover;}

.elementor-8777 .elementor-element.elementor-element-9c7454c:not(.elementor-motion-effects-element-type-background), .elementor-8777 .elementor-element.elementor-element-9c7454c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cnps.ci/wp-content/uploads/2019/08/bg-traitok.png");background-position:bottom center;background-repeat:no-repeat;
height:5px;
background-size:cover;}

.elementor-8767 .elementor-element.elementor-element-99e3700:not(.elementor-motion-effects-element-type-background), .elementor-8767 .elementor-element.elementor-element-99e3700 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cnps.ci/wp-content/uploads/2019/08/bg-traitok.png");background-position:bottom center;background-repeat:no-repeat;
height:5px;
background-size:cover;}
.elementor-8780 .elementor-element.elementor-element-a1f6049:not(.elementor-motion-effects-element-type-background), .elementor-8780 .elementor-element.elementor-element-a1f6049 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cnps.ci/wp-content/uploads/2019/08/bg-traitok.png");background-position:bottom center;background-repeat:no-repeat;
height:5px;
background-size:cover;}
.elementskit-dropdown li:last-child {
    margin-bottom: 0px !important;
}
.elementskit-dropdown li:first-child {
    margin-top: 0px !important;
}
.elementskit-navbar-nav-default .elementskit-dropdown
{
	border:0px !important;
}
.elementor-8866 .elementor-element.elementor-element-b5d5ee5 .elementor-button {
   border-radius:0px;
}


.ekit-wid-con .dropdown-item.active, .ekit-wid-con .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #00408A !important;
}
.elementor-8892 .elementor-element.elementor-element-b608576 .elementor-button {
  border-radius:0px;
}
#bgmetest .ekit-menu-nav-link.active {
    color: #fff !important;
    background: #a60000 !important;
}

.elementor-8815 .elementor-element.elementor-element-5d5517f .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover, .elementor-8815 .elementor-element.elementor-element-5d5517f .elementskit-navbar-nav .elementskit-submenu-panel > li > a:focus, .elementor-8815 .elementor-element.elementor-element-5d5517f .elementskit-navbar-nav .elementskit-submenu-panel > li > a:active, .elementor-8815 .elementor-element.elementor-element-5d5517f .elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a {
    background-color: #00408A !important;
}
#bgmetest
{
position: relative;
z-index: 999999;
}
.elementor-8934 .elementor-element.elementor-element-3955d6e .elementor-button {
   border-radius:0px;
}
.elementor-26 .elementor-element.elementor-element-bead0b1 .elementskit-navbar-nav > li > a:active {
    color: #fff;
    background: #00408A !important;
}
#ekit-megamenu-menu-sup {
    background: #fff;
}
