/*Barlow*/

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Regular.woff2') format('woff2'),
        url('../font/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraBold.woff2') format('woff2'),
        url('../font/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-SemiBold.woff2') format('woff2'),
        url('../font/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Bold.woff2') format('woff2'),
        url('../font/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*Roboto*/

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






@import url("swiper-bundle.min.css");
@import url("flaticon/flaticon.css");
@import url("ionicons.min.css");
@import url("all.min.css");
@import url("responsive.css");
@import url("fontawesome.min.css");
@import url("v4-shims.min.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("animate.min.css");
@import url("slider.min.css");
@import url("jquery-ui.min.css");
@import url('magnific-popup.min.css');
/*================================================
Moz Selectio
================================================*/

:root {
    --primary-color: #1c75bc;
    --blue-color: #2d71a8;
    --red-color: #ff0013;
    --dark-color: #3d3a3a;
    --black-color: #000000;
    --deam-black-color: #00000020;
    --secondary-color: #858383;
    --grey-color: #f5f9ff;
    --white-color: #ffffff;
    --light-white-color: #f6f6f6;
    /*--Montserrat-fonts: 'Montserrat';*/
    /*--Nunito-fonts: 'Nunito';*/
    --Barlow-fonts: 'Barlow';
    --Roboto-fonts: 'Roboto';
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

/*================================================
General
================================================*/

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white-color);
    font-family: var(--Roboto-fonts);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--Barlow-fonts);
    color: var(--black-color);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 40px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

/*================================================ 
HTML Tags 
==================================================*/

a,
.button {
    color: var(--primary-color);
    outline: none !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 600;
}

/*=============================================== 
Lists (Nested) 
=================================================*/

ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: inherit;
}

/*===== Definition Lists =====*/

dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

/*================================================ 
Table 
==================================================*/

table {
    border: 2px solid var(--grey-color);
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 2px solid var(--grey-color);
    padding: 8px;
    text-align: center;
}

/*================================================ 
Input 
==================================================*/

input,
input.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
    border-color: var(--primary-color);
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

textarea {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 10px 15px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

/*===== Select =====*/

.calculator-left #businessType {
    margin-top: 10px;
    background-color: var(--white-color);
    border-radius: 12px;
    cursor: pointer;
}

select, select.form-control {
    border: 1px solid #d3d3d3;
    color: var(--black-color);
    width: 100%;
    float: left;
    padding: 0 30px 0 15px;
    height: 45px;
    line-height: 42px;
    background: var(--light-white-color);
    outline: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
}

/*=================================================================
Container
===================================================================*/

.container {
    max-width: 1300px;
}

/*=================================================================
Section
===================================================================*/

.pt-section-padding {
    padding: 120px 0px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

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

.section-padding-bottom {
    padding-bottom: 120px;
}

.pt-bottom-padding {
    padding-bottom: 210px;
}

.section-margin {
    margin-top: 120px;
    margin-bottom: 120px;
}

.section-margin-top {
    margin-top: 120px;
}

@media(max-width:1190px) {
    .pt-bottom-padding {
        padding-bottom: 60px;
    }
}

/*===============================================
Border
===============================================*/

.pt-border {
    border-width: 5px;
    border-style: solid;
    border-color: #F5F9FF;
}

/*================================================
Background
==================================================*/

/*--------------Background-color---------------*/

/*--- Blue Background ---*/

.pt-blue-background {
    background-image: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
    background-size: cover;
    position: relative;
    opacity: 0.9;
    padding: 60px 0px;
}

.pt-blue-background.pt-padding {
    padding: 210px 0px;
}

@media (max-width:1190px) {
    .pt-blue-background.pt-padding {
        padding: 100px 0px;
    }
}

.pt-blue-background-2 {
    background-color: var(--primary-color);
}

.pt-blue-background-2.pt-padding {
    padding: 210px 0px;
}

@media (max-width:1190px) {
    .pt-blue-background-2.pt-padding {
        padding: 130px 0px;
    }
}

.pt-blue-background-3 {
    background-color: transparent;
    background-image: linear-gradient(890deg, #0072FF 0%, #00BBFF 100%);
}

/*--- White Background ---*/

.pt-white-background {
    background: var(--white-color);
    position: relative;
    z-index: 9;
}

.pt-domain-form-section {
    /*padding-top: 150px;*/
    height: 850px;
    position: relative;
    /* background: linear-gradient(20deg, #ffe7e8 0%, #fdf6f7 35%, #f7fbff 70%, #e4f3ff 100%); */
    background: transparent;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-inline: 15px;
}

.pt-domain-form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    /* background: linear-gradient(80deg, #fff1f280 0%, #fdf6f7 35%, #e4f3ff 70%, #e4f3ff 100%); */
    background-image: url(../imgs/hero-banner-bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
}

.hero-right {
    /*position: absolute;*/
    /*top: 52%;*/
    /*right: 0;*/
    /*transform: translateY(-48%);*/
    /*padding: 0 0px 0 0px;*/
    /*width: 46vw;*/
    margin-top: 0px;
    margin-inline: 0;
    /*background: transparent;*/
    /*border-radius: 0;*/
}

@media (max-width:1190px) {
    .pt-domain-form-section {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%;
    }
}

.pt-domain-form-section-2 {
    padding: 130px 0px 130px 0px;
}

@media (max-width:1190px) {
    .pt-domain-form-section-2 {
        padding: 60px 0px 60px 0px;
    }
}

.pt-light-background {
    background-color: var(--light-white-color);
}

/*--- Grey Background ---*/

.pt-grey-background {
    background: var(--grey-color);
    position: relative;
}

/*--- Background-Overley ----*/

.pt-background-overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.pt-background-overley-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
}

.pt-dark-background {
    background-color: var(--dark-color);
    position: relative;
}

/*-----Background-opacity---*/

.pt-opacity-1 {
    opacity: 0.3;
}

.pt-opacity-2 {
    opacity: 0.05;
}

.pt-opacity-3 {
    opacity: 0.2;
}

.pt-opacity-4 {
    opacity: 0.4;
}

.pt-opacity-5 {
    opacity: 0.1;
}

/*------Border-Radius---*/

.pt-blue-background.pt-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*--------Negative-Margin--------*/

.pt-negative-margin {
    margin-top: -80px;
}

@media(max-width:1190px) {
    .pt-negative-margin {
        margin-top: 0px;
    }
}

/*================================================
Loading
================================================*/

/* #pt-loading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: var(--white-color);
}

#pt-loading img {
    height: 60px;
} */

/*================================================
Back to Top
================================================*/

#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: var(--white-color);
    background: var(--dark-color);
    z-index: 999;
    border: 1px solid var(--dark-color);
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
}

#back-to-top .top:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

/*=============================================================
Section Title
===============================================================*/

/*-------pt-section-title-1--------*/

.pt-section-title-1.text-center {
    margin-bottom: 0px;
    padding: 0;
}

.pt-section-title-1 {
    margin-bottom: 30px;
}

.pt-section-title-1 .pt-section-title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    position: relative;
    margin-bottom: 5px;
}

.pt-section-title-1 .pt-section-title span {
    color: var(--primary-color);
}

