::-webkit-scrollbar { width: 8px; } 
::-webkit-scrollbar-track { background: transparent; } 
::-webkit-scrollbar-thumb { background: #2e3191; } 

:root {
    --color-text: hsl(248, 10%, 40%);
    --color-text-muted: hsl(248, 10%, 40%);
    --color-purple: slateblue;
  }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    letter-spacing: .2px;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
 }

/*.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 18px;
    z-index: 100;
    transition: all .3s;
}
  
.header-logo {
    width: 100%;
    max-width: 189px;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.header-logo a {
    display: inline-block;
}

.header-logo a img {
    width: 100%;
}
  
.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
  
.header-menu > li {
    float: left;
}
  
.header-menu > li > a {
    padding: 20px 11px 20px 11px;
    line-height: 1.7;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: all .3s;
    display: block;
    text-decoration: none;
}
  
.header-menu > li > a > i {
    font-size: 20px;
}
  
.contact-menu > li > a > i {
    font-size: 13px;
    margin-right: 7px;
}
  
.header.scrolled, .white-bg-header {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
  
.scrolled .header-menu > li > a, .dark-header .header-menu > li > a {
    color: #2b2b2b;
}
  
.scrolled .header-menu > li > a:hover, .scrolled .header-menu > li > a.active, .dark-header .header-menu > li > a.active {
    color: #0686d8;
}
  
.header-logo .logo-dark {
    display: none;
}
  
.scrolled .header-logo .logo-light, .dark-header .header-logo .logo-light {
    display: none;
}
  
.scrolled .header-logo .logo-dark, .dark-header .header-logo .logo-dark {
    display: initial;
} */

.home-banner {
    background: url('../images/home-banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-position: 0px 0px; */
    width: 100%;
    height: 100vh;
    /* position: relative; */
}
/* .about-banner {
    background: url(https://ik.imagekit.io/17nbp7w38p/images/banner.jpg) right center no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    width: 100%;
    height: 100vh;
    position: relative;
} */

.home-banner.business-logo-design-banner {
    background: rgba(0, 0, 0, .7);
}

.business-logo-design-banner .banner-form {
    max-width: 450px;
    margin: 0 auto;
}

.business-logo-design-banner .banner-input {
    background: transparent;
    border: 3px solid #0686d8;
    color: #fff;
}

.business-logo-design-banner .banner-submit {
    letter-spacing: 2.4px;
    font-size: 15px;
    background: #0686d8;
    font-weight: 500;
}

.business-logo-design-banner .banner-heading h1.last-big-heading:before {
    left: calc(50% - 30px);
    transform: translateX(-50%);
}

.business-logo-design-banner .banner-heading h1.last-big-heading:after {
    left: calc(50% + 14px);
    transform: translateX(-50%);
}
.banner-heading .p-text {
    
    font-size: 16px;
    color: #000;
    opacity: 0.8;
    text-transform: none !important;
}

.business-logo-design-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    min-height: 100vh;
    z-index: -2;
}

.banner-absolute-center {
    position: absolute;
    top: 50.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-heading h1.small-heading {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px;
    letter-spacing: 0;
    opacity: 0.8;
}

.banner-heading h1.big-heading {
    color: #2e3191;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
}
.contactus-banner .banner-heading h1.big-heading {
    color: #2e3191;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
}

.banner-heading h1.last-big-heading {
    position: relative;
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 22px;
    margin: 0 0 25px;
}

.banner-heading h1.last-big-heading.tec{
    position: relative;
    color: #2e3191;
    /* font-size: 80px; */
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 22px;
    margin: 0 0 25px;
}
.shear {
    color: red;

}

/* .banner-heading h1.last-big-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 4px;
    background: #fff;
} */

/* .banner-heading h1.last-big-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 50px;
    height: 4px;
    background: #fff;
} */

.banner-form {
    width: 100%;
    max-width: 400px;
}

.banner-form input {
    font-family: Arial;
    border-radius: 4px;
    /* width: 40%; */
    outline: 0;
    height: 53px;
    line-height: 21px;
}

.banner-form input::placeholder {
    color: #929292; 
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
}

.banner-input {
    background-color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #929292;
    font-size: 18px;
}

.banner-submit {
    background-color: #2e3191;
    text-transform: uppercase;
    /* font-weight: bold; */
    /* letter-spacing: 2.4px; */
    font-size: 15px;
    margin-top: 20px;
    padding: 10px ;
    color: #fff;
    cursor: pointer;
    border: 2px solid #2e3191;
    transition: 0.4s;
}
.banner-submit:hover {
    background-color: #fff;
    color: #2e3191;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.contact-btn {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    color: #2e3191;
    cursor: pointer;
    border: 2px solid #2e3191;
    transition: 0.4s;
}
.contact-btn:hover {
    background-color: #2e3191;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.quote-btn {
    background-color: #0c344d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    padding: 15px ;
    color: #fff;
    cursor: pointer;
    border: 0;
}
.quote-btn:hover {
    background-color: white;
    color: #0c344d;
    border: 2px solid #0c344d;
}

.banner-form p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}

.banner-input-div {
    position: relative;
}

.banner-input-div:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 3px;
    width: 20px;
    height: 45px;
    background-image: url(../images/home/pencil-loader.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.pricing-section {
     /*background: url('../images/servicesection.png') right center no-repeat;
    background-size: cover;
    background-position: 0px 0px; */
    position: relative;
}
.pricing-section .section-heading h2 {
    color: #2e3191;
}
.pricing-section, .light-blue-section {
    padding: 35px 0 70px 0;
}

.white-section, .light-blue-section {
    padding: 35px 0 70px 0;
}
.process-section, .light-blue-section {
    padding: 35px 0 70px 0;
}

.white-section {
    /* background: url('../images/section1.jpg') right center no-repeat;
    background-size: cover;
    background-position: 0px 0px; */
}
.service-section {
    background: url('../images/servicesection.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/* .client-section {
    background: url('../images/section2.jpg') right center no-repeat;
    background-size: cover;
    background-position: 0px 0px;
} */
.client-section, .light-blue-section {
    padding: 35px 0 30px 0;
}
.footer-section1 {
    background-color: #e1c699;
    /* background: url('https://angular.pixelstrap.com/unice/assets/images/app_landing2/l-2-footer.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}
.about-section1 {
    background: url('../images/servicesection.png') right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
}
.about-section1, .light-blue-section {
    padding: 35px 0 70px 0;
}
.contact-section1 {
    /* background: url('../images/contact-section1.png') right center no-repeat;
    background-size: cover;
    background-position: 0% 50%; */
}
.contact-section2 {
    background: url('../images/servicesection.png') right center no-repeat;
    background-size: cover;
    /* background-position: 0% 50%; */
    /* background-color: #e1c699; */
}
.contact-section1, .light-blue-section {
    padding: 120px 0 70px 0;
}
.footer-section1, .light-blue-section {
    padding: 35px 0 70px 0;
}
.contact-section {
    background: #fff;
    /* padding: 60px 0 0px 0; */
}
/* .contact-section .section-heading h2 {
    color: #000 !important;

} */
/* .contact-section .section-heading p {
    color: rgb(133 133 133) !important;
    font-weight: bold;
} */
.location {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    /* font-weight: bold; */
    /* opacity: 0.8 */
}
/* .section-heading {
    padding-left: 50px !important;
} */
.service-section .card {
    background-color: #e1c699 !important;
    border-color: #e1c699 !important;
    color: #fff !important;
    font-weight: bold !important;
    height: 260px;
    border-radius: 20px;
    /* box-shadow: 0px 0px 21px rgb(0 0 0 / 20%); */
}

 .section-heading h2 {
    font-size: 50px;
    /* font-weight: bold; */
    margin: 0 0 20px;
    color: #2e3191;
    line-height: 1.2;
}
 .section-heading p {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    /* font-weight: bold; */
}

.client-section .card {
    background-color: #e1c699 !important;
    border-color: #e1c699 !important;
    color: #fff !important;
    font-weight: bold !important;
    /* height: 260px; */
    border-radius: 20px;
    /* box-shadow: 0px 0px 21px rgb(0 0 0 / 20%); */
}
 .section-heading h2 {
    font-size: 50px;
    /* font-weight: bold; */
    margin: 0 0 20px;
    color: #2e3191;
    line-height: 1.2;
}
 .section-heading p {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(133 133 133);
    /* font-weight: bold; */
}
.work-section {
    /* background: url('../images/servicesection.png'); */
    position: relative;
}
.process-section {
    background: url('../images/servicesection.png');
}
.logocard .card{
    background-color: #fff !important;
    border-color: #fff !important;
    height: 100%;
    /* color: #2e3191 !important; */
    /* font-weight: bold !important; */
    border-radius: 30px;
    box-shadow: 0 12px 24px hsla(var(--hue-color), 61%, 16%, 0.1);
    /* box-shadow: 0px 0px 21px rgb(0 0 0 / 20%); */
}
.logocard .card-title{
    /* background-color: #fff !important; */
    /* border-color: #fff !important; */
    color: #2e3191 !important;
    font-weight: bold !important;
    /* border-radius: 20px; */
    /* box-shadow: 0 12px 24px hsla(var(--hue-color), 61%, 16%, 0.1); */
    /* box-shadow: 0px 0px 21px rgb(0 0 0 / 20%); */
}

.light-blue-section {
    background-color: #f6f9f8;
}
.readmore-btn {
    font-size: 18px !important;
    color: #2e3191 !important;
    font-weight: bold !important;
}
.card-circle {
    width: 22%;
    height: 24%;
    background: #fff;
    position: absolute;
    /* text-align: center; */
    right: 39%;
    /* display: block; */
    top: -35px;
    font-size: 40px;
    /* box-shadow: 0px 0px 21px rgb(0 0 0 / 20%); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-circle i {
    color: #e1c699;
}

.about-col-circle {
    width: 150px;
    height: 150px;
    background: #fff;
    /* position: absolute;
    text-align: center;
    right: 35%;
    display: block;
    top: -35px; */
    box-shadow: 0px 0px 21px rgb(0 0 0 / 20%);
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border: solid #fff 5px;
}
.about-num-circle {
    width: 30%;
    height: 30%;
    background: #fff;
    position: relative;
    /* text-align: center; */
    /* right: -15px; */
    /* display: block; */
    top: -24px;
    box-shadow: 0px 0px 21px rgb(0 0 0 / 20%);
}
.about-circle {
    justify-content: center !important;
}


.section-heading h2 {
    font-size: 50px;
    /* font-weight: bold; */
    margin: 0 0 20px;
    color: #2e3191;
    line-height: 1.2;
}
.section-heading h4 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #000;
    line-height: 1.2;
    /* font-weight: bold; */
    text-transform: uppercase;
}
.contact-section1 .section-heading h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #2e3191;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.section-heading ul li a{
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000 !important;
    text-decoration: none !important;
}
.section-heading > h2.line-head:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #0686d8;
    margin: 10px 0 0;
}
.section-heading > h3 {
    color: #272b2b;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.48;
}
.section-heading > p {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.section-heading > p:last-child {
    margin-bottom: 0;
}

.section-heading.p-width-850 > p {
    max-width: 850px;
}

.section-heading > h2.line-head {
    margin: 0 0 10px;
}

.section-heading.text-center {
    margin-bottom: 45px;
}

/* .service-tabs.nav-tabs {
    border-bottom: 2px solid #138cda;
} */

.service-tabs.nav-tabs > li {
    width: 20%;
    text-align: center;
}
.nav-tabs {
    border-bottom: 1px solid transparent !important;
}
.nav {
    flex-wrap: nowrap !important;
    /* display: inline-flex !important; */
}



.service-tabs.nav-tabs .nav-link {
    width: 100%;
    color: #4d4d4d;
    padding: 15px 15px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428;
    transition: color .6s;
    border: 0;
    background: transparent;
    line-height: 1.42857143;
}

.service-tabs.nav-tabs > li > a > h2 {
    font-size: 18px;
    /* line-height: 1.42857143; */
    margin: 0;
    color: #000;
    /* text-transform: uppercase; */
}
.service-tabs.nav-tabs > li > a > h6 {
    font-size: 16px;
    /* line-height: 1.42857143; */
    margin: 0;
    color: #000 !important;
    /* text-transform: uppercase; */
}

.service-tabs.nav-tabs > li > a > h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.service-tabs.nav-tabs > li > a i {
    display: block;
    font-size: 90px;
    margin: 0 0 15px;
}

.service-tabs.nav-tabs > li > a strong {
    font-weight: 600;
    display: block;
}

.service-tabs.nav-tabs .nav-link:hover, .service-tabs.nav-tabs .nav-link.active {
    color: #0c344d !important;
    position: relative;
    background: transparent;
}
.service-tabs.nav-tabs .nav-link.active strong {
    color: #2e3191 !important;
    position: relative;
    background: transparent;
}

/* .service-tabs.nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    border-bottom: 5px solid;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    bottom: 1px;
    left: 50%;
    width: 10px;
    transform: translate(-50%, 0);
} */


.service-tab-content .section-heading {
    padding: 50px 0 0 80px;
}
  
.service-tab-content .section-heading > h2 {
    margin: 0 0 10px;
}

.service-tab-content .section-heading > p {
    max-width: 100%;
    margin: 0 0 10px;
}

.tick-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
}

.tick-ul li {
    position: relative;
    padding: 5px 0 5px 19px;
}

.tick-ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 5px;
    left: 0;
    color: #0686d8;
    font-weight: 600;
}

.service-img {
    padding-top: 55px;
}

.link-area {
    margin-top: 18px;
}

.link-area > a, a.animated-link, button.animated-link {
    color: #0686d8;
    background: transparent;
    border-radius: 5px;
    font-weight: 700;
    transition: all .6s;
    padding: 7px 25px 6px 25px;
    line-height: 1.5;
    border: 2px solid transparent;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-right: 15px;
    float: left;
    text-transform: uppercase;
}

.link-area.big-links > a, .big-links > a.animated-link {
    font-size: 17px;
}

.link-area.uppercase-links > a, .uppercase-links > a.animated-link {
    text-transform: uppercase;
}

.link-area > a:hover, a.animated-link:hover, button.animated-link:hover {
    background: #0686d8;
    color: #fff;
}

.link-area > a:last-child, a.animated-link:last-child {
    margin-right: 0;
}

a.animated-link, button.animated-link {
    position: relative;
    overflow: hidden;
    border-color: #0686d8;
}

.animated-link:hover {
    padding-left: 65px;
}

.animated-link i {
    position: absolute;
    font-size: 13px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-left: -50%;
    color: #fff;
    transform: translateY(-50%);
    transition: all .3s;
}

.animated-link:hover i {
    margin-left: -30px;
}

.pricing-section .section-heading.text-center {
    margin-bottom: 10px;
}

.center-tabs {
    margin-bottom: 15px;
}

.portfolio-section .maso-list.gallery .navbar {
    padding: 0;
    margin-bottom: 15px;
}

.portfolio-section .maso-list.gallery .navbar > .navbar-nav {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}
  
.center-tabs.nav-tabs .nav-link, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    opacity: .4;
    padding: 15px 10px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all .6s;
    display: block;
    cursor: pointer;
    position: relative;
}
  
