/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
   background: lightgray;
   border-radius: 5px;
}  
/* Handle */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(45deg, #006884, #FFAD01);
   border-radius: 5px;
}  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: #1043ff;
}
.btn-cst-1 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.btn-cst-1 span {
    position: relative; 
    z-index: 1;
}
.btn-cst-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-cst-1:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn-cst-1:hover span {
    color: #1043ff;
}
.btn-cst-2 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.btn-cst-2 span {
    position: relative; 
    z-index: 1;
}
.btn-cst-2:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 490%;
    width: 140%;
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-cst-2:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn-cst-2:hover span {
    color: #fff;
}
.slide-btn {    
    transition: 0.5s;
  }
.slide-btn:hover,
.slide-btn:focus {
  box-shadow: inset 16em 0 0 0 #1043ff;
}
.slide-btn-2 {    
    transition: 0.5s;
  }
.slide-btn-2:hover,
.slide-btn-2:focus {
  box-shadow: inset 14em 0 0 0 #006884;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes shrink {
    0% {
      background-size: 110% 110%;
    }
    100% {
      background-size: 100% 100%;
    }
  }

/* Header Start */
nav.navbar.navbar-expand-lg button.navbar-toggler {
    border-color: #fff;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url('../img/hamburger.png');
    height: 1em;
    width: 1em;
}
.header-rel {
    position: relative;
}
header {
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
a.navbar-brand img {
    width: 122px;
}
a.navbar-brand {
    margin-right: 0;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a {
    font-size: 15px;
    font-family: manrope;
    font-weight: 500;
    padding: 8px 10px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #00bcd4;
    position: absolute;
    top: 90%;
    left: 0;
    transition: all 0.5s;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #1043ff;
    position: absolute;
    top: 90%;
    right: 0;
    transition: all 0.5s;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:hover:before {
    width: 50%;
    transform: translateX(100%);
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:hover:after {
    width: 50%;
    transform: translateX(-100%);
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:hover, .navbar-expand-lg ul.navbar-nav li.nav-item a:focus, .navbar-expand-lg ul.navbar-nav li.nav-item a.active {
    color: #FF7500;
}
.tel-header a {
    text-decoration: none;
    padding-left: 15px;
    border-left: 1px solid #fff;
    color: #fff;
}
.tel-header a i {
    margin-right: 10px;
}
.tel-header a span {
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100%{
        opacity: 1;
    }
}
/* Header End */

/* Hero Start */
section.hero-section {
    padding: 200px 0;
    /* margin-top: -85px; */
}
.hero-content h1 {
    font-family: anton;
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
}
.hero-content h1 span {
    color: #FFAD01;
}
.hero-content p {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    padding-right: 570px;
    margin-top: 20px;
}
.hero-content a {
    text-decoration: none;
    color: #fff;
    background-color: #1043ff;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 15px;
    padding: 15px 35px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 30px;
}
/* Hero End */

/* Counter Start */
.counter-bg {
    background-color: #fff;
    padding: 30px 80px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: -130px;
    box-shadow: 10px 10px 112px -46px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 112px -46px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 112px -46px rgba(0,0,0,0.75);
}
.counter-content h3 {
    font-family: 'Anton';
    font-size: 45px;
    margin-bottom: 20px;
}
.counter-content h3 span {
    color: #1043ff;
}
.counter-content p {
    font-family: 'Manrope';
    font-size: 15px;
}
.counter-content {
    padding-right: 120px;
    padding-top: 15px;
}
.counter-bl {
    padding-left: 12px;
    margin-top: -25px;
}
.counter img {
    width: 20%;
    animation: zoominoutsinglefeatured 1s infinite;
}
.counter p {
    padding-left: 12px;
    color: grey;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 13px;
}
.counter-bl h2 {
    font-family: 'Anton';
    font-size: 36px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.counter-bl h2 span {
    color: #1043ff;
}
.counter {
    margin-bottom: 40px;
}
/* Counter End */

/* About Section Start */
.home-abt-left {
    position: relative;
    text-align: right;
}
.home-abt-left img:last-child {
    position: absolute;
    top: -70px;
    left: -100px;
    width: 80%;
    transition: all 0.5s ease-in-out;
}
.home-abt-left img:first-child {
    margin-top: 70px;
    width: 85%;
    transition: all 0.5s ease-in-out;
}
section.home-about-section {
    padding-top: 135px;
    padding-bottom: 100px;
    margin-top: -50px;
    background-image: url('../img/abt-bg.png');
    background-size: 35%;
    background-position: top left;
    background-repeat: no-repeat;
}
.home-abt-right h2 {
    font-family: 'Anton';
    font-size: 55px;
    text-transform: uppercase;
    line-height: 70px;
}
.home-abt-right h2 span {
    color: #1043ff;
}
.home-abt-right p {
    font-family: 'Manrope';
    font-size: 16px;
    margin-top: 30px;
}
.home-abt-logo {
    width: 80%;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.home-abt-logo img {
    margin-right: 30px;
    width: 12%;
    transition: all 1s ease-in-out;
}
.home-abt-right .btn a {
    font-family: 'Manrope';
    background-color: #fff;
    text-decoration: none;
    color: #006884;
    font-weight: 600;
    font-size: 15px;
}
.home-abt-right .btn {
    padding: 17px 0 17px 30px;
}
.zoom-in:hover{
    transition: all .5s;
    transform: scale(1.2);
}
.zoom-in-2:hover{
    transition: all .5s;
    transform: scale(1.1);
}
.zoom-out:hover{
    transition: all 1s;
    transform: scale(.75);
}
.rotate-360-clockwise:hover{
    transition: all 1s;
    -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
}
/* About Section End */

/* CTA Section Start */
section.cta-section {
    padding: 70px 0;
}
.cta-main.text-center h2 {
    color: #fff;
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 55px;
}
.cta-main.text-center h4 {
    font-family: 'Manrope';
    font-weight: bold;
    color: #FFAD01;
    font-size: 22px;
    margin-top: 15px;
}
.cta-main.text-center h2 span {
    color: #FFAD01;
}
.cta-main.text-center p {
    color: #fff;
    font-size: 16px;
    font-family: 'Manrope';
    padding: 0 140px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.cta-main.text-center .cta-btn a:first-child {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 5px;
}
.cta-main.text-center .cta-btn a:first-child i {
    margin-right: 10px;
}
.cta-main.text-center .cta-btn a:last-child {
    color: #fff;
    text-decoration: none;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 15px;
    padding: 12px 40px;
    background-image: linear-gradient(45deg, #006884, #00A3B9);
    border-radius: 10px;
    margin-left: 5px;
}
/* CTA Section End */

/* Portfolio Section Start */
section.portfolio-section {
    padding: 100px 0 70px 0;
}
.portfolio-head.text-center h2 {
    font-family: 'Anton';
    font-size: 55px;
    text-transform: uppercase;
}
.portfolio-head.text-center h2 span {
    color: #FFAD01;
}
.portfolio-head.text-center p {
    font-size: 16px;
    font-family: 'Manrope';
    padding: 0 220px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.portfolio-tab-parent ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
    border: none;
}
.portfolio-tab-parent ul.nav-tabs li button.active, .portfolio-tab-parent ul.nav-tabs li button:hover {
    border: none;
    color: #000;
}
.portfolio-tab-parent ul.nav-tabs li button.active:after {
    content: "";
    background-image: url(../img/tab-active.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}
.portfolio-tab-parent ul.nav-tabs li button {
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    border: none;
    padding: 0;
    position: relative;
}
.portfolio-tab-parent ul.nav-tabs li {
    padding: 0 15px;
}
.port-left img {
    margin-bottom: 28px;
    transition: all 0.5s ease-in-out;
}
.port-right img, .port-bot-left img, .port-bot-right img {    
    transition: all 0.5s ease-in-out;
}
.web-port-fit img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.port-page-rel img {
    border-radius: 10px;
}
/* .port-left img:last-child {
    margin-bottom: 0;
} */
.port-right {
    margin-bottom: 28px;
}
.portfolio-btn {
    text-align: center;
}
.portfolio-btn a {
    text-decoration: none;
    background-image: linear-gradient(45deg, #006884, #00A3B9);
    color: #fff;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: bold;
    padding: 10px 38px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 50px;
    /* box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75); */
}
/* Portfolio Section End */

/* Service Section Start */
section.services-lower {
    padding-bottom: 80px;
}
.services-slider-inner {
    padding: 40px 30px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 10px 10px 40px -25px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 40px -25px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px -25px rgba(0,0,0,0.75);
}
.services-slider .slick-track {
    padding-bottom: 30px !important;
}
.service-slider-img img:first-child {
    animation: zoominoutsinglefeatured 1s infinite;
}
.service-slider-img img:last-child {
    width: 20%;
    margin-top: -40px;
    margin-left: 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.services-slider-inner h3 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 15px;
    margin-left: 15PX;
    transition: all 0.5s ease-in-out;
}
.services-slider-inner p {
    font-family: 'Manrope';
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 15px;
    transition: all 0.5s ease-in-out;
}
.services-slider-inner .btn {
    margin-left: 15px;
    padding: 12px 0 12px 20px;
    margin-top: 10px;
}
.services-slider-inner:hover {
    background-image: linear-gradient(120deg, #006884, #FFAD01);
    transition: all 1s ease-in-out;
}
.services-slider-inner .btn a {
    font-family: 'Manrope';
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    color: #00A3B9;    
}
section.services-upper {
    padding: 50px 0 200px 0;
}
.services-upper-content h2 {
    font-family: 'Anton';
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px; 
}
.services-upper-content p {
    font-family: 'Manrope';
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.services-slider {
    margin-top: -150px;
}
.services-slider-inner h3 span {
    color: #1043ff;
}
.services-slider-inner:hover .service-slider-img img:last-child {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(102%) contrast(103%);
}
.services-slider-inner:hover h3, .services-slider-inner:hover p, .services-slider-inner:hover .btn a {
    color: #fff;
}
.services-slider-inner:hover .btn a {
    background-color: transparent;
}
.services-upper-content h2 span {
    color: #FFAD01;
}
.services-slider .slick-prev.slick-arrow, .services-slider .slick-next.slick-arrow {
    height: 40px;
    width: 40px;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
}
.services-slider .slick-prev.slick-arrow {
    top: -165px;
    left: 1013px;
}
.services-slider .slick-next.slick-arrow {
    top: -165px;
    right: 120px;
}
.services-slider .slick-prev.slick-arrow::before {
    content: "<";
    font-family: 'Manrope';
    opacity: 1;
    font-size: 30px;
}
.services-slider .slick-next.slick-arrow::before {
    content: ">";
    font-family: 'Manrope';
    opacity: 1;
    font-size: 30px;
}
.services-upper-content.services-upper-content-serve-pg h2 {
    color: #000;
}
.services-upper-content.services-upper-content-serve-pg p {
    color: #000;
}
.services-parent-serve-pg .services-slider .slick-prev.slick-arrow, .services-parent-serve-pg .services-slider .slick-next.slick-arrow {
    border: 1px solid #000;
}
.services-parent-serve-pg .services-slider .slick-prev.slick-arrow::before, .services-parent-serve-pg .services-slider .slick-next.slick-arrow::before {
    color: #000;
}
section.services-upper.services-upper-serve-pg {
    padding-top: 80px;
}
/* Service Section End */

/* Process Section Start */
section.process-section {
    padding-top: 100px;
}
.process-upr-content {
    text-align: center;
}
.process-upr-content h2 {
    font-family: 'Anton';
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}
.process-upr-content h2 span {
    color: #FFAD01;
}
.process-upr-content p {
    font-family: 'Manrope';
    color: #fff;
    font-size: 16px;
    padding: 0 100px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.process-tabs-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 70px;
}
.process-tabs-main ul li {
    border: none;
}
.process-tabs-main ul li button {
    color: #fff;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 10px 50px;
    margin: 0 8px;
}
.process-tabs-main ul li button.nav-link:hover, .process-tabs-main ul li button.nav-link:focus {
    color: #fff;
    border-color: #006884 !important;
}
.process-tabs-main ul li button.nav-link.active {
    background-color: #006884;
    color: #fff;
    border-color: #006884 !important;
}
.process-inner {
    border: 1px solid #fff;
    padding: 70px 0 50px 0;
    border-radius: 8px;
    background-color: #ffffff1a;
    backdrop-filter: blur(10px);
    transition: all 1s ease-in-out;
}
.process-inner:hover {
    background-image: linear-gradient(120deg, #006884, #FFAD01);
    /*border: none;*/
}
.process-inner img {
    width: 35%;
    transition: all 1s ease-in-out;
}
.process-inner h4 {
    font-family: 'Manrope';
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
}
.process-content-box {
    margin-top: 100px;
}
.process-content-shadow {
    padding: 250px 200px 20px 100px;
    border-radius: 10px;
}
.process-content-parent {
    margin: 0 50px;
    border: 2px solid #1043ff;
    border-radius: 10px;
    text-align: left;
    margin-bottom: -210px;
    animation: shrink 5s infinite alternate;
}
.process-content-inner h3 {
    font-family: 'Anton';
    font-size: 36px;
    text-transform: uppercase;
    color: #1043ff;
}
.process-content-inner p {
    padding: 0;
    height: 50px;
}
/* Process Section End */

/* Packages Section Start */
section.packages-section {
    padding-top: 300px;
    padding-bottom: 70px;
    background-image: url(../img/abt-bg.png);
    background-size: 32%;
    background-position: 0 -60px;
    background-repeat: no-repeat;
}
.packages-upr h2 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}
.packages-upr {
    text-align: center;
}
.packages-upr p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 150px;
    margin-bottom: 50px;
}
.packages-upr h2 span {
    color: #FFAD01;
}
.packages-tab-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
    border: none;
}
.packages-tab-main ul li {
    padding: 0 15px;
}
.packages-tab-main ul li button {
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    border: none !important;
    padding: 0;
    position: relative;
}
.packages-tab-main ul.nav-tabs li button.active, .packages-tab-main ul.nav-tabs li button:hover {
    border: none;
    color: #000;
}
.packages-tab-main ul.nav-tabs li button.active:after {
    content: "";
    background-image: url(../img/tab-active.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}
.package-box {
    border: 2px solid #d9d3d3;
    border-radius: 10px;
    padding: 40px 25px 20px 25px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.package-head h4 {
    font-family: 'Anton';
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: -25px;
    font-size: 36px;
    position: relative;
    z-index: 1;
}
.package-head img {
    width: 15%;
    animation: zoominoutsinglefeatured 1s infinite;
}
.package-head p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    line-height: 18px;
}
.package-head h3 {
    font-family: 'Anton';
    font-size: 30px;
    margin-left: 15px;
    color: #FFAD01;
}
.package-footer {
    display: flex;
    margin: 0 15px;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid gray;
}
.pkg-footer-left {
    width: 50%;
}
.pkg-footer-right {
    width: 50%;
}
.package-content ul {
    list-style-type: none;
    padding-left: 0;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 150px;
    overflow-y: scroll;    
}
.package-content ul li {
    font-family: 'Manrope';
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}
.package-content ul li i {
    font-size: 14px;
    margin-right: 10px;
}
.pkg-footer-right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: 'Manrope';
}
.pkg-footer-left a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 6px;
}
.pkg-footer-right a .pkg-footer-right-inner-1 h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
.pkg-footer-right a .pkg-footer-right-inner-1 h6 {
    font-weight: 600;
    font-size: 15px;
    color: #FFAD01;
    margin-bottom: 0;
}
.pkg-footer-right a .pkg-footer-right-inner-1 img {
    width: 80%;
}
.package-box.package-box-1 {
    padding: 0;
}
.package-bg {
    padding: 40px 25px 1px 25px;
    background-color: #006884;
    border-radius: 8px 8px 0 0;
    color: #fff;
}
.package-box.package-box-1 .package-footer {
    padding: 20px 25px 20px 25px;
    border: none;
}
.package-bg .package-head h3 {
    color: #fff;
}
.package-bg .package-content ul {
    height: 220px;
}
.package-box.csmt40 {
    margin-top: 45px;
}
.pkg-bot-a {
    text-align: center;
}
.pkg-bot-a a {
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #006884, #00A3B9);
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 8px;
    margin-top: 50px;
    /* box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75); */
}
/* Packages Section End */

/* Whychoose Section Start */
.why-choose-left h2 {
    font-family: 'Anton';
    font-size: 55px;
    text-transform: uppercase;
    line-height: 70px;
    margin-bottom: 20px;
}
.why-choose-left h2 span {
    color: #FFAD01;
}
.why-choose-left p {
    font-family: 'Manrope';
    font-size: 16px;    
    color: #000;
}
.why-choose-left a {
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 15px;
    background-image: linear-gradient(45deg, #006884, #00A3B9);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 8px;
    margin-top: 20px;
    /* box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75); */
}
.why-choose-box {
    padding: 25px 20px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.why-choose-box img {
    width: 25%;
    transition: all 1s ease-in-out;
}
.why-choose-box h4 {
    font-family: 'Anton';
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
}
.why-choose-box h4 span {
    color: #FFAD01;
}
.why-choose-box p {
    font-family: 'Manrope';
    font-size: 12px;
    font-weight: 500;
}
.why-choose-right .why-choose-box:first-child {
    margin-bottom: 25px;
}
section.why-choose-section {
    padding: 300px 0 100px 0;
    background-image: url(../img/why-choose-bg.png);
    background-repeat: no-repeat;
    background-position-x: 800px;
    background-position-y: top;
    background-size: 50%;
    overflow: hidden;
    margin-top: -250px;
}
.why-choose-right.why-choose-right-top {
    margin-top: -30px;
}
.why-choose-rel {
    position: relative;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}
.why-choose-rel:hover {
    box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
}
.why-choose-rel:hover:after {
    content: "";
    background-image: url(../img/why-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}
section.why-choose-section.service-pg {
    margin-top: 0;
    padding-top: 350px;
}
/* Whychoose Section End */

/* Testimonial Section Start */
section.testimonial-section {
    background-color: #000;
    padding: 70px 0 100px 0;
}
.testimonial-head {
    text-align: center;
}
.testimonial-head h2 {
    font-family: 'Anton';
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}
.testimonial-head h2 span {
    color: #FFAD01;
}
.testimonial-head p {
    font-family: 'Manrope';
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
}
.testimonial-parent {
    margin: 0 7px;
    position: relative;
}
.testimonial-content {
    position: absolute;
    bottom: -195px;
    right: 0;
    left: 0;
    padding: 70px 20px 25px;
    transition: all 0.5s ease-in-out;
}
.testimonial-parent:hover .testimonial-content {
    background-color: #00000050;
    bottom: 0px;
}
.testimonial-content p {
    font-family: 'Manrope';
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    min-height: 120px;
}
.testimonial-content h4 {
    font-family: 'Anton';
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
}
.testimonial-content h5 {
    font-family: 'Manrope';
    color: #FFAD01;
    font-size: 15px;
}
.testimonial-content img {
    width: 12%;
    margin-bottom: 12px;
    margin-top: 25px;
}
.testimonial-slider .slick-prev.slick-arrow, .testimonial-slider .slick-next.slick-arrow {
    height: 40px;
    width: 40px;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
}
.testimonial-slider .slick-prev.slick-arrow {
    left: -65px;
}
.testimonial-slider .slick-next.slick-arrow {
    right: -65px;
}
.testimonial-slider .slick-prev.slick-arrow::before {
    content: "<";
    font-family: 'Manrope';
    opacity: 1;
    font-size: 30px;
}
.testimonial-slider .slick-next.slick-arrow::before {
    content: ">";
    font-family: 'Manrope';
    opacity: 1;
    font-size: 30px;
}
/* Testimonial Section End */

/* CtaV2 Section Start */
section.cta-v2-section {
    padding: 100px 0;
    background-image: url('../img/ctav2-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-v2-right {
    text-align: center;
    margin-top: 40px;
}
.cta-v2-right a {
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #1043ff, #FFAD01);
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 52px -15px rgba(0,0,0,0.75);
}
.cta-v2-heading {
    font-family: 'Anton';
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 60px;
}
.cta-v2-heading h2 {
    font-size: 45px;
    display: inline;
    -webkit-text-stroke: 2px #1043ff;
    color: transparent;
}
.cta-v2-heading span {
    color: #1043ff;
}
/* CtaV2 Section End */

/* Footer Start */
footer {
    padding: 100px 0 50px 0;
}
.footer-upr p {
    color: #fff;
    font-size: 15px;
    font-family: 'Manrope';
    margin-bottom: 30px;
}
.foot-left a img {
    margin-bottom: 40px;
    width:200px;
}
.foot-left {
    padding-right: 100px;
}
.foot-social a {
    color: #fff;
    font-size: 15px;
    margin-right: 12px;
    transition: all 0.2s ease-in-out;
}
.foot-social a:hover {
    color: #FF7500;
}
.footer-upr h4 {
    color: #fff;
    font-family: 'Manrope';
    font-size: 20px;
    margin-bottom: 40px;
}
ul.footer-list {
    list-style-type: none;
    padding-left: 0;
}
ul.footer-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Manrope';
    transition: all 0.2s ease-in-out;
}
ul.footer-list li {
    margin-bottom: 15px;
}
ul.footer-list li a:hover {
    color: #FFAD01;
}
.footer-upr {
    padding-bottom: 50px;
}
.copyright p {
    color: #fff;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
}
.footer-bot {
    padding-top: 50px;
    border-top: 1px solid #BDB9B9;
}
.foot-subs-position input {
    height: 60px;
    background-color: transparent;
    border-color: #BDB9B9;
    font-family: 'Manrope';
    color: #fff;
    padding-left: 25px;
    font-size: 15px;
}
.foot-subs-position input::placeholder {
    color: #fff;
}
.foot-subs-position {
    position: relative;
}
input.form-control.foot-inp-btn {
    position: absolute;
    background-color: #1043ff;
    top: 10px;
    right: 10px;
    width: 180px;
    border: none;
    height: 40px;
    transition: all .5s ease-in-out;
}
input.form-control.foot-inp-btn:hover {
    background-color: #006884;
}
.copyright {
    margin-top: 12px;
}
ul.footer-contact-list {
    list-style-type: none;
    padding-left: 0;
}
ul.footer-contact-list li a {
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-family: 'Manrope';
    transition: all 0.2s ease-in-out;
}
ul.footer-contact-list li a img {
    width: 6%;
    margin-right: 20px;
}
ul.footer-contact-list li {
    margin-bottom: 15px;
}
ul.footer-contact-list li a h6 {
    font-size: 15px;
    font-weight: 500;
}
ul.footer-contact-list li a:hover {
    color: #FFAD01;
}
.copyright p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.copyright p a:hover {
    color: #FFAD01;
}
.foot-subs-position input.form-control:focus-visible {
    outline: none;
}
.foot-subs-position input.form-control:focus {
    box-shadow: none;
    border: none;
}
/* Footer End */

/* Service Page Start */
section.service-hero {
    padding: 230px 0 150px 0;
    margin-top: -85px;
}
.service-hero-content h1 {
    font-family: 'Anton';
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
}
.service-hero-content h1 span {
    color: #FFAD01;
}
.service-hero-content p {
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    margin-top: 10px;
    padding-right: 500px;
}
section.service-abt {
    padding: 70px 0;
}
.service-abt-content h2 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
    color: #000;
    padding-right: 50px;
}
.service-abt-content h2 span {
    color: #FFAD01;
}
.service-abt-content p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 50px;
}
.service-abt-content {
    padding-top: 120px;
    padding-bottom: 60px;
}
section.service-counter-section {
    padding: 70px 0;
}
.progress-parent {
    display: flex;
    align-items: center;
    justify-content: center;    
  }
  .wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .card{
    background: transparent;
    width: calc(25% - 8px);    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border: none;
    border-radius: 0;
  }
  .wrapper .card .circle{
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    cursor: default;
    background-color: #fff;
    text-align: center;
  }
  .card .circle .box {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .card .circle .box{
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.92);
    transition: all 0.2s;
  }
  .card .circle .box span {
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .circle .box span{    
    transform: translate(-45%, -45%);
    transition: all 0.1s;
  }
  .card .text{
    font-size: 20px;
    font-weight: 600;
  }
  .card .circle .box h5 {
    font-family: 'Manrope';
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
    text-transform: uppercase;
    font-size: 20px;
}
.card .circle .box span {
    font-family: 'Manrope';
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    top: 70px;
}
/* Service Page End */

/* Package Page Start */
section.packages-section.packages-section-pkg-pg {
    padding-top: 100px;
    background-position: 0 -130px;
}
section.service-hero.pkg-hero {
    padding: 180px 0 90px 0;
}
.port-page-upr {
    margin-bottom: 50px;
}
.port-page-box {
    margin-bottom: 30px;
}
.port-page-rel {
    position: relative;
}
.light-gal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #00000050;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.light-gal-overlay a {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 110px;
    border-radius: 100%;
    background-color: #ffad01;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.light-gal-overlay a i {
    color: #fff;
    font-size: 22px;
}
.light-gal-overlay a:hover {
    opacity: 1;
}
.port-page-rel:hover .light-gal-overlay {
    visibility: visible;
    opacity: 1;
}
/* Package Page End */

/* Combo Page Start */
.combo-head {
    text-align: center;
    background-image: linear-gradient(45deg, #1043ff, #FFAD01);
    padding: 20px 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.combo-head h3 {
    font-family: 'Anton';
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.combo-content-p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
.combo-content-p p {
    font-size: 15px;
    font-family: 'Manrope';
}
.combo-content {
    padding: 0 80px 50px 80px;
    background-color: #fff;
}
.combo-content-ineer h4 {
    font-family: 'Manrope';
    font-weight: bold;
    text-transform: uppercase;
    color: #006884;
    font-size: 25px;
    margin-bottom: 20px;
}
.combo-content-ineer ul {
    display: block;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.combo-content-ineer ul li {
    padding: 0;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
}
.combo-content-ineer ul li i {
    margin-right: 10px;
}
.combo-content-ineer.cst-mb {
    margin-bottom: 40px;
}
.comb-mid-col.comb-mid-col-bot {
    margin-bottom: 0;
}
.combo-footer {
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid lightgray;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.cmb-foot-left h5 {
    font-family: 'Anton';
    font-size: 42px;
    color: #1043ff;
    margin-bottom: 0;
}
.cmb-foot-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
.cmb-foot-right-1 a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    font-family: 'Manrope';
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 8px;
}
.cmb-foot-right-2 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cmb-foot-left {
    width: 50%;
}
.cmb-foot-right-2 {
    width: 45%;
    padding: 5px 0 5px 20px;
    border-left: 1px solid lightgray;
}
.cmb-foot-right-2-1 {
    width: 20%;
}
.cmb-foot-right-2-2 h6, .cmb-foot-right-2-2 h5 {
    margin-bottom: 0;
    font-family: 'Manrope';
    font-weight: bold;
}
.cmb-foot-right-2-2 h5 {
    color: #000;
    font-size: 20px;
}
.cmb-foot-right-2-2 h6 {
    color: #1043ff;
    font-size: 20px;
    margin-top: -3px;
}
.cmb-foot-right-1 {
    padding-right: 30px;
}
.combo-parent {
    box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -moz-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    border-radius: 10px;
}
/* Combo Page End */

/* About Page Start */
section.home-about-section.abt-about-section {
    margin-top: 0;
}
.abt-mid-main {
    overflow: hidden;
}
.abt-mid-slider-box img {
    width: 98%;
    margin: 0 auto;
}
section.abt-mid-slider-section {
    padding-bottom: 100px;
}
.abt-mid-upr-content h2 {
    font-family: anton;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 70px;
}
.abt-mid-upr-content h2 span {
    color: #1043ff;
}
.abt-mid-upr-content p {
    font-family: manrope;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.abt-mid-upr-content {
    margin-bottom: 50px;
}
.culture-upr-content.text-center h2 {
    font-size: 55px;
    font-family: 'Anton';
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
}
.culture-upr-content.text-center h2 span {
    color: #1043ff;
}
.culture-upr {
    padding-top: 70px;
    padding-bottom: 330px;
}
.culture-box {
    min-height: 235px;
    padding: 50px 40px 0 40px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 8px;
    position: relative;
    box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -moz-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
}
.culture-box:after {
    content: "";
    background-image: url(../img/why-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.culture-box h4 {
    font-family: 'Anton';
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.culture-box p {
    font-family: 'Manrope';
    font-size: 14px;
}
.culture-bot {
    margin-top: -300px;
    padding-bottom: 70px;
}
.team-upr h2 {
    font-family: 'Anton';
    font-size: 55px;
    text-transform: uppercase;
    line-height: 70px;
}
.team-upr h2 span {
    color: #1043ff;
}
.team-upr p {
    font-family: 'Manrope';
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, black, transparent);
    min-height: 200px;
    position: absolute;
    bottom: -125px;
    right: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.team-content h5 {
    font-family: 'Manrope';
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.team-content h6 {
    font-family: 'Manrope';
    font-size: 13px;
    color: #1043ff;
    font-weight: 400;
}
.team-box {
    position: relative;
    overflow: hidden;
}
.team-box img {
    border-radius: 5px;
}
.team-box:hover .team-content {
    bottom: -10px;
}
section.client-section {
    padding: 100px 0 70px 0;
}
.client-head h2 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 50px;
}
.client-head h2 span {
    color: #1043ff;
}
.client-slider-inner .slick-track {
    display: flex;
    align-items: center;
}
.client-slid-box img {
    margin: 0 auto;
}
/* About Page End */

/* Contact Page Start */
.contact-details-sec {
    margin-top: 100px;
}
.contact-details-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    min-height: 220px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 7px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.contact-details-box a:hover {
    box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -moz-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
}
.contact-details-box a:hover:after {
    content: "";
    background-image: url(../img/why-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;    
}
.contact-details-box a img {
    width: 10%;
    margin-bottom: 15px;
    transition: all 1s ease-in-out;
}
.contact-details-box a h5 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 22px;
}
.contact-details-box a h6 {
    font-family: 'Manrope';
    font-size: 14px;
}
.ct-pg-form-parent {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 50px 70px 50px;
    border-radius: 5px;
    margin-top: 200px;
    margin-bottom: -200px;
    box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
    -moz-box-shadow: 5px 20px 50px -20px rgb(0 0 0 / 48%);
}
.form-box-head {
    text-align: center;
}
.form-box-head h2 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}
.form-box-head h2 span {
    color: #1043ff;
}
.form-box {
    margin-top: 40px;
}
.form-box input {
    width: 100%;
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 20px;
    font-family: 'Manrope';
    font-size: 15px;
    margin-bottom: 20px;
}
.form-box textarea {
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    font-family: 'Manrope';
    font-size: 15px;
    margin-bottom: 12px;
}
.form-box .g-recaptcha {
    margin-bottom: 15px;
}
.form-box input::placeholder {
    color: gray;
    font-family: 'Manrope';
    font-size: 15px;
}
.form-box textarea::placeholder {
    font-family: 'Manrope';
    font-size: 15px;
    color: gray;
}
.form-box input:focus-visible, .form-box textarea:focus-visible {
    outline-color: #1043ff;
}
.form-box input.submit-btn {
    background-image: linear-gradient(45deg, #1043ff, #FFAD01);
    color: #fff;
    border: none;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 16px;
    transition: all .5s ease-in-out;
}
.form-box input.submit-btn:hover {
    background-image: none;
    background-color: #006884;
}
section.why-choose-section.contact-pg {
    margin-top: 0;
}
/* Contact Page End */

/* Modal Start */
.modal-body {
    padding: 40px 40px 50px 40px;
    position: relative;
    border: 5px solid #fc8f00;
    border-radius: 6px;
}
.modal-body button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fc8f00;
    padding: 13px;
    border-radius: 0px 0 0px 10px;
    opacity: 1;
}
.popup-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 12px;
    font-family: 'Manrope';
}
.popup-form input:focus-visible, .popup-form textarea:focus-visible {
    outline-color: #1043ff;
}
.popup-form input[type=submit] {
    padding-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Manrope';
    background-image: linear-gradient(45deg, #1043ff, #FFAD01);
    font-weight: 700;
    color: #fff;
    border: inherit;
}
.popup-form textarea {
    width: 100%;
    resize: none;
    margin-bottom: 6px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 10px;
    font-family: 'Manrope';
    font-size: 15px;
}
.popup-form .g-recaptcha {
    margin-bottom: 10px;
}
.popup-form h3 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
    color: #000;
}
.popup-form h3 span {
    color: #1043ff;
}
/* Modal End */

/* Privacy Start */
section.privacy-sec {
    padding: 70px 0;
}
.privacy-content h2 {
    font-family: 'Anton';
    font-size: 36px;
    margin-bottom: 20px;
}
.privacy-content p {
    font-family: 'Manrope';
    font-size: 15px;
}
.policy-box {
    margin-bottom: 30px;
}
/* Privacy End */

/* Kinds Section Start */
.sticky-container-parent {
    overflow-x: hidden;
    display: flex;
    position: sticky;
    top:0;
  }
  .sticky-container-child {
    min-width: 80vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4ch;
    background-image: url(../img/kinds-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top center;
    border-right: 2px dashed lightgray;        
  }
  .sticky-container-child:last-child {
    border-right: none;
}
  .inner-service-logo-box-1 {
    background-image: url(../img/logo-box-bg-1.webp);
}
.inner-service-logo-box-2 {
    background-image: url(../img/logo-box-bg-2.webp);
}
.inner-service-logo-box-3 {
    background-image: url(../img/logo-box-bg-3.webp);
}
.inner-service-logo-box-4 {
    background-image: url(../img/logo-box-bg-4.webp);
}
.inner-service-logo-box {
    background-size: cover;
    height: 272px;    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.logo-box-img {
    padding: 0 8px;
    width: 20%;
}
.logo-box-img img {
    width: 100%;
}
.sticky-container-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
}
.sticky-container-head svg {
    width: 9%;
    height: 9%;
}
.sticky-container-head-text span {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 32px;
}
.sticky-container-head-text h3 {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 42px;
    margin-top: -10px;
}
.sticky-container-head-text {
    margin-left: 15px;
}
.sticky-container-mid p {
    font-size: 15px;
    font-family: 'Manrope';
    margin-bottom: 30px;
    padding: 0 150px;
}
.sticky-container-mid {
    text-align: center;
    padding: 0 50px;
}
.inner-service-logo-box.inner-service-logo-box h3 {
    font-family: 'Anton';
    color: #fff;
    font-size: 42px;
    letter-spacing: 5px;
    margin-top: 20px;
}
.inner-service-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.web-service-img-kind {
    width: 48%;
}
/* Kinds Section End */