.pt-section-title-1 .pt-section-title:after {
    content: "";
    transform: translateX(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -o-transform: translate(-100%);
    -ms-transform: translate(-100%);
    position: absolute;
    color: var(--primary-color);
}

.pt-section-title-1 .pt-section-description {
    z-index: 9;
    position: relative;
    font-size: 16px;
}

.pt-section-title-1.pt-section-title-1-color-white .pt-section-title .imp-word {
    color: var(--white-color) !important;
}

@media(max-width:1199px) {
    .pt-section-title-1.text-center {
        padding: 0;
    }
}

@media(max-width:1023px) {
    .pt-section-title-1 .pt-section-title {
        font-size: 44px;
        line-height: 52px;
    }
}

@media(max-width:767px) {
    .pt-section-title-1 .pt-section-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .pt-section-title-1.text-center {
        margin-bottom: 0px;
    }
}

@media(max-width:479px) {
    .pt-section-title-1 .pt-section-title {
        font-size: 30px;
        line-height: 1.3;
    }
}

/*=============================================================
price-Box
==============================================================*/

/*----pricebox-1----*/

.pt-pricebox-1 {
    padding: 30px;
    background: var(--white-color);
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-pricebox-1 .pt-pricebox-info {
    border-bottom: 2px solid var(--grey-color);
    margin-bottom: 30px;
}

.pt-pricebox-1 .pt-pricebox-info .pt-price-title {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}

.pt-pricebox-1 .pt-pricebox-info .price {
    font-weight: 600;
    margin: 15px 0 0;
    font-size: 52px;
    line-height: 60px;
}

.pt-pricebox-1 .pt-list-info {
    margin: 0;
    padding: 0;
}

.pt-pricebox-1 .pt-list-info li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.pt-pricebox-1 .pt-list-info li.active i {
    color: var(--primary-color);
}

.pt-pricebox-1 .pt-list-info li i {
    float: right;
}

.pt-pricebox-1 .pt-list-info li:first-child {
    margin: 0;
    padding-top: 0;
}

.pt-pricebox-1 .pt-list-info li::marker {
    display: none;
}

.pt-pricebox-1 .pt-btn-container {
    margin: 35px 0 0;
}

.pt-pricebox-1.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.pt-pricebox-1.active .pt-pricebox-info .price,
.pt-pricebox-1.active .pt-pricebox-info .pt-price-title,
.pt-pricebox-1.active .pt-pricebox-info .price,
.pt-pricebox-1.active .pt-pricebox-info .pt-price-duration,
.pt-pricebox-1.active .pt-list-info li,
.pt-pricebox-1.active .pt-list-info li.active i {
    color: var(--white-color);
}

@media(max-width:479px) {
    .pt-pricebox-1 .pt-list-info li {
        font-size: 14px;
    }

    .pt-pricebox-1 .pt-list-info li i {
        margin-top: 5px;
    }
}

/*------------- Pricebox 2 ---------------*/

.pt-pricebox-2 {
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-pricebox-2 .pt-price-title {
    padding: 15px 0;
    font-family: var(--Barlow-fonts);
    color: var(--white-color);
    background: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pt-pricebox-2 .pt-service-media {
    margin: 30px 0 15px;
    background: var(--dark-color);
    color: var(--white-color);
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 56px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

.pt-pricebox-2 .pt-price-detail img {
    width: 50%;
    margin: 30px 0;
}

.pt-pricebox-2 .price {
    font-size: 48px;
    line-height: 56px;
}

.pt-pricebox-2 .price span {
    font-size: 16px;
    font-family: var(--Roboto-fonts);
    color: var(--secondary-color);
    font-weight: 400;
    margin-left: 5px;
}

.pt-pricebox-2 .pt-list-content {
    border-top: 2px solid var(--grey-color);
    margin: 15px 0 30px;
}

.pt-pricebox-2 .pt-list-info {
    margin: 0;
    padding: 30px 0;
}

.pt-pricebox-2 .pt-list-info li {
    list-style: none;
    line-height: 45px;
}

.pt-pricebox-2.active .pt-service-media {
    background: var(--primary-color);
}

.pt-pricebox-2.active .pt-price-title {
    background: var(--primary-color);
}

/*------------Pricebox 3 ---------------*/

.pt-pricebox-3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--white-color);
}

.pt-pricebox-3.active .pt-price-detail {
    background: #00c6ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6ff', endColorstr='#0072ff', GradientType=1);
    /* IE6-9 */
}

.pt-pricebox-3 .pt-price-detail {
    position: relative;
    padding: 45px 30px;
    background: var(--dark-color);
    z-index: 9;
    color: var(--white-color);
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pt-pricebox-3 .pt-price-detail .pt-price-title {
    font-family: var(--Barlow-fonts);
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}

.pt-pricebox-3 .pt-price-detail .price {
    color: var(--white-color);
    font-size: 60px;
    line-height: 68px;
}

.pt-pricebox-3 .pt-price-detail .pt-price-duration {
    color: var(--white-color);
    font-weight: normal;
    margin-bottom: 0;
}

.pt-pricebox-3 .pt-bg-effect {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    z-index: -1;
    opacity: 0.3;
}

.pt-pricebox-3 .pt-list-info {
    margin: 0;
    padding: 30px;
    border: 2px solid var(--grey-color);
    border-top: 0;
    border-bottom: 0;
}

.pt-pricebox-3 .pt-list-info li {
    list-style: none;
    line-height: 45px;
}

.pt-pricebox-3 .pt-btn-container {
    border: 2px solid var(--grey-color);
    border-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pt-pricebox-3 .pt-button {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .pt-pricebox-3 .pt-price-detail {
        padding: 30px 15px;
    }

    .pt-pricebox-3 .pt-price-detail .price {
        font-size: 48px;
    }

    .pt-pricebox-3 .pt-bg-effect {
        width: 135%;
    }
}

/*--------------- Price-Box-4 ----------------*/

.pt-pricebox.pt-pricebox-4 {
    padding: 45px 30px 45px 30px;
    background: var(--white-color);
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.pt-pricebox-4.pt-price-detail {
    position: relative;
    margin-bottom: 30px;
}

.pt-pricebox-4 .pt-price-detail .pt-price-title {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: 600;
}

.pt-pricebox-4 .pt-price-detail .pt-price-tab {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

.pt-pricebox-4 .pt-price-detail .pt-price-tab del.discount-price {
    font-size: 24px;
    line-height: 32px;
    margin-right: 5px;
    color: var(--secondary-color);
}

.pt-pricebox-4 .pt-price-detail .pt-price-tab span.price-month {
    font-size: 20px;
    font-family: var(--Roboto-fonts);
    color: var(--secondary-color);
    font-weight: 400;
    align-self: flex-end;
    text-transform: lowercase;
}

.pt-pricebox-4 .pt-price-detail .pt-price-tab h2.price {
    font-size: 48px;
    line-height: 56px;
}

.pt-pricebox-4 .pt-price-detail p.pt-price-duration {
    color: var(--primary-color);
    margin: 30px 90px;
    padding: 10px;
    background-color: var(--grey-color);
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
}

.pt-pricebox-4 .pt-list-info li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
}

.pt-pricebox-4 .pt-price-label {
    color: var(--white-color);
    background: var(--blue-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 26px;
    right: 0;
    padding: 5px 20px;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-family: var(--Roboto-fonts);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 42%, 0% 0%);
    opacity: 0;
}

.pt-pricebox-4.active .pt-price-label {
    opacity: 1;
}

.pt-pricebox.pt-pricebox-4 .pt-btn-container .pt-button-block .pt-button {
    width: 100%;
}

/*================================================
pricebox-5
===============================================*/

.pt-pricebox-5 {
    position: relative;
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 30px;
}

.pt-pricebox-5:hover {
    border: 2px solid var(--primary-color);
}

.pt-pricebox-5 .pt-price-detail .pt-price-title {
    font-size: 34px;
    line-height: 42px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.pt-pricebox-5:hover .pt-price-detail .pt-price-title {
    color: var(--primary-color);
}

.pt-pricebox-5 .pt-price-detail .pt-price-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.pt-pricebox-5 .pt-price-detail .pt-price-tab .price {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

.pt-pricebox-5 .pt-price-detail .pt-price-tab .pt-price-point {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--dark-color);
    margin-left: -30px;
}

.pt-pricebox-5 .pt-price-detail .pt-price-tab .price-month {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
}

.pt-pricebox-5 .pt-price-detail .pt-price-tab .pt-price-duration {
    margin: 25px 0px 0px -40px;
    font-size: 20px;
    line-height: 28px;
    color: var(--secondary-color);
}

.pt-pricebox-5 .pt-price-detail .pt-btn-container .pt-button-block .pt-button {
    width: 100%;
    margin-bottom: 30px;
}

.pt-pricebox-5 .pt-price-detail .pt-price-descption {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

.pt-pricebox-5 .pt-list-info {
    list-style-type: none;
    margin: 0;
}

.pt-pricebox-5 .pt-list-info li {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.pt-pricebox.pt-pricebox-5.text-center.active {
    border: 2px solid var(--primary-color);
}

.pt-pricebox.pt-pricebox-5.text-center.active .pt-price-detail .pt-price-title {
    color: var(--primary-color)
}

/*==================================================================
Image
==================================================================*/

.pt-img-main {
    text-align: center;
}

.pt-img-padding {
    padding: 0px 110px 0px 110px;
}

@media (max-width:767px) {
    .pt-img-padding {
        padding: 0px 0px 0px 0px;
    }
}

/*===================================================================
Map
===================================================================*/

#chartdiv {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#curved-chartdiv {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#animated_map_chart {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/*====================================================================
Icon-Box
======================================================================*/

/*---------Icon-box-style1---------*/

.pt-icon-box {
    text-align: center;
    padding: 45px 15px 45px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F5F9FF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box:hover {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box .pt-icon-box-media {
    margin-bottom: 15px;
}

.pt-icon-box .pt-icon-box-media svg {
    height: 35px;
    width: 35px;
    color: var(--red-color);
}

.pt-icon-box .pt-icon-box-content .pt-icon-box-heading {
    color: var(--dark-color);
    margin-bottom: 5px;
}

.pt-icon-box .pt-icon-box-content .pt-icon-box-description {
    color: var(--black-color);
    font-family: var(--Barlow-fonts);
    font-weight: 400;
    margin: 0px;
    font-size: 17px;
}

/*-------------------------------*/

/*--------Icon-box-style2---------*/

.pt-icon-box-style2 {
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box-style2:hover {
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box-style2 .pt-icon-box-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin-right: 15px;
}

.pt-icon-box-style2 .pt-icon-box-icon .pt-icon-animation {
    color: #0072ff;
    border-color: #ffffff;
}

.pt-icon-box-style2 .pt-icon-box-icon .pt-icon-animation i {
    font-size: 56px;
    position: relative;
    display: block;
}

.pt-icon-box-style2 .pt-icon-box-content .pt-icon-box-title {
    font-family: var(--Barlow-fonts);
    font-weight: 600;
}

.pt-icon-box-style2 .pt-icon-box-content .pt-icon-box-description {
    color: var(--secondary-color);
    font-family: var(--Roboto-fonts);
    font-weight: 400;
    margin: 0;
}

@media (max-width:567px) {
    .pt-icon-box-style2 {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width:567px) {
    .pt-icon-box-style2 .pt-icon-box-icon {
        margin: auto;
        margin-bottom: 10px;
    }
}

/*-----------------------------------*/

/*-------pt-icon-box-style3----------*/

.pt-icon-box-style3 {
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
}

.pt-icon-box-style3 .pt-icon-box-icon {
    margin: 0px 15px 0px 0px
}

.pt-icon-box-style3 .pt-icon-box-icon .pt-icon-animation {
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    /* font-size: 50px; */
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-icon-box-style3 .pt-icon-box-icon .pt-icon-animation svg {
    width: 20px;
    height: 20px;
}

.pt-icon-box-style3 .pt-icon-box-icon .pt-icon-animation svg path {
    fill: var(--primary-color);
}

.pt-icon-box-style3 .pt-icon-box-icon .pt-icon-animation i {
    width: 1em;
    height: 1em;
    display: block;
}

.pt-icon-box-style3 .pt-icon-box-content .pt-icon-box-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--white-color);
    font-family: var(--Barlow-fonts);
    font-weight: 600;
}

.pt-icon-box-style3 .pt-icon-box-content .pt-icon-box-description {
    color: var(--white-color);
    font-family: var(--Roboto-fonts);
    font-weight: 400;
    margin: 0;
}

@media (max-width:767px) {
    .pt-icon-box-style3 {
        display: block;
        text-align: center;
    }
}

@media (max-width:767px) {
    .pt-icon-box-style3 .pt-icon-box-icon {
        margin: 0px 0px 15px 0px;
    }
}

/*-----------------------------------------*/

/*--------pt-icon-box-style4---------------*/

.pt-icon-box-style4 {
    text-align: center;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--grey-color);
    padding: 45px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box-style4:hover {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box-style4 .pt-icon-box-icon {
    margin-bottom: 15px;
}

.pt-icon-box-style4 .pt-icon-box-icon .pt-icon-animation {
    display: inline-block;
    background-color: var(--primary-color);
    font-size: 50px;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    text-align: center;
}

.pt-icon-box-style4 .pt-icon-box-icon .pt-icon-animation i {
    color: #fff;
    fill: #fff;
    width: 1em;
    height: 1em;
    display: block;
}

.pt-icon-box-style4 .pt-icon-box-content .pt-icon-box-title {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--Barlow-fonts);
    font-weight: 600;
}

.pt-icon-box-style4 .pt-icon-box-content .pt-icon-box-description {
    font-family: var(--Roboto-fonts);
    font-weight: 400;
    margin: 0;
}

/*-----pt-icon-box-style5-----*/

.pt-icon-box-style5-main {
    display: flex;
}

.pt-icon-box-style5 {
    text-align: left;
}

.pt-icon-box-style5 .pt-icon-box-media {
    margin-bottom: 20px;
}

.pt-icon-box-style5 .pt-icon-box-media .pt-icon-box-animation {
    background-color: #F5F9FF;
    color: var(--primary-color);
    fill: var(--primary-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-icon-box-style5 .pt-icon-box-media i {
    font-size: 56px;
}

.pt-icon-box-style5 .pt-icon-box-content .pt-icon-box-heading {
    color: var(--dark-color);
}

.pt-icon-box-style5 .pt-icon-box-content .pt-icon-box-description {
    color: var(--secondary-color);
    font-family: var(--Barlow-fonts);
    font-weight: 400;
    margin: 0px;
}

@media (max-width:767px) {
    .pt-icon-box-style5-main {
        display: block;
    }
}

@media (max-width:1190px) {
    .pt-icon-box-style5 {
        margin-right: 55px;
    }
}

/*-----------------------------------------------*/

/*---------------pt-icon-box-style6--------------*/

.pt-icon-box-style6 {
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F5F9FF;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box-style6.pt-icon-box-style6-margin {
    margin: 30px 0px 30px 90px;
}

.pt-icon-box-style6:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box-style6 .pt-icon-box-media {
    margin-right: 15px;
}

.pt-icon-box-style6 .pt-icon-box-media i {
    font-size: 64px;
    list-style: 72px;
    color: var(--primary-color);
}

.pt-icon-box-style6 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0px;
}

@media (max-width:1190px) {
    .pt-icon-box-style6.pt-icon-box-style6-margin {
        margin: 0px;
    }
}

@media (max-width:767px) {
    .pt-icon-box-style6 {
        display: block;
    }
}

@media (max-width:767px) {
    .pt-icon-box-style6 .pt-icon-box-media {
        margin-bottom: 15px;
    }
}

/*-------------------------------*/

/*----- pt-icon-box-style7 ------*/

.pt-icon-box-style7 {
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box-style7:hover {
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box-style7 .pt-icon-box-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin-right: 30px;
}

.pt-icon-box-style7 .pt-icon-box-icon .pt-icon-animation {
    color: #0072ff;
    border-color: #ffffff;
}

.pt-icon-box-style7 .pt-icon-box-icon .pt-icon-animation i {
    font-size: 56px;
    display: block;
    position: relative;
}

.pt-icon-box-style7 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .pt-icon-box-style7 {
        display: block;
    }
}

@media (max-width:767px) {
    .pt-icon-box-style7 .pt-icon-box-icon {
        margin-bottom: 30px;
    }
}

/*---- pt-icon-box-style8 -----*/

.pt-icon-box-style8 {
    padding: 45px 45px 45px 45px;
    text-align: center;
    color: var(--white-color);
}

.pt-icon-box-style8 .pt-icon-box-media {
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 10px;
}

.pt-icon-box-style8 .pt-icon-box-media i {
    display: block;
}

.pt-icon-box-style8 .pt-icon-box-content .pt-icon-box-heading {
    margin-bottom: 15px;
}

.pt-icon-box-style8 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
    color: var(--white-color);
}

/*---- pt-icon-box-style9 ----*/

.pt-icon-box-style9 {
    padding: 30px 30px 30px 30px;
    background-color: var(--grey-color);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-icon-box-style9 .pt-icon-box-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin-right: 30px;
}

.pt-icon-box-style9 .pt-icon-box-icon .pt-icon-animation {
    color: var(--primary-color);
    border-color: #ffffff;
}

.pt-icon-box-style9 .pt-icon-box-icon .pt-icon-animation i {
    font-size: 56px;
    display: block;
    position: relative;
}

.pt-icon-box-style9 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .pt-icon-box-style9 {
        display: inline-block;
        text-align: center;
    }

    .pt-icon-box-style9 .pt-icon-box-icon {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*---- pt-icon-box-style-10 -----*/

.pt-icon-box-style-10 {
    background-color: var(--white-color);
    padding: 0px 30px 45px 30px;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.pt-icon-box-style-10 .pt-icon-box-icon {
    background-color: var(--primary-color);
    display: inline-block;
    font-size: 48px;
    color: var(--white-color);
    padding: 25px;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 30px
}

.pt-icon-box-style-10 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

/*---- pt-icon-box-style-11 ------*/

.pt-icon-box-style-11 {
    margin: 0px 0px 0px 0px;
    padding: 30px 15px 30px 15px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #FFFFFF;
    text-align: center;
}

.pt-icon-box-style-11:hover {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-icon-box-style-11 .pt-icon-box-icon {
    display: inline-block;
    background-color: #F5F9FF;
    color: var(--primary-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    padding: 25px;
    font-size: 50px;
    margin-bottom: 15px;
}

.pt-icon-box-style-11 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

/*---------------------------------*/

/*--- pt-icon-box-style-12 ----*/

.pt-icon-box-style-12 {
    display: flex;
    align-items: center;
}

.pt-icon-box-style-12 .pt-icon-box-icon {
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 20px;
}

.pt-icon-box-style-12 .pt-icon-box-icon i {
    font-size: 50px;
}

.pt-icon-box-style-12 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pt-icon-box-style-12 {
        display: block;
        text-align: center;
    }

    .pt-icon-box-style-12 .pt-icon-box-icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------*/

/*---- pt-icon-box-style-13 ----*/

.pt-icon-box-style-13 {
    text-align: center;
    padding: 45px 15px 45px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F5F9FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pt-icon-box-style-13:hover {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--primary-color);
    box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%);
}

.pt-icon-box-style-13 .pt-icon-box-icon {
    color: var(--primary-color);
    height: 62px;
    width: 62px;
    line-height: 62px;
    font-size: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.pt-icon-box-style-13 .pt-icon-box-content .pt-icon-box-title {
    margin-bottom: 5px;
}

.pt-icon-box-style-13 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

/*----- pt-icon-box-style-14 -----*/

.pt-icon-box-style-14.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
}

.pt-icon-box-style-14 {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 30px;
    background-color: var(--white-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-icon-box-style-14 .pt-icon-box-icon {
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 52px;
    margin-right: 20px;
    color: var(--primary-color);
}

.pt-icon-box-style-14 .pt-icon-box-content .pt-icon-box-description {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .pt-icon-box-style-14 {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .pt-icon-box-style-14 .pt-icon-box-icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

/*======= pt-icon-box-style-15 ========*/

.pt-icon-box-style-15 {
    display: flex;
    padding: 0px 10px 0px 0px;
}

.pt-icon-box-style-15 .pt-icon-box-media {
    color: var(--white-color);
    font-size: 52px;
    line-height: 60px;
    margin-right: 15px;
}

.pt-icon-box-style-15 .pt-icon-box-content .pt-icon-box-title {
    color: var(--white-color);
}

.pt-icon-box-style-15 .pt-icon-box-content .pt-icon-box-description {
    color: var(--white-color);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pt-icon-box-style-15 {
        display: inline-block;
        text-align: center;
    }

    .pt-icon-box-style-15 .pt-icon-box-media {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*===========================================================
Button
===========================================================*/

/*================================================
Button Core
================================================*/

[type="button"],
[type="reset"],
[type="submit"] {
    padding: 10px 45px;
    font-family: var(--Barlow-fonts);
    font-size: 16px;
    background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
    text-transform: capitalize;
    color: var(--white-color) !important;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background-position: right center;
    color: var(--white-color) !important;
}

.pt-btn-container.pt-btn-position {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.pt-button {
    position: relative;
    width: auto;
    background: var(--primary-color);
    background-size: 200% auto;
    color: var(--white-color);
    font-family: var(--Roboto-fonts);
    font-size: 16px;
    font-weight: 500;
    padding: 14px 50px;
    line-height: 1.5;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}

.passive-btn {
    display: flex;
    gap: 0px;
}


.pt-header-bg .navbar .pt-button {
    padding: 14px 40px;
}

.pt-button.pt-button-change-color {
    background: var(--white-color);
    color: var(--primary-color);
}

.pt-button.pt-button-change-color:hover {
    background: var(--red-color);
    color: var(--white-color) !important;
}

.pt-button:hover.pt-button-change-color {
    color: var(--primary-color);
}

.pt-button span {
    z-index: 9;
    position: relative;
}

.pt-button:hover,
.pt-button:focus {
    color: var(--white-color);
    background-position: right center;
}

.pt-button:hover {
    color: var(--white-color);
    background: var(--red-color);
}

.pt-button.pt-btn-link {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
}

.pt-btn-container.pt-margin-top {
    margin-top: 30px;
}

.pt-outline-button {
    background: var(--primary-color);
    /* border: 1px solid var(--primary-color); */
    color: var(--white-color);
}

.pt-outline-button:hover {
    background: var(--red-color);
}

.pt-outline-button-white {
    background: transparent;
    border: 1px solid var(--white-color);
}

.pt-outline-button-white:hover {
    color: var(--white-color);
    background: var(--red-color);
    border: 1px solid var(--red-color);
}

.pt-button-red {
    background: var(--red-color);
    color: var(--white-color);
}

.pt-button-red:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

/*---------- Button link --------*/

.pt-button.pt-btn-link {
    padding: 0;
    background: transparent;
    color: var(--primary-color);
}

.pt-button.pt-btn-link:hover {
    color: var(--blue-color);
}

/*---------- Button outline -------*/

.pt-button.pt-btn-outline {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.pt-button.pt-btn-outline:hover {
    color: var(--blue-color);
    border: 1px solid var(--blue-color)
}

/*================================================
Domain-Box
===============================================*/

.pt-domainbox-box-info {
    background: var(--grey-color);
    padding: 45px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.pt-domainbox-box-info .pt-domain-media {
    margin: 0 0 30px 0;
    display: inline-block;
}

.pt-domainbox-box-info .pt-domain-media i {
    background: var(--primary-color);
    color: var(--white-color);
    width: 104px;
    height: 104px;
    line-height: 104px;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-domainbox-box-info .pt-domain-media img {
    height: 60px;
}

.pt-domainbox-box-info .pt-domainbox-description {
    font-size: 30px;
    line-height: 38px;
    color: var(--dark-color);
    font-weight: 600;
    margin: 0;
}

.pt-domainbox-box-info del {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.pt-domainbox-box-info .pt-domain-title {
    padding: 0;
    margin: 0;
}

.pt-domainbox-box-info .pt-domainbox-price-text {
    margin: 0 0 30px 0;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

.pt-domainbox-box-info .pt-domain-descption {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

.pt-domainbox-box-info .pt-domainbox-price-text h3 {
    color: var(--primary-color);
}

.pt-domainbox-box-info .pt-domainbox-price-text span {
    margin-left: 5px;
}

.wp24-dc .table-cell {
    font-weight: 600;
}

.wp24-dc .table-cell.table-cell-whois {
    text-align: right;
}

.wp24-dc .table-cell.table-cell-purchase {
    flex: 1;
    text-align: right;
}

.wp24-dc .table-cell.table-cell-purchase a {
    position: relative;
    width: auto;
    background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
    font-family: var(--Barlow-fonts);
    font-size: 16px;
    padding: 0px 12px;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wp24-dc .table-cell.table-cell-purchase a:hover,
.wp24-dc .table-cell.table-cell-purchase a:focus {
    color: var(--white-color);
    background-position: right center;
}

/*================================================
Circle Progress
================================================*/

.pt-circle-progress-1 {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.pt-circle-progress-1 .pt-circle-progress-bar {
    position: relative;
}

.pt-circle-progress-1 .pt-progress-count {
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-family: var(--Barlow-fonts);
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-circle-progress-1 .pt-progress-details {
    margin-left: 30px;
    align-self: center !important;
    flex: 1;
}

/*===== Circle Progress 2 =====*/

.pt-circle-progress-2 {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-circle-progress-2 .pt-circle-progress-bar {
    position: relative;
    display: inline-block;
}

.pt-circle-progress-2 .pt-progress-count {
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-family: var(--Barlow-fonts);
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-circle-progress-2 .pt-progress-details {
    margin: 15px 0 0 0;
    color: var(--white-color);
    display: inline-block;
    width: 100%;
}

@media (max-width:1190px) {
    .pt-circle-progress-2 {
        margin-top: 30px;
    }
}

/*=====================================================
Icon-list
======================================================*/

.pt-icon-list-ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.pt-icon-list-item {
    padding-bottom: calc(10px/2);
    display: flex;
}

.pt-icon-list-icon svg {
    width: 20px;
    height: 20px;
}

.pt-icon-list-item .pt-icon-list-text {
    font-family: var(--Roboto-fonts);
    font-weight: 500;
    color: var(--black-color);
    align-self: center;
    margin-left: 10px;
}

.pt-icon-list-icon i {
    font-size: 16px;
    color: var(--primary-color);
    padding-right: 10px;
}

/*== pt-icon-list-style-2 ==*/

.pt-icon-list-style-2 .pt-icon-list-ul {
    padding: 0;
    list-style: none;
}

.pt-icon-list-style-2 .pt-icon-list-ul .pt-icon-list-item {
    padding-bottom: calc(10px/2);
    display: flex;
}

.pt-icon-list-style-2 .pt-icon-list-ul .pt-icon-list-item span.pt-icon-list-icon i {
    color: var(--white-color);
    font-size: 16px;
}

.pt-icon-list-style-2 .pt-icon-list-ul .pt-icon-list-item span.pt-icon-list-text {
    color: var(--white-color);
    padding-left: 10px;
    align-self: center;
    font-family: var(--Roboto-fonts);
    font-weight: 400;
}

/*===========================================================
Counter-Box
============================================================*/

.pt-counter {
    margin: 0;
    padding: 0px 15px;
    border-right: 1px solid var(--white-color);
}

.col-xl-3.col-md-6.col-sm-6:last-child .pt-counter {
    border-right: none;
}

.pt-counter-number-wrapper {
    color: #FFFFFF;
    font-family: var(--Barlow-fonts);
    font-size: 62px;
    font-weight: 600;
    line-height: 70px;
    display: flex;
    margin-left: 10px;
}

.pt-counter-number-prefix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap;
    text-align: right;
}

.pt-counter-number-suffix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap;
    text-align: left;
}

.pt-counter-title {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
}

/* =========================================================
Testimonial
============================================================*/

/*------pt-testimonial-1--------*/

.pt-testimonialbox-1 {
    display: flex;
    align-items: flex-start;
    background: var(--grey-color);
    padding: 45px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-testimonialbox-1 .pt-testimonial-media {
    margin-right: 25px;
    border: 5px solid var(--white-color);
    -webkit-border-radius: 700px;
    -moz-border-radius: 700px;
    border-radius: 700px;
}

.pt-testimonialbox-1 .pt-testimonial-media img {
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 700px;
    -moz-border-radius: 700px;
    border-radius: 700px;
}

.pt-testimonialbox-1 .pt-testimonial-info {
    flex: 1;
}

.pt-testimonialbox-1 .pt-testimonial-info p {
    margin: 0;
}

.pt-testimonialbox-1 .pt-testimonial-info h5 {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.pt-testimonialbox-1 .pt-testimonial-star {
    font-size: 12px;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.pt-testimonialbox-1 .pt-testimonial-star i {
    color: var(--primary-color);
}

.pt-testimonial-info h5 span {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
}

@media(max-width:767px) {
    .pt-testimonialbox-1 {
        display: block;
        align-items: flex-start;
        margin-left: 0;
        padding: 30px;
    }

    .pt-testimonialbox-1 .pt-testimonial-media {
        margin: 0 0 15px 0;
        border: none;
    }

    .pt-testimonialbox-1 .pt-testimonial-media img {
        border: none;
    }

    .pt-testimonialbox-1 .pt-testimonial-info {
        flex: inherit;
        display: inline-block;
        width: 100%;
    }
}

/*-----------------------------*/

/* Testimonial 2 */

.pt-testimonialbox-2 {
    text-align: center;
    background: var(--white-color);
    padding: 0 45px 45px;
    margin-top: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-testimonialbox-2 .pt-testimonial-media {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
}

.pt-testimonialbox-2 .pt-testimonial-media img {
    border: 2px solid var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    margin-top: -60px;
}

.pt-testimonialbox-2 .pt-quote {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-block;
    bottom: -15px;
    right: -15px;
    background: var(--primary-color);
    border-radius: 900px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    line-height: 60px;
    text-align: center;
    color: var(--white-color);
    font-size: 22px;
}

.pt-testimonial-box-2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: var(--white-color);
    padding: 60px 60px 60px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-testimonial-box-2 .pt-testimonial-media img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.pt-testimonial-box-2 .pt-testimonial-info {
    flex: 1;
    padding-left: 30px;
}

.pt-testimonial-box-2 .pt-testimonial-star {
    position: relative;
    background: var(--primary-color);
    padding: 0 10px;
    float: right
}

.pt-testimonial-box-2 .pt-testimonial-star i {
    color: var(--white-color);
}

.pt-testimonial-box-2 .pt-testimonial-info h5 {
    padding-bottom: 30px;
}

.pt-testimonial-box-2 .pt-testimonial-info h5 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    padding: 0;
    display: block;
    position: relative;
    padding-bottom: 15px;
}

.pt-testimonial-box-2 .pt-testimonial-info h5 span:after {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ebf1fd;
}

/* Testimonial 3 */

.pt-testimonialbox-3 {
    background: var(--white-color);
    padding: 45px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-testimonialbox-3 .pt-quote {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-block;
    top: -28px;
    left: 50%;
    background: var(--primary-color);
    border-radius: 900px;
    line-height: 60px;
    text-align: center;
    color: var(--white-color);
    font-size: 22px;
    margin-left: -30px;
}

.pt-testimonialbox-3 .pt-testimonial-info {
    display: inline-block;
}

.pt-testimonialbox-3 .pt-testimonial-img {
    display: flex;
    align-items: flex-start;
}

.pt-testimonialbox-3 .pt-testimonial-img img {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 2px solid var(--grey-color);
    border-radius: 900px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
}

.pt-testimonialbox-3 .pt-testimonial-img .pt-testimonial-meta {
    flex: 1;
    align-self: center !important;
    text-align: left;
}

.pt-testimonialbox-3 .pt-testimonial-img .pt-testimonial-meta h5 {
    font-size: 24px;
}

.pt-testimonialbox-3 .pt-testimonial-img .pt-testimonial-meta p {
    margin-bottom: 0;
    line-height: 1;
}

/*==== pt-testimonialbox-4 =====*/

.pt-testimonial-box.pt-testimonialbox-4 {
    position: relative;
    background: var(--grey-color);
    padding: 30px 15px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-testimonialbox-4 .pt-quote {
    position: absolute;
    top: 65%;
    right: 8%;
    opacity: 0.5;
}

.pt-testimonialbox-4 .pt-quote i {
    font-size: 45px;
    line-height: 53px;
    color: var(--primary-color);
    opacity: 0.2;
}

.pt-testimonialbox-4 .pt-testimonial-info .pt-testimonial-img img {
    width: 90px;
    height: 90px;
    display: flex;
    margin-right: 15px;
    border: 2px solid var(--grey-color);
    border-radius: 900px;
}

.pt-testimonialbox-4 .pt-testimonial-info .pt-testimonial-img {
    display: flex;
}

.pt-testimonialbox-4 .pt-testimonial-info .pt-testimonial-img .pt-testimonial-meta {
    align-self: center;
}

.pt-testimonialbox-4 .pt-testimonial-img .pt-testimonial-meta h5 {
    font-size: 24px;
}

/*=========================================================
Swiper Pagination
===========================================================*/

.swiper-container .swiper-pagination {
    position: relative;
    margin: 30px 0 0;
    bottom: 0 !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: var(--dark-color);
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 32px;
    border: 2px solid var(--primary-color);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

/*==================================================================
Fancy Box
====================================================================*/

/*------pt-fancybox-info------*/

.pt-fancybox-box-info {
    padding: 45px 30px;
    background: var(--white-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.pt-fancybox-box-info .pt-fancy-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--grey-color);
}

.pt-fancybox-box-info .pt-fancy-media {
    margin-bottom: 15px;
}

.pt-fancybox-box-info .pt-fancy-media i {
    font-size: 72px;
    line-height: 1;
    color: var(--primary-color);
}

/*-----pt-fancy-box-1----*/

.pt-fancy-box {
    text-align: center;
}

.pt-fancybox-1 {
    background: var(--light-white-color);
    padding: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.pt-fancybox-1 .pt-fancy-media {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.pt-fancy-box.pt-fancybox-1 .pt-fancy-media .pt-fancy-box-title {
    z-index: 9;
}

.pt-fancybox-1 .pt-fancy-media i {
    background: var(--primary-color);
    color: var(--white-color);
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    margin-right: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-fancybox-1 .pt-fancy-media span {
    font-size: 62px;
    line-height: 72px;
    color: var(--grey-color);
    font-weight: 600;
    margin-left: auto;
}



@media (max-width:979px) {
    .pt-fancy-box.pt-fancybox-1 .pt-fancy-media .pt-fancy-box-title {
        text-align: left;
    }
}

@media(max-width:767px) {
    .pt-fancybox-1 .pt-fancy-media {
        display: block;
        margin-bottom: 15px;
    }

    .pt-fancybox-1 .pt-fancy-media i {
        display: flex;
        margin-bottom: 15px;
    }
}


/*-------------------------------------*/

/*---pt-fancybox-2----*/

.pt-fancybox-2 {
    background: var(--white-color);
    padding: 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-fancybox2-active {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 36, 80, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 36, 80, 0.1);
}

.pt-fancybox-2:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
}

.pt-fancybox-2 .pt-fancy-media {
    margin: 0 0 30px 0;
}

.pt-fancybox-2 .pt-fancy-media i {
    background: var(--grey-color);
    color: var(--primary-color);
    width: 104px;
    height: 104px;
    line-height: 104px;
    font-size: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    margin: auto;
}

.pt-fancybox-2 .pt-fancybox-info .pt-fancy-box-title {
    border-bottom: 2px solid var(--grey-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/*--------- pt-fancy-box-3 ---------------*/

.pt-fancy-box.pt-fancybox-3 {
    position: relative;
    padding: 30px 15px;
    background: var(--white-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
}

.pt-fancybox-3 .pt-fancy-media {
    margin: 0 0 30px 0;
}

.pt-fancybox-3 .pt-fancy-media i {
    font-size: 78px;
    color: var(--primary-color);
}

.pt-fancybox-3 .pt-fancy-media i::before {
    font-family: "Flaticon";
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    margin-left: 0;
}

.pt-fancybox-3 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
}

.pt-fancybox-3 .pt-fancybox-info .pt-fancybox-description p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.pt-fancybox-3 .pt-btn-container .pt-button-block {
    position: absolute;
    left: 0;
    right: 0;
}

.pt-fancybox-3 .pt-button.pt-btn-link {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 25px;
    color: var(--white-color);
    background: var(--dark-color);
}

.pt-fancybox-3 .pt-button.pt-btn-link i.fas.fa-chevron-right {
    font-size: 22px;
    line-height: 30px;
}

.pt-icon span:first-child {
    margin-top: -50px;
}

/*----------------------------*/

/*------- pt-fancybox-4 ------*/

.pt-fancy-box.pt-fancybox-4 {
    position: relative;
    text-align: center;
    padding: 30px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--grey-color);
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-fancy-box.pt-fancybox-4:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
}

.pt-fancy-box.pt-fancybox-4 .pt-fancy-media i {
    font-size: 58px;
    line-height: 66px;
    color: var(--primary-color);
}

.pt-fancy-box.pt-fancybox-4 .pt-fancybox-info p {
    -webkit-text-stroke-width: 1px;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--dark-color);
    opacity: 0.15;
}

.pt-fancy-box.pt-fancybox-4 .pt-fancybox-info .pt-fancy-box-title {
    font-size: 20px;
}

.pt-fancy-box.pt-fancybox-4 .pt-button {
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

/*================================================
Award-Box
================================================*/

.pt-awardbox-1 {
    text-align: center;
}

.pt-awardbox-1 .pt-award-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-top: 15px;
    font-size: 17px;
}

/*================================================
Domain check
================================================*/

.pt-domain-check-1 .pt-domain-form .wp24-dc form span {
    display: none;
}

.pt-domain-check-1 .pt-domain-form {
    display: flex;
    text-align: center;
}

.pt-domain-check-1 .pt-domain-form .wp24-dc {
    width: 100%;
}

.pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="text"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--white-color);
    border: none;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="text"]:focus,
.pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="text"]:hover {
    border: none;
}

.pt-domain-check-1 .pt-domain-form .wp24-dc form select,
.pt-domain-check-1 .pt-domain-form .wp24-dc .dc-form select {
    width: 150px;
    margin: 0;
    border: none;
    height: 60px;
    line-height: 60px;
    background-image: #f5f9ff, url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
    background-color: var(--grey-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="submit"] {
    border: 4px solid var(--grey-color);
    padding: 8px 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*==========*/

.pt-domain-list .pt-domain-text {
    margin: 0;
    padding: 0;
    display: flex;
}

.pt-domain-list .pt-domain-text .domain-price {
    font-weight: 500;
}

.pt-domain-list .pt-domain-text li {
    text-align: center;
    flex: 1;
    position: relative;
    margin: 0;
    color: var(--white-color);
    list-style: none;
}

.pt-domain-list .pt-domain-text li:before {
    content: "";
    background: var(--white-color);
    height: 16px;
    display: inline-block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.pt-domain-list .pt-domain-text li:last-child:before {
    display: none;
}

.pt-domain-list .pt-domain-text li .domain-name {
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
}

/*==========*/

#dc-result-1 {
    padding: 0 15px;
}

#dc-result-1 .table .table-row.available {
    display: flex;
    justify-content: space-between;
}

.pt-domain-check-1 .table {
    background: var(--white-color);
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-domain-check .table .table-cell.table-cell-status {
    text-align: right;
    color: #f00;
}

/*===== Domain Check 2 =====*/

.domain-check-2 .pt-domain-form {
    display: flex;
    text-align: center;
}

.domain-check-2 .pt-domain-form .wp24-dc {
    width: 100%;
}

.domain-check-2 .pt-domain-form .wp24-dc form span {
    display: none;
}

.domain-check-2 .pt-domain-form .wp24-dc form input[type="text"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--grey-color);
    border: none;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.domain-check-2 .pt-domain-form .wp24-dc form input[type="text"]:focus,
.domain-check-2 .pt-domain-form .wp24-dc form input[type="text"]:hover {
    border: none;
}

.domain-check-2 .pt-domain-form .wp24-dc form select,
.domain-check-2 .pt-domain-form .wp24-dc .dc-form select {
    width: 150px;
    margin: 0;
    border: none;
    height: 60px;
    line-height: 60px;
    background-image: #f5f9ff, url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
    background-color: var(--grey-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.domain-check-2 .pt-domain-form .wp24-dc form input[type="submit"] {
    border: none;
    padding: 12px 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*==========*/

.domain-check-2 .wp24-dc .table {
    border: 2px solid var(--dark-color);
    padding: 8px 15px;
}

.wp24-dc .table-cell.table-cell-status {
    text-align: right;
}

.domain-check-2 .pt-domain-list .pt-domain-text li {
    color: var(--secondary-color);
}

.domain-check-2 .pt-domain-list .pt-domain-text li .domain-name {
    color: var(--primary-color);
}

.domain-check-2 .pt-domain-list .pt-domain-text li:before {
    background: var(--dark-color);
}

@media(max-width:767px) {

    .pt-domain-form .wp24-dc form>div,
    .pt-domain-form .wp24-dc .dc-form>div {
        display: inline-block;
        width: 100%;
    }

    .pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="text"],
    .pt-domain-check-1 .pt-domain-form .wp24-dc form select,
    .pt-domain-check-1 .pt-domain-form .wp24-dc .dc-form select,
    .pt-domain-check-1 .pt-domain-form .wp24-dc form input[type="submit"] {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .pt-domain-check-1 .pt-domain-form .wp24-dc form select,
    .pt-domain-check-1 .pt-domain-form .wp24-dc .dc-form select {
        margin: 10px 0 !important;
    }

    .pt-domain-list .pt-domain-text {
        display: block;
    }

    .pt-domain-list .pt-domain-text li {
        width: 50%;
        float: left;
    }

    .pt-domain-list .pt-domain-text li:nth-child(even):before {
        display: none;
    }
}

/*===== Domain Check 4 =====*/

.domain-check-4 .pt-domain-form .wp24-dc form span {
    display: none;
}

.domain-check-4 .pt-domain-form .wp24-dc form input[type="text"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--grey-color);
    border: none;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.domain-check-4 .pt-domain-form .wp24-dc form input[type="text"]:focus,
.domain-check-4 .pt-domain-form .wp24-dc form input[type="text"]:hover {
    border: none;
}

.domain-check-4 .pt-domain-form .wp24-dc form select,
.domain-check-4 .pt-domain-form .wp24-dc .dc-form select {
    width: 150px;
    margin: 0;
    border: none;
    height: 60px;
    line-height: 60px;
    background-image: #f5f9ff, url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
    background-color: var(--grey-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
}

.domain-check-4 .pt-domain-form .wp24-dc form input[type="submit"] {
    border: none;
    padding: 12px 30px;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*================================================
Domain check 3
================================================*/

.domain-check-3 .pt-domain-form .wp24-dc form span {
    display: none;
}

.domain-check-3 .pt-domain-form .wp24-dc form input[type="text"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: var(--white-color);
    border: none;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.domain-check-3 .pt-domain-form .wp24-dc form input[type="text"]:focus,
.domain-check-3 .pt-domain-form .wp24-dc form input[type="text"]:hover {
    border: none;
}

.domain-check-3 .pt-domain-form .wp24-dc form select,
.domain-check-3 .pt-domain-form .wp24-dc .dc-form select {
    width: 150px;
    margin: 0;
    border: none;
    height: 60px;
    line-height: 60px;
    background-image: #f5f9ff, url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
    background-size: 20px 20px;
    background-color: var(--white-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
}

.domain-check-3 .pt-domain-form .wp24-dc form input[type="submit"] {
    border: 4px solid var(--grey-color);
    padding: 8px 30px;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*==========*/

#dc-result-1 {
    padding: 0 15px;
}

#dc-result-1 .table .table-row.available {
    display: flex;
    justify-content: space-between;
}

.domain-check-3 .table {
    background: var(--white-color);
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.domain-check-3 .pt-domain-list .pt-domain-text li {
    color: #002450;
}

.pt-domain-check .table .table-cell.table-cell-status {
    text-align: right;
    color: #f00;
}

@media(max-width:767px) {

    .pt-domain-form .wp24-dc form>div,
    .pt-domain-form .wp24-dc .dc-form>div {
        display: inline-block;
        width: 100%;
    }

    .domain-check-3 .pt-domain-form .wp24-dc form input[type="text"],
    .domain-check-3 .pt-domain-form .wp24-dc form select,
    .domain-check-3 .pt-domain-form .wp24-dc .dc-form select,
    .domain-check-3 .pt-domain-form .wp24-dc form input[type="submit"] {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .domain-check-3 .pt-domain-form .wp24-dc form select,
    .domain-check-3 .pt-domain-form .wp24-dc .dc-form select {
        margin: 10px 0 !important;
    }

    .pt-domain-list .pt-domain-text {
        display: block;
    }

    .pt-domain-list .pt-domain-text li {
        width: 50%;
        float: left;
    }

    .pt-domain-list .pt-domain-text li:nth-child(even):before {
        display: none;
    }
}

/*==========*/

.domain-check-4 .wp24-dc .table {
    border: 2px solid var(--dark-color);
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wp24-dc .table-cell.table-cell-status {
    text-align: right;
}

.domain-check-4 .pt-domain-list .pt-domain-text li {
    color: var(--dark-color);
}

.domain-check-4 .pt-domain-list .pt-domain-text li .domain-name {
    color: var(--primary-color);
}

.domain-check-4 .pt-domain-list .pt-domain-text li .pt-fancy-media {
    width: 100px;
    display: inline-block;
    margin: 0;
    height: 100px;
    line-height: 100px;
    background: var(--white-color);
    border: none;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
}

.domain-check-4 .pt-domain-list .pt-domain-text li .pt-fancy-media img {
    height: 18px;
}

.domain-check-4 .pt-domain-list .pt-domain-text li span.domain-price {
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0px;
}

.domain-check-4 .pt-domain-list .pt-domain-text li .pt-fancy-media.active {
    background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 100%, var(--blue-color) 50%);
}

/*================================================
Pagination
================================================*/

.pt-pagination {
    margin-top: 15px;
}

.pt-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
    margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    color: var(--dark-color);
    background-color: var(--white-color);
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-pagination .page-numbers li .page-numbers:hover {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0;
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

@media(max-width:767px) {

    .pt-pagination .page-numbers li .next.page-numbers,
    .pt-pagination .page-numbers li .prev.page-numbers {
        width: auto;
        display: none;
    }
}

/*==============================================*/

/*================================================
Widget
================================================*/

.widget {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 30px;
    border: 2px solid var(--grey-color);
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget:last-child {
    margin-bottom: 0;
}

/*===== Widget Title =====*/

.widget .widget-title {
    margin-bottom: 20px;
    padding: 0 0;
    font-size: 24px;
    position: relative;
    line-height: 30px;
}

.widget .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

/*===== SideBar - Search =====*/

.widget.widget_search input {
    border: 1px solid var(--secondary-color);
    color: var(--dark-color);
    background: var(--white-color);
}

.widget.widget_search input:focus,
.widget.widget_search input:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.search-form {
    position: relative;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.search-submit {
    background: var(--primary-color);
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--white-color) !important;
    line-height: 54px;
    height: 54px;
    width: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.search-submit:hover {
    color: var(--white-color) !important;
    background: var(--dark-color);
    outline: none;
}

/*===== widget-menu =====*/

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul ul.children {
    padding-left: 25px;
}

.widget ul li a {
    color: var(--secondary-color);
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.widget ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/*===== SideBar - Recent Comments =====*/

.widget.widget_recent_comments #recentcomments li.recentcomments span a,
.widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
    color: var(--secondary-color);
    font-weight: 600;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
    display: none;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a {
    color: var(--primary-color);
    padding-left: 0;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
    padding-left: 0;
}

/*=====  SideBar Calendar  =====*/

.widget_calendar table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    color: var(--dark-color);
    font-weight: 500;
}

.widget_calendar table#wp-calendar {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    background: var(--white-color);
}

.widget_calendar .calendar_wrap td#today {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget_calendar .calendar_wrap td#today a {
    color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
    background: var(--white-color);
    color: var(--dark-color);
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
    padding: 8px;
    text-align: center;
}

/*=====  SideBar Categories List  =====*/

.widget_categories ul li,
.widget_archive ul li {
    font-weight: 400;
    color: var(--primary-color);
}

.widget_categories ul li a,
.widget_archive ul li a {
    font-weight: 400;
    color: var(--secondary-color);
}

/*=====  Meta - widget RSS =====*/

.widget.widget_rss ul li {
    margin-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_rss ul li a {
    padding-left: 0;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--Barlow-fonts);
}

.widget.widget_rss ul li a:hover {
    color: var(--primary-color);
}

.widget.widget_rss ul li a:before {
    display: none;
}

.widget.widget_rss ul li cite {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.widget.widget_rss ul li .rss-date {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

/*===== widget Nav Menu =====*/

.widget.widget_nav_menu ul li,
.widget ul.menu li {
    margin-bottom: 0;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
    display: block !important;
    padding-left: 20px;
}

.widget.widget_nav_menu ul li a,
.widget ul.menu li a {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--grey-color);
}

/*=====  SideBar - widget Recent Entries =====*/

.widget_recent_entries ul li .post-date {
    font-weight: 600;
    color: var(--dark-color);
}

/*===== SideBar - Tags =====*/

.widget_tag_cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    color: var(--white-color);
    padding: 2px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--grey-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.widget_tag_cloud .tag-cloud-link:hover {
    border-color: var(--primary-color);
    background: var(--dark-color);
    color: var(--white-color);
}

@media(max-width:1023px) {
    .sidebar.widget-area {
        margin-top: 45px;
    }
}

/*=========================================== 
Comments Box 
=============================================*/

.comment-respond {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
    padding-top: 30px;
    position: relative;
    margin: 0;
    padding-bottom: 0;
}

.comment-respond .comment-reply-title a {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 60%;
    margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.commentlist .comment {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
    list-style: none;
}

.commentlist .pt-comment-info {
    padding: 30px;
    border: 1px solid var(--grey-color);
    position: relative;
    background: var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.commentlist ol.children {
    padding-left: 60px;
}

.commentlist .pt-comment-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.commentlist .pt-comment-avatar {
    padding-right: 15px;
}

.commentlist .pt-comment-avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.commentlist .pt-comment-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.commentlist .pt-comment-box .title:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.commentlist .comment-content p {
    margin: 0;
}

.commentlist .pt-comment-info .reply a {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.commentlist .pt-comment-info .reply a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
    font-style: italic;
    margin: 15px 0;
}

/*===== Comments Form =====*/

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    padding: 0;
    margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 32.6%;
    display: inline-block;
    margin: 0 15px 30px 0;
}

.comment-respond .comment-form-url {
    margin-right: 0;
}

.comment-respond .form-submit {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 31.7%;
    float: left;
}

/*===== Comments Form =====*/

ol.commentlist .pingback,
ol.commentlist .trackback {
    margin-left: 25px;
}

/*===========================*/

/*================================================
Blog
================================================*/

.pt-blog-post {
    margin-bottom: 0;
}

.pt-blog-post {
    margin-bottom: 45px;
    background: var(--white-color);
    display: inline-block;
    width: 100%;
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-blog-post .pt-post-media {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    border-radius: 30px;
}

.pt-blog-post .pt-post-media img {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-blog-post:hover .pt-post-media img {
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.pt-blog-post .pt-blog-contain {
    padding: 30px 0 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 22px;
    line-height: 30px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 5px;
}

.pt-blog-post .pt-blog-contain .pt-blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt-blog-post .pt-blog-contain .pt-blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pt-blog-post .pt-post-meta ul {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
}

.pt-blog-post .pt-post-meta ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    align-self: center !important;
    font-family: var(--Barlow-fonts);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pt-blog-post .pt-post-meta ul li:last-child {
    margin-right: 0;
}

.pt-blog-post .pt-post-meta ul li a {
    color: var(--secondary-color);
}

.pt-blog-post .pt-post-meta ul li a:hover {
    color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li i {
    margin-right: 6px;
    color: var(--red-color);
}

.pt-blog .swiper-container .pt-blog-post {
    margin-bottom: 0;
}

@media(max-width:1365px) {

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        float: left;
        width: 31.66%;
    }
}

@media(max-width:979px) {
    .pt-blog-post .pt-post-meta ul {
        display: inline-block !important;
    }

    .pt-blog-post .pt-post-meta ul li:last-child {
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .commentlist ol.children {
        padding-left: 30px;
    }

    .commentlist .pt-comment-info {
        padding: 15px;
    }

    .commentlist .pt-comment-info .reply a {
        right: 15px;
        top: 15px;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 100%;
        margin-right: 0;
    }

    .commentlist .pt-comment-avatar {
        width: 90px;
    }
}

@media(max-width:479px) {
    .commentlist .pt-comment-wrap {
        display: -ms-flexbox;
        display: inline-block;
        -ms-flex-align: start;
        align-items: inherit;
        width: 100%;
    }

    .commentlist .pt-comment-avatar {
        margin: 0 0 15px 0;
    }

    .pt-blog-post .pt-blog-contain {
        padding: 15px;
    }

    .pt-blog-post .pt-post-meta ul {
        display: inline-block !important;
        margin: 0;
    }

    .pt-blog-post .pt-post-meta ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

blockquote {
    background: var(--white-color);
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 30px;
}

blockquote cite {
    font-family: var(--Barlow-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}

blockquote strong {
    font-family: var(--Barlow-fonts);
    color: var(--primary-color);
    font-style: italic;
    font-weight: 600;
}

.pt-blog-post .pt-blog-contain blockquote p {
    margin-bottom: 0;
}

.pt-blog-post .pt-blog-contain .pt-blog-spot-video iframe {
    height: 450px;
    width: 100%;
}

@media (max-width:1190px) {
    .pt-blog-post .pt-blog-contain .pt-blog-spot-video iframe {
        height: 325px;
    }
}

@media (max-width:567px) {
    .pt-blog-post .pt-blog-contain .pt-blog-spot-video iframe {
        height: 180px;
    }
}

/*===============================================*/

/*================================================
Client-Box
================================================*/

.pt-clientbox-1 .pt-client-img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}

.pt-clientbox-1 a:hover .pt-client-img {
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.pt-clientbox-1 .pt-client-hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease
}

.pt-clientbox-1 a:hover .pt-client-hover-img {
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

/*================================================*/

/*================================================
Team
================================================*/

.pt-team {
    text-align: center;
}

.pt-teambox-1 {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-teambox-1 .pt-team-img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pt-teambox-1 .pt-team-img .pt-team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.pt-teambox-1:hover .pt-team-img .pt-team-social {
    bottom: 30px;
    opacity: 1;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul {
    margin: 0;
    padding: 0;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li {
    list-style: none;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--dark-color);
    color: var(--white-color);
    -webkit-border-radius: 700px;
    -moz-border-radius: 700px;
    border-radius: 700px;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-teambox-1 .pt-team-info {
    z-index: 99;
    background: var(--white-color);
    padding: 30px 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pt-teambox-1 .pt-team-info .pt-team-designation {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

/*================================================*/

/*================================================
Process Step
================================================*/

.pt-process-2 {
    text-align: center;
    padding: 0 15px;
}

.pt-process-2 .pt-process-media {
    display: inline-block;
    position: relative;
}

.pt-process-2 .pt-process-media i {
    background: #00c6ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6ff', endColorstr='#0072ff', GradientType=1);
    /* IE6-9 */
    color: var(--white-color);
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pt-process-2 .pt-process-media img {
    height: 150px;
    width: 150px;
    line-height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-process-2 .pt-process-media.img .pt-process-number {
    position: absolute;
    top: 0;
    right: 0;
}

.pt-process-2 .pt-process-number {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    background: var(--dark-color);
    font-size: 16px;
    color: var(--white-color);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.pt-process-2 .pt-process-info {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.pt-process-2 .pt-process-info p {
    margin-top: 5px;
    margin-bottom: 0;
}

.pt-process-2 .pt-button {
    display: none;
}

.pt-process-2 .pt-before-img {
    position: absolute;
    top: 50%;
    right: -18%;
    margin-top: -85px;
    height: 37px;
}

@media (max-width:1190px) {
    .pt-process-2 .pt-before-img {
        display: none;
    }

    .pt-process-2 .pt-before-img.pt-before-last-img {
        display: none;
    }
}

@media (max-width:979px) {
    .pt-process-2 .pt-before-img {
        display: none;
    }

    .pt-process-2 .pt-before-img.pt-before-last-img {
        display: none;
    }
}

@media (max-width:567px) {
    .pt-process-2 {
        margin-top: 30px;
    }
}

/*===============================================*/

/*================================================
Video Popup
================================================*/

.pt-popup-video-block {
    text-align: center;
}

.pt-video-icon a {
    position: relative;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 28px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: var(--white-color);
    margin: 0 auto;
    border-radius: 90%;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

.pt-video-icon a.primary {
    -webkit-animation: rippleprimary 1s linear infinite;
    animation: rippleprimary 1s linear infinite;
}

@-webkit-keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0);
    }
}

@keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0);
    }
}

.pt-video-icon a.blue {
    -webkit-animation: rippleblue 1s linear infinite;
    animation: rippleblue 1s linear infinite;
}

@-webkit-keyframes rippleblue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
        box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
    }
}

@keyframes rippleblue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
        box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
    }
}

/*================================================*/

/*================================================
FAQ
================================================*/

.pt-accordion-block .pt-accordion-box {
    background: var(--white-color);
    margin-bottom: 30px;
    position: relative;
}

.pt-accordion-block .pt-accordion-box:last-child {
    margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
    font-size: 20px;
    line-height: 28px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1;
    color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
    opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0;
    color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
    opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
    margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
    color: var(--white-color);
}

@media(max-width:767px) {
    .pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
        font-size: 16px;
    }
}

/*================================================
Error
================================================*/

.pt-error-block {
    text-align: center;
}

.pt-error-block .pt-errot-text {
    font-size: 420px;
    font-family: var(--Barlow-fonts);
    color: var(--primary-color);
    line-height: 0.8;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1023px) {
    .pt-error-block .pt-errot-text {
        font-size: 320px;
    }
}

@media(max-width:767px) {
    .pt-error-block .pt-errot-text {
        font-size: 200px;
    }

    .pt-error-block h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width:479px) {
    .pt-error-block .pt-errot-text {
        font-size: 130px;
    }
}

/*================================================
Contact-sidebar
------------------------------------------------*/

.pt-contact-sidebar {
    align-content: center;
    align-items: center;
    background: var(--primary-color);
    padding: 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /*height: 100%;*/
}

/*================================================*/

/*=================================================
Contact-form
==================================================*/

.pt-contact-form {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 80px;
}

@media (max-width:1190px) {
    .pt-contact-form {
        padding: 0px 15px 0px 15px;
    }
}

.pt-contact-form .quote-from {
    padding: 0;
    margin: 0;
}

.pt-contact-form .quote-from .form-group .form-control {
    margin-bottom: 30px;
}

.pt-contact-form .quote-from .form-group .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: var(--light-white-color);
}

.pt-contact-form .quote-from .form-group .form-control {
    background: var(--light-white-color);
}

/*==============================================*/

/*==================================================
Comparision Table
===================================================*/

.pt-comparison-table .table th,
.pt-comparison-table .table td {
    padding: 15px 5px;
}

.pt-comparison-table .table-bordered th,
.pt-comparison-table .table-bordered td {
    border: 1px solid var(--grey-color);
}

.pt-comparison-table .table-bordered thead th,
.pt-comparison-table .table-bordered thead td {
    border-color: var(--grey-color);
}

.pt-comparison-table .table-striped tbody tr:nth-of-type(odd) {
    background: var(--grey-color);
}

.pt-plan-img img {
    height: 45px;
}

.pt-comparison-table .pt-button {
    white-space: nowrap;
}

.pt-comparison-table.table-style-1 tbody tr td .cell-inner i {
    color: var(--primary-color);
}

.pt-comparison-table.table-style-1 tbody tr td .cell-inner.pt-cell-inner-color-red i {
    color: #FF0000;
}

/*================================================
Footer
================================================*/

footer#pt-footer {
    background: var(--grey-color);
    display: inline-block;
    width: 100%;
}

footer#pt-footer .pt-footer-top {
    padding: 60px 0 0;
    border-top: 1px solid #3d3a3a26;
}

footer#pt-footer .pt-copyright-footer {
    padding: 15px 0;
    background: var(--dark-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    text-align: left;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
    color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

/*===== Footer Widget =====*/

footer#pt-footer .widget {
    background: transparent;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    margin-bottom: 45px;
}

footer#pt-footer .widget .footer-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 26px;
    position: relative;
    line-height: 34px;
}

footer#pt-footer .widget ul li a:hover {
    color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
    border: 1px solid var(--secondary-color);
}

footer#pt-footer .calendar_wrap table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    font-weight: 500;
}

footer#pt-footer .calendar_wrap td#today {
    background: var(--primary-color);
    color: var(--white-color);
}

footer#pt-footer .calendar_wrap td#today a {
    color: var(--white-color);
}

footer#pt-footer ul li a.rsswidget {
    padding-left: 0;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--Barlow-fonts);
}

footer#pt-footer ul li .rss-date {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

footer#pt-footer ul li cite {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .search-form {
    position: relative;
}

footer#pt-footer .search-form .search-submit {
    background: var(--primary-color);
    border: none;
    position: absolute;
    text-align: center;
    line-height: 51px;
    height: 51px;
    width: 51px;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

footer#pt-footer .search-form .search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

footer#pt-footer .search-form .search-submit:hover {
    background: var(--dark-color);
}

footer#pt-footer .search-form input {
    background: var(--white-color);
    border-color: var(--white-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
    font-size: 14px !important;
    color: var(--white-color);
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
    border-color: var(--dark-color);
    background: var(--dark-color);
    color: var(--white-color);
}

footer#pt-footer .widget ul.menu {
    list-style: none;
    padding: 0;
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a {
    position: relative;
    border: none;
    padding: 5px 0 5px 15px;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .widget ul.menu li a:hover,
footer#pt-footer .pt-widget-menu .pt-service li a:hover {
    color: var(--primary-color);
}

footer#pt-footer .widget ul.menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: var(--primary-color);
    margin: auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
    background: transparent;
}

footer#pt-footer .wp-caption p.wp-caption-text {
    color: var(--dark-color);
}

footer#pt-footer .pt-widget-menu .pt-service li a:before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: var(--primary-color);
    margin: 0;
}

footer#pt-footer .widget #recentcomments--1 li.recentcomments span a {
    color: var(--primary-color);
}

/*=========*/

#pt-footer .pt-footer-style-1 {
    background: #00c6ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00c6ff 0%, #0072ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6ff', endColorstr='#0072ff', GradientType=1);
    /* IE6-9 */
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .widget .footer-title,
footer#pt-footer .pt-footer-style-1 .widget ul.menu li a,
footer#pt-footer .pt-footer-style-1 .pt-widget-menu .pt-service li a,
footer#pt-footer .pt-footer-style-1 .widget ul li a {
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .widget ul li a:hover {
    opacity: 0.9;
}

footer#pt-footer .pt-footer-style-1 .widget ul.menu li a:before {
    background: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
    background: rgb(0 36 80 / 0.2);
}

#pt-footer .pt-footer-style-1 .widget:first-child {
    margin-bottom: 45px;
}

#pt-footer .pt-footer-style-1 .pt-footer-logo {
    max-width: 230px;
    margin-bottom: 40px;
}

/*=========*/

.pt-footer-social ul {
    margin: 0;
    padding: 0;
    float: right;
}

@media(max-width:1023px) {
    .pt-footer-social ul {
        margin: 0;
        padding: 0;
        float: unset;
    }
}

.pt-footer-social ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

.pt-footer-social ul li:last-child {
    margin-right: 0;
}

.pt-footer-social ul li a {
    background: var(--white-color);
    color: var(--dark-color);
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer#pt-footer .pt-footer-social ul li a:hover {
    background: var(--white-color);
    color: var(--blue-color);
}

/*=========*/

footer#pt-footer .pt-contact li {
    display: flex;
    align-items: center;
}

footer#pt-footer .pt-contact li i {
    font-size: 20px;
    line-height: 2;
    color: var(--white-color);
}

footer#pt-footer .pt-contact li span {
    margin-left: 15px;
    flex: 1;
}

/*=========*/

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
    text-align: left;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link {
    margin: 0;
    padding: 0;
    float: right;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li {
    list-style: none;
    margin: 0 15px 0;
    padding: 0;
    display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a {
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a:hover {
    color: var(--primary-color);
}

/*================================================
Footer Subscribe
================================================*/

.pt-subscribe.align-items-center {
    text-align: left;
}

.pt-subscribe {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    background-image: linear-gradient(90deg, #00BBFF 0%, #0072FF 100%);
}

.pt-subscribe-block i {
    font-size: 56px;
    color: var(--white-color);
    line-height: 1;
}

.pt-subscribe-block .pt-subscribe-img {
    width: 55px;
}

.pt-subscribe-block {
    display: flex;
    align-items: flex-start;
}

.pt-subscribe-block .pt-subscribe-details {
    margin-left: 15px;
    color: var(--white-color);
    flex: 1;
}

.pt-subscribe-block .pt-subscribe-details h6 {
    font-size: 26px;
    color: var(--white-color);
    line-height: 34px;
}

.pt-subscribe-from {
    position: relative;
}

.pt-subscribe-from form input {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.pt-subscribe-from form input[type="submit"] {
    position: absolute;
    width: auto;
    background: var(--dark-color);
    color: var(--white-color);
    padding: 9px 45px 8px;
    top: 0;
    right: 0;
    line-height: 2;
    border: 1px solid var(--dark-color);
    text-transform: capitalize;
    font-family: var(--Barlow-fonts);
}

@media(max-width:1365px) {
    footer#pt-footer {
        font-size: 14px;
    }

    .pt-section-title-box .pt-section-title {
        font-size: 44px;
        line-height: 52px;
    }

    .pt-foote-recent-post .pt-foote-recent-post-media {
        display: none;
    }
}

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.navbar-expand-lg .navbar-collapse.collapse.show {
    display: flex !important;
}

@media(min-width:1199px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media(max-width:1199px) {

    .container,
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 960px;
    }

    .section-style:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        background: var(--yellow-color);
    }

    .pt-footer-social ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .last .pt-process-step.pt-process-2 .pt-before-img {
        display: none;
    }

    .pt-process-2 .pt-before-img.pt-before-last-img {
        display: none;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    header#pt-header .pt-bottom-header .navbar-toggler {
        font-size: 16px;
        padding: 8px 16px;
        line-height: normal;
        float: right;
        outline: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin: 0 0 0 15px;
        clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    }

    header#pt-header .pt-bottom-header .navbar-toggler svg {
        width: 24px;
        height: 24px;
        fill: var(--white-color);
    }

    .pt-partner {
        display: none;
    }

    /*header#pt-header .pt-bottom-header .navbar .navbar-collapse {*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 100%;*/
    /*    background: var(--white-color);*/
    /*    -webkit-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);*/
    /*    -moz-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);*/
    /*    box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);*/
    /*    max-height: 400px;*/
    /*    overflow-y: scroll;*/
    /*    overflow-x: hidden;*/
    /*}*/

    header#pt-header .pt-bottom-header .navbar .navbar-brand {
        line-height: 60px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav {
        float: left;
        width: 100%;
        display: inline-block;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        float: left;
        width: 100%;
        display: inline-block;
        line-height: normal !important;
        position: relative;
        font-size: 16px;
        position: relative;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
        margin-left: 0;
        opacity: 1;
        font-size: 12px;
        position: absolute;
        right: 0;
        margin-top: 0;
        top: 0;
        padding: 22px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        background: #f5f5f5;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        display: inline-block;
        width: 100% !important;
    }
    
    #navbarSupportedContent {
        position: fixed;
        top: 70px;
        right: -360px;
        width: 360px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: right 0.4s ease-in-out;
        overflow-y: auto;
        display: block !important;
        padding: 10px 5px;
    }

    #navbarSupportedContent.show  {
        right: 0;
    }
    
    /*.menu-item-has-children:hover > .sub-menu {*/
    /*    display: block !important;*/
    /*}*/
    
    body.menu-open {
        overflow: hidden !important;
    }
    
}

@media(max-width:1023px) {

    .container,
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
    }

    footer#pt-footer {
        font-size: 16px;
    }

    .pt-subscribe-block {
        margin-bottom: 30px;
    }

    .content-area .site-main {
        padding: 90px 0;
    }

    .pt-foote-recent-post .pt-foote-recent-post-media {
        display: inherit;
    }

    /* .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
        display: none !important;
    } */
}

@media(max-width:767px) {
    .pt-section-title-box .pt-section-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .pt-section-title-box.text-center {
        margin-bottom: 30px;
    }

    #pt-footer .pt-footer-style-1 .pt-copyright-footer .text-right {
        text-align: center !important;
    }

    #pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
        padding: 15px 0;
        display: inline-block;
        width: 100%;
    }

    .pt-footer-social {
        text-align: left;
    }

    .pt-footer-social ul li {
        float: none;
        display: inline-block;
    }

    .content-area .site-main {
        padding: 60px 0;
    }

    .pt-blog-post .pt-blog-contain {
        padding: 15px;
    }

    .pt-blog-post .pt-post-meta ul li:last-child {
        margin-top: 0;
    }

    .pt-process-step.pt-process-2 .pt-before-img {
        display: none;
    }

    .pt-process-2 .pt-before-img.pt-before-last-img {
        display: none;
    }
}

@media(max-width:479px) {
    .pt-blog-post .pt-post-meta ul {
        display: inline-block !important;
        margin: 0;
    }

    .pt-section-title-box .pt-section-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .pt-subscribe-block .pt-subscribe-img {
        display: none;
    }

    .pt-subscribe-block .pt-subscribe-details {
        margin-left: 0;
        text-align: center;
    }

    .pt-subscribe-from form input {
        text-align: center;
    }

    .pt-subscribe-from form input[type="submit"] {
        position: relative;
        width: 100%;
    }
}

/*================================================*/

/*===================================================
owl-carousel
====================================================*/

.owl-carousel .owl-dots {
    margin: 15px 0 0;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--dark-color);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
}

/*================================================
isotope Portfolio
================================================*/

.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
    display: none
}

.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--dark-color);
    font-family: var(--Barlow-fonts);
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-filters .pt-filter-button-group ul li:hover {
    color: var(--primary-color);
}

.pt-grid {
    display: inline-block;
    width: 100%;
}

.pt-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pt-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

.pt-grid.no-padding .pt-grid-item,
.pt-masonry.no-padding .pt-masonry-item {
    padding: 0;
}

.pt-btn-load-container {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

/*=========*/

/* Masonry */

.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-masonry.no-padding .ipt-lg-6,
.pt-masonry.no-padding .ipt-lg-3 {
    padding: 0;
}

.hight-2 .pt-portfolio-img img {
    height: 288px;
}

@media(max-width:1365px) {
    .pt-col-3 {
        width: 33.33%;
    }

    .pt-masonry .ipt-lg-6 {
        width: 66.66%;
    }

    .pt-masonry .ipt-lg-3 {
        width: 33.33%;
    }
}

@media(max-width:1023px) {
    .pt-masonry .ipt-lg-6 {
        width: 100%;
    }

    .pt-col-3,
    .pt-col-4,
    .pt-masonry .ipt-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {
    .pt-filters .pt-filter-button-group ul li {
        margin-right: 0;
        font-size: 14px;
    }

    .pt-col-6,
    .pt-col-4,
    .pt-col-3,
    .pt-masonry .ipt-lg-3,
    .pt-masonry .ipt-lg-6 {
        width: 100%;
        padding: 0 0 30px;
    }
}

.pt-grid-item {
    float: left;
}

/*=========*/

.pt-portfolio-info-box {
    display: inline-block;
    width: 100%;
}

.pt-porfolio-info-header h5 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}

.pt-porfolio-info .pt-info-list {
    margin: 0;
    padding: 0;
}

.pt-porfolio-info .pt-info-list li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--grey-color);
    display: inline-block;
    width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.pt-porfolio-info .pt-info-list li span {
    float: right;
    color: var(--primary-color);
    font-family: var(--Barlow-fonts);
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
    padding-bottom: 0;
}

/*----portfolio-social-icon-list----*/

.portfolio-social-icon-list .portfolio-social-icon-list-ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: brightness(0.9);
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:nth-child(1) {
    background-color: #3b5998;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:nth-child(2) {
    background-color: #1DA1F2;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:nth-child(3) {
    background-color: #CD201F;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:nth-child(4) {
    background-color: #262626;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li:nth-child(5) {
    background-color: #0077B5;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li a {
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-social-icon-list .portfolio-social-icon-list-ul .portfolio-social-icon-list-li a i {
    color: var(--white-color);
    font-size: 16px;
}

/*--------------------------------------*/

/*---------portfolio-text-list----------*/

.portfolio-text-list ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.portfolio-text-list ul li {
    padding: 0;
    margin: 0;
    line-height: 2.5;
}

/*================================================
Porfolio Box
================================================*/

.pt-portfoliobox-1 .pt-portfolio-img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-portfoliobox-1 .pt-portfolio-img img {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-portfoliobox-1:hover .pt-portfolio-img img {
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-1 .pt-portfolio-info {
    margin: 15px 0 0;
    text-align: center;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-link a {
    position: relative;
    color: var(--primary-color);
    padding: 0 10px 0 0;
    margin: 0 18px 0 0;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-link a:after {
    position: absolute;
    top: 0;
    right: -5px;
    content: '/';
    font-size: 12px;
    line-height: inherit;
    color: var(--secondary-color);
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-link a:last-child {
    padding: 0;
    margin: 0;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-link a:last-child:after {
    display: none;
}

/*=========*/

/* portfolio-box-2 */

.pt-portfoliobox-2 {
    position: relative;
    overflow: hidden;
}

.pt-portfoliobox-2 .pt-portfolio-img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-portfoliobox-2 .pt-portfolio-img img {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-portfoliobox-2:hover .pt-portfolio-img img {
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-2 .pt-portfolio-info {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: scale(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    opacity: 0;
    background: rgba(0, 114, 255, 0.8);
    padding: 45px 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-portfoliobox-2:hover .pt-portfolio-info {
    opacity: 1;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 {
    color: var(--white-color);
}

.pt-portfoliobox-2 .pt-portfolio-info h5 a:hover {
    opacity: 0.9;
    color: var(--white-color);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a {
    position: relative;
    color: var(--white-color);
    padding: 0 10px 0 0;
    margin: 0 16px 5px 0;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:after {
    position: absolute;
    top: 0;
    right: -5px;
    content: '/';
    font-size: 12px;
    line-height: inherit;
    color: var(--white-color);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:last-child {
    padding: 0;
    margin: 0 0 5px 0;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:last-child:after {
    display: none;
}

@media(max-width:1365px) {
    .pt-portfoliobox-2 .pt-portfolio-info {
        padding: 15px;
        left: 15px;
        right: 15px;
    }
}

/*================================================
Tabs
================================================*/

.pt-tabs-1 .nav-tabs {
    border: none;
    display: flex;
}

.pt-tabs-1 .nav-tabs .nav-item {
    background: var(--grey-color);
    color: var(--primary-color);
    padding: 30px 15px;
    border: none;
    margin-right: 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex: 1;
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item i {
    font-size: 62px;
    line-height: 70px;
    display: inline-block;
}

.pt-tabs-1 .nav-tabs .nav-item span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--dark-color);
}

.pt-tabs-1 .nav-tabs .nav-item.active {
    background: var(--primary-color);
    color: var(--white-color);
    position: relative;
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
    color: var(--white-color);
}

.pt-tabs-1 .nav-tabs .nav-item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 75, 54, 0);
    border-top-color: var(--white-color);
    border-width: 15px;
    margin-left: -15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
    opacity: 1;
    border-top-color: var(--primary-color);
}

/*=========*/

.pt-tabs-1 .tab-content {
    margin-top: 60px;
}

.pt-tabs-1 .tab-content .pt-tab-info h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 15px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li:before {
    font-family: "Ionicons";
    content: "\f382";
    color: var(--primary-color);
    margin-right: 10px;
}

.pt-tabs-1 .tab-content .pt-tab-info .pt-button-block {
    margin: 30px 0 0;
}

@media(max-width:1365px) {
    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
    }
}

@media(max-width:1023px) {
    .pt-tabs-1 .tab-content .pt-tab-info {
        margin-top: 30px;
    }

    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        margin-right: 10px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:767px) {
    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
        margin: 0 10px 10px 0;
    }

    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        display: none;
    }

    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width:479px) {
    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 30px;
        line-height: 38px;
    }
}

/*===============================================*/

/*===== Advance-tab =====*/

.pt-advance-tab {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.pt-advance-tab .nav-tabs {
    background: var(--grey-color);
    border: none;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link {
    margin: 0;
    line-height: 2;
    display: inline-block;
    color: var(--dark-color);
    padding: 12px 45px;
    text-align: center;
    border: none;
    font-weight: 600;
    -webkit-border-radius: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link {
    color: var(--white-color);
    background-color: var(--dark-color);
}

.pt-advance-tab .tab-content {
    margin: 45px 0 0;
}

/*================================================
advance-horizontal-tab
===============================================*/

.pt-advance-horizontal-tab {
    position: relative;
}

.pt-advance-horizontal-tab.nav-tabs {
    display: block;
}

.pt-advance-horizontal-tab .nav-tabs {
    border: none;
    display: inline-block;
    width: 100%;
}

.pt-advance-horizontal-tab .nav-tabs .pt-tabs.nav-link {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    color: var(--dark-color);
    padding: 15px 45px;
    text-align: center;
    border: none;
    font-weight: 600;
}

.pt-advance-horizontal-tab .nav-tabs .pt-tabs.nav-link.active {
    color: var(--primary-color);
    background-color: var(--white-color);
    border-left: 1px solid var(--primary-color);
    border: none;
}

/*=============================================*/

/*================================================
Header
================================================*/

.animated {
    -moz-animation-duration: 1.25s;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

header#pt-header {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    background: var(--white-color);
    z-index: 99;
}

header#pt-header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*===== Header Top Bar =====*/

header#pt-header .pt-top-header {
    background: var(--dark-color);
    padding: 0;
    font-size: 14px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
    float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
    margin: 0;
    padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
    list-style: none;
    display: inline-block;
    color: var(--white-color);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
    margin-right: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
    color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
    color: var(--white-color);
    background: transparent;
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
    float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
    margin: 0;
    padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
    list-style: none;
    display: inline-block;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
    color: var(--white-color);
    padding: 10px 20px;
    display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color)
}

header#pt-header .pt-top-header .pt-header-social ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/*===== Logo =====*/

/* header#pt-header .pt-bottom-header .navbar .navbar-brand {
    line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
    height: 45px;
} */

/*===== Header Navbar Bar =====*/

/* header#pt-header .pt-bottom-header {
    min-height: 90px;
} */

header#pt-header .pt-bottom-header .navbar {
    padding: 0;
}

header#pt-header .pt-bottom-header .navbar {
    padding-inline: 50px;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
    display: inline-block;
    width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
    float: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: var(--dark-color);
    line-height: 75px;
    font-weight: 400;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
    color: var(--black-color);
    font-family: var(--Roboto-fonts);
    font-weight: 500;
    padding: 16px 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li.nav-item.active a {
    color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
    color: var(--primary-color);
}

/*===== Sub Menu Bar =====*/

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
    display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    display: block;
    background: var(--light-white-color);
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    display: inline-block;
    width: 210px;
    z-index: 999;
    padding: 10px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%); */
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
    line-height: 2;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
    margin-left: 10px;
    font-size: 12px;
    color: var(--black-color);
    opacity: 0.8;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
    line-height: 2;
    text-transform: capitalize;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
    font-size: 16px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
    background: var(--primary-color);
    color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
        display: block !important;
    }
}

/*===== Navigation Sub Menu =====*/

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
    display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    background: var(--light-white-color);
    padding-left: 0;
    display: inline-block;
    width: 200px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    line-height: 2;
    font-size: 12px;
    color: var(--secondary-color);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
    color: var(--white-color);
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

/*===== Navigation search =====*/

header#pt-header .pt-menu-search-block {
    position: relative;
    margin: 0 0 0 30px;
}

header#pt-header .pt-menu-search-block a {
    color: var(--dark-color);
    font-size: 16px;
    width: 18px;
    display: inline-block;
}

header#pt-header .pt-search-form {
    position: absolute;
    top: 59px;
    right: -30px;
    width: 350px;
    padding: 15px;
    z-index: 999;
    display: none;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header#pt-header .pt-button:hover .pt-button-line-left {
    width: calc(15px - 1px);
}

/*===== Header Default =====*/

header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    background: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item.active a {
    color: var(--white-color);
    background: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li.menu-item.active a {
    color: var(--primary-color);
}

/*===== Header Style-1 =====*/

header#pt-header.pt-header-style-1.pt-has-sticky {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding: 15px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
    position: fixed;
    background: var(--white-color);
    padding: 0;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header.pt-header-style-1 .pt-bottom-header {
    min-height: 70px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
    line-height: normal;
    background: var(--white-color);
    padding: 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
    line-height: 95px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.nav-item.active>a {
    color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a {
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
    color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li i {
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    top: 100%;
}

header#pt-header.pt-header-style-1 .pt-header-info-box {
    margin: 0 30px 0 30px;
    display: flex;
    color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-header-call {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

header#pt-header.pt-header-style-1 .pt-header-call a i {
    font-size: 48px;
    margin-right: 15px;
    line-height: 56px;
}

header#pt-header.pt-header-style-1 .pt-header-call a {
    display: flex;
    align-items: flex-start;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info {
    flex: 1;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info span {
    width: 100%;
    float: left;
    display: inline-block;
    color: var(--primary-color);
    line-height: normal;
    font-family: var(--Barlow-fonts);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 {
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-button {
    background: var(--primary-color);
}

/*===== Header Style-2 =====*/

header#pt-header.pt-header-style-2 .pt-top-header {
    background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
    height: 45px;
}

header#pt-header.pt-header-style-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: var(--white-color);
    padding: 0;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header.pt-header-style-2 .navbar-brand {
    background: var(--primary-color);
    padding: 15px 30px;
    margin: 0;
    line-height: 4.7777777;
    text-align: center;
    width: 100%;
}

header#pt-header.pt-header-style-2 .pt-bottom-header {
    min-height: auto;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
    line-height: 75px;
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
    display: flex;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
    line-height: 76px;
    padding: 0 30px;
    background: var(--white-color);
    border-left: 1px solid var(--grey-color);
    color: #fff;
    font-size: 20px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    top: 100%;
}

header#pt-header.pt-header-style-2 .pt-search-form {
    top: 100%;
}

/*Header Style-2 sticky*/

header#pt-header.pt-header-style-2.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-top-header {
    display: none;
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
    line-height: 2.44444;
}

/*=====Ttoggle Side Bar =====*/

header#pt-header.pt-header-style-2 .pt-toggle-btn {
    line-height: 75px;
    padding: 22px 25px;
    background: var(--primary-color);
    color: #fff;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    transform-origin: 50% 0%;
}

.buttons ol li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 23vw;
    height: 20vw;
    content: "";
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.buttons ol li:after {
    position: absolute;
    top: 38%;
    right: 7vw;
    transform: rotate(-90deg);
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    content: counter(list-counter, decimal-leading-zero);
    font-family: Helvetica;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    opacity: 0.15;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -ms-transition: color 0.35s;
    -o-transition: color 0.35s;
    -webkit-transition: color 0.35s;
    will-change: color;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
    position: relative;
    display: block;
    top: 15px;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    background: currentColor;
    color: inherit;
    font-size: 0;
    transition: 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform 0.35s;
    -moz-transition: transfrom 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, 10px);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li.nav-item.active>a {
    color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover a {
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item a {
    color: var(--black-color);
    border-radius: 10px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item:hover>a {
    color: var(--white-color);
}

/*==========*/

header#pt-header.pt-header-default .pt-btn-container {
    margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-btn-container .pt-button {
    background: var(--blue-color);
}

header#pt-header.pt-header-default .pt-btn-container .pt-button:hover {
    background: var(--primary-color);
}

header#pt-header.pt-header-default .pt-toggle-btn {
    padding: 0;
    margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-toggle-btn a {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 38px;
    background: var(--primary-color);
    color: #fff;
    line-height: 52px;
    width: 52px;
    height: 52px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header#pt-header.pt-header-default .pt-menu-search-block {
    margin: 0 0 0 30px;
}

/*===== Header Style-1 =====*/

.admin-bar header#pt-header.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-2,
.admin-bar header#pt-header.pt-header-style-1 {
    top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    top: 32px;
}

@media(max-width:767px) {

    .admin-bar header#pt-header.pt-header-sticky,
    .admin-bar header#pt-header {
        top: 0;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
    .admin-bar header#pt-header.pt-header-style-1.pt-header-sticky {
        top: 0;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

    .admin-bar header#pt-header.pt-header-sticky,
    .admin-bar header#pt-header.pt-header-style-2,
    .admin-bar header#pt-header.pt-header-style-1,
    .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
        top: 46px;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
        top: 46px !important;
    }
}

@media(max-width:1599px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 20px;
    }
}

@media(max-width:1399px) {
    header#pt-header.pt-header-style-1 .pt-header-info-box {
        margin: 0 15px 0 30px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 20px;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: 34px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        left: inherit;
        right: 100%;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        padding: 20px 15px;
    }
}

@media(max-width:1365px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        font-size: 14px;
        margin-right: 15px;
    }

    header#pt-header .pt-top-header .pt-header-social ul li a {
        font-size: 12px;
        padding: 10px 15px;
    }

    header#pt-header .pt-top-header .pt-header-contact ul li {
        font-size: 12px;
        padding: 10px 15px;
    }

    header#pt-header.pt-header-default .pt-btn-container {
        margin: 0 0 0 15px;
    }

    header#pt-header.pt-header-default .pt-toggle-btn {
        margin: 0 0 0 15px;
    }

    header#pt-header.pt-header-style-2 .navbar-brand {
        padding: 15px 10px;
        line-height: 3.22222;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: 25px;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 30px;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        margin-left: 30px;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
        line-height: 51px;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        line-height: 51px;
        padding: 0 20px;
        margin-left: 0;
    }

    header#pt-header.pt-header-style-2 .pt-search-form {
        top: 53px;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        top: 52px;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn {
        line-height: 51px;
        padding: 10px 20px;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn a {
        width: 25px;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
        -ms-transform: translate(-50%, -10%);
        -o-transform: translate(-50%, -10%);
        -moz-transform: translate(-50%, -10%);
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, -10px);
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
        -ms-transform: translate(-50%, -10%);
        -o-transform: translate(-50%, -10%);
        -moz-transform: translate(-50%, -10%);
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, 10px);
    }

    header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
        line-height: 1.455;
    }

    header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
        line-height: 57px;
    }

    header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,
    header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
        line-height: 57px;
    }

    /*===== Header Style-1 =====*/
    header#pt-header.pt-header-style-1 .pt-header-call {
        display: none;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:last-child {
        margin-right: 15px;
    }
}

@media(max-width:1023px) {

    /*===== Button Toggler =====*/
    /* header#pt-header .pt-bottom-header .navbar-toggler {
        font-size: 20px;
        padding: 12px 18px;
        line-height: normal;
        float: right;
        outline: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 0 0 15px;
    } */
    /* header#pt-header .pt-bottom-header .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
    } */
    header#pt-header .pt-bottom-header .navbar .navbar-brand {
        line-height: 60px;
    }

    header#pt-header .pt-search-form {
        top: 51px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav {
        float: left;
        width: 100%;
        display: inline-block;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        float: left;
        width: 100%;
        display: inline-block;
        line-height: normal;
        position: relative;
        font-size: 16px;
        position: relative;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
        margin-left: 0;
        opacity: 1;
        font-size: 12px;
        position: absolute;
        right: 0;
        margin-top: 0;
        top: 0;
        padding: 22px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        background: var(--white-color);
        box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);
        -webkit-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);
        -moz-box-shadow: 0px 5px 15px 0px rgb(90 88 88 / 10%);
        display: inline-block;
        width: 100%;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
        background: var(--primary-color);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2;
        font-size: 12px;
        padding: 12px 30px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
        padding: 8px 30px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
        color: var(--white-color);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        display: inline-block;
        width: 100%;
        float: left;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
        background: var(--white-color);
        color: var(--secondary-color);
        line-height: normal;
    }

    header#pt-header .pt-top-header .pt-header-contact ul li {
        padding: 10px 10px;
    }

    header#pt-header.pt-header-default .pt-menu-search-block {
        margin-left: auto !important;
    }

    header#pt-header.pt-header-default .pt-toggle-btn {
        display: none;
    }

    /*===== Header Style-2 =====*/
    header#pt-header.pt-header-style-2 {
        position: relative;
    }

    .admin-bar header#pt-header.pt-header-style-2 {
        top: 0;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
        top: 32px;
    }

    header#pt-header.pt-header-style-2 .pt-top-header,
    header#pt-header.pt-header-style-2 .pt-toggle-btn {
        display: none;
    }

    header#pt-header.pt-header-style-2 .navbar-brand {
        padding: 20px 10px;
        line-height: normal;
    }

    header#pt-header.pt-header-style-2 .navbar-brand img {
        height: 25px;
    }

    header#pt-header.pt-header-style-2 .pt-header-info-box {
        margin-left: auto !important;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
        margin: 0 15px 0 0;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        line-height: 66px;
        margin-left: 0;
        margin-right: 0;
        float: right;
        display: inline-block;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
        line-height: normal;
        margin-right: 0;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
        top: 68px;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        top: 0;
    }

    header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
        line-height: normal;
    }

    /*===== Header Style-1 =====*/
    header#pt-header.pt-header-style-1.pt-has-sticky {
        top: 0;
        padding: 0;
        position: relative;
        background: var(--white-color);
    }

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
        top: 0;
        background: var(--white-color);
    }

    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
        top: 32px;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        padding: 18px 0;
    }

    header#pt-header.pt-header-style-1 .pt-header-call {
        margin-right: 30px;
        display: flex;
    }

    header#pt-header.pt-header-style-1 .pt-header-info-box {
        margin-left: auto;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
        color: var(--white-color);
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
        line-height: normal;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a,
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
        color: var(--dark-color);
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        top: 0;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a:hover,
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover>a {
        color: var(--white-color);
    }

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-collapse {
        top: 100%;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
        background: transparent;
        color: var(--black-color);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus {
        background: var(--white-color) !important;
        color: var(--black-color) !important;
    }
}

@media(max-width:767px) {
    header#pt-header.pt-header-style-2 .navbar-brand {
        padding: 20px 15px;
        line-height: normal;
        text-align: left;
        display: inline-block;
        width: auto;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block,
    header#pt-header.pt-header-style-1 .pt-header-info-box {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
        top: 0;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler,
    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        margin-top: -68px;
    }

    header#pt-header.pt-header-style-1 .pt-header-call {
        display: none;
    }

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
        padding: 10px 0;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        padding: 18px 0;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
        top: 0;
    }

    header#pt-header.pt-header-default .pt-top-header,
    header#pt-header.pt-header-default .pt-btn-container {
        display: none !important;
    }

    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky,
    .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
        top: 0;
    }
}

