/**
* Template Name: Multi - v4.9.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {

  font-family:'Objektiv Mk1 Trial Regular';
  color: #444444;
}

a {
  color: #ed502e;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Objektiv Mk1 Trial Bold';
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed502e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px !important;
  font-size: 15px !important;
  color: #0b2341 !important;
  white-space: nowrap;
  font-weight: 700 !important;
  transition: 0.3s;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px !important;
  color: #0b2341;
  white-space: nowrap;font-weight: 700;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #356392 !important;
  cursor: pointer !important;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #356392;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.home_banner .carousel-indicators {
display: none;
}
.pagination .first-item, .pagination .last-item{
 display: none;
}
.pagination .previous-item a{
  text-indent: -999999999px !important;
  background-image: url(../img/left-arrow.png);
  /* height: 45px; */
    /* width: 45px; */
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;

}

.pagination .next-item a{
  text-indent: -999999999px !important;
  background-image: url(../img/right-arrow.png);
  /* height: 45px; */
    /* width: 45px; */
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;

}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #356392;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  background-color: #D6E4F4;
  overflow: hidden;
  position: relative;
}
#hero .carousel-inner{padding-top:50px;}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {

  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background:#D6E4F4;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}
.po-re{position: relative;z-index:2;}
#hero h2 {
  color: #000000;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
.cir-img img{       position: absolute;
  z-index: 1;
  top: 22%;
  left: 16%; }
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #000000;
  margin-top: 20px;
  font-size: 20px;
}
.po-ab img{
  position: absolute;
  top: 0;
  /* height:100%; */
 
}
.blu-bg{position: relative;max-width: 100%;height:auto;width: 80%;
/* left: 6%; */
}

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

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  height:600px !important;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
  height:100%;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #356392;
}

