  :root {
    scroll-behavior: smooth;
    --blue-shade: #37476a;
  }

  body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
  }

  a {
    /* color: #e45541 ; */
    color: #e45541;
    /* color: #003cde;   */
    text-decoration: none;
  }

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

  h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: #07294f;
    text-transform: none;
  }
  @media only screen and (min-width:1024px) {
    h1
    {
      font-size: 39px;
      line-height: 1.45;
    }
  }

  @media only screen and (max-width:991px) {
    h1
    {
      font-size: 32px;
      line-height: 1.25;
    }

  }

  h3
  {
    color: #07294f;
    font-size: 20px;
  }
  h4
  {
    font-size: 18px;
  }

  .fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.container
{
  position: relative!important;
}
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  .top-section{
    margin-top: 135px;
    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;
    }
  }

  .position-sticky {
    position: -webkit-sticky;  /* for Safari */
    position: sticky;
    top: 200px;                /* offset from top */
  }
  .section-sticky
  {
    padding: 60px 0 ;
    position: relative;
  }

  .section {
    padding: 60px 0;
    overflow: hidden;
    position: relative!important;
  }

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

  .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: #f0a221;
    text-transform: uppercase;
  }

  .section-header .para{
    color: #07294f;
    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: #07294f;
    line-height: 1.4;
    text-transform: none;
    font-weight: normal;
  }

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

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

  .title-section{
    text-align: center;
    max-width: 1024px;
    margin: auto;
  }
  .bg-blue .title-section p, .bg-blue .title-section h2
  {
    color: #fff!important;
  }
  .title-section h2
  {
    padding-bottom: 15px;
  }

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #07294f;
    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: #e45541 ;
    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: #07294f;
    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: #07294f;
    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: #e45541 ;
  }

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

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

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

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

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

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

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

  .hero {
    width: 100%;
    height: 780px;
    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: #07294f; */
    /* color: #e45541; */
  }

  .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: #e45541 ;
    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: #e45541!important;
    color: #F5F5F5;
    border-color: #e45541!important;
  }
  .btn-outline-primary {
  	color: #07294f;
  	border-color: #07294f;
    font-weight: 600;
  }
  .btn-outline-primary:hover {
  	color: #fff;
  	background-color: #07294f;
  	border-color: #07294f;
  }
  .btn-secondary {
  	color: #f0a221;
  	background-color: #07294f!important;
  	border-color: #07294f!important;
  }
  .btn-secondary:hover{
    color: #ffddd3;
  }
  .btn-default{
    color: #07294f;
  	/* background-color: #07294f!important; */
  	/* border-color: #07294f!important; */
  }
   a.btn-default i {
    /* color: 012970; */
    margin-left: 24px;
   }

  .btn-outlined {
  	color: #07294f;
  	border-color: #e45541;
  }

  .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: #e45541 ;
  }
  .bg-yellow-green{
    background: #9acf61!important;
  }
  .bg-gray{
    background: #f5f5f5;
  }
  .bg-bsd
  {
    background: var(--blue-shade);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    color: #fff;
  }

  .start-neu{
    margin-left: 25px;
  }
  .text-gray{
    color: #A9A9A9;
  }
  .text-coral{
    color:#e45541;
  }
  .text-golden{
    color: #f0a221;
  }

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

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

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

  .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: #e45541 ;
    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: #07294f;
	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;
}

  /*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
  .counts {
    background-color: #fafafa;
  }

  .counts .count-box, .home-stats .count-box {
    padding: 30px;
    margin:0px;
    width: 100%;

    background-color: #37476a;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }

  .counts .count-box i {
    font-size: 42px;
    margin-bottom: 25px;
    /* color: #e45541; */
    color: #f0a221;
  }

  .counts .count-box h4 {
    font-size: 23px;
    display: block;
    font-weight: 600;
    color: #fff;
  }

  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
  }
  .home-stats .count-box
  {
    display: flex;
    position: relative;
  	z-index: 2;
  }

  /* .single-service {
	padding: 40px 30px;
	background-color: #f6f9fc;
	border-radius: 10px;

	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
} */
  .home-stats .count-box:hover::before {
  	opacity: 1;
  	visibility: visible;
  	-webkit-transform: scale(1.05);
  	transform: scale(1.05);

  }

  .home-stats .count-box::before {
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	height: 100%;
  	width: 100%;
  	background-color: #e45541;
  	content: "";
  	z-index: -1;
  	border-radius: 10px;
  	-webkit-transform: scale(1);
  	transform: scale(1);
  	-webkit-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  	transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  	-moz-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  	opacity: 0;
  	visibility: hidden;
  }
  .home-stats .count-box i
  {
    color: #e45541;
    font-size: 56px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .home-stats .count-box span{
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #23242a;
  }
  .home-stats .count-box p{
    font-size: 19px;
    color: #A9A9A9;
  }

  .home-stats .count-box:hover i,
  .home-stats .count-box:hover span,
  .home-stats .count-box:hover p
  {
    color: #F5F5F5;
  }
  .stats-box
  {
    position: relative;
  }
  .stats-box::before {
    content: '';
    background-color: #07294f !important;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 500px;
    margin: auto;
    left: 0 ;
    top: -32px;
  }
  .years_exp_main_right .years_exp {
    width: 241px;
    height: 181px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    box-shadow: rgba(255, 111, 97,.2) 0 8px 24px;
    color: #000;
  }
  .abt_exp_bgclr {
   background: #fff2dd;
  }
  .abt_prcmpltd {
   background: #ffe5bb;
  }
  .abt_hpy_cstmr {
   background: #ffd89a;
  }

  .abt_awrds_achvmnt
  {
   background: #b89c75;
  }
  .applied .years_exp h3{
   color: #07294f!important;
  }

  .count-box .progress
  {
    margin-bottom: 15px;
  }
  .progress{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }
  .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #07294f;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left{
    left: 0;
  }
  .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .progress .progress-right{
    right: 0;
  }
  .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }
  .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #07294f;
    font-size: 24px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .progress.blue .progress-bar{
    border-color: #f0a221;
  }
  .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
  }

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

  .section.types-grid .grid {
    display: block;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-box-shadow: 0 2px 15px 1px rgba(0,0,0,.08);
    box-shadow: 0 2px 15px 1px rgba(0,0,0,.08);
    -webkit-transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease;
    -o-transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease;
    transition: width .2s ease-in-out,margin .2s ease-in-out,transform .75s ease,-webkit-transform .75s ease;
    background-color: rgba(255,255,255,1.0);
    border: 0px none;
    border-radius: 4px;
    width: 100%;
}

  /*--------------------------------------------------------------
  # 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: #07294f;
    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: #e45541 ;
    color: #fff;
  }

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

  .features .feture-tabs h3 {
    color: #07294f;
    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: #07294f;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
  }

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

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

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

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

  .features .feature-icons h3 {
    color: #07294f;
    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: #07294f;
  }

  .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: #f0a221;
    color: #07294f;
  	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: #07294f;
    margin-bottom: 25px;
    font-size: 22px;
    padding-left: 25px;
  }
  .content-inner p{
    text-align: justify;
    padding: 0 25px;
  }
  .content-inner .blue{
    color: #07294f;
  }

.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: #f0a221;
	border-radius: 50%;
  padding:  0;
}

.owl-nav button span {
	font-size: 26px;
	display: block;
	color: #07294f!important;
}
.banner-bottom .grid-of-1 .owl-carousel.owl-theme .owl-nav, .section_2 .grid-of-1 .owl-carousel.owl-theme .owl-nav{
  margin-top: 0;
  position: absolute;
  left: 0;
}

.banner-bottom .grid-of-1 .owl-carousel.owl-theme .owl-nav{
  transform: translate(-100px, 0px);
}

.section_2 .grid-of-1 .owl-carousel.owl-theme .owl-nav{
  transform: translate(-100px, 0px);
}

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

  .section.conversion
  {
  	background-image: linear-gradient(180deg,#ffffff 50%,rgba(242, 245, 244,0.8) 50%) !important;

  }
  .experts-talk-first-section {
    position: relative;
    z-index: 1;
  }
  .conversion-box {
  	background: linear-gradient(180deg, #07294f 2.67%, #111d4a 86.8%);
  	padding: 80px;
  	border-radius: 20px 20px 20px 20px;
  	overflow: hidden;
  	color: #fff;
  	text-align: center;
  	box-shadow: 6px 6px 30px 0px rgba(0,0,0,0.3);
  	display: flex;
    justify-content: space-between;
  }

  .conversion-box h2{
  	color: #fff;
  	line-height: 1.45em;
    max-width: 680px;
  }
  .conversion-box p{
    padding: 0 15%;
    font-size: 18px;
  }
  .conversion-btn
  {
  	margin-top: 32px;
  	text-align: center;
  	display: inline-block;
  	align-items: center;
  	position: relative;
  }

  .conversion-btn a {
  	display: inline-block;
  	align-items: center;
  	justify-content: center;
  	position: relative;
  	font-size: 18px;
  	color: #f0a221 ;
  	border: 1px solid #f0a221;
  	border-radius: 7px;
  	font-weight: 500;
  	position: relative;
  	border-radius: 50px;
  	transition: all 0.3s ease;
  	cursor: pointer;
  }

  .conversion-img
  {
    .position: relative;
    z-index: 1;
  }

  @media (max-width: 992px)
  {
    .conversion-box {
      padding: 45px;
    }
  }

  .half-img {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 50px;
  }

  .half-img::before {
    position: absolute;
    content: "";
    left: -410px;
    top: 0;
    width: 1050px;
    height: 100%;
    background: linear-gradient(90deg, #FF8759 0%, #FF7A7A 100%);
    z-index: -1;
    border-radius: 0 20px 20px 0;
  }

  .half-img::after {
    background-image: url(../images/white-shape-1.png);
    position: absolute;
    content: "";
    right: -10px;
    bottom: -1px;
    width: 1050px;
    height: 155px;
    z-index: -1;
  }

  .shape-rt {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 50px;
  }

  .shape-rt::before {
    position: absolute;
    content: "";
    right: -410px;
    top: 0;
    width: 1050px;
    height: 100%;
    background: linear-gradient(90deg, #f5f5f5 0%, #f0a221 100%);
    z-index: -1;
    border-radius: 20px 0 0 20px;
  }

  .shape-rt::after {
    position: absolute;
    content: "";
    left: -10px;
    bottom: -1px;
    width: 1050px;
    height: 155px;
    background-image: url(../images/white-shape.png);
    z-index: -1;
  }

  .service-industries .box, .quality-section .box {
  	padding: 15px;
  	position: relative;
  	overflow: hidden;
  	border-radius: 10px;
  	background: #fff;
  	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  }

  .dev-services
  {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .dev-services .service-block-box
  {
    background: #fff;
    transition: 0.3s;
  }

  .dev-services .service-block-box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
  }

  .dev-services .service-block-box:hover img
  {
    transform: scale(1);
  }
  .dev-services .service-block-content
  {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .dev-services .service-block-content h3
  {
    /* text-align: center; */
    font-weight: 500;
  }
  .dev-services .service-block-content a{
    color: #07294f!important;
  }
  .dev-services .service-block-txt
  {
    /* text-align: center; */
    margin-bottom: 36px;
    position: relative;
    min-height: 168px;
  }

  .dev-services.services .service-block-txt
  {
    min-height: 132px;
  }

  .dev-services  .service-view
  {
    border-top: 1px solid #F5F5F5;
    padding-top: 18px;
  }
  .dev-services  .service-view a
  {
    color: #07294f;
    font-weight: 600;
  }

  .icon-filled
  {
    background-color:#e45541 ;
    color: #fff;
    width: 24px;
  	height: 24px;
  	line-height: 24px;
  	border-radius: 50%;
  	text-align: center;
  	display: inline-block;
  	transition: all 0.3s linear;
  }

  .dev-services .contact-phone
  {
    max-width: 290px;
  }
  .dev-services .contact-phone .phone-icon {
    margin-right: 14px;
    margin-left: 14px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 68px;
  	height: 68px;
  	flex: 0 0 68px;
  	border-radius: 50%;
  	box-shadow: 0 0 0 2px #dfdfea inset;
  }

   .contact-phone .phone-icon .icon-item {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 48px;
  	height: 48px;
  	border-radius: 50%;
  	font-size: 18px;
  	color: #ffffff;
  	background-color: #f4572e;
  	transition: all 0.3s ease-in-out;
  }

  .reachout-card
  {
    margin-top: 40px;
    display: grid;
    padding: 0.125rem 0;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    position: relative;
  }
  .reachout-card i{
    position: relative!important;
  }

  .reachout-phone {
  	grid-column: 1;
  	grid-row: 1/3;
  	align-self: center;
  	margin: 0;
    display: flex;
  }

  .reachout-phone p{
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0!important;
  }
  .reachout-phone-icon i{
    font-size: 36px!important;
  }
  .reachout-contact {
  	grid-column: 2;
  	grid-row: 1;
  	justify-content: flex-end;
    display: flex;
  	align-items: center;
  	font-size: 0.875rem;
  	font-weight: 500;
  }

  .reachout-contact a{

  }

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

  .bg-blue{
    background: #07294f;
    color: #fff;
  }
  .bg-dark-blue{
    background: #041014;
    color: #fff;
  }
  .industry-wrap
  {
    background: #fff;
    margin-bottom: 20px;
    padding: 1em 0;
  }
  .industry-box{
    /* background: #fff2dd; */
    /* background: #07294f; */
    /* text-align: center; */
    background: #fbfbfb !important;
    border: 1px solid #f5f5f5;
  }
  .industry-icon{
    display: block;
    padding: 0 0px;
  }

  .industry-section h3{
    display: block;
    width: 100%;
    font-size: 20px;
    /* color: #f0a221; */
    padding: 10px 0 0 15px;
    font-weight: 500;
  }
  .industry-box p{
    padding: 0 15px;
  }

  .industry-section a{
    color: #f0a221;
  }
  .industry-section a:hover
  {
    color: #fff;
  }
  section#industries{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  section#industries .category {
  	margin-bottom: .75rem;
  	background-color: #f4f4f4;
  	padding: .5rem .5rem .5rem .625rem;
  	border-radius: 5px;
  }
  section#industries h4 {
    margin-bottom: .25rem;
  }
  section#industries ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: .9em;
  }

  section#industries li {
    display: inline-block;
    color: #111;
    margin-bottom: 0;
    margin-right: .25rem;
  }
  section#industries li a{
    color: #e45541;
  }

  @media screen and (min-width: 1250px)
  {
  	section#industries .cell-2 {
  	  padding-left: 3rem;
  	}
  }

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