@media(max-width:479px) {

    .pt-menu-search-block,
    .pt-sidebar,
    .pt-toggle-btn,
    header#pt-header.pt-header-style-1 .pt-header-info-box {
        display: none !important;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-brand img {
        height: 40px;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        padding: 10px 0;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar {
        padding: 10px 0;
    }
}

/*================================================
Sidebar Menu
================================================*/

.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 9999;
    opacity: 0.8;
    display: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
    right: 0;
    opacity: 1;
}

.pt-sidebar {
    width: 410px;
    background: var(--white-color);
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
    position: absolute;
    left: -45px;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 90px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-sidebar-block {
    padding: 60px 30px 30px 30px;
    height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
    margin-bottom: 15px;
    height: 45px;
}

.pt-sidebar h5,
.pt-sidebar h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

.pt-sidebar ul {
    margin: 0;
    padding: 0;
}

.pt-sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pt-sidebar ul li a {
    color: var(--secondary-color);
}

/*===========*/

.pt-sidebar-contact {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.pt-sidebar-contact li {
    display: flex;
    align-items: flex-start;
}

.pt-sidebar-contact li i {
    line-height: 2;
    color: var(--primary-color);
}

.pt-sidebar-contact li span {
    margin-left: 15px;
    flex: 1;
}

/*===========*/

.pt-sidebar-social ul {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-sidebar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pt-sidebar-social ul li:last-child {
    margin-right: 0;
}

.pt-sidebar-social ul li a {
    background: var(--dark-color);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-sidebar-social ul li a:hover {
    background: var(--primary-color);
}

/*=========*/

.pt-sidebar .widget {
    background: transparent;
    padding: 0;
    border: none;
}

.pt-foote-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.pt-foote-recent-post:last-child {
    margin-bottom: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-media {
    margin-right: 15px;
}

.pt-foote-recent-post .pt-foote-recent-post-info {
    flex: 1;
    align-self: center;
}

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    float: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.3;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 a:hover {
    color: var(--primary-color);
}

/*================================================
Breadcrumb
================================================*/

.pt-breadcrumb {
    background: transparent;
    color: var(--white-color);
    padding: 0px 0;
    position: relative;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-breadcrumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(80deg, #fff1f280 0%, #fdf6f7 35%, #e4f3ffa6 70%, #e4f3ffb5 100%);*/
    background-image: url(../imgs/breadcrumb-bg.png);
    opacity: 1;
}

.pt-breadcrumb .pt-breadcrumb-title {
    text-align: center;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 15px;
    background: linear-gradient(165deg, #1c75bc 40%, #ce1a38 60%);
    background-clip: text;
    color: transparent;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 0px;
    padding-left: 0;
}

.pt-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
    margin-left: 10px;
    font-weight: 500;
}

.pt-breadcrumb-container .breadcrumb-item svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a {
    color: var(--black-color);
    font-weight: 400;
}

.pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--red-color);
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f125";
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
    display: none;
}

.pt-yoest-breadcumbs #breadcrumbs {
    margin: 0;
    padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
    color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
    padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
    font-weight: 400;
    padding-left: 5px;
}

@media(max-width:1023px) {
    .pt-breadcrumb {
        text-align: center;
    }

    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 34px;
        line-height: 46px;
    }

    .pt-breadcrumb-container .breadcrumb {
        display: inline-flex;
    }

    .pt-breadcrumb-img.text-right {
        text-align: center !important;
    }
}

@media(max-width:767px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .pt-breadcrumb-container .breadcrumb li,
    .pt-breadcrumb-container .breadcrumb li i {
        font-size: 14px;
    }

    .pt-breadcrumb-container .breadcrumb li {
        margin-right: 0px;
    }

    .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        font-size: 12px;
    }
}

@media(max-width:479px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

/*===================================================================================*/

/*================================================
login form
===============================================*/

.wpcf7 input[type="email"] {
    margin-bottom: 30px;
}

.wpcf7 input[type="tel"] {
    margin-bottom: 30px;
}

/*================================================
Colud-slider
===============================================*/

.pt-colud-slider {
    border: 1px solid var(--grey-color);
    padding: 30px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(9, 17, 74, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(9, 17, 74, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(9, 17, 74, 0.1);
}

.pt-colud-slider h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pt-colud-slider h4 span.text-success {
    color: var(--primary-color) !important;
}

.pt-colud-slider .well #QsControls .pt-fancy-media {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 15px;
    margin: 0px 0px 25px;
    background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    background-size: 200% auto;
    width: calc(20% + 1px);
}

.pt-colud-slider .well #QsControls .pt-fancy-media h4.title {
    margin-right: 5px;
    color: var(--white-color);
}

.pt-colud-slider #qsSlider .sdecs {
    color: var(--primary-color);
    padding: 20px 0;
    position: relative;
}

.pt-colud-slider #QsControls .slabels .values {
    text-align: center;
    min-width: 90px;
    border: 1px solid var(--dark-color);
    display: inline-block;
    padding: 4px 16px;
    color: var(--dark-color);
}