#hero .btn-get-started {
 
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #hero {
    height: 100%;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

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

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}
form :is(input,select).errorform {
  border: 1px solid red !important;
}
.section-bg {
  background-color: #D6E4F4;
  padding-bottom:0px;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;

  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.link_btn1{
  display: flex;
  flex-direction: row;
 justify-content: center;

 width: 60%;
}

.play_btn{
  width: 500px;
  text-align: left;
  margin: 2px;
}
.play_btn1 img{
  width: 90%;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.works {
  background-color: #356392;
 padding:60px 0;
}
.works h2{text-align: center;
  margin: 15px 0;}
.credits span{padding:10px 20px;}
  .heading_circle_left {
    position: absolute;
    z-index: 1;
    height: 80px;
    top: -10px;
    transform: translateX(-19px);
}
.works h2 > span{position: relative;
    font-size: 50px;
    text-align: center;
    z-index: 20 !important;
    font-weight: bold;color:#FFFFFF;}
    .count-box .icon img{height:64px;}
.works .count-box {
  
  padding: 30px;text-align: center;
  width: 100%;margin-top:35px;
}
.works .count-box p{color:#fff;font-size:25px;margin-top:25px; font-family: 'Objektiv Mk1 Trial Light';font-weight: 100;}

.works .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.works .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.works .count-box p {
  padding: 30px 0 0 0;
  margin: 0;

}

.works .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  
  transition: ease-in-out 0.3s;
}

.works .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

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

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-sec{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;}
.services .icon-box {
  text-align: center;width:350px;margin:20px 20px;
  
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;transition-duration: 0.05ms !important;
}

.services .icon-box .icon {
  margin: 0px auto;
  width: 64px;
  height: 64px;  
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}



.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
}

.services .icon-box h4  {
  color: #000000;margin-top:15px;
  font-family: 'Objektiv Mk1 Trial Regular';
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #fefefe;cursor: pointer;
  box-shadow: 0px 0px 14px #BBDBFF;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  height:500px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .heading_circle_left {
  position: absolute;
  z-index: 1;
  height: 80px;
  top: -10px;
  transform: translateX(-19px);
}
.testimonials h2 > span {
  position: relative;
  font-size: 50px;
  text-align: center;
  z-index: 20 !important;
  font-weight: bold;
  color: #356392;
}
.testimonials h2 {
  text-align: center;
  margin: 15px 0;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  
  margin: 30px 15px;
  min-height: 200px;
    position: relative;
 
}

.testimonials .testimonial-item .testimonial-img {
 vertical-align: top;
 
 
  
}

.testimonials .testimonial-item h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 35px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .swiper-pagination{text-align:left;}
.testimonials .testimonial-item p {
  font-size:24px;color:#000000;
  margin: 15px auto 15px auto;
}


.cont1{border-left:1px solid #707070;padding-left:20px;}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  position: relative;
    top:-60px;  
}
.builtin_testi .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  position: relative;
    top:0px;  
}
.builtin_testi .swiper-slide{
  padding-bottom: 35px;
}
.testimonials .swiper-slide{
  padding-bottom: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.po-ab1 img {
  position: absolute;
  top: 0px;
  left: -3%;
  right: auto;
  height: 154%;
 
}
.testimonials-slider1 .testimonial-item h3{font-size:40px;color:#000000;}
.testimonials-slider1 .swiper-pagination{text-align:center;right:50%;left:0;}
.testimonials-slider1  .testimonial-item .testimonial-img {
  vertical-align: top;
  width: 65%;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #356392 !important;
}

.testimonial_content p{
  font-size: 21px;
color: #000000;
margin:15px auto 15px auto;
}

.new-img{
  right: 11%;}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ed502e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing{
  padding: 60px 0px;
  background: url(../img/price-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pricing .row {
  padding-top: 40px;
}
.pricing  h2 {
  text-align: center;
  margin: 15px 0;
}
.wt-40{width:100%;}
.pricing .heading_circle_left {
  position: absolute;
  z-index: 1;
  height: 80px;
  top: -10px;
  transform: translateX(-19px);
}
.pricing h2 > span {
  position: relative;
  font-size: 50px;
  text-align: center;
  z-index: 20 !important;
  font-weight: bold;
  color: #356392;
}
.pricing .box {
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #356392;
  font-weight: 400;
  font-family: 'Objektiv Mk1 Trial Bold';
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #000000;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 25px;
  font-size:25px;
}

.pricing ul i {
  color: #fff;
  font-size: 24px;
  background-color: #356392;
  /* padding-right: 4px; */
  margin-right: 4px;
  border-radius: 50%;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: block;
  padding: 22px 40px 30px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 21px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  border-bottom-left-radius: 72px;
  border-bottom-right-radius: 72px;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  border: 1px solid #707070;
  border-radius: 72px;
}

.pricing .featured .get-started-btn {
  background: #356392;
  color: #fff;
  border-color: #356392;
}

.pricing .featured .get-started-btn:hover {
  background: #356392;
}
.cont{padding:40px 40px 20px 40px;}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  .cont {
    padding: 40px 22px 20px 22px;
}
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #ed502e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
 
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  border: none;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ed502e;
}



.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #356392;
  border: 0;
  margin-top: 35px;
  display: inline-block;
  /* vertical-align: bottom; */
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
  font-size: 21px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #356392;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.copyright img{width:15%;}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #D6E4F4;
  padding: 0 0 30px 0;
  color: #000000;
  font-size: 14px;
}
.foot2{display:flex;justify-content: space-between;margin-top:50px;}
.foot1{display:flex;justify-content: space-between;}
#footer .footer-top {
  
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #ed502e;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #ed502e;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}
.credits1 span{
  font-family: 'Objektiv Mk2 Trial Bold';
  font-size: 25px;
  color: #000;
}
.credits1 a{
  font-family: 'Objektiv Mk2 Trial Bold';
  font-size: 25px;
  color: #000;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ef6445;
}

#footer .copyright {
 font-size:17px;
 font-family: 'Objektiv Mk2 Trial Medium';
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  font-family: 'Objektiv Mk2 Trial Medium';
  color: #fff;
}
#footer .credits a{
  
 
  font-size: 17px;
  color: #000;
}
 .form-control {
  /* margin: 18px 0px !important; */
  padding: 6px 12px;
  background: none !important;
  width: 80%;
  color: #000000 !important;
  border: none;
  border-bottom: 1px solid #707070 !important;
  border-radius: 0px !important;
}

.text-error {
  color: #dc2626;
  margin-top: 5px;
}
.form-group {
  padding-top: 15px;
}
.php-email-form label{
font-size: 22px;color:#000000;   font-family: 'Objektiv Mk2 Trial SemiBold';
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@media (max-width: 1440px) {
  .testimonials-slider1 .testimonial-item h3{font-size:35px;} 
  .cir-img img {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 2%;
    width: 14%;
}
.po-ab img {
  position: absolute;
  top: 0;
  right: 7%;
  height: auto;
}
.po-ab1 img {
  position: absolute;
  top:0px;
  left: 3%;
  right: auto;
  height: 110%;
  /* height: 100%; */
}
}
@media (max-width: 1024px) {
  #hero h2 {
    color: #000000;
    margin: 0;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}
.po-ab img {
  height:auto;
}
/* #hero .carousel-inner{padding-top:100px;} */
.works h2 > span{font-size:38px;}
.testimonials h2 > span{font-size:38px;}
.pricing h2 > span{font-size:38px;}
.testimonials h2 > span{font-size: 38px;}
#hero p {font-size:27px;}
.credits1 span{font-size: 25px;}
.copyright img{width:18%;}
.cir-img img {

  position: absolute;
  z-index: 1;
  top: 13%;
  left: 1%;
  width: 17%;
}
#hero .carousel-inner .carousel-item {
  height:500px !important;
}
.services {
  padding-top:10px;
  padding-bottom:0px;
}
.works .count-box p {

  color: #fff;
  font-size: 18px;}
  .po-ab1 img {

    position: absolute;
    top:0px;
    left: 2%;
    right: auto;
    height: 115%;
}
.testimonials .testimonial-item p {

  font-size: 17px;}
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    top: -30px;
}
.testimonials .testimonial-item h3 {

  font-size: 28px;}
  .testimonial_content p {
    font-size: 20px;
  }
}
@media (max-width: 890px) {
  .blg-img {
    width: 100% !important;
    height: auto !important;
}
}
@media (max-width: 820px) {
  .contact .php-email-form button[type="submit"]{font-size:20px;}
  .pricing h2 > span {font-size:38px;}
  .wt-40{width:100%;} 
  .services .icon-box h4{font-size: 22px;;}
  #hero h2 {font-size: 25px;
    text-align: left;}
    #hero p {font-size: 20px;
      text-align: left;}
      .cir-img img {
        position: absolute;
        z-index: 1;
        top: 17%;
        left: 5%;
        width: 14%;
    }
    .carousel-control-prev {
      display: none;
    }
    .carousel-control-next{display:none;}
    .po-ab img {
      position: absolute;
      top: 0;
      /* width: 31%; */
      right: 0%;
      height: auto; 
  }
    .po-ab1 img {
      left: 0%;
      height: 133%;}
      .testimonials .testimonial-item p {

        font-size: 20px;
    }
    .testimonials .testimonial-item p {
      font-size: 17px;
  }
  .testimonials .testimonial-item h3 {

    font-size: 20px;
}
.testimonials h2 > span {font-size:38px;
}
.copyright img{width:40px;}
.works h2 > span{font-size:38px;}
.credits1 span {
  font-size: 20px;}
  .credits1 a {font-size:20px;}
  .services .icon-box {
    text-align: center;
    width: 250px;
    margin: 1px 0px;
    padding: 31px 14px;
    transition: all ease-in-out 0.3s;
      transition-duration: 0.1s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
  }
  .pricing ul li{font-size:17px;}
  .pricing ul i{font-size: 17px;}
  .pricing h4{font-size:40px;}
  #footer .copyright{font-size:16px;}
  #footer .credits a{font-size: 16px;}
  #hero .carousel-inner .carousel-item{height:350px !important;}
}
@media (max-width: 768px) {
  .wt-40{width:100%;} 
  .cir-img img {
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 2%;
    width: 20%;
}
}
@media (max-width: 480px) {
  .wt-40{width:100%;} 
  .works h2 > span {
    font-size: 35px;
}
.link_btn1 {
  width: 85%;
  margin: auto;
}
.play_btn {

  width: 100%;
  text-align: left;
  margin:2px;
}
.play_btn img {

  width: 90%;
  padding-top:15px;
}

/* .play_btn img {
  width: 31%;
  padding-top: 15px;
} */
.link_btn {
  width: 50%;
  margin: auto;
}
/* .play_btn img {
  width: 31%;
  padding-top: 15px;} */
.section-bg {padding-bottom:20px;
}
#footer .credits {
  padding-top:8px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
    height: 10px;
}
.contact .php-email-form {
  width: 100%;
  margin: auto;
}
.cont1{    text-align: center;
  border-left: none;
  padding-bottom: 50px;padding-left: 0;}
  .pricing .get-started-btn{border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.form-control {
  margin: 1px 0px !important;
}
.pricing .featured{border-radius: 25px;}
#hero h2 {
  font-size: 30px;
  text-align: center;
}
#hero p {
  font-size: 20px;
  text-align: center;
}
.blu-bg {
  margin-bottom: 100px;
  width: 83%;
  position: relative;
  left: 8%;

}

