
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  .top-section{
    margin-top: 180px;
    margin-bottom: 40px;
  }
  .top-section h1
  {
    font-family: 'Poppins', sans-serif;
    /* margin-bottom: 1em; */
    padding-bottom: 20px;
    font-weight: 600;
  }
  .top-section p, .top-section li{
    font-size: 18px;
    line-height: 30.6px
  }
  @media only screen and (max-width:1024px) {
    .top-section
    {
      margin-top: 120px;
    }
    .top-section p{
      font-size: 16px;
    }
    .cta-row  a
    {
      margin-bottom: 56px;
    }
  }

  .section {
    padding: 60px 0;
    margin: 0 auto;
    overflow: hidden;
  }

  @media (max-width: 992px)
  {
    .section {
      padding: 30px 0;
    }
  }

  /* .index-cat-section
  {

  } */
  .__parallax{
  	width: 100% !important;
  	background-size: 100%;
  	background-attachment: scroll;
  	background-image: url("../images/parallax.png");
  	background-repeat:repeat;
  }

  .section-gray-bg
  {
    background-image: linear-gradient(180deg,rgba(242, 245, 244,0.8) 0%,#ffffff 20%,#ffffff 80%,rgba(242, 245, 244,0.8) 100%) !important;
  }

  .section-header {
    text-align: center;
    max-width: 1024px;
    margin: auto;
  }
  .section-header span{
    display: block;
  }
  .section-header em {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    color: #F7B32B;
    text-transform: uppercase;
  }

  .section-header .para{
    color: #012970;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
  }

  .section-header .lead{
    font-size: 1.15rem;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    color: #012970;
    line-height: 1.4;
    text-transform: none;
    font-weight: normal;
  }

  .section-header h2 {
    padding: 0;
    display: inline-block;
    font-size: 26px;
    color: #012970;
    margin-bottom: 35px;
  }
  @media (min-width: 992px)
  {
    .section-header {
      padding-bottom: 30px;
    }

    .section-header h2  {
      max-width: 560px;
      font-size: 33px;
      line-height: 42px;
    }
  }

  .sub-heading
  {
    color: var(--purple);
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img
  {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* optional: ensures fill/crop */
  }



  .block-slideshow {
    margin-bottom: 50px;
    position: relative;
  }
  .block-slideshow .owl-carousel .owl-dots {
    bottom: 16px;
    position: absolute;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-radius: 9px;
  }
  .block-slideshow .owl-carousel .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .block-slideshow .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e0e0e0;
  }
  .block-slideshow .owl-carousel .owl-dot:focus {
    outline: none;
  }
  .block-slideshow .owl-carousel .owl-dot:hover {
    background: #d1d1d1;
  }
  .block-slideshow .owl-carousel .owl-dot.active {
    background: #1ECBE1;
  }
  .block-slideshow .owl-carousel .owl-dot + .owl-dot {
    margin-left: 6px;
  }

  .block-slideshow__slide {
    position: relative;
    display: block;
    color: inherit;
  }
  .block-slideshow__slide:hover {
    color: inherit;
  }

  .block-slideshow__slide-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .block-slideshow__slide-image--mobile {
    display: none;
  }

  .block-slideshow__slide-content {
    position: absolute;
    bottom: 46px;
    z-index: 2;
    font-size: 20px;
    left: 0;
    bottom: 2%;
  }

  .block-slideshow__slide-content {
    left: 46px;
  }

  .block-slideshow__slide-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
  }

  .block-slideshow__slide-text {
    line-height: 1.625;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.8s 0.5s;
    transition: all 0.8s 0.5s;
  }

  .block-slideshow__slide-button {
    margin-top: 40px;
    opacity: 0;
    -webkit-transition: all 1s 0.4s;
    transition: all 1s 0.4s;
  }

  .block-slideshow .active .block-slideshow__slide-title,
  .block-slideshow .active .block-slideshow__slide-text,
  .block-slideshow .active .block-slideshow__slide-button {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .block-slideshow--layout--with-departments .block-slideshow__body {
    margin-top: 0;
    height: 600px;
  }
  .block-slideshow--layout--with-departments .block-slideshow__slide {
    height: 600px;
  }
  @media (min-width: 992px) {
    .block-slideshow--layout--with-departments .block-slideshow__body {
      /* margin-left: -15px; */
    }
  }
  @media (max-width: 991px) {
    .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn {
      font-size: 0.875rem;
      height: calc(1.875rem + 2px);
      line-height: 1.25;
      padding: 0.375rem 1rem;
      font-weight: 500;
    }
    .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn.btn-svg-icon {
      width: calc(1.875rem + 2px);
    }
  }

  @media (max-width: 767px) {
    .block-slideshow__body,
    .block-slideshow__slide {
      height: 395px;
    }

    .block-slideshow__slide-image--mobile {
      background-position: top center;
      display: block;
    }

    .block-slideshow__slide-content {
      top: 30px;
      text-align: center;
    }
    .block-slideshow__slide-content {
      left: 5%;
      right: 5%;
    }

    .block-slideshow__slide-title {
      font-size: 26px;
      line-height: 32px;
    }

    .block-slideshow__slide-text {
      display: none;
    }

    .block-slideshow__slide-button {
      margin-top: 24px;
    }

    .block-slideshow__slide-button .btn {
      font-size: 0.875rem;
      height: calc(1.875rem + 2px);
      line-height: 1.25;
      padding: 0.375rem 1rem;
      font-weight: 500;
    }
    .block-slideshow__slide-button .btn.btn-svg-icon {
      width: calc(1.875rem + 2px);
    }
  }


  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
  }

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

  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
  }

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

  .breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
  }

  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }

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

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


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

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

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

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

  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

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

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

  .header .logo {
    line-height: 0;
  }

  .header .logo img {
    max-height: 50px;
    margin-right: 6px;
  }

  .header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation
  */
  .navbar {
    padding: 0;
  }

  .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: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    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: #FF6F61 ;
  }

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

  .navbar .getstarted:hover {
    color: #ffddd3;
    background: #FF6F61;
  }

  .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;
    border-radius: 4px;
  }

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

  .navbar .dropdown ul a {
    padding: 0 20px;
    text-transform: none;
    font-weight: 400;
  }

  .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: #FF6F61 ;
  }

  .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;
  }

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

  /**
  * Mobile Navigation
  */
  .mobile-nav-toggle {
    color: #012970;
    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;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
  }

  .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;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970;
  }

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

  .navbar-mobile .getstarted {
    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: #FF6F61 ;
  }

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

  .hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
  }

  .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    /* color: #012970; */
    /* color: #FF6F61; */
  }

  .hero h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
  }

  .hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #FF6F61 ;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
  }

  .hero .btn-get-started span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }

  .hero .btn-get-started:hover i {
    transform: translateX(5px);
  }

  .hero .hero-img {
    text-align: right;
  }

  @media (min-width: 1024px) {
    .hero {
      background-attachment: fixed;
    }
  }

  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 120px 0 60px 0;
    }
    .hero .hero-img {
      text-align: center;
      margin-top: 80px;
    }
    .hero .hero-img img {
      width: 80%;
    }
  }

  @media (max-width: 768px) {
    .hero {
      text-align: center;
    }
    .hero h1 {
      font-size: 32px;
    }
    .hero h2 {
      font-size: 24px;
    }
    .hero .hero-img img {
      width: 100%;
    }
  }
  .light-dots {
  	background: url("/smarter-web-company-co-uk/_img/images/white-dot.png") repeat;
  }

  .btn{
    line-height: 0;
    padding: 25px 30px;
    border-radius: 4px;
    transition: 0.5s;
  }

  .btn-primary {
    background: #e6007e!important;
    color: #F5F5F5;
    border-color: #e6007e!important;
  }
  .btn-outline-primary {
  	color: #012970;
  	border-color: #012970;
    font-weight: 600;
  }
  .btn-outline-primary:hover {
  	color: #fff;
  	background-color: #012970;
  	border-color: #012970;
  }
  .btn-secondary {
  	color: #A9A9A9;
  	background-color: #012970!important;
  	border-color: #012970!important;
  }
  .btn-secondary:hover{
    color: #ffddd3;
  }
  .btn-default{
    color: #012970;
  	/* background-color: #012970!important; */
  	/* border-color: #012970!important; */
  }
   a.btn-default i {
    /* color: 012970; */
    margin-left: 24px;
   }

  .btn-outlined {
  	color: #012970;
  	border-color: ##e6007e;
  }

  .btn-normal{
  	font-size: 16px;
  	display: inline-block;
  	transition: 0.5s;
  	margin-left: 25px;
  	color: #5f687b;
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  }
  .bg-primary{
    background-color: ##e6007e ;
  }
  .bg-yellow-green{
    background: #9acf61!important;
  }
  .bg-gray{
    background: #f5f5f5;
  }
  .start-neu{
    margin-left: 25px;
  }
  .text-gray{
    color: #A9A9A9;
  }
  .text-coral{
    color:##e6007e;
  }
  .text-golden{
    color: #F7B32B;
  }

  ul.indented
  {
    margin-left: 2.2rem;
  }
  .about .content {
    background-color: #f6f9ff;
    padding: 40px;
  }

  .about h3 {
    font-size: 14px;
    font-weight: 700;
    color: ##e6007e ;
    text-transform: uppercase;
  }

  .about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
  }

  .about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
  }

  .about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: ##e6007e ;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  }

  .about .btn-read-more span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }

  .about .btn-read-more:hover i {
    transform: translateX(5px);
  }

  /*--------------------------------------------------------------
  # Values
  --------------------------------------------------------------*/
  .values .box {
    /* padding: 30px; */
    /* box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08); */
    text-align: center;
    transition: 0.3s;
    margin-bottom: 50px;
  }

  .values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
  }

  .values .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }

  .values .box:hover img {
    transform: scale(1);
  }

  .values .box .view-service{
    display:none;
  }

  @media (min-width: 1200px)
  {
    .values .box:hover .view-service{
      display: block;
    }
  }

