

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
   
    color: #1B1E3E;
    
}
p {
    color: #7E7F88!important;
    font-size:17px!important;
}
a {
    color: #1B1E3E;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif!important;
}
.footer p{
    font-size:14px!important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/


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

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

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

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

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

    #header.header-scrolled,
    #header.header-inner-pages {
        background: #FFFFFF;
        
    }

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

#header .logo a {
  color: #fff;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    
}
#blogdetail {
    width: 100%;
    height: 90vh;
    background: #0c1335;
}

#hero .container {
    padding-top: 72px;
}

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 54px;
        font-weight: 700;
        line-height: 1.278em;
        color: #1B1E3E;
        
    }

    #hero h2 {
        color: #1B1E3E;
        
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-family: 'Inter-Bold';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 80px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background-image: linear-gradient(180deg, #282b4a, #121429)!important;
      /*  background: #4D4D4D;*/
        box-shadow: 0px 2px 6px rgba(18, 20, 41, 0.19);
    }

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

.btn-get-started {
    font-family: 'Inter-Bold';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 80px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background-image: linear-gradient(180deg, #282b4a, #121429) !important;
    /*  background: #4D4D4D;*/
    box-shadow: 0px 2px 6px rgba(18, 20, 41, 0.19);
    margin-bottom:30px;
}
    .btn-get-started:hover {
        background: #4D4D4D;
        color:#fff!important;
    }
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: right!important;
    
  }

  #hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
    .btn .getstarted {
         padding: 8px 20px; 
         margin-left: 0px!important; 
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #4D4D4D;
        background: #4D4D4D;
        font-weight: 600;
        /* float: right!important; */
    }
    .pdelement {
        padding-left: 10px !important;
        padding-right: 5px !important;
    }
    .section-3 h2 {
        font-weight: 800;
        font-size: 37px!important;
        line-height: 56px;
        color: #FFFFFF;
    }
    .pt-100 {
        padding-top: 50px!important ;
    }
    .h3blogsec {
        font-weight: 700;
        font-size: 30px!important;
        line-height: 50px;
        color: #FFFFFF;
        text-align: center;
    }
    .pd-30 {
        padding: 0px!important;
        padding-top: 50px!important;
    }
    section {
        padding: 50px 0!important;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.pt-40{
    margin-top:40px;
}
    
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

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

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

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

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

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

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

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

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

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

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

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

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

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

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

@media (max-width: 1024px) {

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

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

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

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
    font-family: 'Inter-Bold';
}

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

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

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: Inter-Light;
        color: #37517e;
    }

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

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

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

    .cta .cta-btn {
        font-family: 'Inter-Bold';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

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

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

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

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

.contact .php-email-form input {
  height: 44px;
}

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

    .contact .php-email-form button[type=submit] {
        background: #4D4D4D;
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

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

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

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

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}
/*.btn-get-started:hover{
    color:#fff!important;
}*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#pdtop{
    padding-top:180px!important;
    
}
@media (max-width: 915px) {

    #hero {
        height: 100vh !important;
        text-align: center;
    }
}
    @media (max-width: 767px) {
        
        #second-sec {
            padding-top: 0px !important;
        }

        .pt-80 {
            padding-top: 30px !important;
        }

        #hero {
            height: 125vh !important;
            text-align: center;
        }

        .pd-sec2 {
            padding-left: 20px !important;
        }

        .sec-pd-40 {
            padding-left: 10px !important;
            padding-top: 60px;
            padding-right: 10px !important;
            padding-bottom: 60px;
        }

        .pd-left {
            padding-left: 30px !important;
        }

        .section-4 {
            padding-top: 80px;
            /* padding-left: 30px; */
            padding-right: 60px;
            padding-bottom: 60px;
        }

        .section-4 {
            padding-top: 20px !important;
            padding-left: 38px !important;
            padding-right: 10px;
            padding-bottom: 60px;
        }

        .pdblog-left {
            padding-left: 23px !important;
        }

        .border-left-neutral-400 {
            padding-left: 20px !important;
            border-left: 2px solid #dbdbdd;
        }

        .pdblog-left-1 {
            text-align: end;
            margin-left: 0px;
        }

        .blog-detailh1 {
            font-weight: 700;
            font-size: 45px !important;
            line-height: 69px;
            color: #FFFFFF;
            align-items: center;
            text-align: center;
            padding-top: 50px;
        }

        #blogdetail-banner {
            opacity: 1;
            position: absolute;
            top: 90% !important;
            width: 90% !important;
            left: 50% !important;
            transform: translate(-50%, -50%);
            overflow: hidden;
            border-radius: 12px;
        }

        #blogdetail {
            width: 100%;
            height: 76vh !important;
            background: #0c1335;
        }

        #content-sec blockquote {
            margin-top: 40px;
            margin-bottom: 40px;
            padding: 15px !important;
            border-radius: 12px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#282b4a), to(#121429));
            background-image: linear-gradient(180deg, #282b4a, #121429);
            font-size: 24px;
            line-height: 1.833em;
            font-weight: 700;
            color: #ffffff;
        }

        .pdblog-left-1 {
            text-align: end;
            margin-left: -86px !important;
        }

        #content-sec ul {
            margin-left: 10px !important;
            color: #7E7F88;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
            position: relative;
            background: #ffffff;
            padding: 1.7em;
            margin-left: 100px;
            width: 70% !important;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -3px !important;
        }

        .timeline-centered:before {
            content: '';
            position: absolute;
            display: block;
            width: 2px;
            /* border: 2px solid rgba(255, 255, 255, 0.15) !important; */
            background: rgba(255, 255, 255, 0.15);
            /* left: 50%; */
            top: 20px;
            bottom: 20px;
            margin-left: 23px !important;
        }
    }

    @media (max-width: 320px) {

        .pdblog-left-1 {
            text-align: end;
            margin-left: -13px !important;
        }

        .blog-detailh1 {
            font-weight: 700;
            font-size: 37px !important;
            line-height: 69px;
            color: #FFFFFF;
            align-items: center;
            text-align: center;
            padding-top: 50px;
        }

        #sec-mrgin-top {
            margin-top: 0px !important;
        }
    }

    .pb-10 {
        padding-bottom: 30px;
    }

    .pdblog-left-1 {
        text-align: end;
        margin-left: -100px;
    }

    .btn-know-more {
        font-family: Inter-Light;
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        /* border-radius: 80px;*/
        transition: 0.5s;
        margin: 15px 0 0 0;
        color: #1B1E3E;
        /* background: #4D4D4D;*/
        /*box-shadow: 0px 2px 6px rgb(18 20 41 / 19%);*/
    }

    .pdelement {
        padding-left: 90px;
        padding-right: 30px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    #second-sec {
        padding-top: 100px;
    }

    .heading-2 {
        font-weight: 700;
        font-size: 51px;
        line-height: 65px;
        margin-top: -20px;
    }

    .pd-sec2 {
        padding-left: 60px;
    }

    .heading-3 {
        font-weight: 700;
        font-size: 38px;
        line-height: 52px;
        color: #1B1E3E;
    }

    .feature-item-wrapper {
        position: relative;
        padding-left: 40px;
        border-left: 1.5px solid #dbdbdd;
    }

    .head-4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        padding-top: 20px;
    }

    .section-3 {
        background: #0c1335 !important;
        border-radius: 15px;
    }

        .section-3 h2 {
            font-weight: 800;
            font-size: 48px;
            line-height: 56px;
            color: #FFFFFF;
        }

        .section-3 p {
            color: #408bfc;
            font-weight: 800;
            font-size: 16px;
            line-height: 26px;
        }

    .section-4 {
        padding-top: 80px;
        /* padding-left:30px;*/
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .sec-pd-40 {
        padding-left: 40px;
        padding-top: 60px;
        padding-right: 50px;
        padding-bottom: 60px;
    }

    .opacity-50 {
        opacity: 0.5;
    }

    .ptag-sec4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        /*display: flex;
    align-items: center;*/
        color: #DDDDDD !important;
    }

    .flexdata {
        display: flex;
        flex-direction: row;
    }

    .ptag {
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #E6E6E6 !important;
        margin-top: -6px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .btns .getstarted {
        font-family: 'Inter-Bold';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 18px 11px 18px;
        border-radius: 80px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background-image: linear-gradient(180deg, #282b4a, #121429) !important;
        /* background: #4D4D4D; */
        box-shadow: 0px 2px 6px rgb(18 20 41 / 19%);
        margin-left: 23px;
    }

    #hero .btn-get-started:hover {
        /*padding-right: 30px;
    padding-bottom:20px;*/
        margin-left: 15px;
    }
    /*padding: 8px 20px;
    margin-left:20px;*/
    /* margin-left: 600px;*/
    /*border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #4D4D4D;
    background: #4D4D4D;
    font-weight: 600;*/
    /* float:right!important;*/
    /*}*/
    .pt-20 {
        padding-top: 20px;
    }

    .section-5 {
        background: #EBEBF0;
        border-radius: 15px;
    }

        .section-5 p {
            color: #000000 !important;
            font-weight: 800;
            font-size: 20px;
            line-height: 26px;
        }

    .section-4-1 {
        padding: 50px;
        padding-top: 80px !important;
    }

    .section-5 h2 {
        font-weight: 800;
        font-size: 48px;
        line-height: 56px;
        color: #000000;
    }

    .ptag-1 {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px;
        color: #000000 !important;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .h2-heading {
        font-weight: 500;
        font-size: 53px;
        line-height: 63px;
        align-items: center;
        text-align: center;
        letter-spacing: -0.4px;
        color: #FFFFFF !important;
    }

    .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

    p {
        font-size: 16px;
    }
    /*.position-absolute.customers-left-float {
    left: 25%;
    top: auto;
    right: auto;*/
    /* bottom: -5%;*/
    /*overflow: hidden;
    width: 25%;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebf0;
    border-radius: 7px;
    box-shadow: 0 4px 26px 0 rgb(18 20 41 / 23%);
}*/

    .position-relative {
        position: relative;
    }

    .bg-image-wrapper.customers-bg-image-wrapper {
        width: 90%;
        margin-left: auto;
        border-style: solid;
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 10px;
        /*box-shadow: 0 2px 6px 0 rgb(27 30 62 / 8%);*/
        /*background: #fff !important*/
    }

    .position-absolute.customers-left-float {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 16%;
        overflow: hidden;
        width: 45%;
        border-style: solid;
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 7px;
        box-shadow: 0 4px 26px 0 rgb(18 20 41 / 23%);
        background: #fff !important
    }

    .img-padding {
        padding: 80px 50px 0
    }

    .bg-image-wrapper.sales-bg-image-wrapper {
        width: 90%;
        margin-right: auto;
        /*border-style: solid;*/
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 10px;
        /*box-shadow: 0 2px 6px 0 rgb(27 30 62 / 8%);*/
        /*background: #ffffff;*/
    }

    .position-absolute.sales-right-float {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 12%;
        overflow: hidden;
        width: 45%;
        border-style: solid;
        border-width: 1.5px;
        border-color: #408bfc;
        border-radius: 8px;
        box-shadow: 0 8px 30px 0 rgb(18 20 41 / 21%);
        background: #ffffff;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .mg-bottom-24px {
        margin-bottom: 24px;
    }

    .flex-horizontal.start.gap-column-64px---gap-row-24px {
        grid-column-gap: 64px;
        grid-row-gap: 24px;
    }

    .display-1.color-green-100 {
        color: #fff;
    }

    .color-accent-1 {
        color: #408bfc;
    }

    .text-200 {
        font-size: 16px;
        line-height: 1.125em;
    }

    .color-neutral-400 {
        color: #dbdbdd;
    }

    .display-1 {
        color: #1b1e3e;
        font-size: 54px;
        line-height: 1.278em;
        font-weight: 700;
    }

    .color-accent-1 {
        color: #408bfc;
    }

    .pd-left {
        padding-left: 50px;
    }

    .imgradius {
        border-right: 16px !important;
    }

    .bg-image-wrapper.home-hero-image {
        margin-top: 60px;
        /* position: absolute;*/
        /*  left: 55%;*/
        /*  width: 850px!important;
    max-width: 850px!important;*/
        /*border-style: solid;*/
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 12px;
        background-color: #fff;
        /*box-shadow: 0 2px 6px 0 rgb(27 30 62 / 8%);*/
        height: 500px;
    }

    .bg-image-wrapper {
        overflow: hidden;
    }

    .blogh1 {
        font-weight: 700;
        font-size: 54px;
        line-height: 65px;
        color: #1B1E3E;
        font-family: 'Raleway', sans-serif!important;
    }

    .pd-30 {
        padding: 30px;
        padding-top: 120px;
    }

    .h3blogsec {
        font-weight: 700;
        font-size: 38px;
        line-height: 50px;
        color: #FFFFFF;
        text-align: center;
    }

    .sec-newsletter {
        padding-bottom: 100px;
        /* background: #f3f5fa;*/
        text-align: center;
        font-size: 15px;
        color: #444444;
        width: 100%;
        align-items: center;
        /*margin-left:230px;*/
    }

        .sec-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #37517e;
        }

        .sec-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 10px 15px;
            position: relative;
            border-radius: 50px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

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

            .sec-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #4D4D4D;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                .sec-newsletter form input[type=submit]:hover {
                    background: #4D4D4D;
                }

    .newblgsec img {
        border-radius: 18px !important;
    }

    .newblgsec {
        padding: 10px;
    }

    .border-left-neutral-400 {
        padding-left: 40px;
        border-left: 2px solid #dbdbdd;
    }

    .section-31-1 {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #0c1335 !important;
        /* border-radius: 15px; */
    }

        .section-31-1 h2 {
            font-weight: 700;
            font-size: 38px;
            line-height: 52px;
            color: #FFFFFF;
        }

    .buttons-row.right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .btn-primary.button-row {
        margin-right: 24px;
    }

    .btn-primary.white {
        background-color: #0A4781!important;
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#40b8fc), to(#0a6cff));*/
        /*background-image: linear-gradient(180deg, #40b8fc, #0a6cff);*/
        color: #fff;
        border-radius: 24px;
        font-family: 'Montserrat', sans-serif!important;
    }

    .btn-primary {
        padding: 18px 22px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 80px;
        background: #0A4781;
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#282b4a), to(#121429));*/
        /*background-image: linear-gradient(180deg, #282b4a, #121429);*/
        box-shadow: 0 2px 6px 0 rgb(18 20 41 / 19%);
        /*-webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;*/
        /*transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;*/
        /*transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;*/
        /*transition: background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;*/
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        border-radius: 24px;
        font-family: 'Montserrat', sans-serif!important;
    }

    .btn-secondary.white {
        border-style: solid;
        border-width: 1px;
        border-color: #fff;
        background-color: transparent;
        color: #fff;
        border-radius: 24px;
        font-family: 'Montserrat', sans-serif!important;
    }

    .btn-secondary {
        padding: 18px 22px;
        border-style: solid;
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 96px;
        background-color: #fff;
        box-shadow: inset 0 -3px 5px 0 rgb(18 20 41 / 4%), 0 2px 6px 0 rgb(18 20 41 / 6%);
        -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        color: #1b1e3e;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        font-family: 'Montserrat', sans-serif!important;
    }

    .pdblog-left {
        padding-left: 90px;
    }

    .blog-detailh1 {
        font-weight: 700;
        font-size: 54px;
        line-height: 69px;
        color: #FFFFFF;
        align-items: center;
        text-align: center;
        padding-top: 50px;
    }

    #blogdetail-banner {
        opacity: 1;
        position: absolute;
        top: 120%;
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        border-radius: 12px;
    }

    #pd-top {
       /* margin-top: -50px !important;*/
        padding: 15px;
    }

    #content-sec {
        line-height: 35px;
        margin-bottom: 40px;
    }

        #content-sec ul {
            margin-left: 30px;
            color: #7E7F88;
             font-family: 'Montserrat', sans-serif!important;
        }

    .h3sec-blogdetail {
    }

    #content-sec blockquote {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 80px 88px;
        border-radius: 12px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#282b4a), to(#121429));
        background-image: linear-gradient(180deg, #282b4a, #121429);
        font-size: 24px;
        line-height: 1.833em;
        font-weight: 700;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif!important;
    }

    @media only screen and (max-width: 912px) and (min-width: 768px) {
        .btns .getstarted {
            display: none !important;
        }

        /*.navbar {
            padding: 0;
            margin-left: 500px !important;*/
            /*text-align:end!important;*/
        /*}*/

        #blogdetail-banner {
            opacity: 1;
            position: absolute;
            top: 66% !important;
            width: 70%;
            left: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
            border-radius: 12px;
        }

        #blogdetail {
            width: 100%;
            height: 57vh !important;
            background: #0c1335;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
            position: relative;
            background: #ffffff;
            padding: 1.7em;
            margin-left: 100px;
            width: 87% !important;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
    }

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    .text-200.bold.color-neutral-800 {
        color: #1b1e3e;
    }

    .text-200.bold {
        font-weight: 700;
    }

    .text-200 {
        font-size: 16px;
        line-height: 1.125em;
    }
    /*#footer-id{
    padding-left:80px!important;
}*/

    .search {
        margin-bottom: 0px;
    }

    .position-relative {
        position: relative;
    }

    .divider._32px {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .divider {
        height: 1px;
        margin-top: 80px;
        margin-bottom: 80px;
        background-color: #dbdbdd;
    }

    .heading-h4-size {
        color: #1b1e3e;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 700;
    }

    .mg-bottom-16px {
        margin-bottom: 16px;
    }

    .heading-h4-size {
        color: #1b1e3e;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 700;
    }

    .input.search-input {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    input[type='search'] {
        -webkit-appearance: none;
    }

    .search-input {
        min-height: 60px;
    }

    .input {
        min-height: 54px;
        margin-bottom: 0px;
        padding: 16px 24px;
        border-style: solid;
        border-width: 1px;
        border-color: #ebebf0;
        border-radius: 100px;
        background-color: #fff;
        box-shadow: 0 2px 6px 0 rgb(27 30 62 / 8%);
        -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
        transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
        font-size: 14px;
        line-height: 1.143em;
        font-weight: 500;
    }

    nput.w-button {
        -webkit-appearance: button;
    }

    .hidden-on-desktop {
        display: none;
    }

    .w-button {
        display: inline-block;
        padding: 9px 15px;
        /*background-color: #f2f2f2;*/
        color: #fff;
        border: 0;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 14px;
    }

    .input-icon {
        position: absolute;
        left: auto;
        top: auto;
        right: 16px;
        bottom: 21px;
        font-family: Inter-Light;
        font-size: 18px;
        line-height: 18px;
    }

    .mg-bottom-16px {
        margin-bottom: 16px;
    }

    p {
        font-weight: 500 !important;
        font-size: 1.125rem !important;
        font-family: 'Montserrat', sans-serif!important;
    }

    .font-h5-class {
        font-size: 16px;
        font-weight: 400 !important;
    }
    /*.blog-sidebar{
    padding:30px;
}
*/

    .btns .getstarted-1 {
        font-family: 'Inter-Bold';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 18px 11px 18px;
        border-radius: 80px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background-image: linear-gradient(180deg, #282b4a, #121429) !important;
        /* background: #4D4D4D; */
        box-shadow: 0px 2px 6px rgb(18 20 41 / 19%);
        font-family: 'Montserrat', sans-serif!important;
        /* margin-left: 23px; */
    }

    .getstarted-1:hover {
        margin-left: 15px !important;
    }
#padding-last-two {
    padding: 80px 50px 0;
}

@media (max-width: 360px) {
    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 14px 11px 14px !important;
    }

    #hero {
        height: 120vh !important;
        text-align: center;
    }
    .flex-horizontal.start.gap-column-64px---gap-row-24px {
        grid-column-gap: 35px!important;
        grid-row-gap: 24px;
    }
    .section-5 h2 {
        font-weight: 800;
        font-size: 31px!important;
        line-height: 56px;
        color: #000000;
    }
    #padding-last-two {
        padding: 30px 20px 0;
    }
}
@media (max-width: 320px){
    .flex-horizontal.start.gap-column-64px---gap-row-24px {
        grid-column-gap: 18px !important;
        grid-row-gap: 24px;
    }
}
@media (max-width:768px){
     .sec-newsletter {
        padding-bottom: 30px;
        /* background: #f3f5fa;*/
        text-align: center;
        font-size: 15px;
        color: #444444;
        width: 100%;
        align-items: center;
        padding:10px;
        /*margin-left:230px;*/
    }
    .sec-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 10px 15px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
    padding:10px;
    margin-bottom:30px;
}
.blogh1 {
    font-size:48px!important;
}

}
.btn-primary.w-button{
    color:#fff!important;
}
/*@media (max-width: 414px){
    #hero {
        height: 100vh !important;
        text-align: center;
    }
}*/