.bg-light {
	--tw-bg-opacity: 1;
	background-color: rgb(248 249 253 / var(--tw-bg-opacity));
}
.bg-coral{
  background: #e45541!important;
}
.bg-cornskill
{
  background: #fff2dd!important;
}

.benefits h3
{
  font-size: 22px;
}
.benefits form{
  padding: 25px;
}

.core-services, .applied{
  color: #fff;
}
.core-services img
{
  width: 64px;
  margin-bottom: 15px;
}
.core-services h3, .applied h3{
  color: #f5f5f5!important;
  font-size: 24px;
}

.what-we-offer .core-services p{
  color: #000;
}
.what-we-offer .core-services h3
{
  color: #07294f!important;
}
/* bg-deep-blue */
.bg-deep-blue::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-who-we-work.svg);
	opacity: .05;
}

.bg-deep-blue {
  padding: 60px 0;
	position: relative;
	background: -webkit-gradient(linear,right top,left top,from(#07294f),color-stop(#000046),color-stop(#3b3f54),to(#07294f));
	background: linear-gradient(270deg,#07294f,#2b3462,#3b3f54,#07294f);
	background-size: 1000% 1000%;
}

.bg-deep-blue .section-header h2, .bg-deep-blue .section-header h3, .bg-deep-blue .title-section p, .bg-deep-blue h3.sub-headlines {
  color: #fff!important;
}

.bg-deep-blue .card {
  margin-bottom: 25px;
}

.bg-deep-blue .item-inner
{
  background-color: #37476a;
  /* box-shadow: 0px 0 1px #37476a; */
}

.deep-blue-card
{
  background: #37476a!important;
}
.bg-deep-blue h3.sub-headlines
{
  font-size: 24px;
}

.accordion-section .img{
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 280px;
}
.accordion-section .section-header {
	/* padding: 0px 100px 0 100px; */
}

.zxasw-feature
{
  background: #fbfbfb;
  border:1px solid #f5f5f5;
  margin-bottom: 25px;
  padding: 20px;
  align-items: center;
  min-height: 240px;
}
.accordion-section .accordion-list ul {
  padding: 0;
  list-style: none;
}

.accordion-section .accordion-list li:first-child {
  margin-bottom: 15px!important;
}

.accordion-section .accordion-list li + li, .accordion-section .accordion div  {
  margin-bottom: 15px!important;
}


.accordion-section .accordion-list li, .accordion-button {
  padding: 15px;
  background: #fbfbfb!important;
  border:1px solid #f5f5f5;
  border-radius: 5px;
}
.accordion-section.deep-blue-list .accordion-list li {
  padding: 12px;
  background: #37476a!important;
  border:1px solid #37476a!important;
  border-radius: 5px;
  color: #37476a;
}
.accordion-item{
  border: none!important;
}

.accordion-section .accordion-list li ul
{
  margin-top: 15px;
}
.accordion-section .accordion-list li ul li {
	padding: 0;
	border-radius: 5px;
  background: none;
  border: none;
	margin:0 0 0 25px;
}

.accordion-section .accordion-list a, .accordion-button {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-right: 30px;
  outline: none;
  font-family: "PT Sans", sans-serif;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.accordion-section .accordion-list div p a
{
  display: inline;
  padding-right: 0;
  font-weight: normal;
}

.accordion-section.deep-blue-list .accordion-list a {
  color: #fff;
}
.accordion-section .accordion-list a:hover {
  color: #07294f;
}

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

.accordion-section .accordion-list i {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.accordion-section .accordion-list a.collapsed, .accordion-button {
  color: #07294f;
}

.accordion-section.deep-blue-list .accordion-list a.collapsed {
  color: #37476a;
}

.accordion-section .accordion-list a.collapsed:hover {
  color: #e45541;
}

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

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

@media (max-width: 1024px) {
  .accordion-section .content, .accordion-section .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .accordion-section {
    /* img {
      padding-top: 30px;
    } */
  }
  .accordion-section .content {
    padding-top: 30px;
  }
  .accordion-section .accordion-list {
    padding-bottom: 30px;
  }
}
.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-item > *
{
  margin-left: 20px;
  margin-right: 14px;
  margin-top: 14px;
}

.owl-carousel .owl-stage{
  display: flex;
}

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

.owl-carousel .owl-stage-outer
{
  padding: 0.25rem 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%;
  color: #fff;
	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; */
}

.item-column h3{
  color: #fff;
  font-weight: 600;
}

.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;
  /* box-shadow: 0 7px 10px rgb(120 124 139 / 10%); */
  padding: 20px 20px 0px 20px;
  border-width: 1px #E7E5EA solid;
  border-radius: 8px;
  box-shadow: 0px 0px 19px 0px #E7E5EA;
}

.blue-owl-its
{
  padding: 24px;
}
.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);
  }
}

  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  .pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
  }

  .pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }

  .pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
  }

  .pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }

  .pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }

  .pricing img {
    padding: 30px 40px;
  }

  .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .pricing ul li {
    padding-bottom: 10px;
  }

  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
  }

  .pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #e45541 ;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #e45541 ;
  }

  .pricing .btn-buy:hover {
    background: #e45541 ;
    color: #fff;
  }

  .pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #e45541 ;
    color: #fff;
  }

  /*--------------------------------------------------------------
  # F.A.Q
  --------------------------------------------------------------*/
  .faq .accordion-collapse {
    border: 0;
  }

  .faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
  }

  .faq .accordion-button:focus {
    box-shadow: none;
  }

  .faq .accordion-button:not(.collapsed) {
    background: none;
    color: #e45541 ;
    border-bottom: 0;
  }

  .faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
  }

  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  .portfolio img {
    margin-bottom: 25px;
  }

  .portfolio h3{
    font-size: 18px;
    color: #e45541;
  }

  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
  }

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

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

  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
  }

  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }

  .portfolio .portfolio-wrap img {
    transition: 1s;
  }

  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }

  .portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
  }

  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #07294f;
    font-weight: 700;
  }

  .portfolio .portfolio-wrap .portfolio-info p {
    color: #07294f;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }

  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }

  .portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #e45541 ;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }

  .portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
  }

  .portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
  }

  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
  }

  .portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }

  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }

  .portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
  }

  .portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
  }

  /*--------------------------------------------------------------
  # 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 #e45541 ;
  }

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

  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 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;
  }

  .founder-section
  {
    text-align: center;
    padding-top: -70px;
    padding-bottom: 70px;
  }

  .founder-card .founder-card-img{
    position: relative;
  }
  .founder-card .founder-card-img::before {
    bottom: 50%;
    content: url('../images/avatar_ring.svg');
    left: 50%;
    position: absolute;
    transform: translate(-50%,53%);
  }
  .founder-card .founder-card-img .ceo {
    border: .16667rem solid #fff;
    border-radius: 100%;
    display: block;
    height: 4.61111rem;
    margin: 0 auto 2.22222rem;
    overflow: hidden;
    position: relative;
    width: 4.61111rem;
    z-index: 1;
  }
  @media (min-width: 1024px) {
    .founder-card{
      max-width: 1024px;
    }
    .founder-card p {
      margin: 3.33333rem 0 2.77778rem;
    }
  }

  .founder-bio .founder-name {
    font-weight: 700;
    line-height: 1rem;
    margin: 0;
  }
  .founder-bio .founder-role {
    font-size: .88889rem;
    margin: 0;
  }

  .testimonials
  {
    padding-bottom: 0!important;
    padding-top: 60px;
  }

  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    /* margin: 40px 30px; */
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
  }

  .testimonials .testimonial-item .stars {
    margin-bottom: 15px;
  }

  .testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
  }

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

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

  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
  }

  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e45541 ;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e45541 ;
  }

  .testimonials .swiper-slide {
    opacity: .3;
  }

  @media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
      opacity: 1;
    }
    .testimonials .swiper-pagination {
      margin-top: 0;
    }
  }

  @media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
      opacity: 1;
      transform: scale(1.12);
    }
  }