.values-section-items {
	height: 100%;
	padding: 32px 40px 50px;
	background-color: #012970;
	background-image: url('../images/wavy-bg.svg');
	background-repeat: no-repeat;
	background-position: center right;
	color: white;
}

.values-section-items h3 {
	position: relative;
	margin-bottom: 8px;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
  color: #fff;
}

.values-section__delimiter {
	width: 70px;
	height: 1px;
	margin-bottom: 24px;
	background-color: white;
}

.values-section__item-descr {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

  @keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
  }
  @keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
  }
  @keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
  }
  @keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
  }
  @keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
  }
  @media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
  }

  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  .features .feature-box {
    padding: 10px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
  }

  .features .feature-box span {
    font-size: 16px;
    color: #012970;
    font-weight: 400;
    margin: 0;
  }

  .features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
  }

  .features .feature-box:hover i {
    background: #FF6F61 ;
    color: #fff;
  }

  .features .feture-tabs {
    margin-top: 120px;
  }

  .features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .features .feture-tabs h3 {
      font-size: 28px;
    }
  }

  .features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
  }

  .features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
  }

  .features .feture-tabs .nav-link.active {
    color: #FF6F61 ;
    border-bottom: 3px solid #FF6F61 ;
  }

  .features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
  }

  .features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #FF6F61 ;
  }

  .features .feature-icons {
    margin-top: 120px;
  }

  .features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .features .feature-icons h3 {
      font-size: 28px;
    }
  }

  .features .feature-icons .content .icon-box {
    display: flex;
  }

  .features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
  }

  .features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
  }

  .features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
  }

  .solutions{
    background: #fff!important;
  }
  .solutions .solution-box{
    text-align: center;
    /* padding: 0 15px; */
  }

  .solutions .solution-box h3
  {
    font-weight:500;
  }

  .solutions .solution-box p{
    text-align: left;
  }

  .solutions .solution-box i, .market i {
  	font-size: 2em;
  	vertical-align: middle;
  	background: #F7B32B;
    color: #012970;
  	width: 90px;
  	height: 90px;
  	line-height: 2.7em;
  	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  	margin: 0.5em 0;
  }

  .content-inner h3
  {
    color: #012970;
    margin-bottom: 25px;
    font-size: 22px;
    padding-left: 25px;
  }
  .content-inner p{
    text-align: justify;
    padding: 0 25px;
  }
  .content-inner .blue{
    color: #012970;
  }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
  line-height: 40px;
	background-color: #F7B32B;
	border-radius: 50%;
	position: absolute;
	top: 50%;
  padding:  0;
}

