/*=============================
	Global CSS 
===============================*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
#scrollUp {
  bottom: 15px;
  right: 15px;
  padding: 10px 20px;
  background: #08509e;
  color: #fff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover {
  background: #2c2d3f;
}
/* Color Plate */
.color-plate {
  position: fixed;
  display: block;
  z-index: 99998;
  padding: 20px;
  width: 245px;
  background: #fff;
  right: -245px;
  text-align: left;
  top: 30%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active {
  right: 0;
}
.color-plate .color-plate-icon {
  position: absolute;
  left: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 5px 0 0 5px;
  background: #08509e;
  text-align: center;
  color: #fff !important;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.color-plate p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 20px;
}
.color-plate span {
  width: 42px;
  height: 35px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
}
.color-plate span:hover {
  cursor: pointer;
}
.color-plate span.color1 {
  background: #08509e;
}
.color-plate span.color2 {
  background: #2196f3;
}
.color-plate span.color3 {
  background: #32b87d;
}
.color-plate span.color4 {
  background: #fe754a;
}
.color-plate span.color5 {
  background: #f82f56;
}
.color-plate span.color6 {
  background: #01b2b7;
}
.color-plate span.color7 {
  background: #6c5ce7;
}
.color-plate span.color8 {
  background: #85ba46;
}
.color-plate span.color9 {
  background: #273c75;
}
.color-plate span.color10 {
  background: #fd7272;
}
.color-plate span.color11 {
  background: #badc58;
}
.color-plate span.color12 {
  background: #44ce6f;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/

.header {
  background-color: #fff;
  position: relative;
}
.header .navbar-collapse {
  padding: 0;
}
/* Topbar */
.header .topbar {
  background-color: #002F61;
  border-bottom: 1px solid #eee;
}
.header .topbar {
  padding: 15px 0;
}
.header .top-link {
  float: left;
}
.header .top-link li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.header .top-link li:last-child {
  margin-right: 0px;
}
.header .top-link li i {
  color: #fff;
  margin-right: 8px;
}
.header .top-contact {
  float: right;
}
.header .top-contact li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
.header .top-contact li:last-child {
  margin-right: 0;
}
.header .top-contact li i {
  color: #fff;
  margin-right: 8px;
}
.header .header-inner {
  background: #fff;
  z-index: 999;
  width: 100%;
}
.get-quote {
  margin-top: 12px;
}
.get-quote .btn {
  color: #fff;
}
.header .logo {
  float: left;
  margin-top: 7px;
}
.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 0px;
  min-height: 0px;
}
.header .nav li {
  margin-right: 15px;
  float: left;
  position: relative;
}
.header .nav li:last-child {
  margin: 0;
}
.header .nav li a {
  color: #2c2d3f;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 12px;
  position: relative;
  display: inline-block;
  position: relative;
}
.header .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav li.active a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header .nav li.active a {
  color: #08509e;
}
.header .nav li:hover a:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.header .nav li:hover a {
  color: #08509e;
}
.header .nav li a i {
  display: none;
  margin-left: 1px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) { 
  .header .nav li a i {
    display: inline-block;
    margin-left: 1px;
    font-size: 13px;
  }
}
/* Middle Header */
.header.style2 .header-inner {
  border-top: 1px solid #eee;
}
.header.style2 .logo {
  margin-top: 6px;
}
.header .middle-header {
  background: #fff;
  padding: 20px 0px;
}
.header .widget-main {
  float: right;
}
.header.style2 .get-quote {
  margin-top: 0;
}
.header .single-widget {
  position: relative;
  float: left;
  margin-right: 30px;
  padding-left: 55px;
}
.header .single-widget:last-child {
  margin: 0;
}
.header .single-widget .logo {
  margin: 0;
  padding: 0;
  margin-top: 7px;
}
.header .single-widget i {
  position: absolute;
  left: 0;
  top: 6px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #08509e;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.header .single-widget h4 {
  font-size: 15px;
  font-weight: 500;
}
.header .single-widget p {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.header .single-widget.btn {
  margin-left: 0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: 74px;
  border-left: 3px solid #2889e4;
}

.header .nav li .dropdown li {
  float: none;
  margin: 0;
  border-bottom: 1px dashed #eee;
}
.header .nav li .dropdown li:last-child {
  border: none;
}
.header .nav li .dropdown li a {
  padding: 12px 15px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav li .dropdown li a:before {
  display: none;
}
.header .nav li .dropdown li:last-child a {
  border-bottom: 0px;
}
.header .nav li .dropdown li:hover a {
  color: #08509e;
}
.header .nav li .dropdown li a:hover {
  border-color: transparent;
}
/* Right Bar */
.header-inner .inner .main-menu {
  float: right;
}
.header .right-bar {
  float: right;
}
.header .right-bar {
  padding-top: 20px;
}
.header .right-bar {
  display: inline-block;
}
.header .right-bar a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #08509e;
  border-radius: 4px;
  display: block;
  font-size: 12px;
}
.header .right-bar li a:hover {
  color: #fff;
  background: #27ae60;
}
.header .search-top.active .search i:before {
  content: "\eee1";
  font-size: 15px;
}
/* Search */
.header .search-form {
  position: absolute;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 74px;
  box-shadow: 0px 0px 10px #0000001c;
  border-radius: 4px;
  overflow: hidden;
  transform: scale(0);
}
.header .search-top.active .search-form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .search-form input {
  width: 282px;
  height: 50px;
  line-height: 50px;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  border: none;
  background: #fff;
  color: #2c2d3f;
}
.header .search-form button {
  position: absolute;
  right: 0;
  height: 50px;
  top: 0;
  width: 50px;
  background: #08509e;
  border: none;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid transparent;
}
.header .search-form button:hover {
  background: #fff;
  color: #08509e;
  border-color: #e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: fadeInDown 0.5s both 0.1s;
  box-shadow: 0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/
/*======================================
    Sub Sub Nav CSS
========================================*/
.hide2 {
  display: none !important;
}
.sub-sub-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  border-top: 2px solid #002F61;
}
.sub-sub-nav ul {
  display: flex;
  list-style: none;
  padding: 0 10px;
}
.sub-sub-nav ul li {
  padding: 0 40px;
}
.sub-sub-nav ul li a {
  font-size: 16px;
  color: #2c2d3f;
  font-weight: 500;
}
.sub-sub-nav ul li a i {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  background-color: #00A9D8;
  border-radius: 20px;
  margin: 0 10px;
}
.sub-sub-nav ul li a.active {
  color: #00A9D8;
}
.sub-sub-nav ul li a:hover {
  color: #00A9D8;
}
@media (max-width: 767px) {
  .sub-sub-nav {
    display: none;
  }
}
/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #002F61;
}
.slider .single-slider .text {
  margin: 40px 0;
}
.slider.index2 .single-slider .text {
  margin-top: 150px;
}
.slider .single-slider h3 {
  color: #FCCD03;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.slider .single-slider h1 {
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 92px;
  color: #002F61;
}
.slider .single-slider p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.slider .single-slider .button {
  margin-top: 30px;
}
.slider .single-slider .btn {
  color: #222;
  background: #FCCD03;
  font-weight: 500;
  display: inline-block;
  padding: 15px 30px;
  margin-right: 10px;
}
.slider .single-slider .btn:hover {
  color: #fff;
  background: #002F61;
}
.slider .single-slider .btn:last-child {
  margin: 0;
}
.slider .single-slider .btn.primary {
  background: #2c2d3f;
  color: #fff;
}
.slider .single-slider .btn.primary:before {
  background: #08509e;
}
.slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 45%;
  width: 100%;
  margin-top: -25px;
}
.slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #08509e;
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover {
  background: #2c2d3f;
  color: #fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
  animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p {
  animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button {
  animation: fadeInDown 1s both 1.5s;
}
/*****mobile screen*/
@media only screen and (max-width: 450px) {
  .slider .single-slider .text {
    margin: 10px 0;
  }
  .slider .single-slider h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
  }
  .slider .single-slider h3 {
    font-size: 30px;
    font-weight: 700;
    color: #FCCD03;
  }
  .slider .owl-carousel .owl-nav {
    display: none;
  }
}
/*===========================
	End Hero Area CSS
=============================*/
/*=========================
	Start Footer CSS
===========================*/
.footer {
  position: relative;
  background-color: #002F61;
  padding: 80px 0 50px 0;
}
.footer .footer-top {
  padding-bottom: 30px;
}
.footer .footer-top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.1;
}
.footer .single-footer {

}
.footer .single-footer img{
  width: 60%;
  margin-bottom: 10px;
}
.footer .single-footer .social {
  margin-top: 25px;
}
.footer .single-footer .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .single-footer .social li:last-child {
  margin-right: 0px;
}
.footer .single-footer .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  text-align: center;
  padding: 0;
  border-radius: 30%;
  display: block;
  color: #fff;
  font-size: 16px;
}
.footer .single-footer .social li a:hover {
  color: #08509e;
  background: #fff;
  border-color: transparent;
}
.footer .single-footer .social li a i {
}
.footer .single-footer.f-link li a i {
  margin-right: 10px;
}
.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}
.footer .single-footer.f-link li:last-child {
  margin: 0;
}
.footer .single-footer.f-link li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}
.footer .single-footer.f-link li a:hover {
  padding-left: 8px;
}
.footer .single-footer h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}
.footer .single-footer .time-sidual {
  margin-top: 15px;
}
.footer .single-footer .time-sidual {
  overflow: hidden;
}
.footer .single-footer .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span {
  display: inline-block;
  float: right;
}
.footer .single-footer .day-head .time {
  font-weight: 400;
  float: right;
}
.footer .single-footer p {
  color: #fff;
}
.footer .single-footer .newsletter-inner {
  margin-top: 20px;
  position: relative;
}
.footer .single-footer .newsletter-inner input {
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  line-height: 42px;
  width: 100%;
  margin-right: 15px;
  color: #fff;
  padding-left: 18px;
  padding-right: 70px;
  display: inline-block;
  float: left;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover {
  padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer input::-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.footer input::input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #fff;
  border-left: 1px solid #fff;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
  color: #08509e;
  font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i {
  color: #2c2d3f;
}
.footer .copyright {
  background: #002F61;
  padding: 25px 0px 25px 0px;
  border-top: 1px solid #fff;
  margin: 0 100px;
}
.footer .copyright .copyright-content p {
  color: #fff;
}
.footer .copyright .copyright-content p a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin-left: 4px;
}
.footer .copyright .copyright-power p {
  color: #fff;
  text-align: end;
}
/*****mobile screen*/
@media only screen and (max-width: 450px) {
  .footer .footer-top {
    padding: 0;
  }
}
/*=========================
	End Footer CSS
===========================*/

/******* Social Proofs *******/
.social-proofs {
  padding: 80px 0;
  background-color: #EBF0F4;
}
.social-proofs .social-proofs-heading {
  text-align: center;
}
.social-proofs .social-proofs-heading h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #002F61;
}
.social-proofs .social-proofs-heading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #222;
  padding: 30px 150px;
}
.social-proofs .social-proofs-img{
  padding: 5px;
  margin: 20px 0;
}
.social-proofs .social-proofs-counter {
  text-align: center;
  padding-top: 20px;
}
.social-proofs .social-proofs-counter h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #002F61;
}
.social-proofs .social-proofs-counter p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #222;
}
@media (max-width: 767px) {
  .social-proofs .social-proofs-heading p {
    padding: 10px 0px;
  }
  .social-proofs .social-proofs-img {
    text-align: center;
  }
}
/******* Benefits *******/
.benefits {}
.benefits .single-slider {
  height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #002F61;
}
.benefits .single-slider .benefit-cont {
  margin-top: 110px;
}
.benefits .single-slider .benefit-cont h3 {
  font-size: 50px;
  font-weight: 700;
  color: #FCCD03;
}
.benefits .single-slider .benefit-cont h1 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
  padding: 10px 0;
}
.benefits .single-slider .benefit-img {
  padding: 10px;
}
.benefits .single-slider .button {
  margin-top: 10px;
}
.benefits .single-slider .button a{
  padding: 10px 25px;
  color: #222 !important;
  background-color: #FCCD03;
  border-radius: 5px;
}
.benefits .single-slider .button a:hover{
  color: #fff !important;
  background-color: #002F61 !important;
}
.benefits .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 45%;
  width: 100%;
  margin-top: -25px;
}
.benefits .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #08509e;
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}
.benefits .owl-carousel .owl-nav div:hover {
  background: #2c2d3f;
  color: #fff;
}
.benefits .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.benefits .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
/***** mobile *****/
@media only screen and (max-width: 450px) {
  .benefits .single-slider .benefit-cont {
    margin-top: 0;
    padding: 40px 0;
  }
  .benefits .single-slider {
    height: 400px;
    background-position: initial;
  }
  .benefits .single-slider .benefit-cont h1 {
    font-size: 35px;
  }
  .benefits .single-slider .benefit-cont h3 {
    font-size: 30px;
  }
  .benefits .owl-carousel .owl-nav {
    display: none;
  }
}
/******* Service White Box *******/
.service-white-box {
  background-color: #EBF0F4;
  padding: 40px 0;
}
.service-white-box .service-white-box-heading {
  text-align: center;
}
.service-white-box .service-white-box-heading h1 {
  font-size: 50px;
  color: #002F61;
  font-style: normal;
  font-weight: 700;
}
.service-white-box .service-white-box-heading p {
  font-size: 16px;
  color: #222;
  padding: 10px 150px;
}
.service-white-box .service-white-box-cont {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  min-height: 445px;
}
.service-white-box .service-white-box-cont .image-wrapper {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  background-color: #002F61;
}
.service-white-box .service-white-box-cont .image-wrapper img {
  padding: 20px;
}
.service-white-box .service-white-box-cont h3 {
  font-size: 26px;
  font-weight: 500;
  color: #002F61;
  padding: 20px 0;
}
.service-white-box .service-white-box-cont p {
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-white-box .service-white-box-heading h1 {
    font-size: 35px;
  }
  .service-white-box .service-white-box-heading p {
    padding: 10px 0;
  }
}
/******* Service Blue Box *******/
.service-blue-box {
  background-color: #002F61;
  padding: 80px 0;
}
.service-blue-box .service-blue-box-heading {
  text-align: center;
}
.service-blue-box .service-blue-box-heading h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.service-blue-box .service-blue-box-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 150px;
}
.service-blue-box .service-blue-box-cont {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  min-height: 455px;
}
.service-blue-box .service-blue-box-cont .image-wrapper {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  background-color: #002F61;
}
.service-blue-box .service-blue-box-cont .image-wrapper img {
  padding: 20px;
}
.service-blue-box .service-blue-box-cont h3 {
  font-size: 25px;
  font-weight: 500;
  color: #002F61;
  padding: 10px 0;
}
.service-blue-box .service-blue-box-cont p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-blue-box .service-blue-box-heading h1 {
    font-size: 35px;
  }
  .service-blue-box .service-blue-box-heading p {
    padding: 10px 0;
  }
}
/******* Call To Action 1 *******/
.cta-1 {
  padding: 80px 0;
  background-color: #EBF0F4;
}
.cta-1 .cta-1-wrapper {
  text-align: center;
}
.cta-1 .cta-1-wrapper h3 {
  font-size: 25px;
  font-weight: 500;
  color: #002F61;
}
.cta-1 .cta-1-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: #002F61;
  padding: 10px 0;
  margin-bottom: 10px;
}
.cta-1 .cta-1-wrapper a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #002F61;
  padding: 10px 15px;
  border-radius: 5px;
}
/***** Call To Action 2 *****/
.cta-2 {
  background-color: #EBF0F4;
}
.cta-2-wrapper {
  padding: 40px 0;
}
.cta-2-text {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-2-text {
  background-color: #002F61;
  border-radius: 5px 0 0 5px;
}
.cta-2-text p {
  font-size: 16px;
  color: #fff;
}
.cta-2-button {
  padding: 17px;
  text-align: end;
  margin-top: 10px;
}
#cta-2-button {
  background-color: #002F61;
  border-radius: 0 5px 5px 0;
}
.cta-2-button a {
  font-size: 16px;
  background-color: #FCCD03;
  color: #000 !important;
  border-color: #FCCD03;
  padding: 10px 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cta-2-text {
    text-align: center;
  }
  .cta-2-button {
    text-align: center;
  }
  #cta-2-text {
    background-color: #002F61;
    border-radius: 5px 5px 0 0;
  }
  #cta-2-button {
    background-color: #002F61;
    border-radius: 0 0 5px 5px;
  }
}
/* All Page Bannar */
.all-page-bannar {
  background-color: #002F61;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.all-page-bannar .img-wrapper {
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.all-page-bannar .img-wrapper img {
  width: 30%;
  padding: 50px 0;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .all-page-bannar {
    padding: unset;
  }
  .all-page-bannar .img-wrapper img {
    width: 30%;
  }
}
/* All Page Title */
.all-page-title{
  padding: 20px 0;
  background-color: #EBF0F4;
}
.all-page-title .title-wrapper {
  text-align: center;
  padding: 10px 0;
}
.all-page-title .title-wrapper h1 {
  font-size: 40px;
}
.all-page-title .title-wrapper p {
  color: #000;
  padding: 10px;
}
/* cloud Content */
.service-details-two-side {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.service-details-two-side .heading {
  text-align: center;
  padding: 20px 0;
}
.service-details-two-side .heading h2 {
  font-size: 40px;
  color: #002F61;
}
.service-details-two-side .heading p {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .service-details-two-side {
    padding: 10px 0;
  }
  .service-details-two-side .heading h2 {
    font-size: 25px;
    padding: 10px 0;
  }
}
/*---- Openstack Services ----*/
.openServices{
  background-color: #EBF0F4;
  padding: 50px 0;
}
.openServices .openServicesHeading{
  text-align: center;
}
.openServices .openServicesHeading h1{
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.openServices .openServicesHeading h2{
  font-size: 36px;
  color: #002F61;
  font-weight: 700;
  margin-bottom: 10px;
}
.openServices .openServicesBox{
  overflow: hidden;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px 10px;
  min-height: 280px;
}
.openServices .openServicesBox .openServicesBoxLeft{
  width: 30%;
  float: left;
}
.openServices .openServicesBox .openServicesBoxLeft img{
  width: 80%;
}
.openServices .openServicesBox .openServicesBoxRight{
  width: 70%;
  float: right;
  padding: 0 5px 0 0;
}
.openServices .openServicesBox .openServicesBoxRight h3{
  font-size: 25px;
  font-weight: 700;
  color: #002F61;
}
.openServices .openServicesBox .openServicesBoxRight p{
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-top: 10px;
}
/*================For different divice =================*/
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .openServiceDes{
    padding: 0;
  }
  .openServiceDes .openServiceDesText{
    padding: 10px 0;
  }
  .openServiceDes .openServiceDesText h1{
    font-size: 30px;
  }
  .openServiceDes .openServiceDesText p{}
  .openServiceLogo{
    margin-top: 10px;
  }
  .openServices .openServicesHeading h1{
    font-size: 30px;
  }
  .openServices .openServicesHeading h2{
    font-size: 30px;
  }
  .openServices .openServicesBox{
    padding: 20px 10px;
    margin: 20px 10px;
    min-height: 250px;
  }
}

/*======================================
  Openstack Video Page CSS
========================================*/ 
.video {
  padding: 50px 0;
  background-color: #EBF0F4;
}
.video .videoHeading{
  text-align: center;
}
.video .videoHeading h1{
  font-size: 35px;
  color: #002F61;
  margin-bottom: 20px;
}
.video .video-wrapper{
    background-color: #fff0;
}
.video .video-wrapper .video-thumbnail{
}
.video .video-wrapper .video-thumbnail video{
  outline: none;
}
.video .video-wrapper .video-headline{
    padding: 0 10px;
    text-align: center;
}
.video .video-wrapper .video-headline h3{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 10px 0;
}
.video .video-wrapper .video-headline h4{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.video .video-wrapper{
}
.video .video-wrapper .video-thumbnail{
}
.video .video-wrapper .video-thumbnail video{
}
.video .video-wrapper .video-headline{
}
.video .video-wrapper .video-headline h3{
}
.video .video-wrapper .video-headline h4{
}
/*================For different divice =================*/
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}