.pt-colud-slider #qsSlider .ui-slider-primary .ui-slider-range,
.pt-colud-slider #qsSlider .ui-slider-success .ui-slider-range,
.pt-colud-slider #qsSlider .ui-slider-danger .ui-slider-range {
    background: var(--primary-color);
}

.pt-colud-slider #qsSlider .ui-slider-success .ui-slider-handle,
.pt-colud-slider #qsSlider .ui-slider-success .ui-slider-handle:hover,
.pt-colud-slider #qsSlider .ui-slider-success .ui-slider-handle:focus,
.pt-colud-slider #qsSlider .ui-slider-success .ui-slider-handle:active,
.pt-colud-slider #qsSlider .ui-slider-primary .ui-slider-handle,
.pt-colud-slider #qsSlider .ui-slider-primary .ui-slider-handle:hover,
.pt-colud-slider #qsSlider .ui-slider-primary .ui-slider-handle:focus,
.pt-colud-slider #qsSlider .ui-slider-primary .ui-slider-handle:active,
.pt-colud-slider #qsSlider .ui-slider-danger .ui-slider-handle,
.pt-colud-slider #qsSlider .ui-slider-danger .ui-slider-handle:hover,
.pt-colud-slider #qsSlider .ui-slider-danger .ui-slider-handle:focus,
.pt-colud-slider #qsSlider .ui-slider-danger .ui-slider-handle:active {
    border: 0px;
    background: var(--primary-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    height: 20px;
    width: 20px;
}