.center-tabs.nav-tabs .nav-link.active, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li.active > a {
    opacity: 1;
    color: #0686d8;
    border-color: #ccc;
}

.center-tabs.nav-tabs .nav-link:before, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    height: 1px;
    bottom: -1px;
    background: #0686d8;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.center-tabs.nav-tabs .nav-link.active:before, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li.active > a:before {
     width: 100%;
}

.center-tabs.nav-tabs .nav-link:hover, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a:hover {
    opacity: 1;
}
  
.pricing-sec .center-tabs.nav-tabs .nav-link {
    color: #0686d8;
}
  
.pricing-headings {
    margin: 10px 0 20px;
    text-align: center;
}
  
.pricing-headings h3 {
    font-size: 22.4px;
    color: #0686d8;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}
  
.pricing-headings p {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
  
.pricing-tab-content {
    padding: 0 30px;
}
  
.single-pricing {
    margin: 0 -7.5px;
}
  
.pricing-head {
    color: #0686d8;
    border: 2px solid #0686d8;
    text-align: center;
    position: relative;
    padding: 15px 10px 10px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
.pricing-plan-heading {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 14px;
    white-space: nowrap;
}
  
.pricing-plan-subheading {
    font-size: 14px;
    font-weight: 500;
    margin: -1px 0 12px;
    line-height: 14px;
}
  
.pricing-plan-price {
    line-height: 27px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 15px;
    height: 27px;
    font-size: 50px;
}
  
.pricing-plan-price:before {
    position: absolute;
    content: '$';
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    left: 0;
    transform: translateX(-100%);
}
  
.view-detail-pricing-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    color: #0686d8;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #0686d8 ;
    transform: translate(-50%, 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    white-space: nowrap;
    z-index: 5;
    transition: all .3s;
}
  
.view-detail-pricing-btn:hover {
    color: #fff;
    background: #0686d8;
}
  
.view-detail-pricing-btn:after {
    content: '+';
    position: relative;
    display: inline-block;
}

.pricing-slider-area {
    display: none;
    width: 100%;
    max-width: 400px;
    float: left;
}

.pricing-slider-area > h3 {
    color: #0686d8;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-detail-open-in .pricing-slider-area {
    display: block;
}

.pricing-detail-open-in .single-pricing .pricing-plan-body {
    position: absolute;
    left: 50%;
    width: calc(100% + 80px);
    background: #fff;
    border: 1px solid #afafaf;
    transform: translateX(-50%);
    padding: 38px 15px 20px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    margin-top: -1px;
}

.pricing-detail-open-in .single-pricing.pricing-detail-open .pricing-plan-body {
    z-index: 10;
}

.pricing-detail-open-in .single-pricing .pricing-plan-body:hover {
    border: 2px solid #0686d8;
    margin-top: -2px;
}
  
.pricing-detail-open .view-detail-pricing-btn {
    z-index: 15;
}

.pricing-detail-open-in .single-pricing .pricing-plan-detail {
    float: left;
    width: 100%;
    max-width: calc(100% - 400px);
    height: 226px;
}

.pricing-detail-open-in .single-pricing .pricing-plan-detail .pricing-plan-details-title {
    text-align: left;
    clear: both;
}

.pricing-detail-open-in .single-pricing .pricing-plan-details-ul > li {
    width: 33%;
    float: left;
}

.pricing-detail-open-in .fix-height-pricing .single-pricing .pricing-plan-details-ul {
    height: 202px;
}

.pricing-detail-open-in .single-pricing .pricing-plan-detail .pricing-plan-details-ul + .pricing-plan-details-title {
    padding-top: 15px;
}

.pricing-detail-open-in .single-pricing .pricing-plan-buy-button {
    padding-top: 85px;
}

.pricing-detail-open-in .single-pricing .view-detail-pricing-btn:after {
    content: '-';
}

.disclaimer-p {
    display: none;
    font-size: 11px;
    text-align: center;
    margin: 15px 0 0;
}

.pricing-detail-open .disclaimer-p {
    display: block;
}

.single-pricing-slider-item {
    display: flex;
    flex-wrap: wrap;
}

.single-pricing-slider-img {
    width: 92px;
}

.pricing-slider .owl-item .single-pricing-slider-img img {
    width: 100%;
    border-radius: 8px;
}

.single-pricing-slider-detail {
    width: calc(100% - 92px);
    padding-left: 10px;
}

.single-pricing-slider-detail h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.single-pricing-slider-detail p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}
  
.pricing-plan-body {
    padding: 36px 9px 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #afafaf;
    border-top: 0;
}
  
.single-pricing:hover .pricing-plan-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
  
.pricing-plan-body:hover {
      border: 2px solid #0686d8;
      border-top: 0;
}
  
.pricing-plan-detail .pricing-plan-details-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 2px;
}
  
.pricing-plan-details-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.pricing-plan-details-ul > li {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 18px;
    margin: 8px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help;
}
  
.pricing-plan-details-ul > li:before {
    position: absolute;
    content: ' ';
    width: 6px;
    height: 14px;
    top: 1px;
    left: 3px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-radius: 1.5px;
    transform: rotate(45deg);
    border-color: #0686d8;
}

.fix-height-pricing .pricing-plan-details-ul {
    height: 360px;
    overflow: auto;
}

.fix-height-pricing ::-webkit-scrollbar { width: 5px; }

.pricing-plan-inner-details-ul > li {
    position: relative;
    font-size: 12px;
    padding: 0 0 0 18px;
    margin: 8px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help;
}

.multi-price-li > strong {
    position: relative;
    color: #0686d8;
    font-weight: 500;
}

.pricing-plan-inner-details-ul {
    display: none;
}

.multi-price-li.active-li .pricing-plan-inner-details-ul {
    display: block;
}
  
.pricing-plan-inner-details-ul > li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    top: 0px;
    left: 3px;
    font-weight: 600;
    color: #0686d8;
}

.multi-price-li > strong:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    color: #0686d8;
}

.multi-price-li.active-li > strong:after {
    content: "\f106";
}

.pricing-plan-buy-button {
    padding-top: 0;
    clear: both;
    transition: all .5s;
}
  
.pricing-plan-buy-button a {
    display: block;
    text-decoration: none;
    margin: 21px auto 0;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 2px solid #0686d8;
    font-size: 14px;
    font-weight: bold;
    color: #0686d8;
    cursor: pointer;
    max-width: 182px;
    clear: both;
    text-align: center;
    line-height: 38px;
    padding: 0 15px;
    transition: all .5s;
}

.pricing-detail-open-in .single-pricing .pricing-plan-details-ul > li.multi-price-li {
    width: 100%;
}

.pricing-detail-open-in .single-pricing .pricing-plan-details-ul > li.multi-price-li .pricing-plan-inner-details-ul {
    display: block;
}

.pricing-detail-open-in .single-pricing .pricing-plan-details-ul > li.multi-price-li > strong:after {
    display: none;
}

.pricing-detail-open-in .single-pricing .pricing-plan-details-ul > li.multi-price-li .pricing-plan-inner-details-ul > li {
    width: 33%;
    float: left;
}

.pricing-plan-buy-button a:hover {
    background: #0686d8;
    color: #fff;
}

.single-why-choose-us {
    background: #fff;
    padding: 45px 15px;
    border: 1px solid #eef1f5;
    text-align: center;
    height: 100%;
    transition: all .6s;
}
  
.single-why-choose-us > i, .single-why-choose-us > i:before {
    font-size: 100px;
    color: #0686d8;
    transition: all .6s;
    line-height: 1;
}
  
.single-why-choose-us h3 {
    color: #272b2b;
    font-size: 19px;
    line-height: 24px;
    margin: 15px 0 24px 0;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .6s;
}
  
.single-why-choose-us p {
    margin: 0;
    transition: all .6s;
}
  
.single-why-choose-us:hover {
    background: #0686d8;
}
  
.single-why-choose-us:hover > i, .single-why-choose-us:hover h3, .single-why-choose-us:hover p, .single-why-choose-us:hover > i:before {
    color: #fff;
}
  
.four-item-carousel.owl-carousel .owl-stage, .three-item-carousel .owl-stage {
    display: flex;
}
  
.four-item-carousel.owl-carousel .owl-stage .item, .three-item-carousel .owl-stage .item {
    height: 100%;
}
  
.owl-carousel .owl-item img {
    display: initial;
    width: auto;
}
  
.owl-dots {
    position: relative;
    display: block;
    text-align: center;
    bottom: -20px;
}
  
.owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    margin: 0 6px;
    line-height: 15px;
    background: rgba(181, 181, 181, 0.9);
    opacity: .9;
    outline: 0;
}
  
.owl-carousel button.owl-dot.active {
    background: #0686d8;
    opacity: 1;
}
  
.single-rodemap {
    padding: 0 32px;
    text-align: center;
    transition: all .4s;
}
  
.single-rodemap:hover {
    transform: scale(1.1);
}
  
.single-rodemap img {
    height: 200px;
}
  
.single-rodemap h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
    color: #272b2b;
    margin: 0 0 10px;
} 
  
.single-rodemap p {
    font-size: 14px;
} 
  
.single-testimonial {
    background: #fff;
    padding: 30px 15px 0;
    height: 100%;
    transition: all .6s;
}
  
.single-testimonial img.center {
    height: 200px;
    margin: 0 auto;
    display: block !important;
}
  
.single-testimonial-detail {
    padding: 25px 0;
}
  
.single-testimonial-detail h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0;
}
  
.single-testimonial-detail p {
    font-size: 14px;
    margin: 0 0 15px;
}
  
.italic {
    font-style: italic;
}
  
.single-testimonial-detail img {
    height: 66px;
    border-radius: 50%;
}
  
.single-testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
}

a.portfolio-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}

.portfolio-link img {
    width: 100%;
}

.portfolio-section .maso-box .maso-item.col-md-3 {
    padding: 7px;
}

.portfolio-link-detail {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.portfolio-link:hover .portfolio-link-detail {
    opacity: 1;
    visibility: visible;
}

.portfolio-link-detail > h4 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0;
}

.portfolio-link-detail > h6 {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
}
  
.ready-talk {
    background: url("https://ik.imagekit.io/17nbp7w38p/images/assets/ready.jpg") no-repeat center center;
    background-size: cover;
    padding: 25px 0;
}
  
.ready-talk h3 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}
  
.ready-talk a.animated-link, .ready-talk a.animated-link:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
  
/* .footer {
    background: url('https://ik.imagekit.io/17nbp7w38p/images/assets/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 35px 0;
}
  
.footer-logo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}
  
.footer p {
    color: #a9a9a9;
    font-size: 14px;
    margin: 0 0 30px;
}
  
.social-links {
    margin: 0 -25px;
}
  
.social-links a {
    display: inline-block;
    color: #0686d8;
}
  
.social-links i {
    font-size: 17px;
    border-radius: 50%;
    width: 50px;
    line-height: 29px;
    height: 50px;
    box-shadow: none; 
    padding: 10px 12px;
    text-align: center;
}
  
.social-links a:hover i {
    color: #fff;
}
  
.social-links [class*="facebook"]:hover {background-color:#3B5998}
.social-links [class*="twitter"]:hover {background-color:#3B8ACA}
.social-links [class*="google"]:hover {background-color:#d7473d}
.social-links [class*="linkedin"]:hover {background-color:#0077B5}
.social-links [class*="youtube"]:hover {background-color:#cc181e}
.social-links [class*="instagram"]:hover {background-color:#464646}
  
  
.footer h5 {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 10px;
}
  
.footer h5:after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background-color: #fff;
      margin: 10px 0 0 0;
}
  
.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.footer-ul > li {
    margin-top: 10px;
}
  
.footer-ul > li > a {
    color: #fff;
    text-decoration: none;
}
  
.footer-contact-ul > li > a {
    font-weight: 500;
}
  
.footer-ul > li > a > i {
    color: #0686d8;
    margin-right: 14px;
}

.mob-menu-btn {
    display: none;
    background: #128cda;
    width: 60px;
    height: 37px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 24px;
    float: right;
    margin-top: 7px;
}

.mob-menu {
    display: none;
    padding: 10px 0;
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: 1px;
    transform: translate(0, 100%);
    background: #fff;
    right: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.mob-menu li a {
    padding: 10px 30px;
    line-height: 1.7;
    font-weight: 500;
    font-size: 15px;
    color: #2b2b2b;
    letter-spacing: .5px;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
}

.inner-banner {
    width: 100%;
    height: 80vh;
    position: relative;
    color: #272b2b;
}

.lb-banner {
    background: url(https://ik.imagekit.io/17nbp7w38p/images/logo-banner.jpg) no-repeat;
    background-size: cover;
}

.web-banner {
    background: url(https://ik.imagekit.io/17nbp7w38p/images/web-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 0 100%;
}

.video-banner {
    background: #f1eeee;
}

.marketing-banner {
    background: url('https://ik.imagekit.io/17nbp7w38p/images/marketing/marketing-banner.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
} */

/* .portfolio-banner {
    background: url('https://ik.imagekit.io/17nbp7w38p/images/portfolio-banner1.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
} */

/* .pricing-banner {
    background: url(https://ik.imagekit.io/17nbp7w38p/images/logobrandings/pricing-set-bg.jpg) no-repeat;
    background-position: 0;
    background-size: cover;
} */