.testimonials-slider1 .testimonial-item .testimonial-img {margin-bottom: 125px;
  width: 83%;
  position: relative;
    left: 8%;
}
.testimonials .testimonial-wrap {
  height: auto;
}
#header .logo img {
  max-height: 40px;
  width: 65%;
}
.po-ab img {
  position: absolute;
  /* top: 27%; */
  right: 2%;
  width: 100%;
  height: auto;
}
#hero {
  height: 100%;padding:40px 0 0 0;
}
/* .po-ab img{top:46%;} */
#hero .carousel-inner .carousel-item {
  height:auto !important;
}
.new-text{width:77% !important;}
.carousel-indicators {bottom: -47px;display:none;}
.testimonials h2 > span {
  font-size: 35px;
}
.cir-img img {
 
  display: none;
 
}
.foot2 {
  display:block;text-align: center;
}
.foot1{
  display:block;text-align: center;
}
#footer .copyright{padding-bottom:0;}
.copyright{padding-bottom: 25px;}
.txt-center{text-align: center;}
.banner2_right{margin-top:10px;}
.testimonials .swiper-pagination{text-align: center;}
.swiper-pagination{text-align: center;}
.po-ab1 img {
  left: 0%;
  height: 100%;
}
.form-control {width:100%;
}
.testimonials .testimonial-item{margin:0 15px; }
.pricing h2 > span {
  font-size: 35px;
}
.pricing h4 {
  font-size: 35px;
}
.testimonials h2 > span {
  font-size: 35px;
}
.credits1 a {
  font-size: 14px;
}
#footer .copyright {
  font-size: 12px;
}
.credits1 span {
  font-size: 14px;
}
#footer .credits a {
  font-size: 12px;
}
.copyright img {
  width: 25px;
}
.works .count-box{margin-top:0;padding:15px;}
.testimonial_content p {
  font-size: 17px;
  text-align: center;
    padding-bottom: 10px;
}
}
@media (max-width: 375px) {
  .wt-40{width:100%;} 
  .po-ab1 img {
    left: 0%;
    height:100%;
}
.testimonials .heading_circle_left {
  position: absolute;
  z-index: 1;
  height: 53px;
  top: -10px;
  transform: translateX(-19px);
}
.testimonials h2 > span{font-size: 26px;}
.pricing h2 > span {
  font-size: 26px;
}
.pricing .heading_circle_left {
   height: 53px; 
}
.works h2 > span{font-size: 26px;}
.heading_circle_left{height: 53px; }
.testimonials .swiper-pagination .swiper-pagination-bullet {
  top: -16px;
}
.works .count-box{margin-top:0;padding:15px;}
}
@media (max-width: 320px) {
  .wt-40{width:100%;} 
  .po-ab1 img {
    left: 0%;
    width:100%;
    height: auto;
}
.pricing h4 {
  font-size: 25px;
}
.po-ab img {
  position: absolute;
  top: 49%;
  right: 10%;
  width: 100%;
  height: auto;
}
.new-img{    position: absolute !important;
  top: 57% !important;
  right: 0% !important;
  width: 100%;
  height: auto !important;}
}