.pt-colud-slider #qsSlider .slider {
    margin: 20px 0 60px;
}

#hdd #qsSlider .slider {
    margin-bottom: 0;
}

.pt-colud-slider #qsSlider #QsPrice,
.pt-colud-slider #qsSlider #pricetext {
    border: none;
}

.pt-colud-slider #qsSlider #QsPrice {
    border-left: 1px solid #00245033;
}

.pt-colud-slider #qsSlider #pricetext h4,
.pt-colud-slider #qsSlider #pricetext h5 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: var(--dark-color);
}

.pt-colud-slider #QsPrice {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.pt-colud-slider #qsSlider #pricetext {
    border: 1px solid transparent;
    padding: 30px 15px 0px;
    text-align: center;
    animation: border-color-animation 4s linear infinite forwards;
}

@keyframes border-color-animation {
    0% {
        border: 5px solid var(--primary-color);
    }

    50% {
        border: 5px solid var(--dark-color);
    }

    100% {
        border: 5px solid var(--primary-color);
    }
}

.pt-colud-slider #pricetext span.text-muted,
.pt-colud-slider #pricetext #cents,
.pt-colud-slider #pricetext #btext {
    color: var(--dark-color) !important;
}

.pt-colud-slider #qsSlider #doller {
    font-size: 58px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0px;
}