.about-banner {
    background: url(../images/about.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.logodesign_banner {
    background: url(../images/logodesign_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.uiux_banner {
    background: url(../images/UiUx.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.stationeydesign_banner {
    background: url(../images/stationerydsign_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.webdesign_banner {
    background: url(../images/webdesign_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.webmanagement_banner {
    background: url(../images/webmanagement_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.creativecopywriting_banner {
    background: url(../images/creativecopywriting_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.corporatebranding_banner {
    background: url(../images/corporatebranding_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.videoanimation_banner{
    background: url(../images/videoanimation_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.applicationdesign_banner{
    background: url(../images/applicationdesign_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.digitalmarketing_banner{
    background: url(../images/digitalmarketing_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.seo_banner{
    background: url(../images/seo_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.privacy_banner{
    background: url(../images/privacy_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.terms_banner{
    background: url(../images/terms_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.faqs_banner{
    background: url(../images/faqs_banner.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.contactus-banner {
    background: url(../images/contactus.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.portfolio-banner {
    background: url(../images/porfolio.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    width: 100%;
    height: 50vh;
    position: relative;
}
.pricing-banner {
     background: url('../images/servicesection.png');
    /*background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
    /* background-position: 0px 0px; */
    width: 100%;
    height: 100vh;
    /* background: url(../images/pricing.png) right center no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 100vh; */
    position: relative;
}
.about-text {
    /* max-width: 820px; */
    /* width: 50%; */
    /* margin: 0 auto; */
    margin-bottom: 10px;
    font-size: 16px;
    color: #000 !important;
    /* opacity: 0.8; */
}
.card-img-size {
    width: 150px !important;
    height: 150px !important;
}

.inner-banner-heading h1.small-heading {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 30px;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 0;
    letter-spacing: 0;
}

.inner-banner-heading h1.big-heading {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 39px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #fff;
}

.inner-banner-heading h1.last-big-heading {
    position: relative;
    color: #0686d8;
    line-height: 1.05;
    padding-bottom: 10px;
    margin: 0 0 15px;
}

.inner-banner-heading h1.last-big-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #0686d8;
}

.inner-banner-heading p {
    font-size: 15px;
    font-weight: 500;
}

.after-banner-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.after-banner-links a {
    padding: 13px 15px 10px 15px;
    line-height: 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    letter-spacing: .5px;
    border: 2px solid #0686d8;
    color: #000;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    transition: all.3s;
    text-decoration: none;
    text-transform: uppercase;
}

.after-banner-links a:hover, .after-banner-links a.active {
    color: #fff;
    background: #0686d8;
}

.after-banner-links a:last-child {
    margin-right: 0px;
}

.small-heading.section-heading h2 {
    font-size: 33.6px;
    margin: 0 0 10px;
}

.small-heading.section-heading > h3 {
    font-size: 19px;
}

.extra-10-pad-in-heading .section-heading {
    padding-left: 10px;
    padding-right: 10px;
}

.four-service-tabs.service-tabs.nav-tabs > li {
    width: 25%;
    text-transform: uppercase;
}

.six-service-tabs.service-tabs.nav-tabs > li {
    width: 16.666%;
}

.four-service-tabs.service-tabs .nav-link, .six-service-tabs.service-tabs .nav-link {
    color: #696969;
    padding-bottom: 15px;
}

.logo-service-slider-area {
    padding-top: 65px;
}

.four-service-tab-content .section-heading {
    padding-top: 55px;
}

.video-service-tab-content .section-heading {
    padding: 55px 0 0 80px;
}

.inner-service-detail-tabs.nav-tabs {
    border: 0;
}

.inner-service-detail-tabs.nav-tabs .nav-item .nav-link {
    border: 0;
    line-height: 0.628571;
    background: transparent;
    padding: 0 15px 5px 15px;
    color: #38353585;
    border-left: 2px solid #38353585;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    border-radius: 0;
}

.inner-service-detail-tabs.nav-tabs .nav-item:first-child .nav-link {
    border: 0;
    padding-left: 0;
}

.inner-service-detail-tabs.nav-tabs .nav-item .nav-link.active {
    color: #0686d8;
}

.default-caro .owl-dots {
    display: none;
}

.default-caro.owl-carousel .owl-item img {
    width: 100%;
}

.hover-caro.owl-carousel .owl-item a {
    opacity: 1;
    transition: all .3s;
}

.hover-caro.owl-carousel .owl-item a:hover {
    opacity: .8;
}

.four-portfolio-slider, .four-portfolio-slider-lr {
    padding-bottom: 5px;
}

.twin-section {
    padding: 60px 0;
    position: relative;
}

.twin-section-absolute-container, .how-it-works-absolute-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.how-it-works-caret {
    position: absolute;
    right: 0;
    top: 10px;
    border-right: 30px solid;
    border-bottom: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid rgba(0, 0, 0, 0);
    transform: translate(0, -50%);
    color: #0686d8;
    transition: .5s ease-in-out,opacity .5s ease-out;
}

.double-detail-section > .container > .row {
    margin-top: -25px;
}

.double-detail-area {
    border-bottom: 1px solid #000;
    padding: 25px 0 20px;
}

.double-detail-heading, .double-detail-price {
    font-size: 23px;
    color: #0686d8;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 10px;
}

.double-detail-price {
    text-align: right;
    font-size: 33.6px;
}

.double-detail-sub-heading {
    font-size: 19px;
    color: #272b2b;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.48;
}

.double-detail-area p {
    margin-bottom: 10px;
    font-size: 17px;
}

.double-detail-slider {
    margin-top: 10px;
}

.double-detail-slider.owl-carousel .owl-item img {
    max-height: 180px;
}

.how-it-works-section {
    background: #f6f6f6;
    position: relative;
}

.how-it-works-side-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 630px;
    background: #0686d8;
}

.how-it-works-side-img img {
    width: 100%;
    max-width: 620px;
}

.how-it-works-link {
    display: flex;
    flex-wrap: wrap;
    color: #000;
}

.how-it-works-link-img {
    width: 32px;
}

.how-it-works-link-img > img {
    width: 100%;
}

.how-it-works-link-detail {
    width: calc(100% - 32px);
    padding-left: 18px;
}

.how-it-works-tabs.nav-tabs {
    border: 0;
    width: 100%;
    max-width: 510px;
    margin-top: 10px;
}

.how-it-works-tabs.nav-tabs .nav-link {
    background: transparent;
    padding: 0;
    border: 0;
}

.how-it-works-link-detail h3 {
    color: #848484;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
}

.how-it-works-link-detail p {
    font-size: 16.2px;
    margin-bottom: 0;
    transition: transform .3s ease-in-out .2s,opacity .4s ease-in-out .2s;
    transform: translateX(-20%);
    opacity: 0;
    transition-delay: 0s;
    max-height: 0;
    overflow: hidden;
}

.how-it-works-section .section-heading h2 {
    margin-bottom: 5px;
}

.how-it-works-tabs.nav-tabs .nav-link.active .how-it-works-link-detail p {
    transform: translateX(0);
    opacity: 1;
    max-height: 200px;
}

.how-it-works-tabs.nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.how-it-works-tabs.nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.how-it-works-tabs.nav-tabs .nav-link.active  h3 {
    color: #444;
}

.format-detail-tabs.nav-tabs {
    float: right;
    border: 0;
}

.format-detail-tabs.nav-tabs .nav-link {
    background: transparent;
    padding: 0 8px 14px 4px;
    border: 0;
    border-bottom: 4px solid transparent;
}

.format-detail-tabs.nav-tabs .nav-link img {
    width: 100px;
}

.format-detail-tab-content {
    padding-top: 20px;
}

.format-detail-tab-content .tab-pane {
    padding-top: 20px;
    border-top: 4px solid transparent;
}

.format-detail-tab-content .section-heading p {
    max-width: 100%;
}


.format-detail-tabs.nav-tabs .nav-item:nth-child(1) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(1) {
    border-color: #633e98;
}

.format-detail-tabs.nav-tabs .nav-item:nth-child(2) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(2) {
    border-color: #1c75bc;
}

.format-detail-tabs.nav-tabs .nav-item:nth-child(3) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(3) {
    border-color: #b11116;
}

.format-detail-tabs.nav-tabs .nav-item:nth-child(4) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(4) {
    border-color: #115489;
}

.format-detail-tabs.nav-tabs .nav-item:nth-child(5) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(5) {
    border-color: #a60b45;
}

.format-detail-tabs.nav-tabs .nav-item:nth-child(6) .nav-link.active, .format-detail-tab-content .tab-pane:nth-child(6) {
    border-color: #f8963e;
}

#web-design .section-heading > p {
    max-width: 639px;
    margin-left: 0;
    margin-right: 0;
}

.web-design-img {
    width: 500px;
    margin-left: -100px;
}

.web-link-area {
    display: flex;
    white-space: nowrap;
    float: left;
}

.web-link-area-inner {
    padding: 0 15px;
    border-left: 1px #696969 solid;
}

.web-link-area-inner:first-child {
    padding-left: 0;
    border: 0;
}

.web-link-area-inner span, .web-link-area-inner a {
    display: block;
}

.web-link-area-inner span:first-child {
    font-size: 14px;
    font-weight: 500;
}

.web-link-area-inner span:last-child, .web-link-area-inner a {
    font-size: 17px;
    color: #0686d8;
    font-weight: 600;
    text-decoration: none;
}

.web-link-area-inner a i {
    margin-right: 5px;
}

.web-link-area + a {
    margin-top: 5px;
}

.website-laptop-container {
    position: relative;
    margin-left: -60px;
    margin-top: 55px;
}

.website-laptop-container > img {
    width: 100%;
}


.lb-services-tabs > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.lb-services-tabs > .tab-pane.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.website-laptop-inner {
    position: absolute;
    top: 9%;
    left: 50.5%;
    transform: translate(-50%, 0);
    width: 74%;
    height: 78%;
    overflow: hidden;
    cursor: pointer;
}

.website-laptop-inner.html-img {
    background: url("https://ik.imagekit.io/17nbp7w38p/images/website/height/ONEPAGER.png") no-repeat;
    background-position: top center;
    background-size: 100%;
    transition: background-position 6s;
}

.website-laptop-inner.cms-img {
    background: url("https://ik.imagekit.io/17nbp7w38p/images/website/height/cms-mock.jpg") no-repeat;
    background-position: top center;
    background-size: 100%;
    transition: background-position 6s;
}

.website-laptop-inner.ecom-img {
    background: url("https://ik.imagekit.io/17nbp7w38p/images/website/height/html-mock.jpg") no-repeat;
    background-position: top center;
    background-size: 100%;
    transition: background-position 6s;
}

.website-laptop-inner.portal-img {
    background: url("https://ik.imagekit.io/17nbp7w38p/images/website/height/custom-mock.jpg") no-repeat;
    background-position: top center;
    background-size: 100%;
    transition: background-position 6s;
}

.website-laptop-inner.html-img:hover, .website-laptop-inner.cms-img:hover, .website-laptop-inner.ecom-img:hover, .website-laptop-inner.portal-img:hover {
    background-position: bottom center;
}

.three-portfolio-slider, .three-portfolio-slider-lr {
    padding-bottom: 5px;
}

.dark-why-us .single-why-choose-us {
    background: #f6f9f8;
}

.dark-why-us .single-why-choose-us > h3 {
    color: #0686d8;
}

.dark-why-us .single-why-choose-us:hover {
    background: #0686d8;
}

.dark-why-us .single-why-choose-us:hover > h3 {
    color: #fff;
}

.four-item-carousel + .four-item-carousel {
    margin-top: 15px;
}

.set-web-new-icons {
    position: relative;
    top: -45px;
}

.set-web-new-icons + h3 {
    margin-top: 25px;
}

.website-add-on {
    padding: 25px 15px;
    text-align: center;
    background: #fff;
    margin: 15px 0;
    transition: all .3s;
}

.website-add-on h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 45px;
    transition: all .3s;
}

.website-add-on h2 {
    line-height: 24px;
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 19px;
    color: #0686d8;
    transition: all .3s;
}

.website-add-on a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
}

.website-add-on:hover {
    background: #0686d8;
    color: #fff;
}

.website-add-on:hover h3, .website-add-on:hover h2, .website-add-on:hover a {
    color: #fff;
}

.video-animation-img {
    width: 100%;
}

.video-tabs-img {
    width: 100%;
    margin-top: 55px;
}

.video-testimonial-hover {
	position: relative;
	max-width: 500px;
	z-index: 1;
}

.video-testimonial-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
}

.video-testimonial-hover .work-video-popup img {
	width: auto;
}

.video-testimonial-hover:before, .video-testimonial-hover:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.video-testimonial-hover:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.work-video-popup {
	font-size: 32px;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.work-video-popup img {
	position: absolute;
    top: 50%;
    left: 53%;
    height: 32px;
    width: auto;
    transform: translate(-50%,-50%);
}

.work-video-popup i {
	position: absolute;
    top: 50%;
    left: 52%;
    font-size: 32px;
    transform: translate(-50%,-50%);
}

.work-video-popup > .after, .work-video-popup > .before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.work-video-popup > .after {
    opacity: .2;
    -webkit-animation: pulse-2 1.5s infinite;
    animation: pulse-2 1.5s infinite;
}

.work-video-popup > .before {
    transform: scale(1);
    opacity: .1;
    -webkit-animation: 1.5s pulse-2 .3s infinite;
    animation: 1.5s pulse-2 .3s infinite;
}

@-webkit-keyframes pulse-2{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1);opacity:0}}
@keyframes pulse-2{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1);opacity:0}}

.banner-overlay-new {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-overlay-new > video {
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    float: right;
}

.marketing-img {
    width: 100%;
}

.marketing-second-img {
    width: 100%;
}

.portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
    font-size: 12px;
}

.portfolio-page-section .portfolio-link {
    overflow: hidden;
}

.portfolio-page-section .portfolio-link img {
    transform: scale(1);
    transition: all .3s;
}

.portfolio-page-section .portfolio-link:hover img {
    transform: scale(1.2);
}

.pricing-page-section .center-tabs.nav-tabs {
    border: 0;
    margin-top: 15px;
}

.pricing-page-section .center-tabs.nav-tabs .nav-item .nav-link {
    border-radius: 5px;
    border: 2px solid #0686d8;
    margin-right: 10px;
    opacity: 1;
    padding: 10px 15px;
    color: #0686d8;
}

.pricing-page-section .center-tabs.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.pricing-page-section .center-tabs.nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: #0686d8;
}






.compare-btn-section {
    background: #0686d8;
    padding: 25px 0;
    text-align: center;
    color: #fff;
}

.compare-btn-section h3 {
    font-size: 30px;
    margin: 0;
}

.compare-pricing-btn {
    border:2px solid #fff; 
    background: #fff; 
    color:#0686d8; 
    font-weight:bold;
    font-size:14px;
    text-decoration: none;
    padding: 7px 25px 6px 25px;
    line-height: 21px;
    display: inline-block;
    transition: all .3s;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.compare-pricing-btn:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.compare-pricing-section {
    display: none;
}

.pricing-per {
    transition: all .5s;
    margin: 0 -15px;
}

.pricing-per-head {
    color: #0686d8;
    border: 2px solid #0686d8;
    /*margin-top: 21px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    position: relative;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}

.pricing-per-heading {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 14px;
    white-space: nowrap;
}

.pricing-per-sub-heading {
    font-size: 14px;
    font-weight: 500;
    /*margin: -1px auto 12px;*/
    line-height: 14px;
}

.pricing-per-price {
    line-height: 27px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 5px;
    height: 27px;
    font-size: 40px;
}

.pricing-per-price-left {
    line-height: 40px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 6px;
    margin-top: 12px;
    height: 40px;
    font-size: 29px;
    font-weight: 500;
}

.pricing-per-price:before {
    content: '$';
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    left: 0;
    transform: translateX(-100%);
}

.pricing-per-head a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 10px;
    color: #0686d8;
    border: 2px solid #0686d8;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    display: none;
}

.pricing-per-head a:hover, .pricing-per-head a:not([href]):not([tabindex]):focus, .pricing-per-head a:not([href]):not([tabindex]):hover {
    background-color: #0686d8;
    color: #fff;
}

.pricing-per-head a:after {
    content: '+';
    position: relative;
    display: inline-block;
    width: 8px;
}

.pricing-per-body {
    padding: 0px 0px 20px;
    background: white;
    position: relative;
    z-index: 1;
    border: 1px solid #afafaf;
    margin-top: -1px;
    /*border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
    color: #000;
    border-top: 0;
}

.pricing-per-body-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*margin-top: 10px;
    margin-bottom: 9px;*/
    clear: both;
    padding: 4px 0;
    background: #0686d8;
    color: #fff;
    margin: 0 -1px;
}

.pricing-per-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.pricing-per-body ul li {
    position: relative;
    font-size: 14px;
    /*padding: 0 0 0 40px;*/
    /*margin: 7px 0 0;*/
    padding: 4px 0;
    white-space: nowrap;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    text-align: center;
}

.pricing-per-body ul li:nth-child(even){
    background: #ebebeb;
}

.pricing-per-body ul li img {
    width: 14px;
    margin-top: -2px;
}

/*.pricing-per-body ul li::before {
    content: "\f00c";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    color: #0686d8;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 20px;
}*/

.pricing-per-link-container {
    clear: both;
    width: 100%;
}

.pricing-per-link {
    margin: 21px auto 0;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #0686d8;
    cursor: pointer;
    max-width: 125px;
    clear: both;
    text-align: center;
    line-height: 38px;
    padding: 0 15px;
    text-decoration: none;
    border: 2px solid #0686d8;
    display: block;
    transition: all .5s;
}

.pricing-per-link:hover {
    color: #fff;
    background-color: #0686d8;
    text-decoration: none;
}

.inline-left {
    display: inline-block;
    float: left;
}

.postion-rel {
    position: relative;
}

.postion-inh {
    position: inherit;
}

.pt-15 {
    padding-top: 15px;
}

.br-tl {
	border-radius: 8px 0 0 0;
}

.br-tr {
	border-radius: 0 8px 0 0;
}

.br-br {
	border-radius: 0 0 8px 0;
}

.br-bl {
	border-radius: 0 0 0 8px;
}

.pricing-per-body.br-bl .pricing-per-body-title {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.pricing-per-body.br-bl ul li {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.compare-pricing-slider.owl-carousel .pricing-per-head, .compare-pricing-slider.owl-carousel .pricing-per-body {
    border-left: 0;
}

.compare-pricing-slider.owl-carousel .owl-stage {
    width: 100%;
}

.compare-pricing-slider.owl-carousel .pricing-per {
    margin: 0;
}

.compare-pricing-slider.owl-carousel .active:last-child .item .pricing-per-head {
    border-radius: 0 8px 0 0; 
}

.compare-pricing-slider.owl-carousel .active:last-child .item .pricing-per-body {
    border-radius: 0 0 8px 0; 
}

.compare-pricing-slider.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    outline: 0;
}

.compare-pricing-slider.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    outline: 0;
}

.about-page-second-sec .section-heading h2 {
    margin-bottom: 10px;
}

.section-heading + .section-heading {
    margin-top: 20px;
}

.border-on-left-about {
    border-left: 1px solid #80808063;
}

.progress-ul li {
    margin-top: 17px;
}

.progress-head {
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #30353b;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.progress-left {
    margin: 0;
}

.progress-right {
    line-height: 24px;
    position: absolute;
    top: -7px;
    right: 0;
    margin: 0;
    color: #30353b;
    font-size: 12px;
    font-weight: 700;
    transform: translate(0, -100%);
}

.progress-bars {
    position: relative;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-color: #0686d8;
    height: 3px;
}

.about-industries {
    display: flex;
    flex-wrap: wrap;
}

.about-industries li {
    width: 20%;
    text-align: center;
    font-size: 16px;
    padding: 15px 20px;
}

.about-industries-img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 2px solid #0686d8;
    margin: 0 auto 10px;
}

.about-industries-img img {
    width: 100%;
}

.about-industries li p {
    margin: 0;
}
    
.our-clients-area {
    text-align: center;
}

.our-clients-area img {
    width: 100%;
    max-width: 180px;
}

.our-clients-area h3 {
    color: #0686d8;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.our-clients-area p {
    margin: 0;
    font-size: 16px;
}

.about-map-area {
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
    height: 300px;
}

.contact-detail-area h3 {
    color: #0686d8;
    margin: 0 0 7px;
    font-weight: 700;
    font-size: 18px;
}

.contact-detail-area ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.contact-detail-area ul li i {
    color: #0686d8;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-detail-area ul + h3 {
    margin-top: 20px;
}

.contact-detail-area p {
    font-size: 16px;
}

.contact-input {
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555555;
    padding: 12px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    outline: 0;
    transition: all .3s;
}

.contact-input:focus {
    border-color: #0686d8;
}

textarea.contact-input {
    height: 66px;
    resize: none;
}

.contact-form-area button.animated-link {
    width: 100%;
}

.contact-page-section {
    background-color: #f6f9f8;
    padding-top: 65px;
    position: relative;
}

.contact-map-area {
    position: absolute;
    background: #eee;
    width: calc(50% - 15px);
    height: calc(100% - 65px);
    z-index: 1;
}

.contact-page-detail {
    padding: 145px 0 70px 15px;
}

.contact-blue-area {
    padding: 10px;
    background: #0686d8;
    color: #fff;
    margin-bottom: 15px;
}

.contact-blue-area p {
    margin: 0;
}

.contact-page-detail h2 {
    font-size: 25px;
}

.contact-header {
    position: absolute;
    background: #fff;
    padding: 30px 0px;
    z-index: 2;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.contact-header i {
    margin-right: 7px;
    font-size: 16px;
    color: #0686d8;
}

.contact-header .col-md-3 {
    border-right: 1px solid #000;
}

.contact-header .col-md-3:last-child {
    border-right: 0;
}

.privacy-terms-sec ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

.privacy-terms-sec h2 {
    color: #0686d8;
    font-size: 25px;
}

.privacy-terms-sec p + h2 {
    margin-top: 20px;
}

.privacy-terms-sec a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.step-form {
    width: 100%;
    height: 100vh;
    position: relative;
}

.step-container {
    width: 100%;
    position: relative;
    top: 83px;
    height: calc(100% - 156px);
    overflow: auto;
    padding: 0;
}

.step-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.step-top-center {
    padding: 20px 0;
    margin: auto;
}

.step-top-center .step-heading {
    padding: 0;
}

.step-center.top-48-desktop {
    top: 48%;
}

.step-center.top-47-desktop {
    top: 47%;
}

.step-center.top-455-desktop {
    top: 45.5%;
}

.step-center.top-40-desktop {
    top: 40%;
}

.step-heading {
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}

.step-heading h1 {
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0 12px 0;
}

.step-heading p {
    font-size: 17px;
}

.step-input {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 15px 20px;
    outline: 0;
    border: 2px solid #dedede;
    color: #4C4C4C;
    margin-bottom: 16px;
    border-radius: 5px;
    height: auto;
    font-size: 18px;
    height: 59px;
}

.step-input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

.step-input:focus {
    box-shadow: 1px 1px 21px 1px rgb(6 134 216 / 30%);
    border-color: rgba(6, 134, 216, 1);
}

.step-footer {
    width: 100%;
    background: #fff;
    padding: 15px 0 13px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px -10px 30px -13px rgb(161 161 161);
    -moz-box-shadow: 0px -10px 30px -13px rgba(161,161,161,1);
    box-shadow: 0px -10px 30px -13px rgb(161 161 161);
}

.step-form-submit-area {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

input.step-form-submit {
    color: #fff;
    position: relative;
    background: #0686d8;
    outline: 0;
    padding: 9px 0px;
    z-index: 2;
    border-radius: 5px;
    font-size: 16px;
    width: 135px;
    font-weight: 300;
    border: 1px solid #0686d8;
    transition: all 0.4s;
}

input.step-form-submit:hover {
    background: transparent;
    color: #0686d8;
}

.industry, .color-step, .logotype {
    width: 100%;
    display: none;
}

.step-label {
    width: calc(100% + 10px);
    height: calc(100% - 10px);
    background: #fff;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    margin: 0 -5px;
    margin-bottom: 10px;
    transition: all .3s;
}

.step-img-holder {
    position: relative;
}

.step-img-holder i {
    font-size: 80px;
}

.step-label img {
    width: 100%;
    text-align: center;
}

.step2 .step-label img {
    max-height: 80px;
    width: auto;
}

.step-label-heading {
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    padding: 10px 10px;
    color: #4C4C4C;
    background: #fff;
    position: relative;
    line-height: 1.42857143;
}

.step2  .step-label-heading {
    padding: 0 20px 7px;
}

.step-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    background-color: #0686d8;
    top: 10px;
    left: auto;
    right: 10px;
    transform: scale(0);
    color: white;
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.1s;
    font-weight: 900;
    font-size: 14px;
    transition: all .4;
    z-index: 1;
}

:checked + label:before {
    transform: scale(1);
}

.step-container-center {
    display: flex;
    align-items: center;
}

.colmobilerange:first-child {
    padding-top: 50px;
}

.step-slider { -webkit-appearance: none; width: 100%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; padding: 0; margin-bottom: 12px;} 
.step-slider:hover { opacity: 1; } 
.step-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background: #0686d8; cursor: pointer; } 
.step-slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #0686d8; cursor: pointer; } 
.p-left-bar { float:left; margin: 0 0 10px; font-size: 17px; line-height: 24px;} 
.p-right-bar { float:right; margin: 0 0 10px; font-size: 17px; line-height: 24px;}

.faq-accordion {
    max-width: 847px;
}

.faq-accordion .card-header {
    position: relative;
    font-weight: 500;
    color: #272b2b;
    font-size: 15px;
    padding: 20px 15px 20px 45px;
    border: none;
    margin: 0;
    background-color: transparent;
}

.faq-accordion .card {
    border: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
}

.faq-accordion .card:hover {
    border-color: #0686d8;
}

.faq-accordion .card-body {
    padding: 15px 0;
    color: #4C4C4C;
    font-weight: 400;
}

.faq-accordion .card-header:before {
    content: '+';
    position: absolute;
    transition: all .6s;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 3px 6px;
    top: 20px;
    background: #0686d8;
    line-height: 18px;
    left: 0;
}

.faq-accordion + h2 {
    margin-top: 40px;
}

.pricing-menu, .pricing-scrolled .header-menu {
    display: none;
}

.pricing-scrolled .pricing-menu {
    display: block;
}

.step4 .step-label {
    border: 1px solid #e4e4e4;
    box-shadow: 5px 5px 0 #ebebeb;
    width: calc(100% + 20px);
    height: calc(100% - 15px);
    margin: 0 -10px;
    margin-bottom: 15px;
}

.step4 .step-label:hover {
    border-color: #0686d8;
}

.step4 .step-label .step-label-heading {
    margin-top: -40px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}

.step4 .step-top-center .step-heading {
    padding-bottom: 20px;
}

.step5 .step-label {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.step5 .step-label .step-label-heading {
    padding: 15px 6px 6px 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #000;
}

.step5 .step-label .step-label-heading + p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 6px;
}

#cus_phone {
    animation: fadeIn 2s;
}

#clickfield {
    font-size: 17px;
    cursor: pointer;
    transition: all .3s;
}

#clickfield:hover {
    color: #0686d8;
}

.step5 .step-label .step-img-holder {
    border: 1px solid #e4e4e4;
    box-shadow: 5px 5px 0 #ebebeb;
    margin-bottom: 5px;
}

.final-step-container {
    width: 100%;
    position: relative;
    top: 83px;
    height: calc(100vh - 83px);
    overflow: auto;
    padding: 0;
}


.final-step-section {
    margin: 20px 0;
    text-align: center;
    height: 250px;
    box-shadow: 1px 1px 21px 1px rgb(0 0 0 / 30%);
}

.final-step-section:first-child {
    margin-top: 50px;
}

.final-step-protfolio {
    background: url(https://www.logoperfecto.com/assets/images/step_asset/steps-bg-final-1.jpg) no-repeat;
    background-size: cover;
}

.final-step-about {
    background: url(https://www.logoperfecto.com/assets/images/step_asset/steps-bg-final-2.jpg)  no-repeat;
    background-size: cover;
}

.final-step-pricing {
    background: url(https://www.logoperfecto.com/assets/images/step_asset/steps-bg-final-3.jpg)  no-repeat;
    background-size: cover;
}

.final-step-chat {
    background: url(https://www.logoperfecto.com/assets/images/step_asset/steps-bg-final-4.jpg)  no-repeat;
    background-size: cover;
}

.final-step-container .step-top-center {
    width: 100%;
}

.final-step-section h1 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    padding-top: 0px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px 0 12px 0;
}

.final-step-section > .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.final-step-section-link {
    color: #fff;
    position: relative;
    background: transparent;
    outline: 0;
    padding: 9px 0px;
    z-index: 2;
    border-radius: 5px;
    font-size: 16px;
    width: 135px;
    font-weight: 300;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.4s;
    display: inline-block;
}

a.final-step-section-link:hover {
    background: #fff;
    color: #0686d8;
}

.final-step-container .step-heading h1 {
    font-size: 28px;
}

.icon-service-icons-06 {
    transform: translateY(-8%);
}

.icon-service-icons-03 {
    transform: translateY(3%);
}

.step-footer-z-index {
    z-index: 2000;
}

.max-636 {
    width: 100%;
    max-width: 636px;
    margin: 0 auto;
}

.max-700 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.max-900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.max-935 {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
}

.max-970 {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.max-1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.show-on-mob {
    display: none;
}
  
.position-rel {
    position: relative;
}

.position-initial {
    position: initial;
}

@media (min-width: 768px) {
    .pricing-slider.owl-carousel .owl-stage-outer, .pricing-slider.owl-carousel .owl-stage-outer .owl-item {
        height: 200px;
    }
    
    .owl-carousel.owl-hidden {
        opacity: 1;
    }
    
    .pb-0-desktop {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .step4 .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .compare-pricing-slider.owl-carousel .owl-item {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

@media (min-width: 1900px) {
    .header-logo {
        max-width: 205px;
    }

    .how-it-works-side-img img {
        max-width: 775px;
    }
    
    .inner-banner .inner-banner-heading {
        margin-left: -180px;
    }
    
    .policy-banner .inner-banner-heading, .terms-banner .inner-banner-heading, .faq-banner .inner-banner-heading {
        margin-left: 0px;
    }
    
    .logo-service-slider-area {
        width: 130%;
    }
    
    .marketing-second-img {
        width: 140%;
    }
}

@media (max-width: 992px) {
    .header-menu {
        display: none;
    }

    .mob-menu-btn {
        display: block;
    }

    .header.scrolled {
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .home-banner {
        /* max-width: 767px !important; */
    }
    .dimg-none {
        display: none;
    }
    .progressbar {
        width: auto !important;
    }
}

@media (max-width: 1100px) and (min-width: 801px) {
    
    .contact-header {
        display: none;
    }
    
    .header-menu > li > a {
        padding: 20px 5px 20px 5px;
    }
    
    .inner-banner {
        max-height: 615px;
    }
    
    .service-tab-content .section-heading {
        padding: 50px 0 0 0px;
    }
    
    .website-laptop-container {
        margin: 30px auto -40px auto;
        max-width: 650px;
    }
    
    #web-design .section-heading > p, .four-service-tab-content .section-heading > p {
        max-width: 100%;
    }
    
    .home-banner .banner-heading {
        padding: 0 15px;
        text-align: center;
    }

    .banner-heading h1.big-heading {
        font-size: 47px;
    }
    
    .banner-heading h1.last-big-heading {
        font-size: 43px;
    }

    .banner-heading h1.last-big-heading:before {
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }

    .banner-heading h1.last-big-heading:after {
        left: calc(50% + 14px);
        transform: translateX(-50%);
    }

    .banner-input, .banner-form input::placeholder {
        font-size: 20px;
    }
    
    .banner-form {
        max-width: 490px;
        margin: 0 auto;
    }

    .banner-submit {
        margin-top: 15px;
    }
    
    .banner-form p {
        font-size: 17px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .portfolio-banner {
        /* background-color: #1580e2;
        background-size: contain;
        background-position: bottom center;
        max-height: 525px; */
    }
    
    .format-detail-tabs.nav-tabs .nav-link img {
        width: 80px;
    }
    
    .video-service-tab-content .section-heading {
        padding: 55px 0 0 0;
    }
    
    .six-service-tabs.service-tabs .nav-link {
        padding: 15px 10px;
    }
    
    .format-detail-section .small-heading.section-heading h2 {
        font-size: 29px;
    }
    
    #logo-design .img-fluid, .video-animation-img, .marketing-second-img, .web-design-img {
        display: none;
    }
    
    .small-heading.section-heading p {
        max-width: 100%;
    }
    
    .logo-service-slider-area {
        padding-top: 30px;
    }
    
    .logo-service-slider.owl-carousel .owl-item {
        text-align: center;
    }
    
    .logo-service-slider.owl-carousel .owl-item img {
        max-width: 700px;
    }
    
    .double-detail-area {
        height: 100%;
    }
}

@media (max-width: 800px) and (min-width: 577px) {
    .header {
        padding: 15px 0;
    }
    
    .white-bg-header {
        padding: 5px 0;
    }
    
    .mob-menu-btn {
        margin-top: 14px;
        line-height: 38px;
    }

    .home-banner .banner-heading {
        padding: 0 15px;
        text-align: center;
    }

    .banner-heading h1.big-heading {
        font-size: 39px;
        line-height: 1.2;
    }
    
    .banner-heading h1.last-big-heading {
        font-size: 39px;
        line-height: 1.2;
    }

    .banner-heading h1.last-big-heading:before {
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }

    .banner-heading h1.last-big-heading:after {
        left: calc(50% + 14px);
        transform: translateX(-50%);
    }

    .banner-input, .banner-form input::placeholder {
        font-size: 20px;
    }
    
    .banner-form {
        max-width: 490px;
        margin: 0 auto;
    }

    .banner-submit {
        margin-top: 15px;
    }
    
    .banner-form p {
        font-size: 17px;
        max-width: 400px;
        margin: 0 auto;
    }
    .service-section .section-heading h2 {
        font-size: 30px;
    }
    .client-section .section-heading h2 {
        font-size: 30px;
    }
    .work-section .section-heading h2 {
        font-size: 30px;
    }
    
    .section-heading h2 {
        font-size: 30px;
    }
    
    .home-about .section-heading h2 {
        text-align: center;
    }
    
    .section-heading > h2.line-head:after, .pricing-scrolled .pricing-menu {
        display: none;
    }
    
    .section-heading > p, .double-detail-area p {
        font-size: 16px;
    }
    
    .home-about .img-fluid {
        margin: 30px auto 0 auto;
        display: block;
    }
    
    .white-section, .light-blue-section {
        padding: 30px 0 40px 0;
    }
    
    .service-tabs.nav-tabs > li > a > h2 {
        font-size: 14px;
    }
    .service-tabs.nav-tabs > li > a > h6 {
        font-size: 14px;
    }
    
    .pricing-page-section .center-tabs.nav-tabs .nav-item .nav-link.active {
        color: #fff;
        background: #0686d8;
    }
    
    #logo-design-price.pricing-page-section .center-tabs.nav-tabs {
        max-width: 400px;
    }
    
    #logo-design-price.pricing-page-section .center-tabs.nav-tabs .nav-item {
        max-width: 310px;
    }
    
    .service-tabs.nav-tabs .nav-link {
        padding: 10px 10px 20px;
    }
    
    .service-tab-content > .tab-pane > .row {
        flex-direction: column-reverse;
    }
    
    .service-tab-content .section-heading, .video-service-tab-content .section-heading {
        padding: 30px 0 0 0;
    }
    
    .service-img {
        padding-top: 30px;
        text-align: center;
    }
    
    .service-img img {
        max-width: 490px;
    }
    
    .service-tab-content .section-heading > h2 {
        text-align: left;
    }
    
    .pricing-headings h3 {
        /*font-size: 20px;*/
    }
    
    .pricing-headings p {
        font-size: 16px;
    }
    
    .pricing-tab-content {
        padding: 0;
    }
    
    .single-pricing {
        margin-bottom: 15px;
    }
    
    .pricing-slider-area {
        display: block;
        order: 2;
    }
    
    .pricing-plan-buy-button {
        order: 3;
    }
    
    .pricing-plan-body {
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }
    
    .pricing-slider .owl-dots {
        display: none;
    }
    
    .view-detail-pricing-btn {
        display: none;
    }
    
    .pricing-plan-details-ul {
        margin-bottom: 30px;
    }
    
    .owl-dots {
        bottom: 0px;
        margin-top: 20px;
    }
    
    .after-banner-links-section {
        display: none;
    }
    
    .small-heading.section-heading h2 {
        font-size: 29px;
    }
    
    .extra-10-pad-in-heading .section-heading {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #logo-design .img-fluid {
        margin: 30px auto 0 auto;
        display: block;
        max-width: 360px;
    }
    
    .service-tabs.nav-tabs > li > a > h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .four-service-tab-content .section-heading, .logo-service-slider-area {
        padding-top: 30px;
    }
    
    .four-service-tab-content .section-heading, .logo-service-slider-area {
        padding-top: 30px;
    }
    
    .format-detail-section {
        padding-top: 0;
        display: none;
    }
    
    .logo-design-portfolio, .web-design-portfolio {
        display: none;
    }
    
    .how-it-works-tab-content {
        display: none;
    }
    
    .twin-section-absolute-container, .how-it-works-absolute-container {
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
    }
    
    .how-it-works-section {
        padding: 30px 0 40px;
    }
    
    .how-it-works-section .section-heading h2 {
        text-align: left;
    }
    
    .how-it-works-link-detail {
        padding-left: 8px;
    }
    
    .how-it-works-link-detail p {
        font-size: 14px;
        display: block;
        margin: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -ms-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
        max-height: none;
        opacity: 1;
    }
    
    .how-it-works-link-detail h3 {
        font-size: 16px;
        color: #444;
    }
    
    .twin-section-slider {
        margin-top: 30px;
    }
    
    .how-it-works-caret {
        display: none;
    }
    
    .how-it-works-tabs.nav-tabs {
        max-width: 100%;
    }
    
    .reverse-on-mob {
        flex-direction: column-reverse;
    }
    
    .d-flex-mob {
        display: flex;
        flex-wrap: wrap;
    }
    
    .double-detail-slider.owl-carousel .owl-item img {
        max-height: none;
    }
    
    .col-lg-6:last-child .double-detail-area {
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .web-design-img {
        width: 100%;
        margin: 30px auto 0 auto;
        max-width: 460px;
        display: block;
    }
    
    .website-laptop-container {
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: -40px;
    }
    
    .banner-overlay-new {
        display: none;
    }
    
    .pb-30-mob {
        padding-bottom: 30px !important;
    }
    
    .video-testimonial-hover {
        margin: 30px auto 0 auto;
    }
    
    .marketing-banner {
        background-position: top left;
    }
    
    .marketing-second-img, .marketing-img, .video-tabs-img {
        max-width: 490px;
        display: block;
        margin: 30px auto 0 auto;
    }
    
    .block-on-mob, .show-on-mob {
        display: block;
    }
    
    .none-on-mob {
        display: none;
    }
    
    .about-industries li {
        width: 50%;
    }
    
    .about-map-area {
        margin: 30px 0;
    }
    
    .contact-header {
        display: none;
    }
    
    .contact-page-section {
        padding-top: 100px;
    }
    
    .contact-map-area {
        position: relative;
        width: calc(100% - 30px);
        height: 400px;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    .contact-page-detail {
        padding: 40px 0;
    }
    
    .contact-blue-area {
        text-align: center;
    }
    
    .contact-detail-area ul li strong {
        display: block;
        text-align: center;
    }
    
    /* .portfolio-banner {
        background-color: #1580e2;
        background-size: contain;
        background-position: bottom center;
        max-height: 420px;
    } */
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li {
        text-align: center;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
        border-width: 1;
        border-color: transparent;
        padding: 15px 5px;
        font-size: 10px;
    }
    
    .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li.active > a {
        border-color: #ccc;
    }
    
    .pricing-page-section .center-tabs.nav-tabs {
        justify-content: center;
    }
    
    .pricing-page-section .center-tabs.nav-tabs .nav-item {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 260px;
    }
    
    .pricing-page-section .center-tabs.nav-tabs .nav-item .nav-link {
        margin: 0 0 10px 0;
    }
    
    .footer .col-lg-3:first-child {
        text-align: center;
    }
    
    .ready-talk h3 {
        font-size: 25px;
        line-height: 38px;
    }
    
    .contact-page-detail {
        padding: 40px 0;
    }
    
    .compare-btn-section h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) and (min-width: 577px) {
    .service-tabs.nav-tabs .nav-link {
        padding: 10px 5px 20px;
    }
    
    .service-tabs.nav-tabs > li > a > h2 {
        font-size: 11px;
    }
    .service-tabs.nav-tabs > li > a > h6 {
        font-size: 11px;
    }
    
    .ready-talk a.animated-link {
        float: none;
        display: inline-block;
    }
    
    .ready-talk h3 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 35px;
    }
    
    .ready-talk {
        padding: 20px 0;
        text-align: center;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar {
        border-bottom: 1px solid #ccc;
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li {
        width: 100%;
        text-align: center;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 10px;
    }
    
    .compare-btn-section h3 {
        margin-bottom: 15px;
    }
    .contact-image {
        display: none !important;

    }
}



@media (max-width: 576px) {
    
    .header {
        padding: 0.2rem 1rem !important;
    }
    
    .white-bg-header {
        padding: 5px 0;
    }

    .header-logo a img {
        width: 20% !important;
    }
    /* .sticky .header-logo a img {
        width: 20%;
        } */
    .header-number {
        display: none !important;
    }

    .home-banner .banner-heading {
        padding: 0 13px;
        text-align: center;
    }
    
    .banner-input-div:after {
        right: 16px;
        top: 4px;
    }
    
    .banner-form {
        margin: 0 auto;
    }
    
    .business-logo-design-banner .banner-submit {
        font-size: 13px;
        font-weight: 600;
    }
    
    .business-logo-design-banner .banner-input {
        padding-left: 17px;
    }

    .banner-heading h1.small-heading {
        font-size: 20px;
        line-height: 1.2;
    }

    .banner-heading h1.big-heading {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .banner-heading h1.last-big-heading {
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 21px;
        margin: 0 0 16px;
    }

    .banner-input, .banner-form input::placeholder {
        font-size: 13px;
    }

    .banner-heading h1.last-big-heading:before {
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }

    .banner-heading h1.last-big-heading:after {
        left: calc(50% + 14px);
        transform: translateX(-50%);
    }

    .banner-submit {
        margin-top: 15px;
    }

    .white-section, .light-blue-section {
        padding: 30px 0 40px 0;
    }

    .section-heading h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }

    .section-heading > h2.line-head:after, .pricing-scrolled .pricing-menu {
        display: none;
    }
    
    .inner-banner .banner-absolute-center {
        top: 53.5%;
    }

    .section-heading > p, .double-detail-area p {
        font-size: 14px;
        text-align: left;
    }

    .padding-p-mob-section .section-heading > p {
        padding-left: 10px;
    }

    .home-about .col-lg-6 > .col-12 {
        padding: 0;
    }

    .home-about .section-heading > p {
        padding-right: 25px;
    }

    .home-about .img-fluid {
        margin: 30px auto 0 auto;
        display: block;
        max-width: calc(100% - 30px);
    }

    .service-tabs.nav-tabs > li > a i {
        font-size: 65px;
        margin-bottom: 0;
    }
    
    i.icon-service-icons-06 {
        position: relative;
    }

    .service-tabs.nav-tabs .nav-link {
        padding: 0 0 10px 0px;
        font-size: 6.5px;
    }

    .service-tabs.nav-tabs > li > a > h2 {
        font-size: 9px;
    } 
    .service-tabs.nav-tabs > li > a > h6 {
        font-size: 9px;
    }

    .section-heading.text-center {
        margin-bottom: 20px;
    }

    .service-tab-content .section-heading, .video-service-tab-content .section-heading {
        padding: 30px 0 0 0;
    }

    .service-tab-content .section-heading > h2 {
        font-size: 24px;
        text-align: left;
    }

    .section-heading > h3 {
        font-size: 19px;
        line-height: 28px;
    }
    
    .service-tab-content .section-heading > h3 {
        line-height: 1.2;
    }

    .service-tab-content .section-heading > p {
        padding: 0;
    }

    .tick-ul {
        font-size: 13px;
    }

    .no-animation-mob.animated-link:hover {
        padding-left: 25px;
    }
    
    .no-animation-mob.animated-link:hover i {
        margin-left: -50%;
    }

    .link-area > a, a.animated-link {
        font-size: 13px;
    }

    .service-tab-content > .tab-pane > .row {
        flex-direction: column-reverse;
    }

    .service-img {
        padding-top: 30px;
    }

    .center-tabs.nav-tabs .nav-link, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .portfolio-section .maso-list .maso-box {
        margin: -5px;
    }

    .portfolio-section .maso-box .maso-item.col-md-3 {
        padding: 5px;
    }

    .single-pricing {
        margin: 0;
    }
    .contact-image {
        display: none !important;

    }
    
    .pricing-tab-content {
        padding: 0;
    }

    .pricing-tab-content .tab-pane > .row > .col-lg-3 {
        margin-bottom: 7px;
    }

    .pricing-tab-content .tab-pane > .row > .col-lg-3:last-child {
        margin-bottom: 0;
    }
    
    .portfolio-section .maso-list.gallery .navbar {
        margin-bottom: 25px;
    }

    .single-pricing .pricing-plan-body, .single-pricing:hover .pricing-plan-body {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .single-why-choose-us h3 br {
        display: none;
    }
    

    .ready-talk {
        padding: 11px 0;
        text-align: center;
    }

    .ready-talk h3 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .ready-talk a.animated-link {
        float: none;
        display: inline-block;
    }

    .footer .col-lg-3:first-child {
        text-align: center;
    }

    .footer h5 {
        margin-top: 20px;
    }

    .social-links {
        margin: 0 -15px 20px -15px;
    }
    
    .view-detail-pricing-btn {
        display: none;
    }

    .pricing-head {
        background: #0686d8;
        color: #fff;
        box-shadow: inset 0 8px 10px rgb(0 0 0 / 25%);
    }

    .pricing-plan-details-ul {
        margin-bottom: 30px;
    }

    .pricing-plan-body { 
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }

    .pricing-slider-area {
        display: block;
        order: 2;
    }
    
    .pricing-plan-buy-button {
        order: 3;
    }
    
    .inner-banner-heading h1.small-heading {
        font-size: 20px;
    }
    
    .inner-banner-heading h1.big-heading {
        font-size: 26px;
    }
    
    .video-banner .inner-banner-heading h1.big-heading {
        font-size: 25px;
    }
    
    .inner-banner-heading p {
        font-size: 16px;
    }
    
    .after-banner-links-section {
        display: none;
    }
    
    .small-heading.section-heading h2 {
        font-size: 25px;
        text-align: left;
    }
    
    .extra-10-pad-in-heading .section-heading {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #logo-design .img-fluid, .video-tabs-img, .website-laptop-container {
        margin: 30px auto 0 auto;
        display: block;
        max-width: calc(100% - 30px);
    }
    
    .logo-service-slider-area {
        margin: 0 auto;
        display: block;
        max-width: calc(100% - 30px);
    }
    
    .service-tabs.nav-tabs > li > a > h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    
    .four-service-tabs.service-tabs.nav-tabs > li > a > h2, .six-service-tabs.service-tabs.nav-tabs > li > a > h2 {
        font-size: 11px;
    }
    
    .four-service-tabs.service-tabs.nav-tabs .nav-link, .six-service-tabs.service-tabs.nav-tabs .nav-link {
        padding: 0 0 15px 0px;
        font-size: 11px;
    }
    
    .four-service-tab-content .section-heading, .logo-service-slider-area {
        padding-top: 30px;
    }
    
    .format-detail-section {
        padding-top: 0;
        display: none;
    }
    
    .format-detail-section > .container, .logo-design-portfolio, .web-design-portfolio {
        display: none;
    }
    
    .inner-service-detail-tabs.nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding-top: 5px;
        margin-top: 10px;
    }
    
    .how-it-works-tab-content {
        display: none;
    }
    
    .twin-section-absolute-container, .how-it-works-absolute-container {
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
    }
    
    .how-it-works-section {
        padding: 30px 0 40px;
    }
    
    .how-it-works-section .section-heading h2 {
        text-align: left;
    }
    
    .how-it-works-link-detail {
        padding-left: 8px;
    }
    
    .how-it-works-link-detail p {
        font-size: 14px;
        display: block;
        margin: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -ms-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
        max-height: none;
        opacity: 1;
    }
    
    .how-it-works-link-detail h3 {
        font-size: 16px;
        color: #444;
    }
    
    .twin-section-slider {
        margin-top: 30px;
    }
    
    .double-detail-price {
        font-size: 27px;
        display: flex;
        justify-content: flex-end;
    }
    
    .col-lg-6:not(:last-child) .double-detail-area {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    
    .col-lg-6:last-child .double-detail-area {
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .how-it-works-section .section-heading h2 {
        margin-bottom: 10px;
    }
    
    .lb-services-tabs {
        margin-bottom: -10px;
    }
    
    .web-design-img {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
    
    .web-link-area + a {
        margin-top: 20px;
    }
    
    .pb-30-mob {
        padding-bottom: 30px !important;
    }
    
    .banner-overlay-new {
        display: none;
    }
    
    /*.pricing-slider .owl-dots {
        display: none;
    }*/
    
    .pricing-headings p {
        display: none;
    }
    
    .video-testimonial-hover {
        margin-top: 30px;
    }
    
    .block-on-mob, .show-on-mob {
        display: block;
    }
    
    .none-on-mob {
        display: none;
    }
    
    .six-service-tabs.service-tabs.nav-tabs {
        justify-content: center;
    }
    
    .six-service-tabs.service-tabs.nav-tabs > li {
        width: auto;
        padding: 0 6.5px;
    }

    .video-animation-img, .marketing-img, .marketing-second-img {
        margin-top: 30px;
    }

    .portfolio-banner {
        /* background-color: #1580e2; */
        background-size: contain;
        background-position: center;
        /* max-height: 260px; */
    }
    
    .terms-banner, .policy-banner, .faq-banner {
        max-height: 250px;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li {
        width: 100%;
        text-align: center;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
        border-width: 1;
        border-color: transparent;
    }
    
    .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li.active > a {
        border-color: #ccc;
    }
    
    .portfolio-page-section.portfolio-section .maso-list.gallery .navbar {
        border-bottom: 1px solid #ccc;
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pricing-page-section .center-tabs.nav-tabs {
        justify-content: center;
    }
    
    .pricing-page-section .center-tabs.nav-tabs .nav-item {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 260px;
    }
    
    .pricing-page-section .center-tabs.nav-tabs .nav-item .nav-link {
        margin: 0 0 10px 0;
    }
    
    .pricing-headings h3 {
        /*font-size: 19px;*/
    }
    
    .pricing-plan-price { 
        margin-top: 7px;
    }
    
    .pricing-plan-price:before {
        top: 7px;
    }
    
    .pricing-per-body.br-bl .pricing-per-body-title, .pricing-per-body.br-bl ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pricing-per-price-left {
        font-size: 22px;
    }

    .pricing-per-heading {
        font-size: 16px;
    }

    .pricing-per-price {
        font-size: 35px;
    }

    .pricing-per-body-title {
        font-size: 12px;
    }

    .pricing-per-body ul li {
        font-size: 12px;
    }
    
    .border-on-left-about {
        border-left: 0;
    }
    
    .compare-btn-section h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .progress-head {
        font-size: 14px;
    }
    
    .about-industries li {
        width: 50%;
        font-size: 14px;
        font-weight: 500;
    }
    
    .about-industries li:nth-child(9), .about-industries li:nth-child(10) {
        padding-bottom: 0;
    }
    
    .marketing-banner {
        background-position: top left;
    }
    
    .about-banner {
        max-height: 300px;
    }
    
    .about-map-area {
        margin: 30px 0;
    }
    
    .contact-header {
        display: none;
    }
    
    .contact-page-section {
        padding-top: 100px;
    }
    
    .contact-map-area {
        position: relative;
        width: calc(100% - 30px);
        height: 400px;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    .contact-page-detail {
        padding: 40px 0;
    }
    
    .contact-blue-area {
        text-align: center;
    }

    .contactus-banner .banner-heading h1.big-heading {
        font-size: 26px;

    }
    
    .contact-detail-area ul li strong {
        display: block;
        text-align: center;
    }
    
    .how-it-works-caret {
        display: none;
    }
    
    
    .step-header .header-logo {
        margin: 0 auto;
    }
    
    .header.step-header {
        padding: 5px 0;
    }
    
    .step-container {
        top: 61px;
        height: calc(100% - 134px);
    }
    
    .step-img-holder i {
        font-size: 70px;
    }
    
    .step2 .step-label-heading {
        font-size: 13px;
        padding: 0 0px 7px;
    }
    
    .other_industry {
        font-size: 14px;
    }
    
    .step4 .step-label .step-label-heading {
        margin-top: -18px;
        font-size: 13px;
    }
    
    .p-left-bar, .p-right-bar {
        font-size: 13px;
    }
    
    .step2 .step-top-center, .step5 .step-top-center {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .step4 .step-top-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .step5 .step-label .step-img-holder {
        overflow: hidden;
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    
    .step5 .step-label .step-label-heading + p {
        display: none;
    }
    
    .step5 .step-label .step-label-heading {
        padding: 10px 6px;
        font-size: 13px;
        margin-top: -33%;
        margin-bottom: -8px;
    }
    
    .step5 .step-label {
        border: 1px solid #e4e4e4;
        box-shadow: 5px 5px 0 #ebebeb;
        height: calc(100% - 30px);
        overflow: hidden;
    }
    
    .final-step-container .step-heading h1 {
        font-size: 21px;
    }
    
    .final-step-protfolio {
        background-image: url(https://www.logoperfecto.com/assets/images/step_asset/mobile/1.jpg);
    }
    
    .final-step-about {
        background-image: url(https://www.logoperfecto.com/assets/images/step_asset/mobile/2.jpg);
    }
    
    .final-step-pricing {
        background-image: url(https://www.logoperfecto.com/assets/images/step_asset/mobile/3.jpg);
    }
    
    .final-step-chat {
        background-image: url(https://www.logoperfecto.com/assets/images/step_asset/mobile/4.jpg);
    }
    
    .final-step-container {
        top: 61px;
        height: calc(100vh - 61px);
    }
    
    .owl-dots {
        bottom: 0px;
        margin-top: 20px;
    }
    
    .d-flex-mob {
        display: flex;
        flex-wrap: wrap;
    }
    
    .reverse-on-mob {
        flex-direction: column-reverse;
    }
    
    .six-service-tabs.service-tabs.nav-tabs > li > a > h2 {
        font-weight: 600;
    }
    
    .pricing-slider-area > h3 {
        font-size: 14px;
    }
    
    .footer {
        padding: 65px 0 35px;
        background-repeat: repeat;
        background-size: 100%;
    }
    
    .social-links i {
        width: 57px;
    }
    
    .social-links a {
        margin: 0 5px;
    }
    
    .footer p {
        margin: 0 0 20px;
    }
    
    .footer-logo {
        margin-bottom: 10px;
    }
    
    .pricing-plan-details-ul > li:before {
        width: 7px;
        height: 12px;
        top: 4px;
    }
    
    .pricing-head {
        padding: 25px 10px 23px;
    }
    
    .pricing-plan-body {
        padding-bottom: 30px;
    }
    
    .pricing-section .section-heading.text-center {
        margin-bottom: 20px;
    }
    
    .four-item-carousel, .three-item-carousel {
        margin-top: 5px;
    }
}

@media (max-width: 360px) {
    
    .header-logo {
        max-width: 146px;
        min-height: 51px;
    }
    
    .six-service-tabs.service-tabs.nav-tabs > li {
        padding: 0 3px;
    }
    
    .banner-input-div:after {
        right: 12px;
    }
    
    .inner-banner-heading h1.big-heading, .video-banner .inner-banner-heading h1.big-heading {
        font-size: 24px;
    }
    
    .link-area > a, a.animated-link, button.animated-link {
        padding: 7px 20px 6px 20px;
    }
    
    .home-about .section-heading > p {
        padding-right: 20px;
    }
    
    .banner-form p {
        /*padding: 10px 21px 0 21px;*/
    }
    
    .section-heading h2 {
        font-size: 24px;
    }
    
    .inner-service-detail-tabs.nav-tabs .nav-item .nav-link {
        padding: 0 11px 5px 11px;
    }
    
    .portfolio-link-detail h4 {
        font-size: 20px;
    }
    
    .portfolio-link-detail h6 {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    .six-service-tabs.service-tabs.nav-tabs > li {
        padding: 0 3px;
    }
}

@media (max-width: 320px) {
    .banner-heading h1.small-heading, .inner-banner-heading h1.small-heading {
        font-size: 17px;
    }
    
    .banner-heading h1.big-heading {
        font-size: 23px;
        margin: 0 0 5px 0;
    }
    
    .inner-banner-heading h1.big-heading, .video-banner .inner-banner-heading h1.big-heading {
        font-size: 21px;
    }
    
    .banner-heading h1.last-big-heading {
        margin: 0 0 16px;
    }
    
    .inner-banner-heading h1.last-big-heading, .video-banner .inner-banner-heading h1.last-big-heading {
        margin: 0 0 15px;
    }
    
    .inner-banner-heading p {
        font-size: 14px;
    }
    
    .banner-input, .banner-form input::placeholder {
        font-size: 12px;
    }
    
    .banner-form p {
        font-size: 9px;
    }
    
    .banner-submit {
        font-size: 12px;
    }
    
    .service-tabs.nav-tabs > li > a i {
        font-size: 50px;
    }
    
    .section-heading > h2, .service-tab-content .section-heading > h2, .small-heading.section-heading h2 {
        font-size: 21px;
    }
    
    .section-heading > h3, .small-heading.section-heading > h3 {
        font-size: 16px;
    }
    
    .link-area > a, a.animated-link {
        font-size: 12px;
        margin-right: 10px;
    }
    
    .link-area > a:last-child, a.animated-link:last-child {
        margin-right: 0;
    }
    
    .center-tabs.nav-tabs .nav-link, .portfolio-section .maso-list.gallery .navbar > .navbar-nav > li > a {
        font-size: 11px;
    }
    
    .pricing-headings h3 {
        font-size: 19px;
    }
    
    .portfolio-link-detail {
        overflow: hidden;
    }
    
    .portfolio-link-detail h4 {
        font-size: 18px;
    }
    
    .portfolio-link-detail h6 {
        font-size: 14px;
    }
    
    .service-tabs.nav-tabs > li > a > h3 {
        font-size: 18px;
    }
    
    .four-service-tabs.service-tabs.nav-tabs > li > a > h2, .six-service-tabs.service-tabs.nav-tabs > li > a > h2 {
        font-size: 9px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}


#portal-pricing .pricing-plan-price:before, .pricing-per-price:before {
    display: none;
}
/* .navbar-toggler {
    color: red !important;
    border: none !important;
} */
/* Progress Ring */
/* * {
    margin:0; 
    padding:0;
} */
/* .conainer {
    width: 600px; 
    margin:100px auto; 
    font-family: 'Arial'
} */
.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
  }
  
  .circle {
    width: 180px;
		height: 180px;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		text-align: center;
  }
  
  .circle canvas {
    vertical-align: middle;
  }
  
  .circle div {
    position: absolute;
    top: 80px;
    left: 12px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
  }
  
  .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
  }
  
  .circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
  }
.ring-text {
    color: #2e3191;
    font-weight: bold;
}
.ring-text-p {
    color: #2e3191;
    /* font-weight: bold; */
}
.client-card-text {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
}
.line {
/* content: '';
    border-right: 1px dashed #1f2ddb;
    position: absolute;
    height: 94%;
    right: 50%;
    margin: auto;
    opacity: .6;
    width: 100px!important;
    transform: rotate3d(1, 0, 1, 90deg); */
    /* border: 3px solid #fff;
    margin: auto; */

    /* width: 50%; 
    margin-top: 5%; 
    margin-bottom: 5%; */
}
.section-heading .contact-text {
    
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    /* opacity: 0.8; */
    font-weight: bold;
    display: inline-block;
}
.section-heading .icons {
    color: #2e3191 !important;
    font-weight: bold !important;
}

/* .input_label {
    color:black;
    position: absolute;
    pointer-events: none;
    left: 28px;
    top: 21px;
    transition: 0.2s;
    }
    
    .input_contact:focus ~ label, .input_contact:valid ~ label {
        top: 6px;
        left: 26px;
        font-size: small;
        color: black;
        background-color: #fff;
        padding: 0 5px 0 5px;
    } */

    .centered {
        position: relative;
        display: grid !important;
        /* top: 50%;
        left: 50%;
        margin-left:-130px;
        margin-top:-35px; */
    }
    .textfield {
        position: relative;
        padding: 10px 15px;
        border:2px solid #000;
        border-radius:5px;
        box-shadow: none;
        background: transparent;
        color: #000 !important;
    }
    .centered span {
        position: absolute;
        z-index: 1;
        background-color:transparent;
        top: 15px;
        left: 15px;
        color:#000;
        font-size: 18px;
    }
    .textfield option {
        color: black !important;
    }
    .textfield:focus {
        border:2px solid #2e3191;
        background: transparent;
        outline: 0;
        box-shadow: none !important;
        
    }
    input:focus ~ span,
    input:not(:focus):valid ~ span {
        top: -9px;
        color: #2e3191;
        background: #fff;
        font-size: small;
        padding: 0 5px 0 5px;
    }
    textarea:focus ~ span,
    textarea:not(:focus):valid ~ span {
        top: -9px;
        color: #2e3191;
        background: #fff;
        font-size: small;
        padding: 0 5px 0 5px;
    }
    .textfield, span {
        transition: ease-in-out 0.2s all;
        -webkit-transition: ease-in-out 0.2s all;
        -moz-transition: ease-in-out 0.2s all;
        -o-transition: ease-in-out 0.2s all;
    }
    .contact-submit {
        background-color: #e1c699;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 20px;
        color: #0c344d;
        cursor: pointer;
    }
    .contact-submit:hover {
        color: #0c344d !important ;
    }
    .custom-control-input{
        background-image: none;
        background-color: #000;
        border-radius: 50%;
        border: 2px solid white;
      }
      .check1 {
            
            width: 25px;
            height: 25px;
            cursor: pointer;
      }
      .centered .chechbox-text {
        position: absolute;
        z-index: 1;
        left: 34px;
        color:#000;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
      }
      .budget-bg {
        background-color: #2e3191;
        /* height: 150px; */
        /* width: 35%; */
        border-bottom-right-radius: 90px;
        border-top-right-radius: 90px;
        /* margin-left: 3rem; */
      }
      .budget-bg h1 {
          color: #fff !important;
      }
      .budget-circle {
        width: 20%;
        height: 50%;
        background: #e1c699;
        color: #fff;
        position: relative;
        border: 4px #fff solid;
        /* text-align: center; */
        /* right: -15px; */
        /* display: block; */
        top: -100px;
        left: 358px;
        box-shadow: 0px 0px 21px rgb(0 0 0 / 20%);
    }
    .header-icons {
        color: #2e3191;
        /* font-weight: bold; */
    }
    .divsize {
        width: 35%;
    }
    .section-heading .head-text {
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 16px;
        color: #000;
        /* opacity: 0.8; */
        display: inline-block;
    }
    .border-text {
    
        border-top: 10px solid #2e3191;
        border-left: 10px solid #2e3191;
    }
    .ulstyle {
        list-style: circle !important;
    }
    .select-service {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 20px;
        color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
    }
     .vertical-tab .nav-link {
        padding: 0px !important;
        /* color: #fff; */
    } 

    .title {
        margin: 30px 0;
        padding: 0;
        color: #4c6067;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 1px;
        font-weight: 700;
        text-rendering: optimizeLegibility;
      }
      
      /* .container {
        width: 100%;
        min-height: 270px;
        max-width: 800px;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
      } */
      
      .container__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-rows: repeat(1, minmax(min-content, max-content));
        grid-template-columns: repeat(5, minmax(min-content, max-content));
        grid-auto-rows: minmax(min-content, max-content);
        grid-auto-columns: minmax(min-content, max-content);
        /* justify-content: space-around;
        gap: 10px 20px; */
      }
      .content-price {
            animation-name: smoothTop;
            animation-duration: 0.3s;
            font-size: 4rem;
            line-height: 22px;
            font-weight: 500;
            color: #fff;
      }
      
      .container__item {
        width: 90px;
        color: #fff;
        min-height: 30px;
        border-radius: 3px;
        display: grid;
        justify-content: center;
        align-content: center;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        transition: 0.2s;
      }
      
      .container__item::after {
        content: "";
        display: block;
        position: absolute;
        width: 40%;
        margin: 0 30%;
        bottom: 0;
        border-bottom: 1px solid #0c344d;
      }
      
      .container__item_active {
        background: #0c344d;
        box-sizing: border-box;
        color: #fff;
        font-weight: 300;
      }
      
      .container__link {
        margin: 0;
        padding: 0;
      }
      
      .container__inner {
        width: 80%;
        margin: 45px auto 35px;
      }
      
      .content__subtitle {
        animation-name: smoothTop;
        animation-duration: 0.3s;
        font-size: 22px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
      }
      
      .content__description {
        animation-name: smoothBottom;
        animation-duration: 0.7s;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #fff;
      }
      
      .container__inner_hidden {
        display: none;
      }
      
      @keyframes smoothTop {
        0% {
          opacity: 0.2;
          transform: translateY(7%);
        }
        100% {
          opacity: 1;
          transform: translateY(0%);
        }
      }
      
      @keyframes smoothBottom {
        0% {
          opacity: 0.2;
          transform: translateY(-3%);
        }
        100% {
          opacity: 1;
          transform: translateY(0%);
        }
      }
      .price-border {
          border: 25px solid lightgray;
          border-radius: 20px;
          background-color: #fff;
          /* height: 100%; */
      }
      .price-border ul {
          list-style: none;
          list-style-position: inside;
      }
      .price-border ul li:before {
        content: '✓ ';
        color: green;
        font-size: 20px;
        padding: 0px;
        font-weight: bold;
      }
      .price-border2 {
          width: 30px;
          height: 250px;
          background-color: goldenrod;
          color: #fff;
          align-items: center;
          display: flex;
          word-wrap: break-word;
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

      }
      .price-border2 h6 {
        text-orientation: mixed;
        writing-mode: vertical-rl;
        color: #fff;
    }
    .content-title {
        animation-name: smoothTop;
        animation-duration: 0.3s;
        font-size: 22px;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
      }
      .content-description {
        animation-name: smoothBottom;
        animation-duration: 0.7s;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #fff;
      }
      .tabs li {
          width: auto !important;
          text-align: start !important;

      }
      .tabs li .nav-link::before   {
        content: "\2022";
        color: white;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
        position: absolute;
        /* font-size: 20px; */
      }
      .tabs li .active::before{
        color: #0c344d !important ;
      }

      .portfolio .portfolio-cats {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    
    .portfolio .portfolio-cats li {
        background-color: #000;
        color: #fff;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }
    
    .portfolio .portfolio-gallery {
        position: relative;
    }
    
    .portfolio .portfolio-item {
        width: 100%;
        height: 200px;
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: 0;
        transition-property: opacity, transform;
        transition-duration: 0.7s;
    }
    
    .portfolio .portfolio-item .item-inner {
        height: 100%;
        overflow: hidden;
        box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
    }
    
    @media screen and (min-width: 48em) {
        .portfolio .portfolio-item {
            width: 50%;
        }
        .header-logo a img {
            width: 28%;
        }
    }
    
    @media screen and (min-width: 62em) {
        .portfolio .portfolio-item {
            width: 33.3333%;
        }
    }

    .portfolio-img {
        max-width: 100%;
        /* height: 100%; */
    }

    /* new sidebar */
    .header {
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: all .3s;
        /* background: #8b2ed3; */
        /* background: linear-gradient(45deg, #8b2ed3 0%, rgba(255, 0, 0, 0.6853116246) 100%); */
        padding: 2rem 7rem;
        display: flex;
        justify-content: space-between;
      }
      .header .navbar {
          justify-content: center !important;
      } 

      .header-logo {
        width: 100%;
        max-width: 189px;
        min-height: 65px;
        display: flex;
        align-items: center;
    }
    
    .header-logo a {
        display: inline-block;
    }
    
    .header-logo a img {
        width: 28%;
    }
      
      .hambergur .barcolor {
        color: #2e3191;
      }
      .hambergur div {
        width: 2.5rem;
        height: 4px;
        /* border: 1px solid red; */
        background: #2e3191;
        margin-bottom: 5px;
        border-radius: 5px;
      }
      .hambergur div:nth-child(2) {
        width: 2rem;
        height: 4px;
        background: #2e3191;
      }
      .hambergur div:nth-child(3) {
        width: 1.5rem;
        height: 4px;
        background: #2e3191;
      }
      .hambergur div:nth-child(4) {
        width: 1rem;
        height: 4px;
        background: #2e3191;
      }
      
      ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      
      .container {
        padding: 1rem;
      }
      @media (min-width: 720px) {
        .container {
          padding: 0.5rem 2rem;
        }
      }
      
      .fullscreen {
        -webkit-clip-path: circle(0% at 96.5% 4%);
                clip-path: circle(0% at 96.5% 4%);
        position: absolute;
        background: #1e1f25;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        /* opacity: 0.9; */
        transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
      }
      .fullscreen ul {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
        /* height: 100vh; */
        height: auto;
      }
      .fullscreen ul li {
        padding: 0.5rem 1rem;
      }
      .fullscreen ul li a {
        font-size: 1.5rem;
        background: #e1c699;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .fullscreen .close {
        position: absolute;
        top: 1.3rem;
        right: 2.355rem;
        width: 2rem;
        height: 2rem;
        transform: rotate(45deg);
      }
      .fullscreen .close div {
        width: 32px;
        height: 32px;
        overflow: hidden;
        cursor: pointer;
      }
      .fullscreen .close div:before, .fullscreen .close div:after {
        content: "";
        width: 2rem;
        height: 2px;
        border: 1px solid red;
        position: absolute;
        border-radius: 5px;
      }
      .fullscreen .close div:after {
        transform: rotate(90deg);
        background: red;
      }
      .fullscreen.active {
        -webkit-clip-path: circle(140% at 96.5% 4%);
                clip-path: circle(140% at 96.5% 4%);
        transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
      }
      .fullscreen.active ul > li {
        -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
                animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
      }
      .fullscreen.reverse_anim {
        -webkit-clip-path: circle(0% at 96.5% 4%);
                clip-path: circle(0% at 96.5% 4%);
        opacity: 0.6;
        transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
      }
      
      @-webkit-keyframes animateIn {
        0% {
          opacity: 0;
          transform: translateX(10px) rotate(2deg);
        }
        100% {
          opacity: 1;
        }
      }
      
      @keyframes animateIn {
        0% {
          opacity: 0;
          transform: translateX(10px) rotate(2deg);
        }
        100% {
          opacity: 1;
        }
      }
      .logo a {
        color: #fff;
        font-size: 1.2rem;
      }
      .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 0rem 7rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      }
      .sticky .header-logo a img {
        width: 20%;
        }
      .header-number {
          color: #2e3191;
          text-decoration: none;
      }
      .header-number:hover {
        color: #2e3191;
        text-decoration: none;
    }
    .portfolio .service-tabs.nav-tabs .nav-link.active strong {
        /* border-left: 2px solid;
        border-right: 2px solid; */
        padding-bottom: 5px;
        box-shadow: inset 0 -0.5px 0 #2e3191;
    }
    .baricon {
        cursor: pointer;
    }
    .process-icon {
        color: #2e3191;

    }
    .process-p p {
        color: #000;
    }
    .decor {
        background: #2e3191 none repeat scroll 0 0;
        height: 2px;
        width: 78px;
        display: inline-block;
        position: relative;
        z-index: 1;
        left: 17%;
    }
    .decor:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #2e3191;
        /* border-radius: 50%; */
        content: "";
    }
    .service {
        text-align: center;
        padding: 25px 10px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        background: transparent;
        transition: transform 0.5s, background 0.5s;
      }
      
      .service h5 {
        /* font-size: 60px;
        margin-bottom: 10px; */
        font-weight: bold;
        color: black !important  ;
      }
      .service p {
        font-size: 15px;
        /* columns: #000; */
        color: black !important;
      }
      .service i {
        font-size: 60px;
        margin-bottom: 10px;
        color: #2e3191  ;
      }
      
      .service h2 {
        font-weight: 600;
        margin-bottom: 8px;
      }
      
      .service:hover {
        background: #fff ;
        color: #000;
        /* border: 2px solid #2e3191;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px; */
        transform: scale(1.08);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

      }
      
      .service:hover i {
        color: #2e3191;
      }

      .testimonial-reel {
        margin-bottom: 4rem !important;
        margin-top: 4rem;
      }
      .testimonial-reel .box {
        position: relative;
        margin-bottom: 30px;
      }
      .testimonial-reel .box .image {
        margin: 0 auto -45px;
        text-align: center;
      }
      .testimonial-reel .box .image img {
        height: 130px;
        margin: 0 auto;
      }
      .testimonial-reel .box .test-component {
        background-color: #fff;
        padding: 1rem 2.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        min-height: 200px;
      }
      .testimonial-reel .box .test-title {
        font-family: "Open Sans", sans-serif;
        color: #2e3191;
        text-align: center;
        margin-top: 3.3rem;
        margin-bottom: 15px;
      }
      .testimonial-reel .box .test-content {
        text-align: center;
      }
      .testimonial-reel .slick-slide {
        opacity: 0.3;
        transition: opacity 0.3s;
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .testimonial-reel .slick-slide.slick-cloned {
        opacity: 0.3;
        transition: opacity 0.3s;
      }
      .testimonial-reel .slick-slide.slick-current.slick-active {
        opacity: 1;
        transition: opacity 0.3s;
      }
      .loading {
        position: absolute;
		-webkit-animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

         
.zoom-in-zoom-out {
    /* position: absolute; */
    /* margin: 24px; */
    /* width: auto;
    height: auto; */
    /* background: green; */
    animation: zoom-in-zoom-out 3s ease-out normal;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0.8, 0.8);
    }
    50% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
    /* @media (max-width: 1199px) {
        .budget-bg {
            height: 120px;
            width: 33%;
            margin-left: -3rem !important;
        }
        .banner-heading h1.big-heading {
            font-size: 50px !important;
        }

    } */

    .plus-container {
        position: absolute;
        top: 15%;
        left: 5%;
        -webkit-animation: star 1s infinite;
        animation: star 1s infinite;
        /* animation: start 5s infinite; */
    }

    .plus-container .plus {
        position: relative;
    }
    .plus-container .plus::before {
        border-left: 6px solid;
        height: 19px;
        left: 50%;
        /* -webkit-transform: translate(-50%, -50%); */
        transform: translate(-50%, -50%);
        content: '';
        position: absolute;
        border-radius: 2px;
        color: #2e3191;
    }
    .plus-container .plus::after {
        border-top: 6px solid;
        width: 19px;
        top: 50%;
        /* -webkit-transform: translate(-50%, -50%); */
        transform: translate(-50%, -50%);
        content: '';
        position: absolute;
        border-radius: 2px;
        color: #2e3191;
    }
    .plus-container.plus-container2 {
        top: 25%;
        left: 25%; }
    .plus-container.plus-container3 {
        top: 50%;
        left: 2%; }
    .plus-container.plus-container4 {
        top: 70%;
        left: 32%; }
    .plus-container.plus-container5 {
        top: 80%;
        left: 10%; }
    .plus-container.plus-container6 {
        top: 80%;
        left: 65%; }
    .plus-container.plus-container7 {
        top: 40%;
        left: 35%; }
    .plus-container.plus-container8 {
        top: 40%;
        left: 90%; }
    .plus-container.plus-container9 {
        top: 45%;
        left: 70%; }
    .plus-container.plus-container10 {
        top: 0;
        left: 8%; }
    .plus-container.plus-container11 {
        top: 70%;
        left: 4%; }
        .plus-container .plus.white:before, .plus-container .plus.white:after {
            color: #2e3191; }
        .plus-container .plus.plus-medium:after {
            width: 16px;
            border-top: 5px solid; }
        .plus-container .plus.plus-medium:before {
            height: 16px;
            border-left: 5px solid; }
        .plus-container .plus.plus-small:after {
            width: 9px;
            border-top: 3px solid; }
        .plus-container .plus.plus-small:before {
            height: 9px;
            border-left: 3px solid; }
    @-webkit-keyframes star {
        0% {
          -webkit-transform: scale(1);
                  transform: scale(1); }
        50% {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1); } }
      
      @keyframes star {
        0% {
          -webkit-transform: scale(1);
                  transform: scale(1); }
        50% {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
        100% {
          -webkit-transform: scale(1);
                  transform: scale(1); } 
                }

        /* a:visited {
            color: #0254EB
        }
        a.morelink {
            text-decoration:none;
            outline: none;
        }
        .morecontent span {
            display: none;
        }
        .comment {
            width: auto;
            background-color: #f0f0f0;
            margin: 10px;
        } */


        /* footer */

        .footer-section {
            /* background: #373636; */
            background: rgb(67 77 84);
            position: relative;
          }
          .footer-cta {
            border-bottom: 1px solid #000;
          }
          .single-cta i {
            color: #2e3191;
            font-size: 30px;
            float: left;
            margin-top: 8px;
          }
          .cta-text {
            padding-left: 15px;
            display: inline-block;
          }
          .cta-text h4 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 2px;
          }
          .cta-text span {
            color: #757575;
            font-size: 15px;
          }
          .footer-content {
            position: relative;
            z-index: 2;
          }
          .footer-pattern img {
            position: absolute;
            top: 0;
            left: 0;
            height: 330px;
            background-size: cover;
            background-position: 100% 100%;
          }
          .footer-logo {
            margin-bottom: 30px;
            width: 28% !important;
          }
          .footer-logo img {
              max-width: 200px;
          }
          .footer-text p {
            margin-bottom: 14px;
            font-size: 14px;
                color: #fff;
            line-height: 28px;
          }
          .footer-social-icon span {
            color: #fff;
            display: block;
            font-size: 20px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 20px;
          }
          .footer-social-icon a {
            color: #fff;
            font-size: 16px;
            margin-right: 15px;
          }
          .footer-social-icon i {
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 38px;
            border-radius: 50%;
          }
          .facebook-bg{
            background: #3B5998;
          }
          .twitter-bg{
            background: #55ACEE;
          }
          .whatsapp-bg{
            background: #4aca59;
          }
          .insta-bg{
            background: #f5593e;
          }
          .footer-widget-heading h3 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 40px;
            position: relative;
          }
          .footer-widget-heading h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            height: 2px;
            width: 50px;
            background: #e1c699;
          }
          .footer-widget ul li {
            display: inline-block;
            float: left;
            width: 50%;
            margin-bottom: 12px;
          }
          .footer-widget ul li a:hover{
            color: #e1c699;
          }
          .footer-widget ul li a {
            color: #fff;
            text-transform: capitalize;
          }
          .subscribe-form {
            position: relative;
            overflow: hidden;
          }
          .subscribe-form input {
            width: 100%;
            padding: 14px 28px;
            background: #2E2E2E;
            border: 1px solid #2E2E2E;
            color: #fff;
          }
          .subscribe-form button {
              position: absolute;
              right: 0;
              background: #e1c699;
              padding: 13px 20px;
              border: 1px solid #e1c699;
              top: 0;
          }
          .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
          }
          .copyright-area{
            background: #2E2E2E;
            padding: 10px 0;
          }
          .copyright-text p {
            margin: 0;
            font-size: 14px;
            color: #fff;
          }
          .copyright-text p a{
            color: #e1c699;
          }
          .footer-menu {
            text-align: right;
          }
          .footer-menu li {
            display: inline-block;
            margin-left: 20px;
          }
          .footer-menu li:hover a{
            color: #e1c699;
          }
          .footer-menu li a {
            font-size: 14px;
            color: #fff;
          }
    /* timeline */
    #cd-timeline {
        position: relative;
        padding: 2em 0;
        margin-top: 2em;
        margin-bottom: 2em;
      }
      #cd-timeline::before {
        /* this is the vertical line */
        content: "";
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
      }
      @media only screen and (min-width: 1170px) {
        #cd-timeline {
          margin-top: 3em;
          margin-bottom: 3em;
        }
        #cd-timeline::before {
          left: 50%;
          margin-left: -2px;
        }
      }
      
      .cd-timeline-block {
        position: relative;
        /* margin: 2em 0; */
      }
      .cd-timeline-block::after {
        clear: both;
        content: "";
        display: table;
      }
      .cd-timeline-block:first-child {
        margin-top: 0;
      }
      .cd-timeline-block:last-child {
        margin-bottom: 0;
      }
      @media only screen and (min-width: 1170px) {
        .cd-timeline-block {
          /* margin: 4em 0; */
        }
        .cd-timeline-block:first-child {
          margin-top: 0;
        }
        .cd-timeline-block:last-child {
          margin-bottom: 0;
        }
      }
      
      .cd-timeline-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
      }
      .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
      }
      .cd-timeline-img.cd-picture {
        background: #75ce66;
      }
      .cd-timeline-img.cd-movie {
        background: #c03b44;
      }
      .cd-timeline-img.cd-location {
        background: #f0ca45;
      }
      @media only screen and (min-width: 1170px) {
        .cd-timeline-img {
          width: 60px;
          height: 60px;
          left: 50%;
          margin-left: -30px;
          /* Force Hardware Acceleration in WebKit */
          -webkit-transform: translateZ(0);
          -webkit-backface-visibility: hidden;
        }
        .cssanimations .cd-timeline-img.is-hidden {
          visibility: hidden;
        }
        .cssanimations .cd-timeline-img.bounce-in {
          visibility: visible;
          -webkit-animation: cd-bounce-1 0.6s;
          -moz-animation: cd-bounce-1 0.6s;
          animation: cd-bounce-1 0.6s;
        }
      }
      
      @-webkit-keyframes cd-bounce-1 {
        0% {
          opacity: 0;
          -webkit-transform: scale(0.5);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale(1.2);
        }
        100% {
          -webkit-transform: scale(1);
        }
      }
      @-moz-keyframes cd-bounce-1 {
        0% {
          opacity: 0;
          -moz-transform: scale(0.5);
        }
        60% {
          opacity: 1;
          -moz-transform: scale(1.2);
        }
        100% {
          -moz-transform: scale(1);
        }
      }
      @keyframes cd-bounce-1 {
        0% {
          opacity: 0;
          -webkit-transform: scale(0.5);
          -moz-transform: scale(0.5);
          -ms-transform: scale(0.5);
          -o-transform: scale(0.5);
          transform: scale(0.5);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
        }
        100% {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      }
      .cd-timeline-content {
        position: relative;
        margin-left: 60px;
        background: #ffffff;
        border-radius: 0.25em;
        padding: 1em;
        box-shadow: 0 3px 0 #d7e4ed;
      }
      .cd-timeline-content::after {
        clear: both;
        content: "";
        display: table;
      }
      .cd-timeline-content h2 {
        /* color: #303e49; */
        color: #2e3191;
        opacity: 1;
        font-weight: 600;
      }
      .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
      }
      .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
      }
      .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
      }
      .cd-timeline-content .cd-read-more {
        float: right;
        padding: 0.8em 1em;
        background: #acb7c0;
        color: #ffffff;
        border-radius: 0.25em;
      }
      .no-touch .cd-timeline-content .cd-read-more:hover {
        background-color: #bac4cb;
      }
      .cd-timeline-content .cd-date {
        float: left;
        padding: 0.8em 0;
        opacity: 0.7;
      }
      .cd-timeline-content::before {
        content: "";
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid #ffffff;
      }
      @media only screen and (min-width: 768px) {
        .cd-timeline-content h2 {
          font-size: 20px;
          font-size: 1.25rem;
        }
        .cd-timeline-content p {
          font-size: 16px;
          font-size: 1rem;
        }
        .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
          font-size: 14px;
          font-size: 0.875rem;
        }
      }
      @media only screen and (min-width: 1170px) {
        .cd-timeline-content {
          margin-left: 0;
          padding: 1.6em;
          width: 45%;
        }
        .cd-timeline-content::before {
          top: 24px;
          left: 100%;
          border-color: transparent;
          border-left-color: #ffffff;
        }
        .cd-timeline-content .cd-read-more {
          float: left;
        }
        .cd-timeline-content .cd-date {
          position: absolute;
          width: 100%;
          left: 122%;
          top: 6px;
          font-size: 16px;
          font-size: 1rem;
          color: #2e3191;
          font-weight: bold;
        }
        .cd-timeline-block:nth-child(even) .cd-timeline-content {
          float: right;
        }
        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
          top: 24px;
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #ffffff;
        }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
          float: right;
        }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
          left: auto;
          right: 122%;
          text-align: right;
        }
        .cssanimations .cd-timeline-content.is-hidden {
          visibility: hidden;
        }
        .cssanimations .cd-timeline-content.bounce-in {
          visibility: visible;
          -webkit-animation: cd-bounce-2 0.6s;
          -moz-animation: cd-bounce-2 0.6s;
          animation: cd-bounce-2 0.6s;
        }
      }
      
      @media only screen and (min-width: 1170px) {
        /* inverse bounce effect on even content blocks */
        .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
          -webkit-animation: cd-bounce-2-inverse 0.6s;
          -moz-animation: cd-bounce-2-inverse 0.6s;
          animation: cd-bounce-2-inverse 0.6s;
        }
      }
      @-webkit-keyframes cd-bounce-2 {
        0% {
          opacity: 0;
          -webkit-transform: translateX(-100px);
        }
        60% {
          opacity: 1;
          -webkit-transform: translateX(20px);
        }
        100% {
          -webkit-transform: translateX(0);
        }
      }
      @-moz-keyframes cd-bounce-2 {
        0% {
          opacity: 0;
          -moz-transform: translateX(-100px);
        }
        60% {
          opacity: 1;
          -moz-transform: translateX(20px);
        }
        100% {
          -moz-transform: translateX(0);
        }
      }
      @keyframes cd-bounce-2 {
        0% {
          opacity: 0;
          -webkit-transform: translateX(-100px);
          -moz-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
          -o-transform: translateX(-100px);
          transform: translateX(-100px);
        }
        60% {
          opacity: 1;
          -webkit-transform: translateX(20px);
          -moz-transform: translateX(20px);
          -ms-transform: translateX(20px);
          -o-transform: translateX(20px);
          transform: translateX(20px);
        }
        100% {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
        }
      }
      @-webkit-keyframes cd-bounce-2-inverse {
        0% {
          opacity: 0;
          -webkit-transform: translateX(100px);
        }
        60% {
          opacity: 1;
          -webkit-transform: translateX(-20px);
        }
        100% {
          -webkit-transform: translateX(0);
        }
      }
      @-moz-keyframes cd-bounce-2-inverse {
        0% {
          opacity: 0;
          -moz-transform: translateX(100px);
        }
        60% {
          opacity: 1;
          -moz-transform: translateX(-20px);
        }
        100% {
          -moz-transform: translateX(0);
        }
      }
      @keyframes cd-bounce-2-inverse {
        0% {
          opacity: 0;
          -webkit-transform: translateX(100px);
          -moz-transform: translateX(100px);
          -ms-transform: translateX(100px);
          -o-transform: translateX(100px);
          transform: translateX(100px);
        }
        60% {
          opacity: 1;
          -webkit-transform: translateX(-20px);
          -moz-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
          -o-transform: translateX(-20px);
          transform: translateX(-20px);
        }
        100% {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
        }
      }
      .modal-footer{
        justify-content: center !important;
      }
button:focus{
    box-shadow: none !important;
    outline: 0 !important;
}
.service_icon {
    display: none !important;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1111;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.service_icon .trigger, .service_icon .action {
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.service_icon .trigger:active, .service_icon .action:active {
  opacity: 0.7;
}
.service_icon .trigger {
  position: relative;
  background: #2c4;
  color: #fff;
  height: 56px;
  width: 56px;
  line-height: 56px;
  vertical-align: middle;
  font-size: 1.5em;
  z-index: 1;
}
.service_icon .action {
  position: absolute;
  top: 0;
  margin: 0 8px;
  background: #fff;
  color: #333;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: transform 0.4s ease;
}
.service_icon .actions {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.service_icon.open .actions {
  opacity: 1;
}
.service_icon.open .actions .action:nth-child(1) {
  transform: translateY(-48px);
}
.service_icon.open .actions .action:nth-child(2) {
  transform: translateY(-96px);
}
.service_icon.open .actions .action:nth-child(3) {
  transform: translateY(-144px);
}
.service_icon.open .actions .action:nth-child(4) {
  transform: translateY(-192px);
}
.service_icon.open .tooltip {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  right: 64px;
  transition-delay: 0.2s;
}
.service_icon .tooltip {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  transform: translateY(-50%) scale(0);
  transform-origin: right center 0;
  text-align: right;
  transition: all 0.4s ease;
  opacity: 0;
  color: black;
}
.submenu{
    justify-content: flex-start !important;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 10px !important;
}
.submenu_open{
    text-align: center;
    display: block;
}
.submenu_style {
    display: none;
    margin: 0;
    padding: 0;
    padding-left: 5rem;
}
.submenu a{
    text-decoration: none !important;
    font-size: 1rem !important;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 530px) {
    .submenu{
        position: initial !important;
    }
    .dropdown-down {
        display: contents !important;
    }
    .dropdown-right {
        display: none;
    }
}
.dropdown-down {
    display: none;
}
a{
    text-decoration: none !important;
}

#paymentModal .service_active input {
    border: 2px solid #2e3191;
    background: transparent;
    outline: 0;
    box-shadow: none !important;
}
#paymentModal .service_active span{
    top: -9px;
    color: #2e3191;
    background: #fff;
    font-size: small;
    padding: 0 5px 0 5px;
}
#paymentModal .service_active textarea {
    border: 2px solid #2e3191;
}

.header-line {
    height: 5px;
    width: 100%;
    content: '';
    display: block;
    background: #2e3191;
  }
  /* .gradient-color-1{
       background: -webkit-linear-gradient(left,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
      background: linear-gradient(to right,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
  }
  .gradient-color-2{
      background: #3be8b0;
      background: -webkit-linear-gradient(bottom left,#3be8b0 0,#02ceff 100%);
      background: linear-gradient(to top right,#3be8b0 0,#02ceff 100%);
  } */

  .grow {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .grow:hover {
    transform: scale(1.1);
  }

  .img-animation .grow {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .img-animation .grow:hover {
    transform: scale(0.9) !important;
  }

  .gray-hover {
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }

  .gray-hover:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* faqa */

.accordion {
    /* width: 42rem; */
    /* padding: 1.2rem 0; */
    border-radius: 1rem;
    background: white;
    /*   box-shadow: 0 0 5rem lightgrey; */
  }
  
  .accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem;
  }
  
  .accordion__item:not(:last-child) {
    border-bottom: 1px solid lightgrey;
  }
  
  .accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
  }
  .accordion__btn:hover {
    color: #2e3191;
    background: hsl(248, 53%, 97%);
  }
  
  .accordion__item--active .accordion__btn {
    color: #2e3191;
    border-bottom: 2px solid #2e3191;
    background: hsl(248, 53%, 97%);
  }
  
  .fa-lightbulb {
    padding-right: 1rem;
  }
  .accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
  }
  .accordion__item--active .accordion__icon {
    transform: rotate(135deg);
  }
  
  .accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--color-text-muted);
    transform: translateX(16px);
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
  }
  .accordion__content p {
    padding: 0.5rem 1.8rem;
  }
  
  .accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0px);
    max-height: 100vh;
  }