/* terms and privacy */

/* .navigation-wrap {
  background: white;
  padding: 20px 0;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
}

.dwff {
  max-width: 95% !important;
}

.navbar-old {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

.navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 0.3s ease-out;
}
li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
  margin: 0 !important;
    margin-left: 0px;
  margin-left: 41px !important;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.para-content{
  padding: 50px 10px 65px 10px;
font-family: Poppins;
letter-spacing: 0;
line-height: 30px;
word-break: break-word;
} */
.latest-blog-area .area-heading {
	margin-bottom: 70px
}

.blog_area a {

	text-decoration: none;
	transition: .4s
}

.blog_area a:hover,
.blog_area a :hover {
	background: -webkit-linear-gradient(131deg, #356392 0%, #356392 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: .4s
}

.single-blog {
	overflow: hidden;
	margin-bottom: 30px
}


.single-blog h4 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 34px;
	margin-bottom: 25px
}

.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.single-blog .date {
	color: #666666;
	text-align: left;
	display: inline-block;
	font-size: 13px;
	font-weight: 300
}

.single-blog .tag {
	text-align: left;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-right: 22px;
	position: relative
}

.single-blog .tag:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #acacac;
	right: -12px;
	top: 7px
}

@media (max-width: 1199px) {
	.single-blog .tag {
		margin-right: 8px
	}

	.single-blog .tag:after {
		display: none
	}
}