.pt-colud-slider #nopanel,
.pt-colud-slider #pincluded,
.pt-colud-slider #year,
.pt-colud-slider #month {
    position: relative !important;
    margin: 0;
    transform: translate(25px, -14px);
}

.pt-colud-slider #panelselector #pincluded {
    display: none;
}

.pt-colud-slider #panelselector #nopanel {
    display: none;
}

.pt-colud-slider #panelselector #nopanel.active {
    display: inline-block;
    margin: auto;
    color: var(--primary-color);
}

.pt-colud-slider #panelselector #pincluded.active {
    display: inline-block;
    margin: auto;
}

.pt-colud-slider .text-info {
    color: var(--white-color) !important;
    border: solid var(--grey-color);
    padding: 8px 34px;
    background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%);
    background-size: 200% auto;
    font-weight: 500;
}

.pt-colud-slider #qsSlider #panelselector #panel,
.pt-colud-slider #qsSlider #periodselector #period {
    height: 20px;
}

.pt-colud-slider #qsSlider .ui-slider-vertical .ui-slider-handle {
    background: var(--primary-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    height: 20px;
    width: 20px;
    border: none;
}

.pt-colud-slider #qsSlider #pincluded {
    top: 25%;
}

.pt-colud-slider #qsSlider #nopanel {
    top: 0;
}

.pt-colud-slider #qsSlider #year {
    margin-top: 0;
    top: 50%;
}

.pt-colud-slider #qsSlider #year span {
    color: var(--primary-color) !important;
}

.pt-colud-slider #qsSlider #panelselector,
.pt-colud-slider #qsSlider #periodselector {
    margin-top: 10px;
}

/*================================================
Counter
================================================*/

.pt-counter-contain {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.pt-counter-contain .pt-counter-media i {
    font-size: 52px;
    color: var(--primary-color);
    line-height: 60px;
    display: inline-block;
    width: 100%;
    margin: -7px 0 0 0;
    position: absolute;
    right: 0;
    left: 35%;
}

.pt-counter-contain .pt-counter-info {
    margin-left: 15px;
    flex: 1;
}

.pt-counter-contain .pt-counter-info h5 {
    color: var(--dark-color);
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
}

.pt-counter-contain .pt-counter-info .pt-counter-prefix {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color: var(--dark-color);
}

.pt-counter-contain .pt-counter-info p {
    margin-bottom: 0;
    color: var(--secondary-color);
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

.pt-colud-slider .pt-fancy-media img {
    height: 20px;
    width: 20px;
}

/*==================================================
Nav List
===================================================*/

.pt-nav-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 30px;
}

.pt-nav-list .pt-nav-li {
    padding: 0px 15px 0px 15px;
    flex: 1;
}

@media (max-width:767px) {
    .pt-nav-list ul {
        display: block;
    }
}

/*========================================*/

.pt-image-box {
    background-color: var(--white-color);
    padding: 15px 15px;
    text-align: center;
}

.pt-image-box .pt-image-box-image {
    margin-bottom: 15px;
}

.pt-image-box .pt-image-box-image img {
    height: 32px;
}

/*======== pt-hosting-info-section ========*/

.pt-hosting-info-section.pt-blue-background-3 {
    padding: 250px 0 130px 0px;
}

.pt-hosting-info-section.pt-negative-margin {
    margin-top: -280px;
}

@media (max-width: 1024px) {
    .pt-hosting-info-section.pt-blue-background-3 {
        padding: 180px 0px 90px 0px;
    }

    .pt-hosting-info-section.pt-negative-margin {
        margin-top: -200px;
    }
}

@media (max-width:767px) {
    .pt-hosting-info-section.pt-blue-background-3 {
        padding: 180px 0px 60px 0px;
    }
}

/*============ pt-icon-box-section =============*/

.pt-icon-box-section.pt-negative-margin {
    margin-top: -200px;
}

.pt-icon-box-section .pt-blue-background {
    z-index: 9;
}

@media (max-width: 1190px) {
    .pt-icon-box-section.pt-negative-margin {
        margin-top: 0;
    }
}

/*============ pt-server-login-section ===========*/

.pt-server-login-section .pt-img-main img {
    height: 470px;
}

@media (max-width:1190px) {
    .pt-server-login-section .pt-img-main {
        margin-top: 15px;
    }
}

@media (max-width:479px) {
    .pt-server-login-section .pt-img-main img {
        height: auto;
    }
}

/*============ pt-faq-section ===========*/

.pt-faq-section .pt-img-main img {
    height: 570px;
}

@media (max-width: 479px) {
    .pt-faq-section .pt-img-main img {
        height: auto;
    }
}

/*=========== pt-counter-box ============*/

.pt-counter-box-section .pt-img-main img {
    height: 510px;
}

.pt-counter-box-section .pt-counter-contain-2 {
    margin: 30px 0px 0px 0px;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-description {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix {
    display: flex;
    align-items: center;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix h5 {
    font-size: 40px;
    line-height: 48px;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix span {
    color: var(--dark-color);
    font-size: 40px;
    line-height: 48px;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix .pt-counter-media {
    color: var(--primary-color);
    margin-left: 20px;
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix .pt-counter-media.active {
    color: var(--blue-color);
}

.pt-counter-box-section .pt-counter-contain-2 .pt-counter-info .pt-counter-num-prefix .pt-counter-media i {
    font-size: 52px;
    line-height: 60px;
}

@media (max-width: 479px) {
    .pt-counter-box-section .pt-img-main img {
        height: auto;
    }
}

/*----------- pt-best-service-section -----------------*/

.pt-best-service-section .pt-img-main img {
    height: 615px;
}

.pt-best-service-section .pt-best-service-title {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .pt-best-service-section .pt-img-main img {
        height: auto;
    }
}

/*------------ pt-dark-pop-up-video-section -------------*/

.pt-dark-pop-up-video-section {
    padding: 220px 0;
}

@media (max-width: 1190px) {
    .pt-dark-pop-up-video-section {
        padding: 130px 0;
    }
}

/*------------ pt-client-slider ------------*/

.pt-client-slider {
    padding: 90px 0px;
}

.pt-client-slider .pt-client .pt-clientbox-1 a img {
    height: 45px;
    max-width: 205px;
    object-fit: cover;
}

/*----------- pt-testimonial-section ---------*/

.pt-testimonial-section {
    padding: 90px 0px;
}

@media (max-width: 1190px) {
    .pt-testimonial-section {
        padding: 60px 0px;
    }
}

/*===========================================================================================================*/







.navbar.navbar-expand-lg {
    justify-content: space-between;
}

.navbar .navbar-collapse {
    flex-grow: 0;
}

header#pt-header {
     position: relative; 
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 99;
    /* background-color: var(--white-color);
    box-shadow: 0 0 4px #0f172a1f; */
    background-color: var(--white-color);
    box-shadow: none;
}

.navbar-brand .logo {
    max-width: 190px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
    margin-right: 40px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li svg {
    margin-left: 5px;
    width: 10px;
    transition: all 0.1s ease-in-out;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover svg {
    transform: rotate(180deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li svg path {
    fill: var(--black-color);
    transition: all 0.3s ease-in-out;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover svg path {
    fill: var(--primary-color);
}

.pt-domain-form-section.pt-black-bg {
    background-image: linear-gradient(90deg, #0a0a0a 100%, #0a0a0a 100%);
    background-size: cover;
    position: relative;
    opacity: 1;
    /* padding: 0; */
}

.pt-domain-form-section .pt-background-overley {
    background-position: center;
    opacity: 0.2;
}

.pt-hero-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    margin-top: 45px;
}

.hero-content.pt-section-title-1 {
    margin-bottom: 0px;
}

.icon-with-text .pt-icon-box {
    padding: 20px 0px;
    border-style: solid;
    border-width: 0;
    border-color: var(--white-color);
    margin-bottom: 30px;
    /* box-shadow: 0 0 2px #0f172a1f; */
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #d3d2d230;
    border-radius: 0;
}

.icon-with-text .pt-icon-box:hover {
    /* box-shadow: 0 0 5px #0f172a1f; */
    border-bottom: 1px solid #1a1a1a42;
}

.icon-with-text .pt-icon-box-media {
    margin-bottom: 0;
}

.icon-with-text .pt-icon-box-content {
    text-align: left;
}

.pt-counter-number-wrapper {
    color: var(--black-color);
    font-size: 46px;
    line-height: 56px;
    font-weight: 500;
}

.pt-counter-title {
    color: var(--dark-color);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
}

.partner-with-us .pt-icon-box-content .pt-icon-box-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--black-color);
}

.perfect-section-title {
    margin-bottom: 30px;
    font-size: 22px;
    color: var(--black-color);
}

.pt-perfect {
    margin-top: 0px;
}

.pt-perfect .pt-award-img {
    max-height: 100px;
}

.pt-perfect .pt-awardbox-1 {
    background-color: var(--deam-black-color);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ffffff29; 
    transition: all 0.3s ease-in-out;
}

.pt-perfect .pt-awardbox-1 svg {
    width: 40px;
    height: 40px;
}

.pt-perfect .pt-awardbox-1 img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.pt-awardbox-1 .pt-award-title {
    display: block;
    color: var(--black-color);
    font-weight: 700;
    font-size: 14px;
    font-family: var(--Barlow-fonts);
    margin-top: 15px;
}

.why-part-sec .sticky-wrapper {
    max-width: 570px;
    margin-left: auto;
}

.why-part-sec span.pt-award-title {
    color: var(--white-color);
}

.pt-icon-box-style-10 .pt-icon-box-icon {
    padding: 16px;
    line-height: 20px;
}

.pt-icon-box-style-10 .pt-icon-box-icon svg {
    fill: var(--white-color);
    width: 30px;
    height: 30px;
}

.pt-icon-box-style-10 {
    background-color: var(--white-color);
    padding: 0px 30px 30px 30px;
    background-color: var(--white-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pt-process-2 .pt-before-img.pt-before-last-img {
    right: 0;
    left: -18%;
}

.process-sec .pt-process-title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pt-process-icon {
    background: var(--red-color);
    color: var(--white-color);
    height: 70px;
    width: 70px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pt-process-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--white-color);
}

.pt-process-2 .pt-process-number {
    position: absolute;
    top: -8px;
    right: 0px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    background: var(--white-color);
    font-size: 13px;
    color: var(--dark-color);
    border: 1px solid #efefef;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
}

.pt-img-main img {
    border-radius: 8px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 600;
}

.pt-awardbox-1 .pt-award-title {
    margin-top: 10px;
}

.pt-blog-post {
    margin-bottom: 30px;
    background: var(--white-color);
    display: inline-block;
    width: 100%;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* box-shadow: 0 0 2px #3d3a3a26; */
    box-shadow: none;
}

footer#pt-footer {
    background: transparent;
}

.newsletter {
    position: relative;
    width: 100%;
    height: auto;
    margin-inline: auto;
    margin-bottom: -100px;
    max-width: 75%;
    z-index: 99;
    background-color: var(--primary-color);
    padding: 60px 0px;
    border-radius: 8px;
}

.pt-footer .pt-section-title-1 .pt-section-title {
    font-size: 40px;
    line-height: 48px;
}

.pt-btn-container.pt-btn-position {
    gap: 15px;
}

.pt-footer {
    position: relative;
}

footer#pt-footer .pt-footer-top {
    padding: 60px 0 40px;
}

.pt-footer .pt-footer-style-1 {
    background: var(--white-color) !important;
}

footer#pt-footer .pt-contact li span {
    margin-left: 5px;
}

footer#pt-footer .pt-contact li svg {
    width: 24px;
    height: 24px;
}

footer#pt-footer .pt-contact li svg path {
    fill: var(--primary-color);
}

footer#pt-footer .widget ul.menu li a {
    padding: 5px 0px 5px 0px;
}

footer#pt-footer .widget ul.menu li a:before {
    display: none;
}

#pt-footer .pt-footer-style-1 .widget:first-child {
    margin-bottom: 30px;
}

.footer-widget-2 {
    margin-left: 80px;
}

.footer-widget-3 {
    margin-left: 35px;
}

.pt-footer-social ul {
    float: left;
}

.social-icon ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-icon ul li {
    margin-bottom: 0;
}

.social-icon ul li a svg {
    width: 30px;
    height: 30px;
}

.social-icon ul li a svg path {
    fill: var(--black-color);
    transition: all 0.3s ease-in-out;
}

#pt-footer .pt-footer-style-1 .social-icon a:hover svg path {
    fill: var(--red-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
    text-align: left;
    color: var(--black-color);
    font-weight: 400;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-desgin {
    text-align: right;
    color: var(--black-color);
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

footer#pt-footer .widget .footer-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-desgin a {
    color: var(--black-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-desgin a:hover {
    color: var(--red-color);
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
    background: transparent;
    /* padding: 20px 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #1a1a1a, #3e3e3e, #1a1a1a) 1; */
}

#back-to-top .top {
    color: var(--white-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}


/* marquee */
.marquee-section {
    background: transparent;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

section.business-sec {
    position: relative;
    z-index: 2;
}

.marquee-track {
    display: flex;
    gap: 60px;
    width: max-content;
    will-change: transform;
    animation: marqueeScroll 40s linear infinite;
}

.marquee-item {
    white-space: nowrap;
    padding: 16px 26px;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.marquee-item img {
    width: 40px;
    height: 40px;
}

.marquee-item span {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--Barlow-fonts);
}

/* smooth infinite scroll */
@keyframes marqueeScroll {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.business-data {
    background-image: url(../imgs/business-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding-block: 60px;
    background-position: center center;
}

.pt-section-list {
    margin-top: 48px;
}

.button-btn {
    margin-top: 50px;
}

.pt-button-white {
    background: var(--white-color);
    color: var(--red-color);
}

.pt-section-list ul {
    margin: 0;
    padding: 0;
}

.pt-section-list ul li {
    list-style: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.pt-section-list ul li svg {
    width: 20px;
    height: 20px;
}

.counter-sec {
    background: var(--primary-color);
}

.pt-counter-number-wrapper {
    color: var(--white-color);
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pt-counter-title {
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--Roboto-fonts);
}

/* why partner with us */

/*.partner-section {*/
/*    background: url("../imgs/partner_with_us-bg.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
/*}*/

.why-part-sec .business-data {
    background-image: url(../imgs/why-part-sec_bg.png);
}

.feature-card {
    display: flex;
    gap: 30px;
    background: var(--deam-black-color);
    padding: 35px 35px;
    border-radius: 40px;
    margin-bottom: 30px;
    align-items: center;
    border: 1px solid #ffffff29;
}

.feature-card .icon svg {
    width: 60px;
    height: 60px;
}

/*.feature-card .icon svg path {*/
/*    fill: var(--white-color);*/
/*}*/

.feature-card h6 {
    margin-bottom: 8px;
    font-size: 24px;
    color: var(--white-color);
}

.feature-card p {
    font-size: 16px;
    margin: 0;
    color: var(--white-color);
}

.sticky-box .pt-button {
    margin-top: 25px;
}

.scroll-arrow {
    position: absolute;
    bottom: 30px;
    right: 180px;
}

/* process */

/*.process-data {*/
/*    background-image: url(../imgs/process-bg.png);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 40px;*/
/*    padding-top: 80px;*/
/*    background-position: center center;*/
/*}*/

.step-process {
    background-image: url(../imgs/process-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* conact-form */

.contact-data {
    background-image: url(../imgs/contact_us-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 80px 0 190px 0;
    background-position: center center;
}

.contact-sec .pt-section-title-1 {
    margin-bottom: 60px;
}

.contact-sec .pt-section-title-1 .pt-section-title {
    margin-bottom: 5px;
}

.custom-form-box {
    background: var(--white-color);
    padding: 65px 55px;
    border-radius: 30px;
    max-width: 960px;
    margin-inline: auto;
}

.custom-input {
    border: none !important;
    border-bottom: 1px solid #d3d3d3 !important;
    border-radius: 0 !important;
    padding: 0 0 0 10px !important;
    font-size: 18px !important;
    box-shadow: none;
    height: 40px !important;
    line-height: normal !important;
    color: var(--black-color) !important;
    background: transparent !important;
    font-family: var(--Roboto-fonts);
    margin-bottom: 38px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #d3d3d3 !important;
}

.custom-input::placeholder {
    color: var(--black-color) !important;
    opacity: 50%;
}

.custom-form-box textarea {
    margin-bottom: 45px !important;
    height: auto !important;
}

.submit-btn {
    width: auto;
    background: var(--primary-color);
    background-size: 200% auto;
    color: var(--white-color);
    font-family: var(--Roboto-fonts);
    font-size: 16px;
    padding: 14px 60px;
    line-height: 1.5;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}

.submit-btn:hover {
    color: var(--white-color);
    background: var(--red-color);
}


.cta-section {
    position: relative;
    padding: 80px 80px 0;
    background: var(--white-color);
    border-radius: 105px;
    margin-bottom: 55px;
    margin-top: -100px;
}

.cta-section::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 45px;
    right: -52px;
    top: 55px;
    background-image: url(../imgs/c-rectangle.png);
    /* background-repeat: no-repeat; */
    background-position: top;
    z-index: 9999;
}

.cta-section::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 45px;
    left: -49px;
    top: 52px;
    background-image: url(../imgs/c-rectangle.png);
    /* background-repeat: no-repeat; */
    background-position: top;
    z-index: 9999;
    transform: rotate(285deg);
}

.cta-heading .cta-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.cta-heading .cta-text {
    margin-bottom: 0;
    font-size: 16px;
}

#pt-footer .pt-footer-style-1 {
    color: var(--black-color);
}

#pt-footer .pt-footer-style-1 p {
    font-weight: 400;
}

footer#pt-footer .pt-footer-style-1 .widget ul li a {
    color: var(--black-color) !important;
    font-weight: 400;
}

footer#pt-footer .pt-footer-style-1 .widget ul li a:hover {
    color: var(--primary-color) !important;
}

footer#pt-footer .widget ul.menu li a {
    padding: 10px 0px 10px 0px;
}

footer#pt-footer .pt-contact li {
    color: var(--black-color) !important;
    font-weight: 400;
}

footer#pt-footer .widget .footer-title {
    margin-bottom: 35px;
    font-family: var(--Roboto-fonts);
    font-size: 20px;
    line-height: 30px;
    color: var(--red-color) !important;
    padding-bottom: 10px;
}

footer#pt-footer .widget .footer-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #FF0013, #1C75BC) 1;
}

#pt-footer .pt-footer-style-1 .widget:first-child {
    margin-bottom: 0px;
}

.pt-copyright-links {
    padding: 30px 0;
    /*border-top: 1px solid #ACACAC;*/
    border-top: 1px solid #3d3a3a26;
}

footer#pt-footer .pt-contact li {
    margin: 0 0 30px 0;
}

#pt-footer .pt-footer-style-1 .social-icon {
    margin-top: 25px;
}

/* contact us */

.pt-icon-box-style3 .pt-icon-box-content a:hover {
    font-weight: 700;
    letter-spacing: .5px;
}

.pt-contact-form textarea.custom-input {
    height: auto !important;
}

.dropdown-field {
    position: relative;
}

.dropdown-input {
    position: relative;
    cursor: pointer;
}

