/*=============================================================
    CSS INDEX
    =============================
    01. Typography
    02. Preloader
    03. Section Title
    04. Menu
    05. Slider (HEADER)
    06. About
    07. Services
    08. Slider
    09. Cintilla
    10. Contact
    11. Footer


  =============================================================*/


/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  color: #202020;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
  overflow-x: hidden;
}

p {
  margin-bottom: 10px;

}

img {
  height: auto;
  vertical-align: middle;
  border-style: none;
}

a {
  color: #204d9b;
  transition: .5s;
  text-decoration: none;
}

a:hover,
a:active {
  color: transparent;
  outline: 0 none;
  text-decoration: none;
  color: #204d9b;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0
}



/* Preloader*/

.preloader {
  background: #204d9b;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.status-mes {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -35px;
  font-size: 10px;
  text-indent: -12345px;
  z-index: 10000;
}


.loader {
  position: relative;
  width: 75px;
  height: 100px;
}

.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}

.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}

@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}

@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}

@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}

@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }

  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}

@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }

  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}

@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}

@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}

@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


/*----- Section Title -----*/

.section_title {
  margin-bottom: 50px;
}

.section_title h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.sec_divider {
  width: 70px;
  height: 2px;
  background: #204d9b;
  display: inline-block;
}

.section_title p {
  margin-top: 10px;
}

.section_title span {
  color: #204d9b;
}

.section_padding {
  padding: 80px 0;
}

.section_gray {
  background: #f8f8f8;
}

/*----- button -----*/

.main_bg_btn {
  border-radius: 30px;
  color: #fff;
  background: #204d9b;
  font-weight: 400;
  padding: 14px 27px;
  transition: 0.5s;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  position: relative;
  box-shadow: 0 0 5px #ddd;
  border: 1px solid #204d9b;
  line-height: 20px;
}

.main_bg_btn:hover,
.main_bg_btn:focus {
  color: #204d9b;
  border-color: #204d9b;
  background: transparent;
}


/*----- Menu -----*/
#header {
  top: 0;
  width: 100vw;
  position: fixed;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  padding: 16px 0;

}

.logo_area {
  float: left;
}

.logo_area img {
  margin-left: 0;
}

#header.menu-shrink {
  height: 130px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
}


.menu-shrink>.container>.row>.col-md-4>.logo_area {
  filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(1643%) hue-rotate(204deg) brightness(96%) contrast(89%);
}

#main_menu {
  margin-top: 30px;
}

.nav>li {
  padding: 7px 12px;
  border: 1px solid transparent;
  transition: .5s;
}

.nav>li>a {
  font-family: 'Ubuntu', sans-serif;
  transition: .5s;
  color: #fff;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  transition: .5s;
  font-weight: 500;
}

#header.menu-shrink .nav>li>a {
  color: #204d9b;
}

.nav>li>a:hover,
#header.menu-shrink .nav>li>a:hover {

  color: #F20505;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 19px;
  margin-bottom: 0;
}

.navbar-toggle .icon-bar {
  background-color: #204d9b;
}



/* Icon 3 */
#nav-icon3 {
  display: none;
  float: right;
  width: 30px;
  margin-top: 40px;
  margin-right: 25px;
  height: calc(100%/2);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-shrink .container .row #nav-icon3 span {
  background: #204d9b;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#navBar-collapse{
  display: none;
  background-color: #fff; 
  float:right;
  line-height: 1.5;
  font-size: 25px;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  text-align: right;

}


@media (max-width: 991px) {
  .navbar__nav {
    display: none !important;
  }

  #nav-icon3 {
    display: block !important;
  }

  #navBar-collapse{
    display: none;
  }

}

@media (min-width: 768px) {
  .navbar__responsive {
    transform: translate3d(-100%, 0, 0) !important;
  }
}

/*----- Slider HEADER -----*/

/* Default Slider Animations */

.owl-item.active .slider-animated-1 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: bounceInLeft;
  animation-name: fadeInLeft;
}

/* animation 2 */
.owl-item.active .slider-animated-2 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* animation 3 */
.owl-item.active .slider-animated-3 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-3 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-3 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-3 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


#slider_area,
.single_slide,
.single-slide-item-table {
  height: 700px;
}

.single_slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}

.slider_item1 {
  background-image: url(img/slider/sl-1.jpeg);
}

.slider_item2 {

  background-image: url(img/slider/sl-2.jpeg);

}

.single_slide:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.65;
  z-index: -1;
}

.slider_active .owl-nav .owl-next,
.slider_active .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 19px;
  transition: all 0.4s ease-in-out;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.slider_active .owl-nav .owl-prev {
  left: 15px;
}

.slider_active .owl-nav .owl-next {
  right: 15px;
}

.slider_active .owl-nav .owl-next:hover,
.slider_active .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgba(22, 162, 232, 0.9);
}