.single-blog .likes {
	margin-right: 16px
}

@media (max-width: 800px) {
	.single-blog {
		margin-bottom: 30px
	}
}

.single-blog .single-blog-content {
	padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
	font-size: 13px;
	font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
	color: #fdcb9e;
	font-size: 13px;
	margin-right: 7px
}

@media (max-width: 1199px) {
	.single-blog .single-blog-content {
		padding: 15px
	}
}

.single-blog:hover .thumb:after {
	opacity: .7;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media (max-width: 1199px) {
	.single-blog h4 {
		transition: all 300ms linear 0s;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 14px;
		margin-bottom: 12px
	}

	.single-blog h4 a {
		font-size: 18px
	}
}

.full_image.single-blog {
	position: relative
}

.full_image.single-blog .single-blog-content {
	position: absolute;
	left: 35px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media (min-width: 992px) {
	.full_image.single-blog .single-blog-content {
		bottom: 100px
	}
}

.full_image.single-blog h4 {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-bottom: none;
	padding-bottom: 5px
}

.full_image.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.full_image.single-blog .date {
	color: #fff
}

.full_image.single-blog:hover .single-blog-content {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
	font-size: 12px
}

.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
	padding-bottom: 20px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.l_blog_item .l_blog_text p {
	margin-bottom: 0px;
	padding-top: 20px
}
.latest_blog_area {
	background: #f9f9ff
}

.single-recent-blog-post {
	margin-bottom: 30px
}

.single-recent-blog-post .thumb {
	overflow: hidden
}

.single-recent-blog-post .thumb img {
	transition: all 0.7s linear
}

.single-recent-blog-post .details {
	padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
	line-height: 24px;
	padding: 10px 0px 13px;
	transition: all 0.3s linear
}

.single-recent-blog-post .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.single-recent-blog-post:hover img {
	transform: scale(1.23) rotate(10deg)
}
.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
	.blog_details {
    padding: 6px 30px 35px 35px;
}
}

.blog_details p {
	margin-bottom: 30px
}



.blog_details a:hover {
	color: #356392
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}
}
.blog-info-link{display: flex;justify-content:space-between;}
.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}



@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}
}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}
}

.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff
}

@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}
}