.dropdown-input input {
    cursor: pointer;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.dropdown-arrow svg {
    width: 10px;
    height: 10px;
}

.dropdown-arrow svg path {
    fill: var(--dark-color)
}

.dropdown-field.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-list {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: var(--white-color);
    border: 1px solid var(--light-white-color);
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 99;
    padding: 10px;
    border-radius: 10px;
}

.dropdown-field.active .dropdown-list {
    display: block;
}

.dropdown-list li {
    padding: 6px 15px;
    cursor: pointer;
    color: var(--black-color);
    border-radius: 10px;
}

.dropdown-list li:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/* blog */

.pt-section-title-1.pt-title-data {
    margin-bottom: 30px;
}

.pt-blog-post .pt-blog-contain .pt-blog-bottom {
    margin-top: 30px
}

.pt-button-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.pt-button-btn:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    border-image: linear-gradient(to right, #1c75bc, #ff0013) 1;
    border-bottom: 2px solid;
}

.pt-blog-post .pt-post-meta ul .pt-post-date {
    color: var(--dark-color);
    font-size: 16px;
}

.pt-blog-post .pt-post-meta ul .pt-post-date svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.pt-blog-post .pt-post-meta ul .pt-post-date svg path {
    fill: var(--black-color);
}

.blog-sec {
    background-image: url("../imgs/partner_with_us-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.blog-sec .pt-blog-post {
    box-shadow: 0 0 2px #3d3a3a26;
    border-radius: 12px;
}

.blog-sec .pt-blog-post .pt-post-media {
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-sec .pt-blog-post .pt-blog-contain {
    padding: 30px 30px;
}

.blog-detail .pt-blog-contain .pt-section-title {
    margin-top: 30px;
}

.b-detail-point .pt-icon-list-ul {
    margin-top: 20px;
}

.widget-post-date h6 {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
}

.widget-post {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.widget.widget_recent_entries .widget-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-post-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}

.widget-post-date svg {
    width: 20px;
    height: 20px;
}

.widget-post-date svg path {
    fill: var(--black-color);
}

.widget-post a h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.widget-post a:hover h5 {
    color: var(--red-color);
}

.widget.widget_recent_entries {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: none;
    padding: 30px 35px;
    position: sticky;
    top: 10px;
}

.widget.widget_recent_entries:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg, #fff1f280 0%, #fdf6f7 35%, #e4f3ffa6 70%, #e4f3ffb5 100%);
    z-index: -1;
    opacity: 0.6;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
}

.counter-sec .col-xl-3.col-md-6:last-child .pt-counter {
    border-right: none;
}







.fa-testimonial-section {
    background: var(--white-color);
}

.fa-testimonial-card {
    background: var(--light-white-color);
    border-radius: 40px;
    padding: 40px;
    position: relative;
    margin-top: 30px;
}

.fa-client-image {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.fa-client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.fa-testimonial-text {
    font-size: 16px;
    color: var(--black-color);
    margin: 50px 0 25px;
    text-align: center;
}

.fa-metrics {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    text-align: center;
}

.fa-business-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fa-business-data .fa-metric-label {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 500;
}

.fa-business-data .fa-metric-name {
    font-weight: 700;
}

.fa-business-data .fa-highlight {
    color: var(--primary-color);
}

.fa-client-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 25px;
}

.fa-client-header .fa-client-data {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fa-client-name {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--primary-color);
}

.fa-client-company {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 600;
}

.fa-client-location {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 600;
}

.fa-client-data .fa-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.fa-rating span svg {
    width: 20px;
    height: 20px;
    stroke: #facc15;
}

.fa-rating span svg {
    fill: #facc15;
}

.fa-testimonial-section .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.fa-testimonial-section .swiper-pagination .swiper-pagination-bullet:only-child {
    display: flex !important;
    margin-inline: auto;
}

.fa-testimonial-section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--dark-color);
    opacity: 0.6;
}

.fa-testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
}

.fa-testimonial-swiper .swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* how its work */

.fa-steps-modern {
    background: url("../imgs/partner_with_us-bg.png");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: left center;
}

.fa-steps-modern .scroll-arrow {
    bottom: 150px;
}

.fa-step-box {
    padding: 35px 35px;
    border-radius: 30px;
    background: var(--light-white-color);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.fa-step-box:hover {
    transform: translateY(-6px);
}

.fa-step-dayslist {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

.fa-step-icon {
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-step-icon svg {
    width: 26px;
    height: 26px;
}

.fa-step-days h5 {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
}

.fa-step-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fa-step-box p {
    font-size: 16px;
}

.fa-step-box ul {
    list-style: none;
    padding-left: 0;
}

.fa-step-box .pt-icon-list-ul {
    margin-bottom: 0;
}

.fa-versus-wrap {
  position: relative;
}

.fa-center-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #ff0013, transparent);
    transform: translateX(-50%);
}

.fa-left, .fa-right {
    padding: 0 40px;
}

.fa-versus-heading {
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.fa-left .fa-versus-heading {
    text-align: right;
}

.fa-right .fa-versus-heading {
    text-align: left;
}

.fa-row {
    margin-bottom: 25px;
    position: relative;
}

.fa-left .fa-row {
    text-align: right;
    padding-right: 30px;
}

.fa-versus-section .fa-row {
    border: 1px solid #ccc;
    border-radius: 1.5rem;
    padding: 2rem 2rem;
}

.fa-right .fa-row {
    text-align: left;
    padding-left: 30px;
}

.fa-row-data {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.fa-right .fa-row-data {
    justify-content: flex-start;
}

.fa-row-data svg {
    width: 24px;
    height: 24px;
    color: var(--dark-color);
}

.fa-row span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--black-color);
    font-family: var(--Barlow-fonts);
}

.fa-row p {
    margin: 0 0;
    font-size: 16px;
    color: var(--dark-color);
}

.fa-highlight span {
    color: #b6264a;
    margin-bottom: 10px;
}

.fa-highlight p {
    color: #953662;
}

@media (max-width: 991px) {

  .fa-left, .fa-right {
    padding: 0;
    text-align: left;
  }
}

.b-partner_quali .pt-section-list ul li {
    color: var(--black-color);
}

.b-partner_quali .pt-section-list ul li svg path {
    fill: var(--black-color);
}

/* Partner Qualifications */

.partner-qualifications .feature-card .icon img {
    width: 50px;
    height: 50px;
}

.partner-qualifications .feature-card h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.partner-qualifications .feature-card {
    gap: 25px;
    padding: 30px 35px;
}

/* Revenue Potential */

.revenue-box {
    padding: 35px 35px;
    border-radius: 30px;
    background: var(--deam-black-color);
    height: 100%;
    /*margin-bottom: 30px;*/
    border: 1px solid #ffffff29;
}

.revenue-sec .row .col-lg-4.col-md-6, .revenue-sec .row .col-lg-6.col-md-6 {
    margin-bottom: 30px;
}

.revenue-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.revenue-icon img {
    filter: brightness(0) invert(1);
}

.revenue-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--white-color);
}

.revenue-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.revenue-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.revenue-text {
    font-size: 16px;
    color: var(--white-color);
}

.revenue-value, .revenue-value-range {
    font-size: 16px;
    font-weight: 700;
}

.revenue-value {
    color: #5ed672;
    font-weight: 600;
}

.revenue-value-range {
    color: var(--white-color);
}

.revenue-btn {
    text-align: center;
    margin-top: 10px;
}

.revenue-btn p {
    color: var(--white-color);
    margin-bottom: 20px;
}

/* Common concerens */

.concern-row {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}

.concern-row::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--primary-color);
}

.concern-question h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.concern-answer p {
    margin-bottom: 0;
}


@media (max-width: 768px) {
  .concern-question,
  .concern-answer {
    padding: 0;
  }
}

/* faq */

.custom-faq {
    background: url(../imgs/faq-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.faq-item {
    background: var(--light-white-color);
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 30px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: var(--Barlow-fonts);
    color: var(--black-color);
    padding-inline: 0;
    border-bottom: none;
}

.faq-item.active .faq-question {
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.faq-question:focus {
    outline: none;
}

.faq-question .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--dark-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.faq-question .icon svg {
    position: absolute;
    transition: opacity 0.25s ease, transform 0.35s ease;
    color: var(--white-color);
}

.icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(0.6);
}

.faq-item.active .icon-plus {
    opacity: 0;
    transform: rotate(90deg) scale(0.6);
}

.faq-item.active .icon-close {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s ease,
        transform 0.25s ease;
}

.faq-answer p {
    margin-bottom: 0;
}

/* Games & Features */

.game-row {
    margin-bottom: 50px;
}

.game-row:last-child {
    margin-bottom: 0;
}

.game-img {
    object-fit: cover;
    /*border-radius: 40px;*/
}

.game-content {
    padding-left: 50px;
}

.game-tag {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    background: var(--primary-color);
    padding: 8px 14px;
    border-radius: 50px;
    line-height: 20px;
}

.game-content h3 {
    margin-bottom: 10px;
    color: var(--white-color);
}

.games-sec .pt-section-list {
    margin-top: 20px;
}

.game-content ul li {
    margin-bottom: 5px;
}

.game-row.reverse .game-content {
    padding-left: 0;
    padding-right: 50px;
}

/* loves game */
.impact-left-list .pt-icon-list-item {
    padding-bottom: 10px;
}

.impact-right {
    background: linear-gradient(90deg, #873e6c, #465f9b);
    border-radius: 22px;
    padding: 50px 50px;
}

.impact-right h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.impact-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgb(255 255 255 / 39%);
}

.impact-right-content span {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--Barlow-fonts);
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.impact-right-content p {
    color: var(--light-white-color);
    font-size: 16px;
    margin-bottom: 0;
}

.impact-right-number span {
    font-size: 38px;
    font-weight: 600;
    font-family: var(--Barlow-fonts);
    color: var(--white-color);
}

.impact-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* about us */

.pt-fancybox-1 .pt-fancy-media {
    gap: 15px;
}

.pt-fancy-svg {
    width: 55px;
    height: 55px;
    line-height: normal;
    font-size: small;
    background: red;
    margin-left: 0 !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-fancy-svg svg {
    width: 26px;
    height: 26px;
    fill: var(--white-color);
}

.pt-fancybox-1 .pt-fancy-media span {
    font-size: 50px;
    line-height: 60px;
    color: var(--white-color);
    font-weight: 600;
    margin-left: auto;
}

.pt-fancybox-1 .pt-fancy-media .pt-fancy-box-title {
    font-size: 22px;
}

/* how we work */

.service-item {
    text-align: center;
    padding: 30px;
    background: var(--deam-black-color);
    border: 1px solid #ffffff29;
    border-radius: 30px;
}

.service-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--white-color);
}

.service-item p {
    font-size: 16px;
    color: var(--light-white-color);
    margin-bottom: 0;
}

.about-process {
    margin-top: 50px;
}

.about-process .pt-section-title-1 .pt-section-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 700;
}

.step {
    text-align: center;
    position: relative;
}

.step:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 70px;
    height: 2px;
    background: rgb(255 255 255 / 39%);
}

.col-lg-3:last-child .step::before {
    display: none;
}

.step span {
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--white-color);
}

.step p {
    font-size: 16px;
    color: var(--light-white-color);
}

/* revenue calculator */

.calculator-left,
.calculator-right {
  padding: 40px;
  border-radius: 30px;
}

.calculator-left {
    background: var(--light-white-color);
}

.calculator-left label {
    width: 100%;
}

.calculator-left .form-group input {
    color: var(--black-color) !important;
}

.calculator-left .dropdown-arrow svg path {
    fill: var(--black-color);
}

.calculator-right {
    background: linear-gradient(135deg, #9f315a, #3766a7);
}

.calculator-left .form-group {
    margin-bottom: 30px;
}

.calculator-left .form-group label {
    font-size: 16px;
    color: var(--black-color);
}

input[type="range"] {
  width: 100%;
}

.range-labels {
    display: inline-flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--black-color);
    width: 100%;
    margin-top: 10px;
}

.revenue-field {
    position: relative;
}

.revenue-field .dropdown-list li {
    margin-bottom: 2px;
}

.revenue-field .dropdown-list li.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.revenue-field.active .dropdown-list {
    display: block;
}

.calculator-left .info-box {
    background: var(--primary-color);
    padding: 25px;
    border-radius: 24px;
    margin-top: 30px;
}

.calculator-left .info-box p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--white-color);
}

.calculator-left .info-box p strong {
    font-family: var(--Barlow-fonts);
}

.fortune-range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background:  linear-gradient(
        to right,
        var(--primary-color) 0%,
        var(--primary-color) var(--progress),
        #e5e5e5 var(--progress),
        #e5e5e5 100%
    );
    outline: none;
    cursor: pointer;
}

.fortune-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: var(--white-color);
    border-radius: 50%;
    border: 2px solid #000000;
    cursor: pointer;
}

.result-card {
    background: var(--deam-black-color);
    padding: 22px 25px;
    border-radius: 24px;
    margin-bottom: 30px;
}

.result-card .result-card_text {
    font-size: 16px;
    font-family: var(--Barlow-fonts);
    color: var(--white-color);
}

.result-card h2 {
    margin-block: 5px;
    color: var(--white-color);
}

.result-card.highlight {
    background: #28a745;
}

.result-card.highlight h2 {
    color: var(--white-color);
}

.result-card.highlight small, .result-card small {
    font-size: 16px;
    font-family: var(--Barlow-fonts);
    color: var(--white-color);
}

.result-info .pt-section-list {
    margin-top: 10px;
}

.result-info h6 {
    color: var(--white-color);
}

.revenue-calculator .revenue-earning {
    margin-top: 50px;
}

.revenue-calculator .pt-section-title-1 .pt-section-title {
    margin-bottom: 5px;
}

.revenue-calculator .button-btn {
    margin-top: 45px;
}

/* become a partner */

.pt-partner-sidebar.pt-contact-sidebar {
    height: auto;
    position: sticky;
    top: 30px;
}

.pt-partner-number {
    color: var(--red-color);
    font-size: 16px;
}

.pt-partner-text {
    color: var(--white-color);
    margin-bottom: 0;
}

.pt-partner-sidebar .pt-section-title-1 h3 {
    color: var(--white-color);
}

.pt-partner-sidebarlist .pt-section-list {
    margin-top: 0;
    border-top: 1px solid var(--white-color);
    padding-top: 30px;
}

.pt-partner-sidebarlist .pt-section-list ul li {
    margin-bottom: 5px;
}

.be_partner-content {
    background: var(--light-white-color);
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 38px;
}

.be_partner-content p {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

button:focus {
    outline: none !important;
}

.menu-become {
    display: none !important;
}





/*.revenue_range input[type="range"] {*/
/*  -webkit-appearance: none;*/
/*  width: 100%;*/
/*  height: 6px;*/
/*  border-radius: 6px;*/
/*  background: #ddd;*/
/*  outline: none;*/
/*  cursor: pointer;*/
/*  padding: 0;*/
/*  border: none;*/
/*}*/

/* ===== THUMB (DOT) ===== */
/*.revenue_range input[type="range"]::-webkit-slider-thumb {*/
/*  -webkit-appearance: none;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  background: #0b63c7;*/
/*  border-radius: 50%;*/
/*  border: 3px solid #fff;*/
/*}*/

/* Base range */
.revenue_range input[type="range"] {
  --progress: 0%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  padding: 0;

  background: linear-gradient(
    to right,
    #1c75bc 0%,
    #1c75bc var(--progress),
    #dcdcdc var(--progress),
    #dcdcdc 100%
  );
}

/* Track */
.revenue_range input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

/* Dot */
.revenue_range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #1c75bc;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -6px;
}

/* Firefox */
/*.revenue_range input[type="range"]::-moz-range-track {*/
/*  height: 6px;*/
/*  background: #dcdcdc;*/
/*}*/
/*.revenue_range input[type="range"]::-moz-range-progress {*/
/*  height: 6px;*/
/*  background: #0b63c7;*/
/*}*/
/*.revenue_range input[type="range"]::-moz-range-thumb {*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  background: #0b63c7;*/
/*  border-radius: 50%;*/
/*  border: 3px solid #fff;*/
/*}*/

.revenue_range_title {
    font-size: 16px;
    margin-bottom: 10px;
}

.revenue_range_title strong {
    color: var(--primary-color);
}

.revenue_range {
    margin-top: 30px;
}
.revenue_range label {
    display: none; 
}

.hero-content .pt-section-description {
    margin-top: 20px;
}

.pt-contact-sidebar .pt-icon-box-style3:last-child {
    margin-bottom: 0;
}



.installs-swiper {
    overflow: hidden;
}

.installs-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.installs-swiper .swiper-slide {
    width: calc(25% - 30px);
}

.install-card {
    background: var(--light-white-color);
    height: 100%;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
}

.install-card img {
    width: 100%;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.install-card-content {
    padding: 15px 25px;
    flex-grow: 1;
}

.install-card h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.install-card p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
  .installs-swiper .swiper-slide {
    width: calc(50% - 25px);
  }
}

@media (max-width: 575px) {
  .installs-swiper .swiper-slide {
    width: calc(85% - 15px);
  }
}

/*footer in other page*/

body:not(.index) .cta-section {
    background: linear-gradient(135deg, #1c74bb, #ce1a38);
    padding: 50px 80px;
    border-radius: 150px;
    margin-top: 0;
}

body:not(.index) footer#pt-footer .pt-footer-top {
    border-top: none;
}

body:not(.index) .cta-section::before {
    display: none;
}

body:not(.index) .cta-section::after {
    display: none;
}

.contact-form-sec .pt-section-title-1 {
    margin-bottom: 60px;
}

body:not(.index) .contact-sec {
    position: relative;
}

body:not(.index) .contact-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3d3a3a26;
}

body:not(.index) .cta-heading .cta-title {
    color: var(--white-color);
}

body:not(.index) .cta-heading .cta-text {
    color: var(--white-color);
}

body:not(.index) .cta-section .passive-btn .pt-button-red {
    background: var(--white-color);
    color: var(--red-color);
}

.games-sec .business-data-text {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding-block: 60px;
    background-position: center center;
    background: linear-gradient(175deg, #3b64a4, #cd1a38)
}



/*my modal*/
.myModal .myModal-header {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.myModal-header h5 {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600;
}

.myModal{
  position: absolute;
  display: block;
  z-index: 98;
  max-width: 1150px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) !important;
  width: calc(100% - 2rem);
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;

  -webkit-animation-name: cssAnimation;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(0) skew(0deg) translate(50px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(50px);
  }
}
.myModal-overlay{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0404048c;
  z-index: 11111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#myModal{
  display: none;
}

.myModal-header svg {
  width: 30px;
  height: 30px;
  color: var(--white-color);
  cursor: pointer;
}

.myModal-body .contact-data {
    padding: 80px 0px;
}

.myModal-body .pt-section-title-1 {
    margin-bottom: 40px;
}

.step-process-mo {
    display: none;
}

.contact-mission .pt-fancybox-1 {
    margin-bottom: 30px;
}

/*Whatsapp*/

#help-button {
    position: fixed;
    max-width: 500px !important;
    bottom: 22px !important;
    left: 22px;
    cursor: pointer;
    z-index: 1000;
}

div#help-button img {
    width: 60px;
}

.menu-item-mobile {
    display: none !important;
}


/*video with text*/

.pt-video-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video-sec .pt-section-title-1 {
    max-width: 600px;
    margin-left: auto;
}

.pt-video {
    width: 100%;
    height: 100%;
    /*min-height: 600px;*/
    display: block;
    border-radius: 16px;
}

/*.play-btn {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    margin: auto;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    background: linear-gradient(90deg, #873e6c, #465f9b);*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.play-btn svg {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    fill: #fff;*/
/*}*/






@media screen and (min-device-width: 1499px) and (max-device-width: 1599px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 30px !important;
    }
}