.owl-nav button span {
	font-size: 26px;
	display: block;
	color: #012970!important;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
  .btn-wrap {
  	text-align: center;
  	width: 100%;
  }
  .owl-theme .owl-nav .disabled,
  button.disabled {
  	opacity: 0.6;
  }

  .cat-area
  {
    border-top: 1px solid #e7ebef !important;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .bg-blue{
    background: #012970;
    color: #fff;
  }
  .bg-dark-blue{
    background: #041014;
    color: #fff;
  }


@media (min-width: 768px) {
  .large-dots {
  	background-image: url("../images/dots.svg");
  	background-repeat: no-repeat;
  	background-position: left -100px center;
  	max-width: 100%;
  	overflow: hidden;
  }
}



.ecom-types .box{
  background: #fbfbfb;
  border:1px solid #f5f5f5;
  padding: 20px 15px 15px;
}
.start-project .card h3
{
  color: #fff;
  margin-bottom: 20px;
}

.article-items {
  display: flex;
  /* flex: 1 0 auto; */
}
.owl-carousel .owl-stage{
  display: flex;
}

.slids .owl-item {
	flex-shrink: 0;
	display: flex;
}

.owl-carousel .owl-stage-outer
{
  padding: 0;
  height: 100%!important;
}

/* .grid-of-3  */
.owl-stage {
  padding-bottom: 5px;
}
.shadow
{
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.article-items  {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.item-wrap {
  flex-direction: column;
  display: flex;
  position: relative;
  padding:10px;
  /* border-radius: 2px; */
  height: 100%;
}

.item-inner {
	position: relative;
  display: flex;
  height: 100%;
  box-shadow: 0 7px 10px rgb(120 124 139 / 10%);
  }

.item-inner .item-column
{
  width: 100%;
}

.item-column
{
  height: 100%;
	position: relative;
	padding: 20px 15px 0 20px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
 .item-column::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
  box-shadow: 0 0 0 1px #ededed inset;
}


.article-box, .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px; /*This is optional*/
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  padding-left: 24px;
  padding-right: 16px;
  box-shadow: 0 7px 10px rgb(120 124 139 / 10%);
  /* rgba(1, 41, 112, 0.08); */
  /* border-bottom: #FF6F61 1px solid; */
}

.text-card
{
  min-height:150px;
}
.text-kard
{
  min-height: 290px;
}

@media (max-width: 992px) {
  .text-kard
  {
    min-height: 320px;
  }
}

@media (max-width:640px) {
  .text-kard
  {
    min-height: 240px;
  }
}
.article-box h3
{
  margin-top: 15px;
}

.quality-section .card-body{
  padding-top: 30px;
  padding-left: 28px;
  padding-right: 28px;
}


.quality-section .wrap-box .box{
  margin-bottom: 20px;
  /* position: relative; */
  /* height: 100%; */
}
.quality-section .box h3{
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .quality-section .wrap-box .box{
    /* min-height: 100%; */
  }
}

.grid-container .list-of-threes{
  display:flex;
  flex-wrap:wrap;
  list-style: none;
}

.grid-container .list-of-threes > *{
  width:100%;
  padding: 0.1rem 1rem 0.1rem 0;
}
/* tablet breakpoint */
@media (min-width:768px) {
  .grid-container .list-of-threes > * {
    width:calc(100% / 3);
  }
}
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

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

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    padding: 0 0 30px 0;
    background: rgb(255,255,255);
    color: #f5f5f5;
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(1,41,112, 0.2) 100%); */
    background: linear-gradient(180deg, #012970 50%, #F5F5F5 190%);
  }
  .footer-blog {
    padding: 60px 0 70px;
    border-top: 1px solid rgb(204 204 204 / 25%);
 }

  .footer .footer-top {
    /* background:#ebe3e3 url(../img/footer-bg.png) no-repeat right top; */
    background-size: contain;
    padding: 60px 0 30px 0;
  }

  @media (max-width: 992px) {
    .footer .footer-top {
      background-position: center bottom;
    }
  }

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

  .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
  }

  .footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }

  .footer .footer-top .footer-info .logo span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f5f5f5;
    /* color: #FF6F61; */
    margin-top: 3px;
  }

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

  .footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    /* color: rgba(1, 41, 112, 0.5); */
    color: #f5f5f5;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }

  .footer .footer-top .social-links a:hover {
    color: #012970;
  }

  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    /* color: #FF6F61; */
    color: #f5f5f5;
    text-transform: uppercase;
    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: #FF6F61; */
    color: #F7B32B;
    font-size: 12px;
    line-height: 0;
  }

  .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: #121839; */
    color: #f5f5f5;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

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

  .footer .footer-top .footer-contact p {
    line-height: 26px;
  }

  .footer-1 .list-content-footer .phone {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    color: #e84f69;
}