.blog_right_sidebar .widget_title {
	font-size: 18px;
  text-transform: uppercase;
  color:#356392;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	
	padding: 30px;
	
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0px;padding:12px;
  background-color:#D6E4F4;border:none;color:#356392 !important;text-transform: uppercase;font-size:10px;font-weight: bold;
}

.blog_right_sidebar .search_widget .form-control {
	
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
  border:1px solid #ced4da !important;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0;
  margin:0 !important;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #356392;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
	cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
	color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
  border:1px solid #707070;
  background:#fff !important;
	padding-left: 20px;
  width:100%;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;

}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
  color:#3B3B3B;
  padding-top:15px;
	transition: all 0.3s linear
}
.list{padding-left: 0;}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px;
  display: block;
}
.media {
  display: block !important;
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}
.blog_sec{
  background-color: #f7fafd;
}
.blog_sec h2 {
  text-align: center;
  margin: 40px 0;
}
.blog_sec h2 {
  color: #000;
}
.blg-line a {
  color: #000;
}
.blg-line a:hover {
  color: #000;
  text-decoration: none;
}
.pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.blog-btn-home {
  background: #356392;
  -moz-user-select: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 0;
  margin-bottom: 0;
  padding: 21px 30px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 1px solid #356392;
  overflow: hidden;
  border-radius: 4px;
}

.blog_sec .heading_circle_left {
  position: relative;
    z-index: 1;
    left: 38px;
    height: 80px;
    top: -10px;
    transform: translateX(-19px);
}
.blog_sec h2 > span {
  position: relative;
  font-size: 50px;
  text-align: center;
  z-index: 20 !important;
  font-weight: bold;
  right: 38px;
  color: #356392;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #3B3B3B;
	font-size: 13px
}
.newsletter_widget{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin:0px 30px 30px 30px;
  background-image: url(../img/blog/news-ban.png);
}
.newsletter_widget p{color:#fff;font-size:10px;text-align: center;}
.blog_right_sidebar .newsletter_widget .widget_title::after{border-bottom:none}
.blog_right_sidebar .newsletter_widget .widget_title{    font-size: 18px;
  text-transform: capitalize;
  color: #fff;text-align:center;
  margin-bottom: 0px;}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #356392;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px
}
.blg-img{
  width: 435px;
  height: 290px !important;
}
.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50px !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}.comments-area{margin-top:35px;}
.comment-form{margin-top:35px;}
.single-post-area .blog-author h4 {
  font-size: 16px;text-transform: capitalize;
  color:#356392;
  border-bottom:none;
  padding-bottom:0;margin-bottom: 10px;
}
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.comment-list{
  padding: 10px 0px 10px 0;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-item.active .page-link {
	background-color: #356392;
	border-color: #356392;
	color: #fff;
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}
.blog-pagination .page-item a:hover {
	border-color: #356392;
	color: #fff;
  cursor: pointer;
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .social-links {
	padding-top: 10px
}
.single-post-nav {
	padding: 25px 0;
	margin-top: 40px;
 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.single-post-nav:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: #eee;
	z-index: 0;
}
.spn_box {
  float: left;
  width: 100%;
  position: relative;
}
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.single-post-nav_prev .spn_box_img {
  left: 0;
}
.single-post-nav_next .spn_box_img {
  right: 0;
}
.single-post-nav_prev {
	padding:0 20px 0 110px; 
}
.single-post-nav_next {
	padding:0 110px 0 20px; 
}
.spn_box_img {
	
	width: 90px;
}
.spn_box_img  img {
	border-radius: 4px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 0%);
	transition: all 200ms linear;
	transform: translateY(0)
}
.spn_box:hover img {
	box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
	transform: translateY(-4px)
}
.spn_box_img {
  position: absolute;
  top: 0;
  width: 90px;
}
.spn-box-content_subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #356392;
	display: block;
	padding-bottom: 4px; 
}
.respimg{ 
     width: 100%;
  height: 75px;
}
.spn-box-content_title {
	font-size: 15px;
	font-weight: 600;
	display: block;
  color:#3B3B3B;
}

