<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;amp;display=swap');
 a, b, h1, h2, h3, h4, h5, h6, input, li, p, select, small, span, strong {
     font-family: 'Manrope', sans-serif;
}
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar-thumb {
     background-color: #006577;
}
 main {
     overflow: hidden;
}
 marquee {
     cursor: pointer;
}
 p {
     font-weight: 400;
}
 .py-30 {
     padding-top: 30px;
     padding-bottom: 30px 
}
 .py-50 {
     padding-top: 50px;
     padding-bottom: 50px 
}
 .py-70 {
     padding-top: 70px;
     padding-bottom: 70px 
}
 .py-100 {
     padding-top: 100px;
     padding-bottom: 100px 
}
 a:hover {
     text-decoration: none !important 
}
.service-box-img {
    display: inline-block;
}
.service-img-text {
    display: inline-block;
}
.egg-offer {
        width: 150px;
        cursor: pointer;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        position: fixed;
        bottom: 60px;
        left: 40px;
        z-index: 999;
    }
    .egg-offer .top {
        position: relative;
        z-index: -1;
    }
    .egg-offer .top figure img {
        opacity: 1;
        /* animation: scrollDownAnimation .5s ease infinite alternate; */
        /* -webkit-animation: scrollDownAnimation .5s ease infinite alternate; */
        width: 50px;
        height: 50px;
        /* animation: lantern2 3.5s infinite !important; */
        animation: lantern2 3.5s infinite !important;
    }
    @keyframes lantern2 {
        0% {
            transform: translateY(1vw)
        }
        50% {
            transform: translateY(0vw)
        }
        100% {
            transform: translateY(1vw)
        }
    }

 .primary-btn {
     background: #006577;
     padding: 14px 30px !important;
     border-radius: 5px;
     color: #fff !important;
     font-weight: 500;
     cursor: pointer;
     -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
     animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
     box-shadow: 0px 0px 0px 0px #00657700;
     transition: .5s;
}
 @-webkit-keyframes pulse {
     to {
         box-shadow: 0 0 0 10px rgb(0 101 119 / 48%);
         transition: .5s;
    }
}
 @keyframes pulse {
     to {
         box-shadow: 0 0 0 10px rgb(0 101 119 / 48%);
    }
}
 a.secondary-btn {
     transition: .5s;
     border: 1px solid #fff;
     color: #fff;
     font-size: 16px;
     border-radius: 6px;
     display: inline-block;
     padding: 16px 35px;
     line-height: 16px;
     overflow: inherit;
     height: auto !important;
     font-weight: 400;
     max-width: fit-content 
}
 a.secondary-btn:hover {
     transition: .5s;
     background: #ffd257;
     color: #000;
     border-color: #ffd257;
}
 a.secondary-btn-dark:hover {
     background: 0 0;
     border-color: #006577;
     color: #006577;
     transition: .5s 
}
 a.secondary-btn-dark {
     background: #006577;
     transition: .5s;
     border: 1px solid #006577;
     color: #fff;
     font-size: 15px;
     border-radius: 6px;
     display: inline-block;
     padding: 16px 35px;
     line-height: 16px;
     overflow: inherit;
     height: auto !important;
     font-weight: 400;
     max-width: fit-content 
}
 a.secondary-btn-img {
     background: #006577;
     transition: .5s;
     border: 1px solid #006577;
     color: #fff;
     font-size: 15px;
     border-radius: 6px;
     display: inline-block;
     line-height: 16px;
     overflow: inherit;
     height: auto !important;
     font-weight: 400;
     position: relative;
     padding: 16px 35px;
     margin-top: 15px 
}
 a.secondary-btn-img img {
     position: absolute;
     width: 13px;
     left: 18px;
     filter: brightness(0) invert(1);
     top: 16px;
}
 a.secondary-btn-img:hover {
     background: 0 0;
     border: 1px solid #006577;
     color: #006577;
     transition: .5s 
}
 a.secondary-btn-img:hover img {
     filter: inherit 
}
 a.primary-btn-dark {
     transition: .5s;
     border: 1px solid #000;
     color: #000;
     font-size: 16px;
     border-radius: 6px;
     display: inline-block;
     padding: 16px 35px;
     line-height: 16px;
     overflow: inherit;
     height: auto !important;
     font-weight: 400;
     max-width: fit-content 
}
 a.primary-btn-dark:hover {
     background: #006577;
     border-color: #006577;
     color: #fff;
     transition: .5s 
}
 .common-col-light h4 {
     font-size: 18px;
     color: #fff;
     line-height: 30px;
     font-weight: 500;
     text-transform: uppercase 
}
 .common-col-light {
     padding-bottom: 20px;
     padding-left: 25px;

}
 .common-col-light h2 {
     font-size: 50px;
     color: #fff;
     line-height: 55px;
     font-weight: 700;
     letter-spacing: 0;
     text-transform: capitalize;
}
 .common-col-light p {
     margin-top: 30px;
     margin-bottom: 30px;
     font-size: 16px;
     color: #fff;
     line-height: 26px;
     font-weight: 400 
}
 .seemore-btn {
     text-align: center;
     margin-top: 60px 
}
 .common-col-dark h4 {
     font-size: 16px;
     color: #000;
     text-transform: uppercase;
     line-height: 30px;
     font-weight: 500 
}
 .common-col-dark h2 {
     font-size: 45px;
     color: #000;
     line-height: 60px;
     font-weight: 700;
     letter-spacing: 0;
     text-transform: capitalize;
}
 .common-col-dark b {
     color: #006577;
     font-weight: 700 
}
 .common-col-dark {
     margin-bottom: 20px 
}
 .common-col-dark p {
     margin-top: 10px;
     font-size: 16px;
     color: #000;
     line-height: 28px;
     font-weight: 400 
}
 .text-center {
     text-align: center 
}
 img.img-featured {
     width: 500px;
     margin: 0 auto;
     display: block 
}
 .top-bar {
     background: #e3eef0;
     padding: 10px 0;
}
img.hero-img.single-direction {
    position: relative;
    left: 60px;
    top: 60px;
}
 .top-bar p {
     color: #000;
     font-size: 15px 
}
 .top-bar p b {
     color: #006577;
     font-weight: 600 
}
 .top-bar ul {
     display: flex;
     justify-content: end 
}
 .top-bar ul li {
     margin-left: 40px;
     position: relative 
}
 .top-bar ul li::before {
     content: "";
     position: absolute;
     left: -4px;
     top: 6px;
     height: 5px;
     width: 5px;
     background: #006577;
     border-radius: 50% 
}
 .top-bar ul li a {
     color: #000;
     font-size: 15px;
     padding-left: 10px 
}
 .top-bar ul li:nth-child(1)::before {
     display: none 
}
 .hamburger-menu {
     display: none;
}
 nav#navbar ul li ul li.drop-down-show a {
     font-size: 14px;
}
 #menu .dropdown-menu.show {
     display: block;
     transition-duration: .25s 
}
 nav#navbar ul li ul li.drop-down-show ul li {
     padding: 0;
}
 ul#menu .logo-m img {
     width: 100px;
     padding-left: 20px;
     padding-top: 50px;
     padding-bottom: 20px 
}
 #menu .dropdown i.bi.bi-caret-down {
     color: #fdb200;
     transition: .5s;
     transform: rotate(360deg) 
}
 menu ul.dropdown-menu {
     transform: rotate(45deg);
     display: block 
}
 ul.dropdown-menu {
     display: block;
     position: absolute;
     font-size: 14px;
     transform: translate(-100%, 0);
     transition: .5s 
}
 #menu .dropdown-menu.show {
     transform: translate(0, 0) !important;
     transition: .5s !important;
     position: relative !important 
}
 #menu a.dropdown-item {
     padding: 8px 15px;
     transition: .5s 
}
 #menu ul.dropdown-menu.show {
     height: auto;
     padding: 25px 10px;
     transition: .5s 
}
 .dropdown a.show i.bi.bi-caret-down::before {
     transform: rotate(-180deg) !important;
     transition: .5s 
}
 .dropdown a i.bi.bi-caret-down::before {
     transform: rotate(360deg);
     transition: .5s 
}
 .dp-menu__item {
     display: inline-block;
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     text-decoration: none;
     padding-top: 10px;
     transition-duration: .25s;
     padding-bottom: 10px;
     padding-left: 23px 
}
 #menu__toggle {
     opacity: 0 
}
 #menu__toggle:checked~.menu__btn&gt;span {
     transform: rotate(45deg) 
}
 #menu__toggle:checked~.menu__btn&gt;span::before {
     top: 0;
     transform: rotate(0) 
}
 #menu__toggle:checked~.menu__btn&gt;span::after {
     top: 0;
     transform: rotate(90deg);
}
 #menu__toggle:checked~.menu__box {
     visibility: visible;
     left: 0;
     background: #006577;
     z-index: 9999;
}
 .menu__btn {
     display: flex;
     align-items: center;
     position: relative;
     width: 26px;
     height: 26px;
     cursor: pointer;
     z-index: 1 
}
 .menu__btn&gt;span, .menu__btn&gt;span::after, .menu__btn&gt;span::before {
     display: block;
     position: absolute;
     width: 100%;
     height: 2px;
     background-color: #000;
     transition-duration: .25s 
}
 .menu__btn&gt;span::before {
     content: '';
     top: -8px 
}
 .menu__btn&gt;span::after {
     content: '';
     top: 8px 
}
 .menu__box {
     display: block;
     position: fixed;
     visibility: hidden;
     top: 0;
     left: -100%;
     width: 300px;
     height: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
     box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
     transition-duration: .25s;
     background-image: url(../img/inner-bg.html);
     background-position: center;
     background-size: cover 
}
 .menu__item {
     display: block;
     padding: 10px 23px;
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     text-decoration: none;
     transition-duration: .25s 
}
 .menu__item:hover {
     background-color: #cfd8dc 
}
 .fixed-top {
     position: static;
}
 .dropdown-menu ul {
     display: block !important;
}
 .dropdown-menu ul li {
     margin: 0 !important;
}
 nav#navbar ul li ul li.drop-down-show .dropdown-menu {
     display: none !important;
     right: -200px;
     top: 0;
}
 nav#navbar ul li ul li.drop-down-show:hover .dropdown-menu {
     display: block !important;
}
 nav#navbar ul li ul li.drop-down-show {
     padding: 10px 20px;
}
 .header-scrolled {
     position: fixed;
     background: #fff;
}
 .stickyheader {
     position: fixed !important;
     z-index: 9999;
     top: 0;
     width: 100%;
     background: #fff;
     -webkit-transition: .4s;
     box-shadow: 0 10px 23px #0000000d;
     padding: 15px 0 !important;
}
.stickyheader .logo img{
    display: none;
}
 header#header {
     padding: 22px 0;
     transition: 0.5s;
     z-index: 999;
     position: relative;
}
 nav#navbar li.drop-down-show .dropdown-menu {
     transition: .5s 
}
 nav#navbar ul .selected-menu a {
     color: #006577 
}
 a.selected-menu.dropdown-toggle {
     border-bottom: 2px solid #fdb200 !important 
}
 a.selected-menu.dropdown-item {
     border-bottom: 2px solid #fdb200 !important 
}
 nav#navbar li.drop-down-show:hover .dropdown-menu {
     display: block;
     transition: .5s;
     padding: 15px 0 
}
 nav#navbar .dropdown-item {
     background-color: #fff 
}
 nav#navbar .dropdown-item {
     color: #000;
     padding: 8px 20px;
     font-size: 14px;
     border: 2px solid #fff0;
     transition: 0s 
}
 nav#navbar ul {
     display: flex 
}
 nav#navbar ul li {
     margin: auto 0 auto 40px;
}
 nav#navbar ul li a {
     color: #000;
     white-space: nowrap;
}
 nav#navbar ul li a:hover {
     color: #006577 
}
 ul {
     padding: 0;
     list-style-type: none 
}
.logo img {
    width: 100px;
    position: relative;
    top: -21px;
}
 .hero-before canvas {
     width: 100%;
     height: 100% 
}
 .hero-before {
     position: absolute;
     left: 0;
     right: 0;
     bottom: -100px;
     opacity: .2 
}
 .hero-form #contact {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .contact-area .col-xl-4 {
     position: absolute;
     left: 0;
}
 #contact-area .row {
     justify-content: right;
}
 .contact-area .form-group.col-50 {
     width: 49%;
     display: inline-block;
}
 .contact-area .form-group {
     width: 99%;
}
 .contact-area .form-group {
     margin-bottom: 15px 
}
 .contact-area img.customdesign-bg {
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
}
 .customdesign-img {
     position: relative;
     height: auto;
}
 div#msg-hero {
     position: absolute;
     left: 0;
     right: 0;
     margin-top: 10px;
}
 .contact-form input {
     background: 0 0 !important;
     border: 0;
     border-right: 1px solid #4d7178;
     height: 70px;
     border-radius: 0;
     padding: 0 30px;
     backdrop-filter: blur(4px);
     -webkit-backdrop-filter: blur(4px) !important;
     background: #00354194 !important;
     color: #fff !important 
}
 .fadeOut {
     -webkit-animation-name : fadeOut ;
     animation-name : fadeOut ;
}
 .animated {
     -webkit-animation-duration : 1000 ms ;
     animation-duration : 1000 ms ;
     -webkit-animation-fill-mode : both ;
     animation-fill-mode : both ;
}
 .owl-animated-out {
     z-index : 1 
}
 @-webkit-keyframes fadeOut {
     0% {
         opacity : 1 ;
    }
     100% {
         opacity : 0 ;
    }
}
 @keyframes fadeOut {
     0% {
         opacity : 1 ;
    }
     100% {
         opacity : 0 ;
    }
}
 #hero .slid-icons img {
     -webkit-animation: Icons-animation 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
     animation: Icons-animation 3s infinite 3s cubic-bezier(0.4, 0, 1, 1);
     animation-name: Icons-animation;
     transform: translate(-58px, 0px);
}
 @-webkit-keyframes Icons-animation {
     0% {
         width: 100px;
    }
     50% {
         width: 120px;
    }
     100% {
         width: 135px;
    }
}
 @keyframes Icons-animation {
     0% {
         transform: translate(-58px, 0px);
    }
     50% {
         transform: translate(-48px, 0px);
    }
     100% {
         transform: translate(-58px, 0px);
    }
}
 #hero .slid-icons img {
     width: 135px;
     position: absolute;
}
 #hero .slid-icons {
     position: absolute;
     right: 0;
     left: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     top: 0;
     bottom: 0;
}
 .item.fadeOut {
     position: relative;
}
 #hero .slid-icons img.mid-col {
     top: 45px;
     right: auto;
     left: 35%;
}
 #hero .slid-icons img.bottom-col {
     right: auto;
     left: 60px;
     bottom: 25%;
}
 #hero .slid-icons img.top-col {
     right: 17%;
     top: 45%;
}
 #hero .common-col-dark h4 {
     background: #92929236;
     padding: 3px 15px;
     border-radius: 15px;
     display: inline-block;
     margin-bottom: 20px;
}
 div#hero-img {
     width: 40%;
     position: absolute;
     right: 70px;
     left: auto;
     overflow: hidden;
     top: -100px;
     bottom: 0;
     display: flex;
     align-items: center;
}
 div#hero-img::before {
     content: '';
    /* background: url(../img/group-1.webp);
     */
     height: 100%;
     width: 100%;
     position: absolute;
     right: 0;
     left: 0;
     top: 0;
     bottom: 0;
     background-size: cover;
     border-radius: 20px 0px 0 0px;
     margin: auto;
}
 #hero .common-col-dark h1 strong {
     color: #006577;
}
 #hero .common-col-light h4::before {
     content: '';
     background: #ffd257;
     width: 70px;
     z-index: 1;
     height: 2px;
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto 0;
     left: -79px;
}
 .content-container.common-col-dark {
     padding: 5px 0;
}
 #hero a.primary-btn-dark {
     border-color: #747474;
     color: #000;
}
 #hero .common-col-light h4 {
     position: relative;
     margin-left: 80px;
}
 #hero .plan-bottom {
     margin-top: 33px;
}
 #hero a.secondary-btn-dark {
     margin-left: 20px !important;
     background: #006577;
     color: #fff;
     -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
     animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
}
 #hero ul.hero-logos li img {
     width: 100%;
}
 #hero ul.hero-logos li .front-img {
     margin-bottom: 55px;
     transition: 0.5s;
}
 #hero ul.hero-logos li:hover .front-img {
     transform: translateY(-100px);
     transition: 0.5s;
}
 #hero ul.hero-logos li:hover .back-img {
     transform: translateY(-138px);
     transition: 0.5s;
}
 #hero ul.hero-logos li .back-img {
     transition: 0.5s;
}
 #hero ul.hero-logos li .back-img img {
     filter: grayscale(1);
}
 #hero ul.hero-logos {
     display: flex;
     align-items: center;
     justify-content: left;
     margin-top: 30px;
     margin-bottom: 30px;
}
 #hero ul.hero-logos li {
     position: relative;
     overflow: hidden;
     height: 70px;
     width: 136px;
}
 #hero ul.hero-logos li:last-child::after {
     border: 0;
}
 #hero ul.hero-logos li img {
     width: 81px;
     height: 80px;
     object-fit: contain;
}
 #hero .common-col-light {
     padding-bottom: 0;
}
 #hero a.chat-btn {
     padding: 16px;
     background: #046c7e29;
     color: #000;
     border-radius: 30px;
}
 #hero a.chat-btn img {
     margin-right: 15px;
     width: 35px;
}
 .contact-form.hero-form input {
     border-radius: 5px 0 0 5px;
}
 #hero input#email {
     border: 0 
}
 .contact-form.hero-form {
     border: 3px solid #006577;
     border-radius: 10px;
     width: 70%;
     margin: 20px auto 0;
     position: relative;
}
 button#submit-btn {
     transition: .5s;
     background: #ffd257;
     border: 0;
     color: #000;
     font-size: 16px;
     border-radius: 5px;
     display: inline-block;
     padding: 20px 65px;
     line-height: 16px;
     overflow: inherit;
     max-width: fit-content;
     font-weight: 400;
     height: 70px !important 
}
 #contact-inr-area #contact-page-form {
     box-shadow: 0 0 22px #0000001a;
     background: #fff;
     padding: 50px 50px;
     border-radius: 17px;
     text-align: center;
}
 #contact .form-group {
     flex: 1;
}
 .contact-form input::placeholder {
     color: #ffffff94 
}
 .hero-after {
     transform: rotate(0);
     left: 41%;
     position: absolute;
     opacity: .3;
     top: 70%;
     z-index: 1;
}
.slid-icons {
    display: none !important;
}
 #hero {
     /*background: url(../img/custom-design-bg.png);*/
     background-repeat: no-repeat;
     background-size: 20%;
    background-position: 66% 18%;
}
 #hero .common-col-dark h1 {
     font-size: 45px;
     line-height: 50px;
     color: #000;
     font-weight: 800 
}
 #hero {
     padding-top: 70px;
     padding-bottom: 70px;
     position: relative;
     overflow: hidden;
     display: flex;
     margin-top: 25px;
}
 #hero .common-col-light h1 strong {
     color: #ffd257;
     font-weight: 800;
}
 .tech-area {
     padding: 20px 0 
}
 .tech-area ul {
     display: flex;
     align-items: center;
     justify-content: center 
}
 .tech-area ul li {
     flex: 1 
}
 img.customdesign-bg {
     -webkit-animation: rotation 8s infinite linear 
}
 @-webkit-keyframes rotation {
     from {
         -webkit-transform: rotate(0) 
    }
     to {
         -webkit-transform: rotate(359deg) 
    }
}
 .customdesign-area li {
     display: flex;
     width: 50%;
     float: left;
     margin-bottom: 20px;
     align-items: center 
}
 .customdesign-area ul {
     margin-top: 40px 
}
 .customdesign-area li p {
     margin-top: 0;
     padding-left: 15px;
     color: #000;
     font-size: 20px;
     font-weight: 600 
}
 .customdesign-area img.customdesign-bg {
     position: absolute;
     z-index: -1;
     top: -70px;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
}
 .customdesign-area img.customdesign-img {
     position: relative 
}
 .align-items-center .row {
     align-items: center 
}
 .customdesign-area .customdesign-img {
     position: relative 
}
 .services-area {
     background: url(../img/services-bg.png) no-repeat center center;
     background-size: 95%;
     padding-top: 100px;
     background-position: 80% 55%;
}
 .services-area a.primary-btn {
     margin-top: 20px;
}
 .common-col-light h2 b {
     color: #ffd257;
     font-weight: 700 
}
 .services-area .row {
     margin-top: 50px 
}
 .services-area .services-box {
         transition: 1s;
    text-align: center;
    padding: 20px 22px;
    backdrop-filter: blur(20px) !important;
    margin-bottom: 20px;
    -webkit-backdrop-filter: blur(4px);
    position: relative;
    border: 1px solid #006577;
    border-radius: 8px;
    background-size: 100% 100%;
}
 .col-xl-4:nth-child(2) .services-box {
     background: url(../img/serv-bg-2.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(3) .services-box {
     background: url(../img/serv-bg-3.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(4) .services-box {
     background: url(../img/serv-bg-4.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(5) .services-box {
     background: url(../img/serv-bg-5.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(6) .services-box {
     background: url(../img/serv-bg-6.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(7) .services-box {
     background: url(../img/serv-bg-7.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(8) .services-box {
     background: url(../img/serv-bg-8.png);
     background-size: 100% 100%;
}
 .col-xl-4:nth-child(9) .services-box {
     background: url(../img/serv-bg-9.png);
     background-size: 100% 100%;
}
 .services-area .services-box:hover img {
     box-shadow: 0 0 20px #ffffff1f;
     transition: .5s;
     transform: translate(0, -5px) 
}
 .services-area .services-box img {
     transition: .5s 
}
.services-area .services-box img {
    transition: .5s;
    height: 16px;
    /* float: left; */
}
.ico-img {
    height: 80px !important;
    width: 80px !important;
}
 .services-area .services-box h5 {
     color: #000;
     font-size: 25px;
     font-weight: 800;
     margin-top: 30px;
}
 .services-area .services-box p {
     color: #000;
     font-size: 14px;
     line-height: 22px;
     height: 110px;
     overflow: hidden;
}
 .services-area .services-box a img {
     padding-left: 10px 
}
 .services-area .services-box:hover a img {
     box-shadow: none;
     transform: translate(0) 
}
 .services-area .services-box:hover {
     box-shadow: 0px 6px 7px 5px #c1c1c11c;
     border-radius: 13px;
     transition: 1s;
     background-size: 0;
}
 .services-area .services-box a {
     font-size: 15px;
     color: #000000;
     font-weight: 600;
     margin-top: 5px;
     display: inline-block 
}
 .lightyears-area {
     padding-bottom: 100px;
}
 .lightyears-area ul li {
     width: 20%;
     float: left;
     display: inline-block;
     padding: 0 20px 
}
 .lightyears-area ul li img {
     width: 100%;
}
 .portfolio .portfolio-item {
     margin-bottom: 30px;
     width: 25% !important;
     padding: 0;
}
 .portfolio #portfolio-flters {
     text-align: center 
}
 .portfolio #portfolio-flters li.filter-active {
     border: 2px solid #f6b544;
     opacity: 1;
}
 .portfolio #portfolio-flters li {
     cursor: pointer;
     display: inline-block;
     font-size: 16px;
     font-weight: 400;
     line-height: 1;
     color: #fff;
}
 .portfolio #portfolio-flters li:last-child {
     margin-right: 0 
}
 .portfolio .portfolio-wrap .portfolio-disply-img {
     height: 340px;
     overflow: hidden 
}
 .portfolio .portfolio-wrap:hover .portfolio-disply-img img {
     transform: translateY(-100vh);
     transition: 3s 
}
 .portfolio .portfolio-wrap {
     transition: .3s;
     position: relative;
     overflow: hidden;
     z-index: 1;
     background: #fff;
     box-shadow: none;
}
 .portfolio .portfolio-wrap img {
     transition: all ease-in-out .3s;
     transition: 3s 
}
 .portfolio .portfolio-wrap .portfolio-info h4 {
     font-size: 18px;
     color: #000;
     font-weight: 600;
     line-height: 30px;
     margin-bottom: 0 
}
 .portfolio .portfolio-wrap .portfolio-info p {
     color: #000;
     font-size: 14px;
     padding: 0;
     margin: 0 
}
 .portfolio .portfolio-wrap .portfolio-links {
     text-align: center;
     z-index: 4;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99999 
}
 .portfolio .portfolio-wrap .portfolio-links a {
     color: rgba(255, 255, 255, .4);
     margin: 0 5px 0 0;
     font-size: 28px;
     display: inline-block;
     transition: .3s;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0 
}
 .portfolio .portfolio-wrap .portfolio-links a:hover {
     color: #fff 
}
 .portfolio .portfolio-wrap:hover::before {
     opacity: 1 
}
 .portfolio .portfolio-wrap:hover .portfolio-info {
     opacity: 1 
}
 .portfolio .portfolio-wrap .portfolio-info {
     padding: 25px 30px;
     transition: .5s 
}
 .portfolio .portfolio-wrap:hover .portfolio-info {
     background: #119fa6;
     transition: .5s 
}
 .portfolio .portfolio-wrap:hover .portfolio-info * {
     color: #fff 
}
 .portfolio-disply-img .img-fluid {
     height: 600px;
     width: 100%;
     background-size: 100%;
     transition: 3s 
}
 .portfolio .portfolio-wrap:hover .portfolio-disply-img .img-fluid {
     background-position: 100% 100%;
     transition: 3s 
}
 .portfolio #portfolio-flters {
     width: 100%;
     overflow: auto;
     padding: 0 20px;
}
 .row.portfolio-container {
    /* max-height: 355px;
     */
    /* overflow: hidden;
     */
}
 section#portfolio h1 {
     padding: 30px 0 
}
 .tabs-area {
     display: flex;
     flex-direction: column;
}
 .tabs-area .row {
     width: 100%;
     margin-right: 12px 
}
 .tabs-area .portfolio-container {
     width: 100%;
     margin-right: 0 
}
 .tabs-area .row li {
     width: 100%;
     padding: 15px 30px !important;
     border: 1px solid #95a3a5;
     margin-bottom: 10px !important;
     border-radius: 3px;
}
 .portfolio .common-col-light {
     text-align: center;
     margin-bottom: 30px 
}
 .tabs-area ul::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
     border-radius: 7px;
     background-color: #f2f2f26e 
}
 .tabs-area ul::-webkit-scrollbar {
     width: 7px;
     background-color: #f5f5f500 
}
 .tabs-area ul::-webkit-scrollbar-thumb {
     border-radius: 7px;
     -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
     background-color: #f6b544;
     transition: .8s 
}
 section#tak-area {
     overflow: hidden;
}
 section#tak-area .col-xl-7 {
     position: unset;
}
 #tak-area a.primary-btn-dark {
     border-color: #000 !important;
     color: #000;
     margin-right: 20px;
}
 section#tak-area img.col-img {
     width: 90%;
}
 .tak-area img.customdesign-bg {
     position: absolute;
     z-index: -1;
     width: 100%;
     right: auto;
     left: 60%;
     top: -67%;
     bottom: 0;
     margin: 0 auto;
}
 .tak-area .customdesign-img {
     display: flex;
     justify-content: flex-end;
}
 .tak-area ul li {
     display: flex;
     align-items: center;
     margin-bottom: 15px 
}
 .tak-area ul li p {
     margin-top: 0;
     margin-left: 10px;
     font-weight: 700;
     font-size: 18px;
}
 .tak-area ul {
     margin-top: 30px 
}
 .tak-area .plan-bottom {
     margin-top: 40px;
}
 .plans-area .tab button.active {
     background: #026b7c;
     border: 1px solid #f6b544;
     color: #fff;
     font-weight: 500 
}
 .plans-area .tabcontent {
     display: none;
     border-top: none;
     margin-top: 20px 
}
 .plans-area .tab {
     padding-top: 20px;
     FONT-WEIGHT: 500;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .plans-area .tab button {
     transition: .5s;
     background: 0 0;
     border: 1px solid #94aeb2;
     color: #94aeb2;
     font-size: 14px;
     text-transform: uppercase;
     border-radius: 6px;
     display: inline-block;
     line-height: 16px;
     min-width: 156px;
     width: 156px;
     margin: 0 5px;
     text-align: center;
     margin-bottom: 10px;
     padding: 15px 0 !important 
}
 .plans-area a.primry-btn {
     padding: 13px 25px;
     font-size: 16px 
}
 .plans-area .plan-bottom .plan-bottom {
     display: flex;
     align-items: center;
     padding-top: 20px 
}
 .plans-area .plan-bottom .plan-bottom a.phone-btn {
     font-size: 13px;
     color: #000;
     font-weight: 600;
     position: relative;
     width: 50%;
     border-right: 2px solid #000;
     margin-right: 24px;
     text-align: left;
     padding-left: 24px 
}
 .plans-area .plan-bottom .plan-bottom a {
     margin: 0 
}
 .plans-area .plan-bottom .plan-bottom a.chat-btn {
     font-size: 13px;
     width: 50%;
     position: relative;
     padding-left: 20px;
     text-align: left 
}
 .plans-area .plan-bottom .plan-bottom a.phone-btn::before {
     content: "";
     position: absolute;
     height: 15px;
     width: 25px;
     left: 0;
     background-size: contain;
     top: 2px 
}
 .plans-area .plan-bottom .plan-bottom a.chat-btn::before {
     content: "";
     position: absolute;
     height: 15px;
     width: 25px;
     left: -7px;
     background-size: contain;
     top: 3px 
}
 .plans-area .plan-content .plan-head {
     text-align: center;
     transition: .5s;
     padding: 35px 0;
     border-radius: 10px 10px 0 0;
}
 .plans-area .plan-content .plan-head * {
     color: #fff 
}
 .plans-area .plan-content .plan-head h1 {
     display: block 
}
 .plans-area .plan-content .plan-head small {
     font-size: 24px;
     font-weight: 400 
}
 .plans-area .plan-content .plan-head h4 {
     font-size: 16px;
     color: #fff;
     padding: 10px 10px;
     transition: 1s;
     margin: 0 auto;
     line-height: 16px;
     text-transform: uppercase;
     font-weight: 400;
     background: #ffffff2e 0 0 no-repeat padding-box;
     opacity: 1;
     backdrop-filter: blur(30px);
     -webkit-backdrop-filter: blur(30px);
     backdrop-filter: brightness(10);
     display: inline-block 
}
 .plans-area .plan-content .plan-head p {
     font-size: 14px;
     color: #cecece 
}
 .plans-area .plan-content .plan-head h1 {
     font-size: 80px;
     margin-top: 30px 
}
 .plans-area .plan-body ul {
     height: 230px;
     overflow-x: hidden;
     scrollbar-color: #761c93 #f0f0f0;
     scrollbar-width: thin;
     margin-top: 10px 
}
 .plans-area .plan-body {
     padding: 40px 25px 0 40px;
     text-align: left 
}
 .plans-area .plan-content ul li {
     margin-top: 20px;
     padding-left: 40px;
     position: relative;
     font-size: 16px;
     color: #fff;
     line-height: 25px;
     font-weight: 400 
}
 .plans-area .plan-content ul li strong {
     font-size: 16px;
     color: #fff;
     line-height: 25px;
     font-weight: 400 
}
 .plans-area .plan-content ul li:before {
     content: '';
     position: absolute;
     top: 0;
     background-image: url(../img/yellow-check.svg);
     left: 0;
     width: 25px;
     height: 25px;
     background-repeat: no-repeat;
     padding: 0;
     background-position: center 
}
 .plan-content img.d-banner {
     width: 70px !important;
     position: absolute;
     left: auto;
     right: 0;
}
 .plans-area .plan-content {
     margin: 0 10px;
     background: #00000042 0 0 no-repeat padding-box;
     border: 2px solid #f6b544;
     border-radius: 13px;
     opacity: 1;
     backdrop-filter: blur(2px);
     -webkit-backdrop-filter: blur(4px) !important 
}
 #plans-area {
     background: url(../img/plans-bg2.webp) no-repeat center center;
     background-size: cover 
}
 .plans-area ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
     border-radius: 7px;
     background-color: #f2f2f26e 
}
 .plans-area ::-webkit-scrollbar {
     width: 10px;
     background-color: #f5f5f500 
}
 .plans-area ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
     background-color: #f6b544;
     transition: .8s 
}
 .plans-area .plan-body h6 {
     color: #fff;
     font-size: 22px;
     font-weight: 600 
}
 .plans-area .plan-header {
     padding: 10px 0;
     opacity: 1;
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(30px);
     background: rgb(0,101,119);
     background: linear-gradient(90deg, rgb(0 101 119 / 72%) 0%, rgb(0 51 60 / 80%) 100%);
}
 .plans-area .plan-header h1 {
     color: #fff;
     font-size: 60px;
     font-weight: 800 
}
 .plans-area .plan-header h5 {
     font-size: 22px;
     color: #fff;
     position: relative;
}
 .plans-area .plan-header h5::before {
     content: '';
     height: 2px;
     background: #f6b544;
     width: 56px;
     position: absolute;
     right: 0;
     margin: 0 auto;
     left: 0;
     top: 9px;
}
 .plans-area .plan-bottom {
     padding: 30px 0 50px 
}
 .plans-area .plan-bottom a.primary-btn {
     background: 0 0;
     border-color: #fff;
     color: #fff;
     border: 1px solid #fff;
}
 .plans-area .plan-bottom a.secondary-btn {
     margin-left: 7px;
     background: #f6b544;
     border-color: #f6b544;
     color: #000 
}
 .plans-area .plan-bottom a.secondary-btn:hover {
     background: 0 0;
     color: #fff 
}
 .plans-area .plan-bottom a.primary-btn:hover {
     background: #006577;
     border-color: #006577 
}
 .plans-area .owl-nav {
     display: block !important;
     position: absolute;
     top: 50%;
     left: 0;
     right: 0 
}
 .plans-area button.owl-prev span {
     background: #fff !important;
     font-size: 40px !important;
     line-height: 0 !important;
     border-radius: 50%;
     padding: 4px 21px 
}
 .plans-area button.owl-prev {
     position: absolute;
     left: -80px 
}
 .plans-area button.owl-next span {
     background: #fff !important;
     font-size: 40px !important;
     line-height: 0 !important;
     border-radius: 50%;
     padding: 4px 21px 
}
 .plans-area button.owl-next {
     position: absolute;
     right: -80px 
}
 .pricing-bottom {
     background: #ffffff14;
     padding: 30px 34px;
     border-radius: 10px;
     margin-top: 32px;
}
 .pricing-bottom h3 {
     color: #fff;
     font-size: 30px;
     font-weight: 800;
     padding-bottom: 10px;
     text-transform: capitalize;
}
 .pricing-bottom p {
     color: #fff;
     font-size: 16px;
     line-height: 25px 
}
 .pricing-bottom h3 b {
     color: #f6b544 
}
 /* .pricing-bottom .plan-bottom {
     text-align: right !important;
     padding: 0 
} */
 .tabcontent {
     animation: fadein 1.5s 
}
 .comboPlans-area .plan-content h4 {
     font-size: 16px;
     color: #006577;
     padding: 10px 10px;
     transition: 1s;
     width: 50%;
     margin: 0 auto;
     line-height: 16px;
     text-transform: uppercase;
     font-weight: 400;
     background: #e3eef0 
}
 .comboPlans-area .plan-header {
     padding: 10px 0;
     background: #006577;
     margin-top: 20px;
     margin-bottom: 30px 
}
 .comboPlans-area .plan-header h1 {
     color: #fff;
     font-size: 80px;
     font-weight: 800 
}
 .comboPlans-area .plan-header h5 {
     font-size: 20px;
     color: #fff;
     text-decoration: line-through 
}
 .comboPlans-area .plan-body p b {
     text-align: center;
     color: #000;
     font-size: 20px;
     padding: 0 25px;
     display: inline-block 
}
 .comboPlans-area .plan-body p {
     color: #000;
     font-size: 16px;
     padding-bottom: 15px 
}
 .comboPlans-area .plan-content {
     text-align: center !important;
     border: 2px solid #006577;
     border-radius: 10px;
     padding: 20px 0 
}
 .comboPlans-area .plan-content a.secondary-btn {
     background: #f6b544;
     padding: 15px 70px;
     color: #000 
}
 .comboPlans-area .plan-bottom .flex-btm {
     display: flex;
     border-top: 1px solid #70707080;
     border-bottom: 1px solid #70707080;
     padding: 21px 0;
     margin: 20px 0 
}
 .comboPlans-area .plan-bottom .flex-btm a {
     flex: 1;
     color: #000;
     font-size: 16px 
}
 .comboPlans-area .plan-bottom .flex-btm a.chat-btn {
     text-align: left;
     margin-left: 20px 
}
 .comboPlans-area .plan-bottom .flex-btm a.call-btn {
     text-align: right;
     margin-right: 20px 
}
 .comboPlans-area .plan-content a.primary-btn {
     background: 0 0;
     border: 0;
     color: #006577;
     font-size: 19px;
     font-weight: 600;
     text-decoration: underline !important 
}
 .comboPlans-area .main-body {
     border: 1px solid #7070706e;
     border-radius: 10px;
     padding: 50px;
     display: inline-block;
     width: 100% 
}
 .comboPlans-area .main-body h6 {
     color: #000;
     font-size: 35px;
     font-weight: 800;
     margin-bottom: 5px;
}
 .comboPlans-area .main-body p b {
     display: inline-block;
     padding-bottom: 30px;
     color: #006476;
}
 .comboPlans-area .main-body ul li {
     position: relative;
     font-size: 20px;
     color: #565656;
     line-height: 25px;
     font-weight: 500;
     border-bottom: 1px solid #7070706e;
     padding: 15px 0;
     padding-right: 40px;
     display: block 
}
 .comboPlans-area .main-body ul li::before {
     content: '';
     position: absolute;
     top: 17px;
     background-image: url(../img/check-blue.svg);
     right: 0;
     width: 25px;
     height: 25px;
     background-repeat: no-repeat;
     padding: 0;
     background-position: center 
}
 .comboPlans-area .main-body ul {
     height: 366px;
     overflow: auto;
     padding-right: 40px 
}
 .comboPlans-area ul::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
     border-radius: 7px;
     background-color: #f2f2f26e 
}
 .comboPlans-area ul::-webkit-scrollbar {
     width: 10px;
     background-color: #f5f5f500 
}
 .comboPlans-area ul::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
     background-color: #f6b544;
     transition: .8s 
}
 .comboPlans-area .main-body ul li:last-child {
     border: 0 
}
 .comboPlans-area .item {
     display: inline-block 
}
 .comboPlans-area .swiper-container {
     position: relative;
     overflow: hidden 
}
 .comboPlans-area .common-col-dark {
     margin-bottom: 40px 
}
 .comboPlans-area .container {
     position: relative 
}
 .comboPlans-area .swiper-button-next {
     right: -60px;
     background: #006577;
     color: #fff;
     height: 45px;
     width: 45px !important;
     border-radius: 50%;
     top: 58% 
}
 .comboPlans-area .swiper-button-next::after {
     font-size: 24px;
     left: 2px;
     position: relative 
}
 .comboPlans-area .swiper-button-prev {
     left: -60px;
     background: #006577;
     color: #fff;
     height: 45px;
     width: 45px !important;
     border-radius: 50%;
     top: 58% 
}
 .comboPlans-area .swiper-button-prev::after {
     font-size: 24px;
     right: 2px;
     position: relative 
}
 .counter-area {
     background: url(../img/mile-bg.jpg) no-repeat center center;
     background-size: cover 
}
 .counter-area .col h2 {
     color: #fff;
     text-align: center;
     font-size: 45px;
     font-weight: 600 
}
 .counter-area .col h2 b {
     color: #f6b544;
     font-weight: 500 
}
 .counter-area .col h2 span {
     display: block;
     font-size: 16px;
     font-weight: 500 
}
 .counter-area .col {
     border: 2px solid #f6b544;
     margin: 0 20px;
     border-radius: 6px;
     padding: 20px 0;
     backdrop-filter: blur(4px);
     -webkit-backdrop-filter: blur(4px) !important;
     background: #003541 
}
 .counter-area .col:nth-child(1) {
     margin-left: 11px;
}
 .testimonials-area .plan-head {
     width: 150px 
}
 .testimonials-area .plan-body p {
     color: #000;
     font-size: 16px;
     line-height: 26px;
     padding-top: 20px;
     min-height: 180px;
}
 .testimonials-area .plan-bottom {
     margin-top: 30px 
}
 .testimonials-area .plan-bottom li img {
     width: 60px;
     position: absolute;
     left: 0;
     bottom: 0 
}
 .testimonials-area .plan-bottom ul li {
     padding-left: 80px;
     height: 60px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     position: relative 
}
 .testimonials-area .plan-bottom ul li h5 {
     color: #000;
     font-size: 22px;
     font-weight: 600 
}
 .testimonials-area .plan-bottom ul li span {
     color: #000;
     font-size: 14px;
     padding-top: 4px 
}
 .testimonials-area .plan-content {
     margin: 16px 20px;
     border: 1px solid #6f6f6f33;
     padding: 50px 30px;
     border-radius: 9px;
     transition: .5s;
}
 .testimonials-area .plan-content:hover {
     transition: .5s;
     border-color: #fff;
     box-shadow: 0 0 10px #00000029 
}
 .testimonials-area .owl-nav {
     position: absolute;
     left: 0;
     right: 0;
     top: 44%;
     width: 100%;
     z-index: 9999999 
}
 .testimonials-area .owl-nav button.owl-prev {
     font-size: 0 !important;
     background: url(../img/left-arrow.png) no-repeat center center !important;
     background-size: cover !important;
     height: 50px;
     width: 50px;
     position: absolute;
     left: -45px 
}
 .testimonials-area .owl-nav button.owl-next {
     font-size: 0 !important;
     background: url(../img/right-arrow.png) no-repeat center center !important;
     background-size: cover !important;
     height: 45px;
     width: 45px;
     position: absolute;
     right: -40px 
}
 .testimonials-area .owl-nav button {
     transition: .5s 
}
 .testimonials-area .owl-nav button:hover {
     filter: grayscale(1) 
}
 .customize-area a.primary-btn {
     border: 1px solid #fff6;
     background: #068ba3;
}
 .customize-area a.secondary-btn {
     background: #F6B544;
     border-color: #F6B544;
     color: #000;
}
 section#customize-area img {
     margin-top: -50px;
     margin-bottom: -50px;
}
 section#customize-area {
     margin-top: 50px;
}
 .customize-area {
     background: url(../img/customize-bg.webp) no-repeat center center;
     background-size: cover !important;
}
 .contact-area {
     padding: 100px 0 
}
 .contact-area input, .contact-area select, .contact-area textarea {
     padding: 12px 20px;
     /*background: #EBF3F4;*/
     /*border-color: #C9C9C9;*/
     font-size: 14px;
}
 .contact-bottom .common-col-dark h2 {
     font-size: 23px;
     line-height: 31px;
}
 .contact-bottom .common-col-dark p {
     margin-bottom: 30px;
}
 .contact-bottom {
     width: 80%;
     margin: 0 auto;
     margin-top: 55px;
     background: #fff;
     padding: 30px 10px;
     box-shadow: 1px 1px 4px 5px #00000005;
}
 .contact-area form {
     margin-top: 40px 
}
 .contact-area button {
     animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
     transition: .5s;
     background: #006577;
     border: 2px solid #006577;
     color: #fff;
     font-size: 18px;
     border-radius: 5px;
     display: inline-block;
     padding: 17px 60px;
     line-height: 16px;
     margin-top: 20px 
}
 .contact-area input::placeholder, .contact-area textarea::placeholder {
     color: #000008;
}
 .contact-area .left-col {
     padding-right: 60px;
}
 .contact-area img {
     width: 100%;
}
 .customize-area a.secondary-btn {
     margin-left: 15px 
}
 .customize-area .plan-bottom {
     margin-top: 30px;
}
 .cntct-btm h3 {
     font-size: 28px;
     color: #000;
     line-height: 34px;
     font-weight: 700 
}
 .cntct-btm p {
     margin-top: 10px;
     font-size: 16px;
     color: #000;
     line-height: 24px;
     font-weight: 400 
}
 .cntct-btm {
     margin-top: 50px 
}
 #footer .col1 ul {
     display: flex;
}
 #footer .col1 ul li {
     margin-right: 20px;
     white-space: nowrap;
}
 #footer .col1 ul li a {
     margin-bottom: 0;
}
 #footer .container {
     overflow: hidden;
}
 #footer {
     padding: 125px 0 0;
     background: url(../img/footer-bg.webp) no-repeat center center;
     background-size: cover;
     z-index: 0;
     position: relative !important;
}
/* #footer .col1 img {
    width: 100px;
    margin-bottom: 30px;
    display: block;
} */
 #footer p {
     color: #fff;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 20px 
}
 #footer .col1 {
     padding-right: 50px 
}
 #footer .col1 ul li a, #footer .col4 ul li {
     color: #fff;
     font-size: 14px 
}
 #footer .col4 ul li i {
     position: absolute;
     left: 0;
     top: 0;
     color: #fdb200;
     font-size: 20px 
}
 #footer .col4 ul li {
     position: relative;
     padding-left: 35px;
     padding-right: 45px;
     margin-bottom: 30px;
     line-height: 25px 
}
 #footer h4 {
     color: #fff;
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
     margin-top: 30px;
     display: inline-block;
     padding-bottom: 8px;
     width: 80% 
}
 #footer .dmca-icon {
     width: auto !important;
}
 #footer ul li a {
     font-size: 16px;
     color: #fff;
     margin-bottom: 14px;
     display: block 
}
 /* #footer .row .col-xl-3:nth-child(1) {
     width: 35% 
}
 #footer .row .col-xl-3:nth-child(2) {
     width: 20% 
}
 #footer .row .col-xl-3:nth-child(3) {
     width: 20% 
}
 #footer .row .col-xl-3:nth-child(4) {
     width: 25% 
} */
.bark {
    /* width: 23px; */
    padding-bottom: 0px;
}
#copywrite .col1 img {
    width: 20px !important;
    margin-bottom: 0 !important
}
 footer#footer .col2 p {
     margin-bottom: 0;
     text-align: center;
     font-size: 14px 
}
 #copywrite .col3 ul {
     display: flex;
     align-items: center;
     justify-content: end 
}
 #copywrite .col3 ul li {
     margin-left: 15px;
     white-space: nowrap;
     color: #fff;
}
 #copywrite {
     border-top: 1px solid;
     padding: 15px 0;
     margin-top: 50px 
}
 #copywrite .col3 ul li a {
     margin-bottom: 0 
}
 .floatbutton.active {
     right: 0;
     z-index: 999;
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s 
}
 .floatbutton {
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
     position: fixed;
     right: -370px;
     top: 18%;
     font-size: 0;
     width: 420px;
     z-index: 999 
}
 .floatbutton .clickbutton {
     background-color: #006577;
     width: 50px;
     z-index: 999;
     height: 200px;
     cursor: pointer;
     box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
     border-radius: 3px 0 0 3px;
     display: inline-block;
     padding-top: 0;
     vertical-align: top;
     margin-top: 185px;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     position: relative;
     text-transform: uppercase;
     box-shadow: 0 0 40px #00000026;
     -webkit-box-shadow: 0 0 40px #00000026;
     -ms-box-shadow: 0 0 40px #00000026;
     -o-box-shadow: 0 0 40px #00000026;
     background-color: linear-gradient(90deg, #f58f3d 0, #f58f3d 35%, #f89f4a 100%) 
}
 .floatbutton .clickbutton .crossplus:before {
     content: "";
     display: none;
     position: absolute;
     width: 20px;
     height: 2px;
     right: 0;
     background: #fbb334;
     z-index: 99;
     top: 0;
     left: 0;
     bottom: 0;
     margin: auto 
}
 .floatbutton .clickbutton .crossplus:after {
     content: "";
     display: none;
     position: absolute;
     width: 2px;
     height: 20px;
     right: 0;
     background: #fab334;
     z-index: 99;
     top: 0;
     left: 0;
     bottom: 0;
     margin: auto 
}
 .floatbutton .clickbutton .crossplus {
     position: absolute;
     display: block;
     transform: rotate(-90deg);
     -moz-transition: .4s;
     -o-transition: .4s;
     left: -54px;
     white-space: pre;
     bottom: 87px 
}
 .floatbutton.active .clickbutton .crossplus {
     display: none 
}
 .floatbutton .clickbutton .crossplus.rotate {
     transform: rotate(45deg);
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s 
}
 .floatbutton .clickbutton .crossplus i {
     font-size: 18px;
     color: #fff;
     margin: 17px 0 0 15px 
}
 .ban-form textarea {
     width: 100%;
     border: 1px solid #e5e5e5;
     background: #fff;
     padding: 10px 15px;
     color: gray;
     font-size: 14px;
     border-radius: 3px;
     font-weight: 400;
     height: 120px;
     outline: 0 !important;
     margin: 15px 0 0 0;
     resize: none 
}
 .btns_wrap {
     position: fixed;
     right: -6px 
}
 .btns_wrap a:hover {
     text-decoration: none !important;
     right: 0 
}
 .btns_wrap .call_wrap {
     width: 280px;
     position: absolute;
     right: -225px;
     background: #006577;
     top: 123px;
     border-radius: 3px 0 0 3px;
     overflow: hidden;
     box-shadow: 0 0 40px #00000026 !important;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
     z-index: 9999;
     padding: 15px 0 
}
 a#dynamic.open-chat {
     animation: color-change-white 1s infinite;
     background: #fcd056;
}
 a#dynamic1.open-signup {
     right: 0 !important;
     animation: color-change-yellow 1s infinite;
     background: #006476 !important;
}
 a#dynamic1.open-signup span {
     color: #fff;
     animation: color-change-yellow 1.2s infinite;
}
 .open-signup i {
     color: #fff !important;
}
 a#dynamic.open-chat span {
     animation: color-change-white 1.2s infinite;
     color: #000;
}
 .btns_wrap a#dynamic1 {
     top: 0;
}
 .btns_wrap .chat_wrap {
     display: block;
     position: absolute;
     right: -185px;
     width: 240px;
     background: #006577;
     top: 63px;
     border-radius: 0;
     overflow: hidden;
     box-shadow: 0 0 40px #00000026 !important;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
     border-radius: 3px 0 0 3px;
     z-index: 9999;
     padding: 15px 0 
}
 .btns_wrap .icoo i {
     font-size: 23px;
     position: absolute;
     left: 15px;
     line-height: 24px;
     color: #fff 
}
 .btns_wrap .call_wrap span, .btns_wrap .chat_wrap span {
     color: #fff;
     font-size: 18px;
     font-family: Poppins;
     font-weight: 500;
     vertical-align: middle;
     padding: 15px 30px 15px 15px 
}
 .ban-form .fldset.inpchecbx label {
     display: inline-block;
     margin: 0;
     line-height: 1.4;
     color: #676767;
     font-size: 13px 
}
 .ban-form .fldset.inpchecbx input {
     display: inline-block;
     width: auto;
     height: auto;
     margin: 0 
}
 .fldset.inpchecbx {
     margin: 10px 0 0 0 
}
 .fldset p {
     font-size: 13px;
     color: #676767;
     padding: 0;
     margin: 10px 0 0 0 
}
 .fldset p a {
     display: block;
     padding: 5px 0 0 0;
     color: #141315;
     font-weight: 500;
     font-size: 14px 
}
 .floatbutton.active .clickbutton {
     margin-top: 0;
     transition: 1s;
     font-size: 0;
     height: 50px 
}
 .floatbutton.active .clickbutton:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0 
}
 .floatbutton.active .clickbutton::before {
     content: '';
     position: absolute;
     color: #000;
     top: 0;
     left: 0;
     transform: rotate(66deg);
     transition: 1s;
     bottom: 0;
     right: 0;
     background-image: url(../img/plan-x-floating.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 50% 
}
 .banner-form button {
     background: #006577;
     transition: .5s;
     border: 1px solid #006577;
     color: #fff;
     font-size: 15px;
     border-radius: 6px;
     display: inline-block;
     padding: 15px 50px;
     line-height: 16px;
     overflow: inherit;
     height: auto !important;
     font-weight: 400;
     max-width: fit-content;
}
 .banner-form {
     background: #fff;
     padding: 30px;
     position: relative;
     z-index: 99999 !important;
     border-radius: 5px;
     margin: 0;
     width: 370px;
     display: inline-block;
     box-shadow: 0 0 30px #0000001f 
}
 .ban-form input {
     width: 100%;
     margin: 0;
     border: 1px solid #e5e5e5;
     background: #fff;
     padding: 10px 15px;
     color: gray;
     font-size: 14px;
     border-radius: 3px;
     height: 50px;
     font-weight: 400;
     outline: 0 !important;
     margin: 0 0 15px 0 
}
 .banner-form .intl-tel-input {
     width: 100% 
}
 .banner-form h3 {
     color: #141315;
     font-size: 24px;
     margin-bottom: 5px;
     font-weight: 700;
     text-align: center 
}
 .banner-form h3 strong {
     font: 24px/24px Poppins, sans-serif;
     font-weight: 600 
}
 div#msg-side {
     font-size: 14px;
}
 .banner-form .ban-form input[type=submit] {
     color: #000;
     text-align: center;
     padding: 10px 15px;
     margin: 20px 0 0;
     border: transparent;
     cursor: pointer;
     background: #fad600;
     padding: 8px 50px;
     border-radius: 50px;
     font-weight: 500;
     text-transform: uppercase;
     width: auto !important;
     text-align: center;
     padding: 0 60px;
     position: relative;
     left: 77px 
}
 .ban-form textarea {
     width: 100%;
     border: 1px solid #e5e5e5;
     background: #fff;
     padding: 10px 15px;
     color: gray;
     font-size: 14px;
     border-radius: 3px;
     font-weight: 400;
     height: 120px;
     outline: 0 !important;
     margin: 15px 0 0 0;
     resize: none 
}
 .contact-text {
     position: relative;
}
 .modal-dialog {
     max-width: 910px;
     top: 80px;
     overflow: hidden;
}
 .modal-content h6 {
     color: #fff;
     font-size: 20px;
     font-weight: 700;
}
 .contact-form #contact-modal input {
     height: 50px !important;
}
 .modal-content h2 {
     color: #fff;
     font-size: 17px;
     padding-bottom: 11px;
     font-size: 30px;
     font-weight: 700;
     padding-bottom: 30px;
}
 .modal-content p {
     color: #fff;
     padding-bottom: 15px;
     font-size: 24px;
     line-height: 20px;
     font-weight: 700;
}
 .modal-content .contact-form input::placeholder, .modal-content .contact-form textarea::placeholder {
     color: #000 
}
 .modal-content {
     position: relative;
     background: #006577 !important;
     border-radius: 20px;
     top: 0;
     margin: auto !important;
     border: 0;
}
 .modal {
     background: #00000059;
}
 .modal-content button.btn-close {
     background-color: #fff !important;
     color: #fff;
     position: absolute;
     border-radius: 50%;
     padding: 20px;
     top: 0;
     z-index: 99;
     opacity: 1;
     right: 0px;
}
 .contact-text img.col-img {
     height: 550px;
     margin: 0;
}
 .modal-content .contact-form button {
     transition: .5s;
     background: #ffd257;
     border: 2px solid #ffd257;
     color: #000;
     font-size: 15px;
     border-radius: 5px;
     display: inline-block;
     padding: 15px 30px;
     line-height: 16px 
}
 .modal-content #close-modal {
     padding: 6px !important;
     position: absolute;
     top: -69px;
     left: auto;
     right: auto;
     margin: 0 !important;
     font-size: 40px 
}
 .modal-content .contact-form input, .modal-content .contact-form textarea {
     backdrop-filter: blur(10px);
     background-color: #fff !important;
     border: 0;
     color: #000 !important;
     padding: 18px 20px;
     border-radius: 3px;
     margin-bottom: 10px;
     transition: .5s 
}
 .modal-content .contact-form {
     padding: 30px 30px;
}
 body.modal-open {
     padding: 0 !important 
}
 .modal-content .contact-form textarea {
     height: 100px;
     resize: none 
}
 .inner-hero {
     background-size: cover !important;
     height: 450px 
}
 #about-hero {
     background: url(../img/inner-pages/about-bnr.html) no-repeat center center 
}
 #spectacular-area {
     background: url(../img/inner-pages/spectacular-bg.html) no-repeat center center;
}
 .inner-hero h1 {
     font-size: 55px;
     line-height: 70px;
     color: #fff;
     font-weight: 800 
}
 .inner-hero h1 strong {
     color: #ffd257 
}
 .inner-hero p {
     width: 60%;
     margin: 15px auto !important;
     font-size: 18px 
}
 img.col-img {
     width: 100%;
     margin-top: 20px;
}
 #spectacular-area a.primary-btn {
     margin-left: 10px 
}
 .design-code-area .common-col-dark {
     margin-bottom: 30px 
}
 .img-with-text {
     margin-bottom: 25px;
     display: flex 
}
 .img-with-text .col-right {
     padding-left: 15px;
}
 .img-with-text .col-right h5 {
     font-size: 19px;
     color: #000;
     font-weight: 700;
     line-height: 28px;
     padding-bottom: 2px 
}
 .img-with-text .col-right p {
     font-size: 14px;
     color: #000;
     line-height: 22px 
}
 .design-code-area::before {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     height: 440px;
     width: 50%;
     background: url(../img/inner-pages/design-code-before.html) no-repeat center center;
     background-size: 100% 100%;
     z-index: -1 
}
 .design-code-area {
     position: relative 
}
 .whychoose-area .row {
     margin-top: 50px 
}
 .whychoose-area .whychoose-box {
     max-height: 330px;
     min-height: 330px;
     padding: 40px 30px;
     background: #fff;
     box-shadow: 0 0 22px #0000001a;
     border-radius: 15px 
}
 .whychoose-area .whychoose-box img {
     padding-bottom: 25px 
}
 .whychoose-area .whychoose-box h5 {
     font-size: 22px;
     color: #000;
     font-weight: 600;
     line-height: 28px;
     padding-bottom: 10px 
}
 .whychoose-area .whychoose-box p {
     font-size: 15px;
     color: #000;
     line-height: 26px 
}
 .faq-area .row.faq-row1 p b b {
     color: #006577;
}
 #services-hero {
     background: url(../img/inner-pages/services-bnr.html) no-repeat center center 
}
 #projects-area {
     background: url(../img/inner-pages/project-bg.html) no-repeat center center;
}
 .faq-area .accordion-button.collapsed {
     background: 0 0 !important;
     border: 0 !important;
     border-bottom: 1px solid #acacac !important;
     padding: 20px 5px 
}
 .faq-area .accordion-item {
     border: 0 
}
 .faq-area .accordion-item button.accordion-button {
     color: #000000a8;
     font-weight: 700;
     font-size: 20px;
     box-shadow: none 
}
 .accordion-button:not(.collapsed) {
     background: 0 0 !important;
     color: #006577 !important;
     font-weight: 700;
     font-size: 20px;
     padding: 0;
     padding: 20px 5px;
     border-bottom: 1px solid #acacac !important 
}
 .accordion-body {
     padding: 20px 5px;
     color: #000;
     font-size: 16px;
     line-height: 25px;
     border-bottom: 1px solid #acacac !important 
}
 .faq-bottom {
     margin-top: 30px 
}
 .faq-bottom h3 {
     color: #000;
     font-size: 30px;
     font-weight: 800;
     margin-bottom: 5px 
}
 .faq-bottom h1 {
     font-size: 50px;
     color: #006577;
     font-weight: 800;
     text-transform: uppercase 
}
 .faq-bottom p {
     color: #000;
     font-size: 14px;
     line-height: 20px;
     padding-bottom: 10px 
}
 .row.faq-row1 {
     align-items: center;
     border: 2px dashed #00657773;
     border-radius: 15px;
     padding: 40px 50px;
     margin-top: 60px 
}
 .row.faq-row1 p b {
     color: #000;
     font-weight: 800;
     font-size: 30px;
     line-height: 40px 
}
 .row.faq-row1 p {
     color: #000;
     font-size: 16px;
     line-height: 22px 
}
 .row.faq-row1 a.secondary-btn-dark img {
     position: absolute;
     width: 13px;
     left: 18px;
     filter: brightness(0) invert(1);
     top: 16px 
}
 .row.faq-row1 a.secondary-btn-dark {
     position: relative;
     padding: 14px 30px 15px 40px;
     margin-top: 15px 
}
 .webdev-area .img-with-text {
     border: 2px dashed #00657773;
     padding: 30px 20px;
     border-radius: 14px 
}
 .webdev-area .img-with-text .col-left h1 {
     font-size: 65px;
     color: #006577;
     font-weight: 800 
}
 .webdev-area .common-col-dark p {
     padding-right: 100px 
}
 #portfolio-hero {
     background: url(../img/inner-pages/portfolio-bnr.html) no-repeat center center 
}
 #portfolio-light .common-col-dark.text-center {
     margin-bottom: 40px 
}
 #portfolio-light #portfolio-flters li.filter-active {
     border: 2px solid #006577;
     box-shadow: 0 0 10px #0000001f;
     color: #fff;
     font-weight: 500;
     background: #006577;
}
 #portfolio-light #portfolio-flters li {
     color: #000000;
     background: #EBF3F4;
     border: 0;
     width: 19%;
     margin: 5px !important;
}
 #portfolio-light ul::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
     border-radius: 7px;
     background-color: #f2f2f26e 
}
 #portfolio-light ul::-webkit-scrollbar {
     width: 7px;
     background-color: #f5f5f500 
}
 #portfolio-light ul::-webkit-scrollbar-thumb {
     border-radius: 7px;
     -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
     background-color: #006577;
     transition: .8s 
}
 #pricing-hero {
     background: url(../img/inner-pages/pricing-bnr.html) no-repeat center center 
}
 #plans-inr-area .tab button.active {
     color: #000;
     border: 1px solid #006577 
}
 #plans-inr-area .tab button {
     color: #0000007d;
     border-color: #939393 
}
 #plans-inr-area .plan-content {
     border-color: #006577 
}
 #plans-inr-area .plan-header {
     background: #006577 
}
 #plans-inr-area .plan-content .plan-head h4 {
     background: #e3eef0;
     color: #006577 
}
 #plans-inr-area .plan-body h6 {
     color: #000 
}
 #plans-inr-area .plan-body ul li, #plans-inr-area .plan-body ul li strong {
     color: #000 
}
 #plans-inr-area a.primary-btn {
     color: #000;
     border-color: #000 
}
 #plans-inr-area a.secondary-btn {
     background: #006577;
     color: #fff;
     border-color: #006577 
}
 #plans-inr-area .plan-body ul::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
     border-radius: 7px;
     background-color: #f2f2f26e 
}
 #plans-inr-area .plan-body ul::-webkit-scrollbar {
     width: 10px;
     background-color: #f5f5f500 
}
 #plans-inr-area .plan-body ul::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
     background-color: #006577;
     transition: .8s 
}
 #plans-inr-area button.owl-prev span {
     background: #000 !important;
     color: #fff 
}
 #plans-inr-area button.owl-next span {
     background: #000 !important;
     color: #fff 
}
 #plans-inr-area h3 {
     color: #000 
}
 #plans-inr-area h3 b {
     color: #006577 
}
 #plans-inr-area p {
     color: #000 
}
 #plans-inr-area a.secondary-btn-dark {
     margin-left: 7px 
}
 #contact-hero {
     background: url(../img/inner-pages/contact-bnr.html) no-repeat center center 
}
 .form-control {
     appearance: auto 
}
 #contact-inr-area #contact-index {
     background: #fff;
     box-shadow: 0 0 20px #0000002b;
     padding: 40px;
     border-radius: 17px;
     width: 90%;
     margin: 0 0 0 auto 
}
 #contact-inr-area input, #contact-inr-area select, #contact-inr-area textarea {
     background: #f3f3f3 
}
 #contact-inr-area .img-with-text .col-right p {
     font-size: 16px 
}
 #contact-inr-area .img-with-text .col-right p a {
     color: #000 
}
 #contact-inr-area img.map-img {
     margin-top: 30px 
}
 #contact-inr-area .common-col-dark {
     margin-bottom: 35px 
}
 #contact-inr-area::before {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     height: 440px;
     width: 50%;
     background: url(../img/inner-pages/design-code-before.html) no-repeat center center;
     background-size: 100% 100%;
     z-index: -1 
}
 #contact-inr-area {
     position: relative 
}
 form#contact-inr {
     padding: 50px;
     width: 90%;
     margin: 0 0 0 auto;
     background: #ffff;
     box-shadow: 0 0 20px #00000038;
     border-radius: 15px;
     text-align: center 
}
 #trems-hero {
     background: url(../img/inner-pages/portfolio-bnr.html) no-repeat center center 
}
 .trems-area h1 {
     font-size: 30px;
     color: #000;
     line-height: 35px;
     font-weight: 700;
     letter-spacing: 0 
}
 .trems-area .common-col-dark h2 {
     font-size: 26px;
     display: inline-block;
     border-bottom: 2px solid #006375;
     line-height: 40px;
     margin-top: 30px 
}
 .trems-area p {
     margin-top: 10px;
     font-size: 16px;
     color: #000;
     line-height: 28px;
     font-weight: 400 
}
 .trems-area ul {
     list-style: decimal;
     margin-left: 20px;
     margin-top: 30px 
}
 .trems-area ul li {
     font-size: 16px;
     line-height: 30px;
     list-style: circle;
     color: #000 
}
 .trems-area ul li::marker {
     color: #006172 
}
 .trems-area h3 {
     font-size: 22px;
     color: #000;
     font-weight: 700;
     line-height: 28px;
     padding-bottom: 2px;
     margin-top: 30px 
}
 section#combo-hero {
     background: url(../img/inner-pages/pricing-bnr.html) no-repeat center center 
}
 #webmain-hero {
     background: url(../img/sub-inner1/web-main.html) no-repeat center center 
}
 .sub-inr1 .webmin-inr-box h5 {
     font-size: 22px;
     color: #000;
     font-weight: 600;
     line-height: 28px;
     padding-bottom: 10px 
}
 .sub-inr1 .webmin-inr-box img {
     padding-bottom: 25px 
}
 .sub-inr1 .webmin-inr-box p {
     font-size: 15px;
     color: #000;
     line-height: 26px;
     font-weight: 400;
}
 .sub-inr1 .webmin-inr-box {
     max-height: 300px;
     min-height: 300px;
     padding: 40px 30px;
     background: #fff;
     box-shadow: 0 0 22px #0000001a;
     border-radius: 15px 
}
 .sub-inr1 .row {
     margin-top: 50px 
}
 #webmin-website {
     background: url(../img/sub-inner1/webmain-run-bg.html) no-repeat center center 
}
 .sub-inr2 {
     background-size: cover !important 
}
 .sub-inr2 img.col-img {
     border-radius: 15px 
}
 .img-with-text.light * {
     color: #fff !important 
}
 .sub-inr2 .common-col-light {
     margin-bottom: 50px 
}
 .sub-inr2 .img-with-text {
     margin-bottom: 50px;
     margin-left: 60px 
}
 .sub-inr2 .img-with-text .col-left img {
     width: 50px 
}
 .sub-inr2 .img-with-text .col-right p {
     font-size: 16px;
     line-height: 26px 
}
 .sub-inr2 .plan-bottom {
     margin-top: 30px 
}
 .sub-inr2 .plan-bottom h3 {
     color: #fff;
     font-size: 30px;
     font-weight: 800;
     padding-bottom: 10px 
}
 .sub-inr2 .plan-bottom p {
     color: #fff;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 25px 
}
 .sub-inr2 .plan-bottom a.primary-btn {
     margin-left: 7px 
}
 .sub-inr3 .webmin-inr-box {
     position: relative 
}
 .sub-inr3 .webmin-inr-box img {
     padding-bottom: 25px;
     margin-left: 10px 
}
 .sub-inr3 .webmin-inr-box h5 {
     font-size: 22px;
     color: #000;
     font-weight: 600;
     line-height: 28px;
     padding-bottom: 10px 
}
 .sub-inr3 .webmin-inr-box p {
     font-size: 15px;
     color: #000;
     line-height: 26px 
}
 .sub-inr3 .row {
     margin-top: 50px 
}
 .sub-inr3 .webmin-inr-box::before {
     content: "";
     position: absolute;
     right: -80px;
     top: 50px;
     height: 20px;
     width: 140px;
     background: url(../img/sub-inner1/webmin-before.html) no-repeat center center;
     background-size: contain 
}
 .sub-inr3 .webmin-inr-box.last::before {
     display: none 
}
 #webmin-brands {
     background: url(../img/sub-inner1/websmain-brands-bg.html) no-repeat center center 
}
 .sub-inr1 .col-xl-4 {
     margin-bottom: 30px !important;
}
 .sub-inr4 {
     background-size: cover !important 
}
 .sub-inr4 a.primary-btn {
     margin-left: 7px 
}
 .container-fluid {
     padding: 0;
     overflow: hidden 
}
 .sub-inr5 img.col-img {
     width: 870px !important 
}
 .sub-inr5 .right {
     padding: 80px 0;
     width: 70% 
}
 .sub-inr5 .row {
     align-items: end 
}
 .sub-inr5::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 440px;
     width: 40%;
     background: url(../img/sub-inner1/websmain-provide-before.html) no-repeat center center;
     background-size: 100% 100%;
     z-index: -1 
}
 .sub-inr5 {
     position: relative 
}
 #webmain-hero {
     background: url(../img/sub-inner2/web-app-bnr.html) no-repeat center center 
}
 #websapp-hero {
     background: url(../img/sub-inner2/web-app-bnr.html) no-repeat center center 
}
 #websapp-website {
     background: url(../img/sub-inner2/app-deploying-bg.html) no-repeat center center 
}
 #websapp-brands {
     background: url(../img/sub-inner2/app-brand-bg.html) no-repeat center center 
}
 #mobapp-hero {
     background: url(../img/sub-inner3/mob-app-bnr.html) no-repeat center center 
}
 #mobapp-website {
     background: url(../img/sub-inner3/mob-user-bg.html) no-repeat center center 
}
 #mobapp-brands {
     background: url(../img/sub-inner3/mob-brand-bg.html) no-repeat center center 
}
 #content-hero {
     background: url(../img/sub-inner4/content-bnr.html) no-repeat center center 
}
 #content-website {
     background: url(../img/sub-inner4/content-pro-bg.html) no-repeat center center 
}
 #content-brands {
     background: url(../img/sub-inner4/content-brand-bg.html) no-repeat center center 
}
 #branding-hero {
     background: url(../img/sub-inner5/brand-bnr.html) no-repeat center center 
}
 #branding-website {
     background: url(../img/sub-inner5/brand-presence-bg.html) no-repeat center center 
}
 #branding-brands {
     background: url(../img/sub-inner5/brand-brand-bg.html) no-repeat center center 
}
 #digitalmarketing-hero {
     background: url(../img/sub-inner6/marketing-bnr.html) no-repeat center center 
}
 #digitalmarketing-website {
     background: url(../img/sub-inner6/marketing-digital-bg.html) no-repeat center center 
}
 #digitalmarketing-brands {
     background: url(../img/sub-inner6/marketing-brand-bg.html) no-repeat center center 
}
 #designdev-hero {
     background: url(../img/sub-inner7/design-bnr.html) no-repeat center center 
}
 #designdev-website {
     background: url(../img/sub-inner7/design-dev-bg.html) no-repeat center center 
}
 #designdev-brands {
     background: url(../img/sub-inner7/design-brand-bg.html) no-repeat center center 
}
 .sub-inr2 img.col-img {
     animation: heartbeat 2.5s infinite 
}
 .faq-page .row {
     margin-bottom: 40px;
}
 @-webkit-keyframes rotation {
     from {
         -webkit-transform: rotate(0) 
    }
     to {
         -webkit-transform: rotate(359deg) 
    }
}
 @keyframes heartbeat {
     from {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1) 
    }
     50% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1) 
    }
     to {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1) 
    }
}
 @keyframes wobble {
     0% {
         transform: translateX(0) 
    }
     15% {
         transform: translateX(-25%) rotate(-5deg) 
    }
     30% {
         transform: translateX(20%) rotate(3deg) 
    }
     45% {
         transform: translateX(-15%) rotate(-3deg) 
    }
     60% {
         transform: translateX(10%) rotate(2deg) 
    }
     75% {
         transform: translateX(-5%) rotate(-1deg) 
    }
     100% {
         transform: translateX(0) 
    }
}
 .flip-container {
     perspective: 1000;
     -webkit-perspective-origin-x: 1000;
}
 .flip-container.hover .flipper, .flip-container:hover .flipper {
     transform: rotateY(180deg) 
}
 .back, .flip-container, .front {
     height: 80px;
     margin: 1em auto;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .flipper {
     transition: .6s;
     transform-style: preserve-3d;
     position: relative;
     -webkit-transform-style: preserve-3d;
     -webkit-transition: all 0.6s ease;
}
 .back, .front {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
     color: #fff8dc;
     text-align: center 
}
 .front {
     z-index: 2;
     transform: rotateY(0) 
}
 .back {
     transform: rotateY(180deg) 
}
 @keyframes fadein {
     from {
         opacity: 0 
    }
     to {
         opacity: 1 
    }
}
 @keyframes color-change {
     0% {
         color: red 
    }
     50% {
         color: #f6b544 
    }
     100% {
         color: #016578 
    }
}
 @keyframes color-change-white {
     0% {
         color: #000 
    }
     50% {
         color: #212529 
    }
     100% {
         color: #f9ce55 
    }
}
 @keyframes color-change-yellow {
     0% {
         color: #fff 
    }
     50% {
         color: #fff 
    }
     100% {
         color: #016578 
    }
}
 #websitedev-hero {
     background: url(../img/child-pages/webdev-bnr.html) no-repeat center center 
}
 .child-inr1 .common-col-dark {
     margin-bottom: 40px 
}
 .child-inr1 .common-col-dark h2 {
     padding-bottom: 20px 
}
 .child-inr1 .common-col-dark {
     padding-right: 50px 
}
 #websitedev-web {
     background: url(../img/child-pages/webdev-web-bg.html) no-repeat center center 
}
 .child-inr2 {
     background-size: cover !important;
     padding-bottom: 0;
     background-image: url(../img/child-pages/logodesigns-web-img-bg.html);
}
 .child-inr2 img.col-img {
     width: 80%;
     margin: 0 auto !important;
     position: relative;
     z-index: 9 
}
 .child-inr2 .img-with-text {
     backdrop-filter: blur(4px);
     -webkit-backdrop-filter: blur(4px) !important;
     background: #003541;
     border: 6px solid #11a1a8;
     border-radius: 5px;
     padding: 30px;
     margin-bottom: 15px;
     position: relative 
}
 .child-inr2 .img-with-text::before {
     content: "";
     position: absolute;
     right: -86px;
     top: 90px;
     height: 2px;
     width: 80px;
     border-bottom: 2px dashed #ffd257;
     z-index: -1 
}
 .child-inr2 .right-col .img-with-text::before {
     right: auto;
     left: -87px 
}
 #logodesign-hero {
     background: url(../img/child-pages/logodesigns-bnr.html) no-repeat center center;
}
 #videoani-hero {
     background: url(../img/child-pages/videoani-bnr.html) no-repeat center center;
}
 #emailmarketing-hero {
     background: url(../img/child-pages/emailmarketing-bnr.html) no-repeat center center;
}
 #emailmarketing-web {
     background: url(../img/child-pages/emailmarketing-web-bg.html) no-repeat center center;
}
 #ppc-hero {
     background: url(../img/child-pages/ppc-bnr.html) no-repeat center center;
}
 #socialmedia-hero {
     background: url(../img/child-pages/socialmedia-bnr.html) no-repeat center center;
}
 #seo-hero {
     background: url(../img/child-pages/seo-bnr.html) no-repeat center center;
}
 #seo-web {
     background: url(../img/child-pages/seo-web-bg.html) no-repeat center center;
}
 #socialmedia-web {
     background: url(../img/child-pages/socialmedia-web-bg.html) no-repeat center center;
}
 #ppc-web {
     background: url(../img/child-pages/ppc-web-bg.html) no-repeat center center;
}
 #videoani-web {
     background: url(../img/child-pages/videoani-web-bg.html) no-repeat center center;
}
 #customwebsite-hero {
     background: url(../img/child-pages/customwebsite-bnr.html) no-repeat center center;
}
 #customwebsite-web {
     background: url(../img/child-pages/customwebsite-web-bg.html) no-repeat center center;
}
 #ecommerce-hero {
     background: url(../img/child-pages/ecommerce-bnr.html) no-repeat center center;
}
 #ecommerce-web {
     background: url(../img/child-pages/ecommerce-web-bg.html) no-repeat center center;
}
 #backend-hero {
     background: url(../img/child-pages/backend-bnr.html) no-repeat center center;
}
 #backend-web {
     background: url(../img/child-pages/backend-web-bg.html) no-repeat center center;
}
 #webdesign-hero {
     background: url(../img/child-pages/webdesign-bnr.html) no-repeat center center;
}
 #webdesign-web {
     background: url(../img/child-pages/webdesign-web-bg.html) no-repeat center center;
}
 #ghostwriting-hero {
     background: url(../img/child-pages/ghostwriting-bnr.html) no-repeat center center;
}
 #ghostwriting-web {
     background: url(../img/child-pages/ghostwriting-web-bg.html) no-repeat center center;
}
 #customgraphic-hero {
     background: url(../img/child-pages/customgraphic-bnr.html) no-repeat center center;
}
 #customgraphic-web {
     background: url(../img/child-pages/customgraphic-web-bg.html) no-repeat center center;
}
 #editing-hero {
     background: url(../img/child-pages/editing-bnr.html) no-repeat center center;
}
 #editing-web {
     background: url(../img/child-pages/editing-web-bg.html) no-repeat center center;
}
 #publishing-hero {
     background: url(../img/child-pages/publishing-bnr.html) no-repeat center center;
}
 #publishing-web {
     background: url(../img/child-pages/publishing-web-bg.html) no-repeat center center;
}
 #bookreview-hero {
     background: url(../img/child-pages/bookreview-bnr.html) no-repeat center center;
}
 #bookreview-web {
     background: url(../img/child-pages/bookreview-web-bg.html) no-repeat center center;
}
 #branding-hero {
     background: url(../img/child-pages/branding-bnr.html) no-repeat center center;
}
 #branding-web {
     background: url(../img/child-pages/branding-web-bg.html) no-repeat center center;
}
 section#quote-area {
     background: url(../img/custom-quote.webp);
     ;
}
 section#quote-area img {
     width: 860px;
}
 section#quote-area {
     position: relative;
     min-height: auto;
     padding: 55px 0;
}
 section#quote-area .col-xl-6 {
}
 section#quote-area .common-col-light h2 {
     font-size: 45px;
}
 section#contact-widget .col-xl-4 {
     position: relative;
}
 section#contact-widget img.col-img {
     width: 100%;
     height: 336px;
     object-fit: contain;
     margin: 0 auto;
}
 section#contact-widget .container {
     background: #fff;
     padding: 35px 58px;
     box-shadow: 1px 1px 11px 8px #dfdfdf36;
     z-index: 1;
     position: relative;
     border-radius: 10px;
}
 section#contact-widget img.customdesign-bg {
     top: 27px;
}
 section#contact-widget .common-col-dark h2 {
     font-size: 33px;
     line-height: 41px;
}
 section#contact-widget {
     padding:0;
     z-index: 1;
     position: relative;
     margin-bottom: -70px;
}
 section#contact-widget button {
     margin-top: 15px !important;
     padding: 11px 40px;
     font-size: 14px;
}
 section#contact-widget .customdesign-img {
     position: relative;
     height: 340px;
     margin-top: -80px;
     margin-bottom: -10px;
}
 div#thankyou {
     padding: 50px;
     background: url(../../../../assets/img/custom-quote.html);
     margin: 60px 0px;
     min-height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
}
 div#thankyou h1 {
     color: #fff;
     font-size: 45px;
     text-align: center;
}
 .plan-content img.d-banner {
     width: 70px !important;
     position: absolute;
     left: auto;
     right: 0;
     transform: rotate(17deg) !important;
}
 div#thankyou a.home-btn {
     color: #ffb624;
     font-size: 20px;
     margin-top: 25px;
     display: block;
}
 /* h1.price {
     font-size: 30px !important;
} */
 h1.price b {
     font-size: 40px;
}
 .text-center.view-single-details p {
     font-size: 20px;
     padding: 10px;
     color: white;
     margin-top: 30px;
}
 .text-center.view-single-details p:hover {
     color: #f6b544;
     cursor: pointer;
     font-weight: 600;
}

a.primary-btn-dark1 {
    transition: .5s;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    padding: 16px 35px;
    line-height: 16px;
    overflow: inherit;
    height: auto !important;
    font-weight: 400;
    max-width: fit-content;
    margin-left: 20px !important;
    /* background: #e28f26; */
    color: #fff;
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: pulse 2s infinite 3s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    }

.mobdrmenu{
    position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate3d(75px, 29px, 0px);
    height: 180px !important;
/*    background-color: #17a682 ;*/
    overflow-y: hidden !important; 
    overflow-x: hidden !important;

}</pre></body></html>