@media(max-width:1199px) {
    .newsletter {
        max-width: 100%;
    }

    br {
        display: none;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-brand img {
        height: 50px;
    }
    
    header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }
    
    .sub-menu {
      display: none !important;
    }
    
    /*.menu-item-has-children:hover > .sub-menu {*/
    /*    display: block !important;*/
    /*}*/
    
    .menu-item-has-children.open > .sub-menu {
        display: flex !important;
        flex-direction: column;
        box-shadow: none !important;
    }

    .contact-sec .cta-heading {
        text-align: center;
    }

    .passive-btn {
        margin-top: 30px;
        justify-content: center;
    }

    .counter-sec .col-xl-3.col-md-6:nth-child(2) .pt-counter {
        border-right: none;
    }

    .concern-row::before {
        left: 39%;
    }

    .pt-fancybox-1 {
        margin-bottom: 30px;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .menu-become {
        display: flex !important;
    }
    
    .menu-item-mobile {
        display: flex !important;
    }
    
    .menu-item.menu-item-has-children {
        display: none !important;
    }
}

@media screen and (min-device-width: 1023px) and (max-device-width: 1199px) {
    .cta-section::before {
        left: -26px;
        top: 49px;
        transform: rotate(290deg);
    }

    .cta-section::after {
        right: -30px;
        top: 56px;
    }

    .cta-section {
        border-radius: 155px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .counter-sec .pt-counter {
        margin-top: 30px;
    }
}

@media(max-width:1023px) {
    .newsletter {
        padding: 50px 0;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-padding-top {
        padding-top: 60px;
    }

    .section-padding-bottom {
        padding-bottom: 60px;
    }

    .section-margin-top {
        margin-top: 60px;
    }

    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .pt-counter {
        margin-bottom: 0px !important;
    }

    .cta-section::before {
        display: none;
    }

    .cta-section::after {
        display: none;
    }
    
    .counter-sec .pt-counter {
        margin-top: 30px;
    }
    
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 0px;
    }
    
    .step-process .col-lg-7 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:991px) {
    .pt-domain-form-section {
        padding-top: 40px;
        height: 100%;
        flex-direction: column;
        
    }

    .pt-perfect {
        margin-top: 50px;
    }

    .pt-button {
        padding: 12px 40px;
        line-height: 1.5;
    }

    .pt-section-title-1 .hero-title {
        font-size: 36px;
        line-height: 44px;
    }

    .pt-counter-number-wrapper {
        font-size: 40px;
        line-height: 50px;
    }

    .perfect-section-title {
        font-size: 22px;
        line-height: 28px;
    }

    .pt-section-title-1 .pt-section-title {
        font-size: 34px;
    }

    .pt-footer .pt-section-title-1 .pt-section-title {
        font-size: 30px;
        line-height: 38px;
    }

    header#pt-header .pt-bottom-header .navbar {
        padding-inline: 0px;
    }

    .hero-content {
        padding-inline: 0px;
    }

    .pt-section-title-1 .pt-section-title {
        margin-bottom: 5px;
    }

    .pt-hero-button {
        margin-top: 30px;
    }

    .hero-right {
        /*position: relative;*/
        /*top: 0;*/
        /*transform: none;*/
        margin-top: 20px;
        width: 100%;
        /*margin-inline: 0;*/
    }

    .business-sec .pt-section-title-1 {
        margin-top: 30px;
    }

    /*.partner-section {*/
    /*    background-position: center center;*/
    /*}*/
    
    /*.partner-section {*/
    /*    background: var(--white-color);*/
    /*}*/

    .scroll-arrow {
        display: none;
    }
    
    .pt-counter {
        margin-bottom: 30px !important;
    }
    
    .business-data {
        padding: 30px 15px;
    }
    
    .games-sec .business-data-text {
        padding: 30px 15px;
    }

    .pt-breadcrumb {
        height: 250px;
    }

    .pt-contact-form {
        margin-top: 0px;
    }

    .footer-widget-2 {
        margin-left: 0px;
    }

    .footer-widget-3 {
        margin-left: 0;
    }

    #pt-footer .pt-footer-style-1 .widget {
        margin-bottom: 30px !important;
    }

    footer#pt-footer .widget ul.menu li a {
        padding: 6px 0px 6px 0px;
    }

    footer#pt-footer .pt-contact li {
        margin: 0 0 20px 0;
    }

    footer#pt-footer .pt-footer-top {
        padding: 50px 0 0px;
    }

    .cta-section {
        padding: 50px 60px 0;
        border-radius: 85px;
        margin-bottom: 50px;
    }

    .fa-left, .fa-right {
        padding: 0 20px;
        text-align: left;
    }

    .fa-versus-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .pt-partner-sidebar.pt-contact-sidebar {
        position: relative;
        margin-bottom: 30px;
    }

    .concern-row::before {
        display: none;
    }

    .concern-question {
        margin-bottom: 10px;
    }

    .game-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .game-row.reverse .game-content {
        padding-right: 0;
    }

    .impact-right {
        padding: 40px 40px;
    }

    .impact-right h3 {
        font-size: 28px;
    }

    .impact-right-number span {
        font-size: 34px;
    }

    .pt-fancy-svg {
        width: 50px;
        height: 50px;
    }

    .step:before {
        display: none;
    }

    .about-process {
        margin-top: 0px;
    }

    .about-process .pt-section-title-1 .pt-section-title {
        font-size: 28px;
        line-height: 34px;
    }

    .step span {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .revenue-calculator .revenue-earning {
        margin-top: 40px;
    }
    
    .revenue_range {
        margin-top: 25px;
    }
    
    .counter-sec .pt-counter {
        margin-top: 0;
    }
    
    .counter-sec .row > div:nth-child(3) .pt-counter, .counter-sec .row > div:nth-child(4) .pt-counter {
        margin-bottom: 0 !important;
    }
    
    .b-partner_quali.business-sec .pt-section-title-1 {
        margin-bottom: 0;
    }
    
    .business-data {
        padding: 20px 0px;
    }
    
    .games-sec .business-data-text {
        padding: 20px 0px;
    }
    
    .about-process .pt-section-title-1 {
        margin-top: 0;
    }
    
    .calculator-right {
        margin-top: 30px;
    }
    
    .fa-step-box h4 {
        font-size: 20px;
    }
    
    .why-different .pt-img-main {
        margin-bottom: 25px;
    }
    
    .why-part-sec .sticky-wrapper {
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .footer-widget-2 {
        margin-left: 0px;
    }
    
    .hero-content .pt-section-description {
        margin-top: 10px;
    }

    .footer-widget-3 {
        margin-left: 0px;
    }

    .pt-section-title-1 .hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .pt-perfect .pt-awardbox-1 {
        margin-bottom: 15px;
        padding: 8px;
    }

    .pt-perfect {
        margin-top: 0px;
    }

    .perfect-section-title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .pt-awardbox-1 .pt-award-title {
        margin-top: 10px;
        font-size: 14px;
    }

    .pt-perfect .pt-awardbox-1 img {
        width: 30px;
        height: 30px;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

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

    .section-margin-top {
        margin-top: 40px;
    }

    .section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pt-counter-number-wrapper {
        font-size: 34px;
        line-height: 44px;
    }

    .pt-icon-box-style-10 {
        padding: 0px 25px 25px 25px;
    }

    .pt-icon-box-style-10 .pt-icon-box-icon {
        padding: 14px;
        line-height: 18px;
    }

    .pt-icon-box-style-10 .pt-icon-box-icon {
        margin-bottom: 20px;
    }

    .partner-with-us .pt-icon-box-content .pt-icon-box-title {
        font-size: 16px;
        line-height: 22px;
    }

    .pt-section-title-1 .pt-section-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .pt-process-icon {
        height: 60px;
        width: 60px;
        line-height: 115px;
        font-size: 52px;
    }

    .pt-process-2 .pt-process-number {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    .process-sec .pt-process-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .pt-blog-post .pt-blog-contain .pt-blog-title {
        font-size: 18px;
        line-height: 22px;
    }

    .pt-btn-container.pt-btn-position {
        flex-direction: column;
        align-items: flex-start;
    }

    footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-desgin {
        text-align: left;
    }

    footer#pt-footer .widget ul.menu li a {
        padding: 3px 0px 3px 0px;
    }

    footer#pt-footer .pt-footer-top {
        padding: 30px 0 0px;
    }

    footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
        padding: 10px 0 20px;
    }

    .pt-domain-form-section {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 100%;
    }

    .icon-with-text .pt-icon-box {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .pt-icon-box .pt-icon-box-media svg {
        height: 30px;
        width: 30px;
    }

    .pt-footer .pt-section-title-1 .pt-section-title {
        font-size: 26px;
        line-height: 34px;
    }

    .pt-hero-button {
        margin-top: 20px;
        justify-content: center;
    }
    
    .pt-hero-button .pt-button {
        padding: 8px 18px;
        font-size: 12px;
    }
    
    .hero-content.pt-section-title-1 {
        text-align: center;
    }

    .pt-section-title-1 .pt-section-description {
        margin-bottom: 0;
        font-size: 14px;
    }

    .pt-section-title-1 .pt-section-title {
        margin-bottom: 5px;
    }

    .marquee-track {
        gap: 30px;
    }

    .marquee-item {
        padding: 12px 22px;
        gap: 6px;
    }

    .marquee-item img {
        width: 30px;
        height: 30px;
    }

    .marquee-item span {
        font-size: 17px;
    }

    .pt-section-list {
        margin-top: 30px;
    }

    .button-btn {
        margin-top: 30px;
    }

    .pt-counter {
        border-right: none;
    }

    .feature-card {
        display: flex;
        gap: 15px;
        padding: 25px 25px;
        margin-bottom: 20px;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .pt-domain-form-section::before {
        background: linear-gradient(179deg, #1c74bb, #ce1a38 50%);
    }

    .feature-card .icon svg {
        width: 30px;
        height: 30px;
    }

    .feature-card h6 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    /*.process-data {*/
    /*    padding: 30px 10px 0;*/
    /*}*/

    .contact-data {
        padding: 50px 0 150px 0;
    }

    .contact-sec .pt-section-title-1 {
        margin-bottom: 30px;
    }

    .custom-form-box {
        padding: 30px 30px;
    }

    .custom-input {
        margin-bottom: 20px;
    }
    
    .custom-input {
        font-size: 17px !important;
        height: 35px !important;
    } 

    .contact-data {
        padding: 40px 0 110px 0;
    }
    
    .contact-sec .pt-section-title-1 .pt-section-title {
        margin-bottom: 5px;
    }
    
    .contact-form-sec .pt-section-title-1 {
        margin-bottom: 30px;
    }

    .cta-section {
        padding: 30px 30px 0;
        margin-bottom: 30px;
        margin-top: -70px;
        border-radius: 60px;
        /*overflow-x: hidden;*/
    }
    
    .contact-sec .cta-heading {
        text-align: center;
    }

    .cta-heading .cta-title {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .passive-btn {
        display: flex;
        gap: 0px;
        /*flex-direction: column;*/
        align-items: center;
        margin-top: 30px;
        text-align: center;
    }

    #pt-footer .pt-footer-style-1 .pt-footer-logo {
        max-width: 180px;
        margin-bottom: 20px;
    }

    #pt-footer .pt-footer-style-1 .widget {
        margin-bottom: 20px !important;
    }

    .social-icon ul {
        gap: 20px;
    }

    .social-icon ul li a svg {
        width: 26px;
        height: 26px;
    }

    footer#pt-footer .widget .footer-title {
        margin-bottom: 20px;
        padding-bottom: 6px;
    }

    footer#pt-footer .pt-contact li {
        margin: 0 0 10px 0;
    }

    footer#pt-footer .pt-footer-style-1 .pt-copyright-footer {
        padding: 0;
    }

    .pt-copyright-links {
        padding: 20px 0;
    }

    #pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-copyright {
        padding: 0 0 15px 0;
    }
    
    .pt-counter-title {
        font-size: 16px;
    }
    
    .passive-btn .pt-button {
        font-size: 12px;
        padding: 8px 15px;
        line-height: 1.4;
    }

    .pt-breadcrumb {
        height: 200px;
    }

    .pt-breadcrumb .pt-breadcrumb-title h1 {
        margin-bottom: 10px;
    }

    .pt-contact-sidebar .pt-icon-box-style3 {
        text-align: left;
    }

    .dropdown-list li {
        padding: 5px 15px;
    }

    #pt-footer .pt-footer-style-1 .pt-copyright-footer .row {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .fa-testimonial-card {
        padding: 30px;
    }

    .fa-testimonial-text {
        margin: 40px 0 20px;
    }

    .fa-metrics {
        padding-bottom: 20px;
    }

    .fa-client-header {
        padding-top: 20px;
    }

    .fa-client-name {
        font-size: 20px;
    }

    .fa-client-company {
        font-size: 16px;
    }

    .fa-client-header .fa-client-data {
        gap: 2px;
    }

    .fa-step-days h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .fa-step-box h4 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .fa-step-icon {
        width: 45px;
        height: 45px;
    }
    
    .fa-step-icon svg {
        width: 24px;
        height: 24px;
    }

    .fa-center-line {
        display: none;
    }

    .fa-left .fa-row {
        text-align: left;
        padding-right: 0;
        padding-left: 0px;
    }

    .fa-right .fa-row {
        padding-left: 0;
    }

    .fa-row-data {
        justify-content: flex-start;
    }

    .fa-left .fa-versus-heading, .fa-right .fa-versus-heading {
        text-align: left;
        padding-left: 0px;
    }

    .fa-left, .fa-right {
        padding: 0 30px;
        text-align: left;
    }

    .fa-versus-section .pt-section-title-1.pt-title-data {
        text-align: left !important;
        padding-left: 15px;
    }

    .fa-row span {
        font-size: 18px;
        line-height: 24px;
    }

    .fa-row-data svg {
        width: 22px;
        height: 22px;
    }

    .fa-left .fa-row .fa-row-data {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .partner-qualifications .feature-card {
        gap: 15px;
        padding: 20px 25px;
    }

    .partner-qualifications .feature-card .icon img {
        width: 40px;
        height: 40px;
    }

    .partner-qualifications .feature-card h6 {
        font-size: 17px;
    }

    .revenue-box {
        padding: 25px 25px;
    }

    .revenue-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 15px;
    }

    .revenue-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .revenue-data {
        gap: 10px;
    }

    .concern-row {
        margin-bottom: 20px;
    }

    .pt-section-title-1.pt-title-data {
        margin-bottom: 20px;
    }

    .revenue-value, .revenue-value-range {
        font-size: 16px;
    }

    .faq-question {
        font-size: 18px;
        line-height: 25px;
        justify-content: space-between;
        text-align: left;
        gap: 10px;
    }

    .faq-item {
        margin-bottom: 15px;
        padding: 16px 25px;
    }

    .faq-question .icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        min-width: 30px;
    }

    .faq-question .icon svg {
        width: 12px;
        height: 12px;
    }

    .faq-item.active .faq-question {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .fa-step-box {
        padding: 30px 30px;
        margin-bottom: 20px;
    }
    
    .contact-mission .pt-fancybox-1 {
        margin-bottom: 20px;
    }

    .fa-step-dayslist {
        margin-bottom: 10px;
        gap: 10px;
    }

    .game-tag {
        padding: 6px 12px;
    }

    h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .pt-section-list ul li svg {
        width: 18px;
        height: 18px;
    }

    .impact-right {
        padding: 35px 35px;
    }

    .impact-right h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .impact-stat {
        padding: 15px 0;
    }

    .impact-right-number span {
        font-size: 30px;
    }

    .pt-fancybox-1 {
        padding: 25px;
    }

    .pt-fancybox-1 .pt-fancy-media span {
        display: flex;
    }

    .pt-fancybox-1 .pt-fancy-media {
        display: flex;
    }

    .pt-fancy-svg {
        width: 40px;
        height: 40px;
    }

    .pt-fancy-svg svg {
        width: 22px;
        height: 22px;
    }

    .pt-fancybox-1 .pt-fancy-media .pt-fancy-box-title {
        font-size: 20px;
    }

    .service-item {
        padding: 25px;
    }

    .about-process .pt-section-title-1 .pt-section-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .step span {
        font-size: 20px;
        line-height: 26px;
    }

    .pt-contact-sidebar {
        padding: 30px;
    }

    .pt-icon-box-style3 .pt-icon-box-icon .pt-icon-animation {
        width: 34px;
        height: 34px;
    }

    .pt-partner-number {
        font-size: 16px;
    }

    .be_partner-content {
        padding: 25px 25px;
        margin-bottom: 30px;
    }

    .calculator-left, .calculator-right {
        padding: 25px;
    }

    h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .calculator-left .form-group {
        margin-bottom: 25px;
    }

    .calculator-left .info-box {
        padding: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .result-card .result-card_text {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .revenue-calculator .revenue-earning {
        margin-top: 30px;
    }

    .revenue-calculator .pt-section-title-1 .pt-section-title {
        margin-bottom: 5px;
    }

    .revenue-calculator .button-btn {
        margin-top: 30px;
    }
    
    .revenue_range {
        margin-top: 15px;
    }
    
    .range-labels {
        margin-top: 5px;
    }
    
    .result-card {
        padding: 18px 22px;
        margin-bottom: 20px;
    }
    
    .pt-icon-box-style3 .pt-icon-box-content .pt-icon-box-title {
        margin-bottom: 5px;
    }
    
    .pt-partner-sidebar .pt-icon-box-icon {
        margin-bottom: 8px;
    }
    
    .fa-versus-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .install-card-content {
        padding: 10px 25px;
    }
    
    .install-card h6 {
        margin-bottom: 0;
    }
    
    .business-data {
        padding: 20px 10px;
    }
    
    .games-sec .business-data-text {
        padding: 20px 10px;
    }
    
    .pt-section-title-1 {
        margin-bottom: 25px;
    }
    
    .perfect-section-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .feature-card h6 {
        font-size: 18px;
    }
    
    .contact-data {
        padding: 30px 0 110px 0;
        background: linear-gradient(218deg, #3269ab, #c41e3f 70%);
    }
    
    .submit-btn {
        padding: 10px 50px;
    }
    
    .cta-heading .cta-title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    
    .passive-btn {
        margin-top: 20px;
    }
    
    footer#pt-footer .widget .footer-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    footer#pt-footer .widget .footer-title {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        margin-bottom: 5px;
    }
    
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 26px;
        line-height: 30px;
    }
    
    .pt-breadcrumb:before {
        background-position: right top;
    }
    
    .pt-icon-box-style3 {
        margin-bottom: 25px;
    }
    
    .pt-icon-box-style3 .pt-icon-box-content .pt-icon-box-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    body:not(.index) .cta-section {
        padding: 30px 30px;
        border-radius: 40px;
        margin-bottom: 0;
    }
    
    .blog-sec .pt-blog-post .pt-blog-contain {
        padding: 20px 25px;
    }
    
    .pt-blog-post .pt-blog-contain .pt-blog-bottom {
        margin-top: 15px;
    }
    
    .blog-detail .pt-blog-contain .pt-section-title {
        margin-top: 25px;
        font-size: 20px;
        line-height: 28px;
    }
    
    .b-detail-point .pt-icon-list-ul {
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .widget.widget_recent_entries {
        padding: 25px 30px;
    }
    
    .widget .widget-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
    }
    
    .widget-post a h5 {
        margin: 0px 0 10px;
    }
    
    .widget-post {
        margin-bottom: 15px;
        padding-bottom: 18px;
    }
    
    .pt-section-title-1.pt-title-data {
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .service-item h4 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    
    .about-process .pt-section-title-1 .pt-section-title {
        font-size: 22px;
        line-height: 28px;
    }
    
    .pt-fancybox-1 .pt-fancy-media {
        gap: 10px;
    }
    
    .pt-fancybox-1 .pt-fancy-media .pt-fancy-box-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .game-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .game-row {
        margin-bottom: 30px;
    }
    
    .pt-button {
        padding: 8px 34px;
        font-size: 15px;
    }
    
    .impact-right h3 {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 28px;
    }
    
    .impact-right-number span {
        font-size: 26px;
    }
    
    .calculator-left .pt-section-title-1 h4 {
        font-size: 22px;
        line-height: 28px;
    }
    
    select, select.form-control {
        padding: 0 20px 0 15px;
        height: 40px;
        line-height: 37px;
        font-size: 15px;
    }
    
    .calculator-right .pt-section-title-1 h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .result-card h2 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .revenue-sec .row .col-lg-4.col-md-6, .revenue-sec .row .col-lg-6.col-md-6 {
        margin-bottom: 25px;
    }
    
    .revenue-sec .row .col-lg-6.col-md-6:last-child {
        margin-bottom: 20px;
    }
    
    .myModal-body .contact-data {
        padding: 30px 0px;
    }
    
    .myModal-body .pt-section-title-1 {
        margin-bottom: 25px;
    }
    
    .myModal-body .custom-input {
        margin-bottom: 15px;
    }
    
    .myModal-body .custom-form-box textarea {
        margin-bottom: 30px !important;
    }
    
    .myModal .myModal-header {
        padding-bottom: 5px;
    }
    
    .myModal-header svg {
        width: 26px;
        height: 26px;
    }
    
    .recent-installs {
        overflow-x: hidden;
    }
    
    header#pt-header .pt-bottom-header .navbar .navbar-brand img {
        height: 45px;
    }
    
    header#pt-header .pt-bottom-header .navbar-toggler {
        padding: 6px 15px;
    }
    
    .why-different .pt-icon-list-ul {
        margin-bottom: 0;
    }
    
    .why-part-sec .business-data {
        background: linear-gradient(150deg, #7d2550, #673c95 70%);
    }
    
    .fa-versus-section .fa-row {
        padding: 1rem 1.5rem !important;
    }
    
    .pt-video-wrapper {
        max-width: 100%;
    }
    
    .play-btn {
        width: 55px;
        height: 55px;
    }
    
    .play-btn svg {
        width: 35px;
        height: 35px;
        fill: #fff;
    }
}

@media(max-width: 575px) {
    .s-counter .pt-counter-number-wrapper {
        font-size: 28px;
        line-height: 38px;
    }
    
    .fa-metrics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }
    
    .fa-business-data {
        gap: 0px;
    }
    
    .fa-metrics .fa-business-data:last-child {
        grid-column: 1/-1;
    }
    
    .why-part-sec span.pt-award-title {
        font-size: 12px;
        /*font-weight: 500;*/
    }
    
    .pt-breadcrumb {
        height: 120px;
    }
    
    .step-process-d {
        display: none;
    }
    
    .step-process-mo {
        display: flex;
    }
}





/* ===== DESKTOP RESET ===== */
@media (min-width: 1200px) {
    #navbarSupportedContent {
        position: static;
        height: auto;
        width: auto;
        box-shadow: none;
        transition: none;
    }
}