.our-process .icon-box {
  position: relative;
}
.our-process .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	/* color: #07294f; */
  line-height: 28px;
  color: #07294f;
}

.our-process .icon-box .number {
	/* position: absolute; */
	/* z-index: -1; */
	font-size:36px;
	/* left: -10px;
	top: -20px; */
  float: left;
  line-height: 50px;
  margin-right: 10px;
	font-weight: 700;
	color: #e2eefa;
}

  .wpb_wrapper ul{
    margin-left: 1rem;
  }


  /*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
  .clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
  }

  .clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
  }

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

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

  .clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e45541 ;
  }

  .form-wrap
  {
    box-shadow: 0 12px 36px rgba(0,0,0,.12) !important;
    padding: 50px;
  }

  .contact .info-box {
    color: #07294f;
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
  }

  .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #f0a221;
  }

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

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

  .contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
  }

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

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

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

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

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

  .contact .php-email-form input {
    padding: 10px 15px;
  }

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

  .contact .php-email-form button[type="submit"] {
    background: #e45541 ;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }

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

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

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

  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog {
    padding: 40px 0 20px 0;
  }

  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }

  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .blog .entry .entry-title a {
    color: #07294f;
    transition: 0.3s;
  }

  .blog .entry .entry-title a:hover {
    color: #e45541 ;
  }

  .blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
  }

  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .entry .entry-meta ul li + li {
    padding-left: 20px;
  }

  .blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
  }

  .blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .entry .entry-content p {
    line-height: 24px;
  }

  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }

  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e45541 ;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }

  .blog .entry .entry-content .read-more a:hover {
    background: #5969f3;
  }

  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }

  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }

  .blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }

  .blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #07294f;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }

  .blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
  }

  .blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
  }

  .blog .entry .entry-footer a:hover {
    color: #e45541 ;
  }

  .blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }

  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }

  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }

  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }

  .blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }

  .blog .entry .entry-footer .share {
    font-size: 16px;
  }

  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }

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

  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .blog-author img {
    width: 120px;
    margin-right: 20px;
  }

  .blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #07294f;
  }

  .blog .blog-author .social-links {
    margin: 0 10px 10px 0;
  }

  .blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
  }

  .blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
  }

  .blog .blog-comments {
    margin-bottom: 30px;
  }

  .blog .blog-comments .comments-count {
    font-weight: bold;
  }

  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }

  .blog .blog-comments .comment .comment-img {
    margin-right: 14px;
  }

  .blog .blog-comments .comment .comment-img img {
    width: 60px;
  }

  .blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
  }

  .blog .blog-comments .comment h5 a:hover {
    color: #e45541 ;
  }

  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #07294f;
  }

  .blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
  }

  .blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
  }

  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  }

  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }

  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }

  .blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
  }

  .blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
  }

  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }

  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #07294f;
  }

  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
  }

  .blog .blog-pagination {
    color: #024ed5;
  }

  .blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
  }

  .blog .blog-pagination li a {
    color: #07294f;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #e45541 ;
  }

  .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
  }

  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #07294f;
    position: relative;
  }

  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }

  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
  }

  .blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }

  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #e45541 ;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }

  .blog .sidebar .search-form form button i {
    line-height: 0;
  }

  .blog .sidebar .search-form form button:hover {
    background: #5465f2;
  }

  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }

  .blog .sidebar .categories ul li + li {
    padding-top: 10px;
  }

  .blog .sidebar .categories ul a {
    color: #07294f;
    transition: 0.3s;
  }

  .blog .sidebar .categories ul a:hover {
    color: #e45541 ;
  }

  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
  }

  .blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
  }

  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }

  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }

  .blog .sidebar .recent-posts h4 a {
    color: #07294f;
    transition: 0.3s;
  }

  .blog .sidebar .recent-posts h4 a:hover {
    color: #e45541 ;
  }

  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
  }

  .blog .sidebar .tags {
    margin-bottom: -10px;
  }

  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }

  .blog .sidebar .tags ul li {
    display: inline-block;
  }

  .blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
  }

  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e45541 ;
    background: #e45541 ;
  }

  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
  }

  /*--------------------------------------------------------------
  # 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, #07294f 50%, #F5F5F5 190%);
  }

  .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: #e45541; */
    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: #07294f;
  }

  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    /* color: #e45541; */
    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: #e45541; */
    color: #f0a221;
    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: #e45541 ;
  }

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

  .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff2dd;
  }

  .footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #07294f;
  }