.form-control1 {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: none !important;
  width: 100%;
  color: #000000 !important;
  border: none;
  border: 1px solid #707070 !important;
  border-radius: 0px !important;
}
.boxed-btn {
  background: #356392;
  color: #fff !important;
  display: inline-block;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  text-transform: uppercase;
  border: 1px solid #356392;
  text-align: center;
   cursor: pointer;
}
.single-post-nav_prev .spn-box-content_subtitle , .single-post-nav_prev .spn-box-content_title {
	text-align: left;
}
.single-post-nav_next .spn-box-content_subtitle , .single-post-nav_next .spn-box-content_title {
	text-align: right;
}
.single-post-nav_prev .spn-box-content_subtitle i {
	margin-right: 10px;
}
.single-post-nav_next .spn-box-content_subtitle i {
	margin-left: 10px;
}

.single-post-nav_prev , .cookie-info-bar_title   {
  margin-bottom: 20px;
}
@media only screen and  (max-width: 630px) {
  .spc_column:before , .comment-author:before , .single-post-nav:before {
    display: none;
  }
  .blog-pagination .page-item {
   padding: 5px 0px;
  }
  .form-control1 {
    margin: 0 !important;
    padding: 6px 12px;
  
}
.spn_box_img {
  position: absolute;
  top: auto;
  width: 90px;
}
.single-post-nav_next {
  padding: 26px 110px 9px 20px;
}
.spn_box {
  width: 100%;
}
.blog-pagination .page-link {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50px !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 6px;
}
.blog-pagination {
  margin-top: 40px;
}
.pagination .previous-item a{
  text-indent: -999999999px !important;
    background-image: url(../img/left-arrow.png);
    /* height: 45px; */
    /* width: 45px; */
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;

}

.pagination .next-item a{
  text-indent: -999999999px !important;
  background-image: url(../img/right-arrow.png);
  /* height: 45px; */
    /* width: 45px; */
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;

}

}

.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px
}

.single-post-area .social-links li a {
	color: #cccccc;
	padding: 7px;
	font-size: 14px;
	transition: all 0.2s linear
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px;
	font-size: 15px;
  font-family:'Objektiv Mk1 Trial Regular' !important;
}
.single-post-area .blog_details img {
	width: 100% !important;
}
.slider-area {
  margin-top: -1px;
}
.slider-height2 {
  min-height: 300px;
  background-image: url(../img/blog/blog-ban.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.slider-area .hero-cap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

.social-links {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 20px;
  margin-top: 15px;
}
.social-links a .fb {
  width: 25px;
  height: 26px;
  background: url(../img/blog/facebook.png) no-repeat;
  margin: 5px;
}
.viw-mr{width:50%;display: flex;justify-content: flex-end;}
.social-links a .fb:hover {
  background: url(../img/blog/facebook-1.png) no-repeat;    
}
.social-links a .insta:hover{
  background: url(../img/blog/instagram-1.png) no-repeat;    
}
.social-links a .insta {
  width: 25px;
  height: 26px;
  background: url(../img/blog/instagram.png) no-repeat;
  margin: 5px;
}
.social-links a .in {
  width: 25px;
  height: 26px;
  background: url(../img/blog/linkedin.png) no-repeat;
  margin: 5px;
}
.social-links a .in:hover {
  background: url(../img/blog/linkedin-1.png) no-repeat;    
}
.blog-btn {
  background: #356392;
  -moz-user-select: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  
  line-height: 0;
  margin-bottom: 0;
  padding: 15px 20px;
   margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 1px solid #356392;
  overflow: hidden;
}
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  color: #0b1c39 !important;
  margin-bottom: 8px;
}
.blog_details h2:hover{
  
  color: #0b1c39 !important;
  margin-bottom: 8px;
}
.blog_details a{
  color: #356392;
}
.plot-btn{
  background: #fff;
  -moz-user-select: none;
  color: #356392;
  cursor: pointer;
  display: block;
  font-size: 10px;
  width:110px;
  text-align:center;
 font-weight: bold;
  line-height: 0;
  margin-bottom: 0;
  padding: 15px 16px;
  text-transform: uppercase;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0.5px solid #356392;
  overflow: hidden;
}