.single-slide-item-table {
  display: table;
  width: 100%;
}

.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;

}

.slider_content .sl_heading {
  color: #fff;
  font-size: 27px;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-family: 'Ubuntu', sans-serif;
}

.slider_content h2 {
  color: #F20505;
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
  line-height: normal;
}

.slider_content .main_bg_btn {
  box-shadow: inherit;
}

.slider_content .main_bg_btn:hover,
.slider_content .main_bg_btn:focus {
  color: #fff;
}

.slider_content h2 span {
  color: #fff;
}

.slider_content p {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 300;
}

#slider_area .main_bg_btn {
  background: #fff;
  border-color: #fff;
  color: #333;
}

#slider_area .main_bg_btn:hover {
  background: #204d9b;
  border-color: #204d9b;
  color: #fff;

}

.gradient_background {
  background-image: linear-gradient(to right, #12D8FA 0%, #204d9b 100%);
}

/*----- About css  -----*/
.logo_services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}

.single_about {
  width: 200px;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}


.single_about:after,
.single_about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}

.single_about:after {
  border-bottom: 1px solid #F20505;
  border-top: 1px solid #F20505;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
  z-index: -1;
}

.single_about:before {
  border-left: 1px solid #F20505;
  border-right: 1px solid #F20505;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
  z-index: -1;
}

.single_about:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.single_about:hover:before {
  transform: scaleY(1);
  opacity: 1;
}

.single_about .about_content img {
  max-width: 150px;
  margin: 20px;
}

.single_about:hover {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.04);
}

.cert-img {
  height: 50%;
  width: 50%;
}

/*----- Service css -----*/

.serviceBox {
  position: relative;
  text-align: left;
  padding: 30px;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  height: 520px;
}

.serviceBox:hover {
  background: #204d9b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.088);
  color: #fff;
}

.serviceBox:hover .title {
  color: #fff;
}

.serviceBox .service-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(1643%) hue-rotate(204deg) brightness(96%) contrast(89%);
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}

.serviceBox:hover .service-icon {
  filter: invert(100%) sepia(0%) saturate(7485%) hue-rotate(355deg) brightness(107%) contrast(97%);
  transform: rotateY(360deg);
}

.serviceBox .service-content {
  float: left;
}

.serviceBox .title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 17px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.serviceBox ul {
  margin: 0;
  font-size: 12px;
}

@media only screen and (max-width:990px) {
  .serviceBox {
    margin-bottom: 50px;
  }
}

/*----- Slider css -----*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 250px;
  margin: auto;
  overflow: hidden;
  width: 100vw;
}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 18s linear infinite;
          animation: scroll 80s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 250px;
  width: 350px;
}

.slider .slide img {
  height:250px;
  width:350px;
}

/*----- Cintilla css -----*/

#cintilla_area {
  position: relative;
  padding: 10% 0;
  color: #fff;
  height: 350px;
  font-size: 28px;
}

.cintilla_text{
  color: #fff;
  height: fit-content;
  position: absolute;
  z-index: 900;
}

#cintilla_area:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

/*----- contact css -----*/

.single_contact_info {
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
}

.single_contact_info i {
  color: #ffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #204d9b;
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 20px;
}

.single_contact_info p {
  margin-bottom: 0;
}

.form .form-group input {
  background: transparent;
  border-color: #e3e3e3;
  height: 40px;
  border-radius: 0;
  box-shadow: none;
}

.dark_bg .form .form-group input {
  border-color: #fff;
}

.form .form-group input:focus {
  border-color: #204d9b;
}

.form .form-group textarea {
  background: transparent;
  border-color: #e3e3e3;
  border-radius: 0;
  box-shadow: none;
}

.dark_bg .form .form-group textarea {
  border-color: #fff;
}

.form .form-group textarea:focus {
  border-color: #204d9b;
}

.contact_btn {
  color: #fff;
  font-size: 13px;
  margin-top: 30px;
  text-transform: capitalize;
  padding: 15px 35px;
  letter-spacing: 0.6px;
  font-weight: 600;
  background: #204d9b;
  border-radius: 25px;
  line-height: 10px;
  border: 2px solid #204d9b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}

.contact_btn:hover {
  background: transparent;
  border: 2px solid #204d9b;
  color: #204d9b;
}

/*----- Footer css -----*/

#footer_area {
  background-image: linear-gradient(to right, #204d9b 0%, #12D8FA 100%);
  padding: 30px 0;
  width: 100%;
  color: #fff;
}

.copyright {
  margin-top: 0px;
}

.copyright p {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.copyright a {
  color: #fff;
}

.center-block {
  float: inherit;
}

.no_padding {
  padding: 0;
}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float-whatsapp {
  margin: 18%;
}

.logo-koders{
  width:100px;
}

.grecaptcha-badge{
  visibility: hidden;
}
