/*
Template: Seozie - SEO & Digital Marketing HTML5 Template
Author: peacefulthemes.com
Version: 1.0
Design and Developed by: Peaceful Themes
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!
*/
/*================================================
[  Table of contents  ]
================================================

=> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Flaticon
==> Blog Sidebar
==> Blog
==> Pagination
==> Social Media Icons Share
==> Header
==> Sidebar Menu
==> Breadcrumb
==> Footer
==> Footer Subscribe
==> Owl-carousel
==> Section Title
==> isotope Portfolio
==> Porfolio Box
==> Fancy Box
==> Servicea  Box
==> Quote From
==> Team
==> Video Popup
==> Tabs
==> Testimonial
==> Seo Form
==> pricebox
==> Progressbar
==> Circle Progressbar
==> Client
==> Social Sharebox
==> Advance Tab
==> Counter
==> Banner
==> Process Step
==> KeyFrames
==> From
==> FAQ
==> Circle Progress
==> Awardbox
==> Magnific Popup
==> Rev-slider
==> Custom
======================================
[ End table content ]
======================================*/
/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap'); /*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/
@import url("all.min.css"); @import url("flaticon/flaticon.css"); @import url("ionicons.min.css"); @import url("owl-carousel/owl.carousel.min.css"); @import url("magnific-popup.min.css"); @import url("animate.min.css"); @import url("admin-bar.min.css"); @import url("block-revealer.css"); @import url("jquery.mCustomScrollbar.min.css"); @import url("themify-icons.css"); @import url("form-styles.css"); @import url("v4-shims.min.css"); /*================================================
Moz Selection
================================================*/
:root {
    --primary-color: #ff4b34;
    --blue-color: #3346d4;
    --dark-color: #09114a;
    --secondary-color: #606377;
    --grey-color: #f2f7ff;
    --white-color: #ffffff;
    --body-fonts: 'Nunito',sans-serif;
    --title-fonts: 'Nunito',sans-serif;
}

::-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
================================================*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.8;
    color: var(--secondary-color);
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 800;
    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: 44px;
}

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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

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

p {
    margin-bottom: 30px;
}

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: 800;
}

html {
    overflow: auto;
}

/*===== Lists (Nested) =====*/
ol,ul {
    padding-left: 0px;
    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: 1px solid var(--grey-color);
    width: 100%;
    margin-bottom: 20px;
}

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

/*===== Input Textarea =====*/
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 30px;
    height: 54px;
    line-height: 54px;
    outline: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s 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 30px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

/*===== Select =====*/
select,select.form-control {
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 0 30px;
    height: 51px;
    line-height: 48px;
    outline: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s 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 =====*/
section {
    position: relative;
    padding: 130px 0px;
}

.container {
    max-width: 1300px;
}

.container-pt {
    padding: 0 60px;
}

.pt-section-overlap {
    margin-top: -190px;
    padding-top: 0px;
    z-index: 9;
}

.z-index-1 {
    z-index: 1;
}

.pt-q {
    padding: 130px 0px 220px 0px;
}

.pt-q1 {
    padding: 220px 0px 130px 0px;
}

/*===== Input Textarea =====*/
.pt-text-primary {
    color: var(--primary-color);
}

.pt-text-light {
    color: var(--grey-color);
}

.pt-text-dark {
    color: var(--dark-color);
}

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

.pt-text-blue {
    color: var(--blue-color);
}

/*===== Input bg-color =====*/
.pt-bg-primary {
    background: var(--primary-color)!important;
}

.pt-bg-white {
    background: var(--white-color)!important;
}

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

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

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

/*================================================
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: #fbfbfb;
}

#pt-loading img {
    height: 350px;
}

@media(max-width: 479px) {
    #pt-loading img {
        height:290px;
    }
}

/*================================================
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);
}

/*===== Text meant only for screen readers =====*/
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    white-space: nowrap;
    height: 0px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--grey-color);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],[type="reset"],[type="submit"] {
    padding: 10px 30px;
    font-family: var(--title-fonts);
    font-size: 18px;
    text-transform: capitalize;
    background: var(--primary-color);
    color: var(--white-color)!important;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

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

.pt-button {
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 16px;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.our-Features .pt-btn .pt-button {
    position: relative;
    width: auto;
    background: var(--blue-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 16px;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

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

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

.pt-button .pt-button-line-left {
    background: var(--white-color);
    width: calc(25px - 1px);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-right: 10px;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-button:hover .pt-button-line-left {
    width: calc(0px - 1px);
}

.pt-button .pt-button-line-right {
    background: var(--white-color);
    width: calc(0px - 1px);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-left: 10px;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-button:hover .pt-button-line-right {
    width: calc(25px - 1px);
}

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

.pt-button.pt-btn-link .pt-button-line-left,.pt-button.pt-button.pt-btn-link .pt-button-line-right {
    background: var(--primary-color);
}

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

.pt-button.pt-btn-link:hover .pt-button-line-left,.pt-button.pt-btn-link:hover .pt-button-line-right {
    background: var(--blue-color);
}

.our-Features .pt-button.pt-btn-link .pt-button-line-left {
    background: var(--blue-color);
}

.our-Features1 .pt-button.pt-btn-link .pt-button-line-left {
    background: var(--primary-color);
}

.our-Features.pt-button.pt-btn-link:hover .pt-button-line-left,.pt-button.pt-btn-link:hover .pt-button-line-right {
    background: var(--primary-color);
}

.our-Features.pt-button .pt-button.pt-btn-link:hover .pt-button-line-right {
    background: var(--primary-color);
}

.our-Features .pt-button span:hover {
    color: var(--primary-color);
}

.our-Features.pt-button.pt-btn-link:hover {
    color: var(--primary-color);
}

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

.pricing-plan1 .pt-button.pt-btn-link:hover .pt-button-line-right {
    background: var(--primary-color);
}

.pricing-plan1 .pt-button .pt-button-line-right {
    background: var(--primary-color);
}

.pricing-plan1 .pt-button span:hover {
    color: var(--primary-color);
}

.pricing-plan1 .pt-button .pt-button-line-left {
    background: var(--dark-color);
}

.service .pt-button.pt-button.pt-btn-link .pt-button-line-right {
    background-color: var(--blue-color);
}

.pt-service .pt-button.pt-button.pt-btn-link .pt-button-line-right {
    background-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 .pt-button-line-left,.pt-button.pt-btn-outline .pt-button-line-right {
    background: var(--primary-color);
}

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

.pt-button.pt-btn-outline:hover .pt-button-line-left,.pt-button.pt-btn-outline:hover .pt-button-line-right {
    background: var(--blue-color);
}

/*================================================
Flaticon
================================================*/
[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after {
    font-family: "Flaticon";
    font-size: inherit;
    font-style: normal;
    line-height: normal;
    margin-left: 0;
}

/*================================================
Blog Sidebar
================================================*/
.widget {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 30px;
    border: none;
    background: var(--white-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
    box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
}

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

/*===== Widget Title =====*/
.widget .widget-title {
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 22px;
    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: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

/*===== 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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

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

.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 {
    color: var(--secondary-color);
    font-weight: 800;
}

.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: 800;
    font-family: var(--title-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: 800;
    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;
    float: left;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,.widget ul.menu li,.widget.widget_pages ul li {
    margin-bottom: 0;
}

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

.widget.widget_nav_menu ul li .sub-menu li a,.widget ul.menu li .sub-menu li a,.widget.widget_pages ul li .children li a {
}

.widget.widget_nav_menu ul li a,.widget ul.menu li a,.widget.widget_pages ul 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: 800;
    color: var(--dark-color);
}

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link {
    font-size: 14px!important;
    background: var(--white-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    padding: 2px 12px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: 1px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

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

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

/*===== Comments Box =====*/
.comment-respond {
    margin-top: 45px;
    display: inline-block;
    width: 100%;
}

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

.comment-respond .comment-reply-title a {
    font-weight: 800;
    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: 45px;
    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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.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;
    width: 100px;
    display: inline-table;
}

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

.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%;
    float: left;
}

.comment-respond .comment-form-author,.comment-respond .comment-form-email,.comment-respond .comment-form-url {
    float: left;
    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;
    float: left;
}

.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;
}

ol.commentlist .pingback a,ol.commentlist .trackback a {
    color: var(--dark-color);
}

ol.commentlist .pingback a:hover,ol.commentlist .trackback a:hover {
    color: var(--primary-color);
}

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

.pt-blog-post .pt-post-media {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

.pt-blog-post:hover .pt-post-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-blog-post .pt-blog-contain {
    padding: 30px;
    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;
}

.pt-blog-post .pt-post-meta ul {
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    border-bottom: 1px solid var(--grey-color);
}

.pt-blog-post .pt-post-meta ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 20px;
    align-self: center!important;
    font-family: var(--title-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: 5px;
    color: var(--primary-color);
}

@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: 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;
    }
}

/*================================================
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: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.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;
    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;
    }
}

/*================================================
Social Media Icons Share
================================================*/
.pt-blog-post .pt-post-media .menu {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 9;
}

.pt-blog-post .pt-post-media .menu .share>i {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: var(--blue-color);
    color: var(--white-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
    box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
}

.pt-blog-post .pt-post-media .menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pt-blog-post .pt-post-media .menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 65px;
    opacity: 0;
}

.pt-blog-post .pt-post-media .menu .submenu a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    background-color: var(--white-color);
    color: var(--dark-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
    box-shadow: 0px 0px 15px 0px rgba(9,17,74,0.2);
}

.pt-blog-post .pt-post-media .menu .submenu a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.pt-blog-post .pt-post-media .menu .share .submenu li:nth-child(1) {
    opacity: 0;
    left: 65px;
}

.pt-blog-post .pt-post-media .menu .share .submenu li:nth-child(2) {
    opacity: 0;
    left: 65px;
    transform: rotate(0deg);
    transition-delay: 0.16s;
}

.pt-blog-post .pt-post-media .menu .share .submenu li:nth-child(3) {
    opacity: 0;
    left: 65px;
    transform: rotate(0deg);
    transition-delay: 0.24s;
}

.pt-blog-post .pt-post-media .menu .share .submenu li:nth-child(4) {
    opacity: 0;
    left: 65px;
    transform: rotate(0deg);
    transition-delay: 0.32s;
}

.pt-blog-post .pt-post-media .menu .share .submenu li:nth-child(5) {
    opacity: 0;
    left: 65px;
    transform: rotate(0deg);
    transition-delay: 0.4s;
}

.pt-blog-post .pt-post-media .menu .share:hover .submenu li:nth-child(1) {
    opacity: 1;
    left: 65px;
}

.pt-blog-post .pt-post-media .menu .share:hover .submenu li:nth-child(2) {
    opacity: 1;
    left: 130px;
}

.pt-blog-post .pt-post-media .menu .share:hover .submenu li:nth-child(3) {
    opacity: 1;
    left: 195px;
}

.pt-blog-post .pt-post-media .menu .share:hover .submenu li:nth-child(4) {
    opacity: 1;
    left: 260px;
}

.pt-blog-post .pt-post-media .menu .share:hover .submenu li:nth-child(5) {
    opacity: 1;
    left: 325px;
}

@media(max-width: 479px) {
    .pt-blog-post .pt-post-media .menu {
        display:none;
    }
}

/*================================================
Header
================================================*/
.animated {
    -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(9,17,74,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 5px 15px 0px rgba(9,17,74,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: 90px;
}

/*===== 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 .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: 90px;
    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(--dark-color);
    font-family: var(--title-fonts);
}

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(--white-color);
    position: absolute;
    top: 70px;
    left: 0;
    padding-left: 0;
    display: inline-block;
    width: 325px;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
}

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);
    border-bottom: 1px solid var(--grey-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:last-child {
    border-bottom: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
    margin-left: 10px;
    font-size: 12px;
    color: var(--dark-color);
    opacity: 0.3;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
    text-transform: capitalize;
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    color: var(--secondary-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(--white-color);
    padding-left: 0;
    display: inline-block;
    width: 320px;
}

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;
    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: 60px;
    right: -30px;
    width: 350px;
    padding: 15px;
    z-index: 999;
    display: none;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 3px 30px 0px rgba(9,17,74,0.1);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

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(9,17,74,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    background: var(--white-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;
}

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(9,17,74,0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 3px 30px 0px rgba(9,17,74,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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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> 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: 95px;
}

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(--title-fonts);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 {
    font-weight: 800;
    line-height: 1;
    font-size: 18px;
    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: 35px;
}

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(9,17,74,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
}

header#pt-header.pt-header-style-2 .navbar-brand {
    background: var(--primary-color);
    padding: 15px 30px;
    margin: 0;
    line-height: 4.6;
    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: 75px;
}

header#pt-header.pt-header-style-2 .pt-search-form {
    top: 77px;
}

/*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);
}

.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;
    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;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
    transform: translate(-50%,-10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    transform: translate(-50%,10px);
}

/*==========*/
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: 64px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

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 {
        transform: translate(-50%,-10px);
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
        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 20px;
        line-height: normal;
        float: right;
        outline: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 0 0 0 15px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
        background: #fff;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
        -moz-box-shadow: 0px 5px 15px 0px rgba(9,17,74,0.1);
        box-shadow: 0px 5px 15px 0px rgba(9,17,74,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-bottom-header {
        min-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: #f5f5f5;
        box-shadow: none;
        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: 10px 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: #f5f5f5;
        color: var(--secondary-color);
    }

    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 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 .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: 15px;
        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: 76px;
    }
}

@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 {
        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: 18px 18px 18px 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-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;
    }

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
        padding: 20px 18px 20px 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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s 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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s 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: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-sidebar-block {
    padding: 60px 30px 30px 30px;
    height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
    margin-bottom: 15px;
    height: 90px;
}

.pt-sidebar h5 {
    font-size: 32px;
    line-height: 40px;
    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: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-sidebar-social ul li a:hover {
    background: var(--primary-color);
}

/*=========*/
.pt-sidebar .widget {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.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: 12px;
    line-height: 20px;
    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: 24px;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 a:hover {
    color: var(--primary-color);
}

/*=========*/
.pt-sidebar .pq-seo-form {
    display: inline-block;
    width: 100%;
    padding: 0;
    float: left;
}

.pt-sidebar .pq-seo-form input[type="email"] {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    margin-bottom: 15px;
}

.pt-sidebar #mc4wp-form-1 {
    display: inline-block;
    width: 100%;
    margin-right: 0;
}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb {
    background: var(--grey-color);
    color: var(--white-color);
    padding: 60px 0;
    position: relative;
}

.pt-breadcrumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--grey-color);
    opacity: 0.9;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 15px;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 15px;
    padding-left: 0;
}

.pt-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a {
    color: var(--secondary-color);
}

.pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f125";
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
}

.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: 42px;
        line-height: 50px;
    }

    .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:34px;
        line-height: 42px;
    }

    .pt-breadcrumb-container .breadcrumb li,.pt-breadcrumb-container .breadcrumb li i {
        font-size: 14px;
    }

    .pt-breadcrumb-container .breadcrumb li {
        margin-right: 10px;
    }

    .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;
    }
}

/*================================================
Footer
================================================*/
footer#pt-footer {
    background: var(--grey-color);
    display: inline-block;
    width: 100%;
    float: left;
}

footer#pt-footer .pt-footer-top {
    padding: 60px 0 0;
}

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

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

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link {
    float: right;
}

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

/*===== Footer =====*/
footer#pt-footer .footer1 {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 45px;
}

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

footer#pt-footer .footer1 ul li a {
    color: var(--dark-color);
}

footer#pt-footer .footer1 ul li a {
    color: var(--dark-color);
}

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

.footer1 .menu-service-menu-container ul li {
    list-style-type: none;
    margin-left: 0px;
}

.footer1 .menu-about-menu-container ul li {
    list-style-type: none;
    margin-left: 0px;
}

.footer1 .menu-footer-menu-3-container ul li {
    list-style-type: none;
    margin-left: 0px;
}

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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

footer#pt-footer .search-form .search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}

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 .footer1 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 .footer1 ul.menu li a:hover,footer#pt-footer .pt-widget-menu .pt-service li a:hover {
    color: var(--primary-color);
}

footer#pt-footer .footer1 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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*=========*/
#pt-footer .pt-footer-style-1 .footer1:first-child {
    margin-bottom: 45px;
}

#pt-footer .pt-footer-style-1 .pt-footer-logo {
    height: 90px;
    margin-bottom: 10px;
}

/*=========*/
.pt-footer-social ul {
    margin: 0;
    padding: 0;
}

.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(--dark-color);
    color: var(--white-color);
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

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

/*=========*/
footer#pt-footer .pt-contact li {
    display: flex;
    align-items: flex-start;
}

footer#pt-footer .pt-contact li i {
    font-size: 20px;
    line-height: 2;
    color: var(--primary-color);
}

footer#pt-footer .pt-contact li span {
    margin-left: 15px;
    flex: 1;
}

/*=========*/
.pt-copyright-footer .pt-copyright {
    text-align: center;
}

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;
    float: left;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a {
    color: var(--white-color);
    margin: 0 auto;
}

footer#pt-footer .pt-footer-style-1 .pt-copyright-footer .pt-footer-link li a:hover {
    color: var(--primary-color);
}

/*================================================
Footer Subscribe
================================================*/
.pt-subscribe {
    margin: 0;
    padding: 45px 0;
    position: relative;
    width: 100%;
    display: inline-block;
    background: var(--primary-color);
}

.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(--title-fonts);
}

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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
OWL Carousel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav {
    position: relative;
    cursor: pointer;
    z-index: 99;
    margin-top: 45px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px!important;
    margin: 0 10px;
    background: var(--primary-color);
    border-radius: 10px.
}

.owl-carousel .owl-nav button.owl-prev i {
    margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px!important;
    margin: 0 10px;
    background: var(--primary-color);
    border-radius: 10px;
}

.owl-carousel .owl-nav button.owl-next i {
    margin-left: 10px;
}

.owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
}

/* Dots */
.owl-dots {
    position: relative;
    margin: 30px 0 0;
    bottom: 0!important;
}

.owl-carousel .owl-dots.disabled {
    display: inline-block;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
    border-radius: 50%;
    border: 2px solid var(--dark-color);
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-dots .owl-dot.active {
    margin: 0 4px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    background: var(--primary-color);
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
    border: 2px solid var(--dark-color);
    border-radius: 50%;
    opacity: 1;
    background: var(--dark-color);
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    width: calc(0%);
    height: 1px;
    top: -8px;
    right: 16px;
}

.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: calc(0%);
    width: 1px;
    bottom: 16px;
    left: -8px;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    width: calc(0%);
    height: 1px;
    bottom: -8px;
    left: 16px;
}

.owl-carousel .owl-nav button.owl-next::after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: calc(0%);
    width: 1px;
    top: 16px;
    right: -8px;
}

.owl-carousel .owl-nav button.owl-prev:hover::before {
    content: "";
    width: calc(100% + 1px);
}

.owl-carousel .owl-nav button.owl-prev:hover::after {
    content: "";
    height: calc(100% + 1px);
}

.owl-carousel .owl-nav button.owl-next:hover::before {
    content: "";
    width: calc(100% + 1px);
}

.owl-carousel .owl-nav button.owl-next:hover::after {
    content: "";
    height: calc(100% + 1px);
}

/*================================================
Section Title
================================================*/
.pt-section-title-1.text-center {
    margin-bottom: 60px;
    padding: 0 15em;
}

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

.pt-section-title-1 .pt-section-title {
    font-size: 52px;
    line-height: 60px;
    z-index: 9;
    position: relative;
    margin-bottom: 5px;
    font-weight: 800;
}

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

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

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

@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: 30px;
    }
}

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

/*================================================
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(--title-fonts);
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s 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%;
    float: left;
}

.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: 45px;
    display: inline-block;
    width: 100%;
}

/*=========*/
.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;
}

@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;
}

/*=========*/
.portfolio {
    margin: 0px 15px;
}

.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;
    float: left;
    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: 800;
}

.pt-porfolio-info .pt-info-list li span {
    float: right;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
    padding-bottom: 0;
}

/*================================================
Porfolio Box
================================================*/
.pt-portfoliobox-1 .pt-portfolio-img {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-portfoliobox-1 .pt-portfolio-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfoliobox-1:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-1 .pt-portfolio-info {
    margin: 15px 0 0;
}

.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;
}

/*=========*/
.pt-portfoliobox-2 {
    position: relative;
    overflow: hidden;
}

.pt-portfoliobox-2 .pt-portfolio-img {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-portfoliobox-2 .pt-portfolio-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfoliobox-2:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-portfoliobox-2 .pt-portfolio-info {
    position: absolute;
    left: 30px;
    bottom: -160px;
    background: var(--white-color);
    padding: 20px 30px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
    box-shadow: 0px 0px 30px 0px rgba(32,43,76,0.1);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-portfoliobox-2:hover .pt-portfolio-info {
    bottom: 30px;
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a {
    position: relative;
    color: var(--primary-color);
    padding: 0 10px 0 0;
    margin: 0 16px 0 0;
    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(--secondary-color);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a:last-child {
    padding: 0;
    margin: 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;
    }
}

/*================================================
Fancy Box
================================================*/
.pt-fancy {
    font-size: 22px;
    line-height: 30px;
    position: relative;
}

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

.pt-fancybox-1:hover,.pt-fancybox-1.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-1 .pt-fancy-icon {
    margin-bottom: 30px;
}

.pt-fancybox-1 .pt-fancy-media {
    margin-bottom: 30px;
}

.pt-fancybox-1 .pt-fancy-media img {
    height: 118px;
    width: 120px;
}

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

.pt-fancybox-1 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

.pt-fancybox-2 {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F8FF;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px;
    padding: 45px 30px 45px 30px;
    border-radius: 10px;
}

.pt-fancybox-2:hover,.pt-fancybox-2.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-2 .pt-fancy-icon {
    margin-bottom: 30px;
}

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

.pt-fancybox-2 .pt-fancy-media i {
    font-size: 50px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 15px 20px;
    background-color: var(--primary-color);
}

.pt-fancybox-2 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 35px;
}

.pt-fancybox-4 {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F8FF;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px;
    padding: 45px 30px 45px 30px;
    border-radius: 10px;
}

.pt-fancybox-4:hover,.pt-fancybox-4.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-4 .pt-fancy-icon {
    margin-bottom: 30px;
}

.pt-fancybox-4 .pt-fancy-media {
    margin-bottom: 30px;
}

.pt-fancybox-4 .pt-fancy-media i {
    font-size: 50px;
    color: var(--white-color);
    border-radius: 100%;
    padding: 15px 20px;
    background-color: #3346d4;
}

.pt-fancybox-4 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

.pt-fancybox-5 {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F8FF;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 45px 30px 45px 30px;
    border-radius: 10px;
}

.pt-fancybox-5:hover,.pt-fancybox-5.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-5 .pt-fancy-icon {
    margin-bottom: 30px;
}

.pt-fancybox-5 .pt-fancy-media {
    margin-bottom: 30px;
}

.pt-fancybox-5 .pt-fancy-media i {
    font-size: 35px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 30px 35px;
    background-color: var(--primary-color);
}

.pt-fancybox-5 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

.pt-fancybox-6 {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F8FF;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 45px 30px 45px 30px;
    border-radius: 10px;
}

.pt-fancybox-6:hover,.pt-fancybox-6.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-6 .pt-fancy-icon {
    margin-bottom: 30px;
}

.pt-fancybox-6 .pt-fancy-media {
    margin-bottom: 30px;
}

.pt-fancybox-6 .pt-fancy-media i {
    font-size: 35px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 30px 35px;
    background-color: var(--blue-color);
}

.pt-fancybox-6 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

.pt-fancybox-7 {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F8FF;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px;
    padding: 45px 30px 45px 30px;
    border-radius: 10px;
}

.pt-fancybox-7:hover,.pt-fancybox-7.active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
    box-shadow: 0px 0px 30px 0px rgba(9,17,74,0.1);
}

.pt-fancybox-7 .pt-fancy-icon {
    margin-bottom: 30px;
}

.pt-fancybox-7 .pt-fancy-media {
    margin-bottom: 30px;
}

.pt-fancybox-7 .pt-fancy-media i {
    font-size: 50px;
    color: var(--white-color);
    border-radius: 100%;
    padding: 15px 20px;
    background-color: var(--primary-color);
}

.pt-fancybox-7 .pt-fancybox-info .pt-fancy-box-title {
    margin-bottom: 5px;
}

/*=========== fancy box slider css ============ */
.pt-fancybox-box-3 {
    text-align: center;
    background-color: var(--white-color);
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-fancybox-box-3 .pt-fancy-media img {
    height: 100px;
    width: 100px;
    margin: 0px auto;
}

.pt-fancybox-box-3 .pt-fancybox-info {
    /* position: absolute; */
}

.pt-fancybox-box-3 .pt-fancybox-info .pt-fancybox-sub-title {
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 15px;
    font-weight: 700;
}

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

.pt-fancybox-box-3 .pt-fancybox-number {
    border: 1px dashed;
    border-radius: 900px;
    width: 16%;
    margin: 10px auto;
    padding: 5px;
}

/*=========== fancy box  css ============ */
.pt-fancybox-3 {
    display: flex;
    flex: 1;
}

.pt-fancybox-3 .pt-fancy-icon i {
    border: 1px solid var(--white-color);
    padding: 30px 15px;
    font-size: 64px;
    line-height: 72px;
    color: var(--white-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-fancybox-3 .pt-fancybox-info h5 {
    margin-left: 15px;
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
}

.pt-fancy-box-slider-1 .owl-stage-outer {
    overflow: visible;
}

.pt-fancy-box-slider-1 .owl-stage-outer .owl-item.cloned {
    opacity: 0;
}

.pt-fancy-box-slider-1 .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.pt-fancybox-box-3 .pt-fancy-media {
    margin: -75px auto 0px;
    border: 1px dashed #ff0f0f;
    border-radius: 900px;
    width: 100px;
}

.pt-fancybox-box-3 .pt-fancy-media img {
    border: 12px solid transparent;
}

.pt-fancybox-box-3 .pt-fancybox-number {
    margin: 0px auto -50px;
}

.pt-fancybox-box-3 .pt-fancybox-number .pt-fancybox-num {
    color: var(--primary-color);
}

/*===== service box 2 =====*/
.pt-service-box-2 .pt-service-banner {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.pt-service-box-2 .pt-service-banner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-service-box-2:hover .pt-service-banner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pt-service-box-2 .pt-service-banner .pt-service-media {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 75px;
    font-size: 32px;
    text-align: center;
    line-height: 75px;
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-service-box-2 .pt-service-box-info .pt-service-title {
    margin-bottom: 5px;
}

/*================================================
Quote From
================================================*/
.pt-form input[type="text"],.quote-from textarea,.quote-from input[type="email"] {
    margin-bottom: 30px;
    background: var(--white-color);
    border: 2px solid var(--white-color);
    width: 100%;
}

.pt-form input:focus,.quote-from input:hover,.quote-from textarea:focus,.quote-from textarea:hover {
    border-color: var(--primary-color);
}

.pt-form input[type="submit"] {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 10px 30px;
    width: auto;
    line-height: 2;
}

/*================================================
Team
================================================*/
.team {
    margin: 0px 30px;
}

.pt-teambox-1 {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-teambox-1 .pt-team-img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

.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(--blue-color);
    color: var(--white-color);
    -webkit-border-radius: 700px;
    -moz-border-radius: 700px;
    border-radius: 700px;
    transition: transform .5s,opacity .3s,background .5s;
    opacity: 0;
}

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

.pt-teambox-1:hover .pt-team-img .pt-team-social ul li a {
    transform: translateY(-45px);
    opacity: 1;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li:nth-child(2) a {
    transition-delay: .1s;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li:nth-child(3) a {
    transition-delay: .2s;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li:nth-child(4) a {
    transition-delay: .3s;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li:nth-child(5) a {
    transition-delay: .4s;
}

.pt-teambox-1 .pt-team-img .pt-team-social ul li:nth-child(6) a {
    transition-delay: .5s;
}

.pt-teambox-1 .pt-team-info {
    z-index: 99;
    background: var(--white-color);
    padding: 15px 15px 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-teambox-1 .pt-team-info h5 {
    font-size: 28px;
    line-height: 36px;
}

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

/*================================================
Video Popup
================================================*/
.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-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);
    }
}

/*================================================
Tabs
================================================*/
.pt-tabs-1 .nav-tabs {
    border: none;
    display: flex;
}

.pt-tabs-1 .nav-tabs .nav-item {
    background: var(--grey-color);
    color: var(--blue-color);
    padding: 30px;
    border: none;
    margin-right: 30px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    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;
}

.pt-tabs-1 .nav-tabs .nav-item span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: var(--dark-color);
}

.pt-tabs-1 .nav-tabs .nav-item.active {
    background: var(--blue-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:nth-child(even) {
    background: #fff5f4;
    color: var(--primary-color);
}

.pt-tabs-1 .nav-tabs .nav-item.active:nth-child(even) {
    background: var(--primary-color);
    color: var(--white-color);
    position: relative;
}

.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.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
    opacity: 1;
    border-top-color: var(--blue-color);
}

.pt-tabs-1 .nav-tabs .nav-item.active:nth-child(even):after {
    opacity: 1;
    border-top-color: var(--primary-color);
}

/*=========*/
.pt-tabs-1 .tab-content {
    margin-top: 30px;
    background: var(--grey-color);
    padding: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.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;
}

.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:30px 15px;
    }
}

@media(max-width: 1023px) {
    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size:38px;
        line-height: 46px;
    }

    .pt-tabs-1 .tab-content {
        padding: 45px 15px;
    }
}

@media(max-width: 767px) {
    .pt-tabs-1 .nav-tabs .nav-item {
        padding:15px;
        margin-right: 15px;
    }

    .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;
    }
}

/*================================================
Testimonial
================================================*/
.pt-testimonial {
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.pt-testimonialbox-1 {
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
    background: var(--white-color);
    padding: 30px 30px 30px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pt-testimonialbox-4 {
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
    background: var(--grey-color);
    padding: 30px 30px 30px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pt-testimonialbox-1 .pt-testimonial-media {
    margin-left: -60px;
    margin-right: 15px;
    border: 10px 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;
    border: 10px solid transparent;
    -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 h5 {
    margin-bottom: 5px;
}

.pt-testimonialbox-1 .pt-testimonial-star {
    padding-bottom: 15px;
}

.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;
}

.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(--dark-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.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;
    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.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.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:before {
}

.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;
}

.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;
}

/*================================================
Seo Form
================================================*/
.pq-seo-form {
    display: flex;
    padding: 0 7em;
}

.pq-seo-form input[type="email"] {
    margin-right: 30px;
    background: var(--white-color);
    border: 1px solid var(--white-color);
}

.pq-seo-form [type="submit"] {
    z-index: 2;
}

@media(max-width: 1365px) {
    .pq-seo-form {
        padding:0;
    }
}

@media(max-width: 767px) {
    .pq-seo-form {
        display:inline-block;
        width: 100%;
        text-align: center;
    }

    .pq-seo-form input[type="email"] {
        margin: 0 0 15px 0;
    }

    .pq-seo-form input[type="submit"] {
        float: inherit;
    }
}

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

.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);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pt-pricebox-1 .pt-pricebox-info .price {
    font-weight: 800;
    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);
}

.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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

.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.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

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

.pt-pricebox-2 .price span {
    font-size: 16px;
    font-family: var(--body-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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: var(--white-color);
}

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

.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: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pt-pricebox-3 .pt-price-detail .pt-price-title {
    font-family: var(--title-fonts);
    font-weight: 800;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

.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.1;
}

.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: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.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%;
    }
}

/*================================================
Progressbar
================================================*/
.pt-progressbar-style-1 .pt-progressbar-content {
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child {
    margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 800;
}

.pt-progressbar-style-1 .progress-value {
    color: var(--dark-color);
    margin: 0;
    float: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
}

.pt-progressbar-style-1 .pt-progress-bar {
    display: inline-block;
    width: 100%;
    padding: 0;
    background: var(--grey-color);
    float: left;
    margin-top: 5px;
}

.pt-progressbar-style-1 .pt-progress-bar span {
    height: 5px;
    display: inline-block;
    background: var(--primary-color);
    float: left;
}

.pt-progressbar-style-1 .pt-progress-bar .show-progress {
    background: rgb(51,70,212);
    transition: width 2s ease 0s;
}

.pt-progressbar-style-1 .pt-progressbar-content .progress-value {
    transition: margin 2s ease 0s;
}

.circle-progressbar1 {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

/*================================================
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(--title-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-top: 30px;
    margin-left: 15px;
}

/*===== 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(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-family: var(--title-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 0px;
    color: var(--white-color);
    display: inline-block;
    width: 100%;
}

/*================================================
Client
================================================*/
.client1 {
    position: relative;
    margin-top: -100px;
}

.client2 {
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 30px 0px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
}

.client2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.client2:brfore {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.client {
    position: relative;
    background-color: var(--primary-color);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.client3 {
    position: relative;
    background-color: #3346d4;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 30px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.client4 {
    position: relative;
    background-color: #3346d4;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 130px 0px 100px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.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 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

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

.pt-clientbox-1 .pt-client-hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -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
}

/*================================================
Social Sharebox
================================================*/
.pt-social-sharebox-1 {
    text-align: center;
}

.pt-social-sharebox-1 .first {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    font-size: 56px;
    color: var(--white-color);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease
}

.pt-social-sharebox-1 a:hover .first {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.pt-social-sharebox-1 a:hover .last {
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.pt-social-sharebox-1 .last {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 56px;
    color: var(--white-color);
    -webkit-transform: translate(-50%,-150%);
    -moz-transform: translate(-50%,-150%);
    transform: translate(-50%,-150%);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease
}

/*================================================
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: 800;
    -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 .tab-content {
    margin: 45px 0 0;
}

/*================================================
Counter
================================================*/
.counter {
    position: relative;
    margin-top: -100px;
}

.pt-counterbox-1 {
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 60px 0px;
    border-left: 1px solid #ffffff33;
}

.pt-counterbox-1 .pt-counter-media {
    font-size: 72px;
    line-height: 80px;
    color: var(--white-color);
    margin-right: 30px;
}

.pt-counterbox-1 .pt-counter-info .pt-counter-num-prefix {
    display: flex;
}

.pt-counterbox-1 .pt-counter-info .timer {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}

.pt-counterbox-1 .pt-counter-info .pt-counter-prefix {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-left: 5px;
}

.pt-counterbox-1 .pt-counter-description {
    margin: 0;
    color: var(--white-color);
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pt-counterbox-2 {
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 60px 0px;
    border: none;
}

.pt-counterbox-2 .pt-counter-media {
    font-size: 72px;
    line-height: 80px;
    color: var(--white-color);
    margin-right: 30px;
}

.pt-counterbox-2 .pt-counter-info .pt-counter-num-prefix {
    display: flex;
}

.pt-counterbox-2 .pt-counter-info .timer {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}

.pt-counterbox-2 .pt-counter-info .pt-counter-prefix {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-left: 5px;
}

.pt-counterbox-2 .pt-counter-description {
    margin: 0;
    color: var(--white-color);
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
counter1
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.counter {
    position: relative;
    margin-top: -100px;
}

.counter1 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}

.counter1:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.counter1:brfore {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.counter2 {
    position: relative;
}

.counter4 {
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 60px 0px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}

.counter3 .single-counter {
    position: relative;
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.counter3.single-counter .pt-counter-prefix {
    margin-top: -52px;
    margin-left: 93px;
}

.counter3.single-counter h5 {
    color: var(--white-color);
    font-size: 64px;
    margin-left: -30px;
}

.counter3.single-counter span {
    display: block;
    font-size: 69px;
    font-weight: 900;
    color: var(--white-color);
    line-height: 1;
    margin-left: -30px;
}

.counter3 .pt-counter-text {
    color: #FFFFFF;
    font-family: "Nunito",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
}

.counter5 {
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 60px 0px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}

.counter6 {
    margin: 0px 30px;
    padding: 60px 0px 60px 0px;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    background-color: #3346d4;
}

/*================================================
banner
================================================*/
.banner-text span {
    color: var(--primary-color);
}

/*================================================
Process Step
================================================*/
.pt-process-2 {
    text-align: center;
    padding: 0 15px;
}

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

.pt-process-2 .pt-process-icon i {
    background: var(--primary-color);
    color: var(--white-color);
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: inline-block;
    -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.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

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

.pt-process-2 .pt-process-icon.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;
    background: var(--dark-color);
    font-size: 18px;
    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: -25%;
    margin-top: -85px;
    height: 37px;
}

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

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

.pt-process-3 .pt-process-icon {
    display: inline-block;
    position: relative;
}

.pt-process-3 .pt-process-icon i {
    background: #3346d4;
    color: var(--white-color);
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: inline-block;
    -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.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

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

.pt-process-3 .pt-process-icon.img .pt-process-number {
    position: absolute;
    top: 0;
    right: 0;
}

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

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

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

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

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

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

/*================================================
KeyFrames
================================================*/
.keyframes-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
}

.keyframes-box-1 .frames-1,.keyframes-box-1 .frames-2 {
    width: 20vmax;
    height: 20vmax;
    position: relative;
    background: #f2f7ff;
    left: -20vmin;
    top: -60vmin;
    animation: morph 15s linear infinite alternate,spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius,transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.keyframes-box-1 .frames-2 {
    content: "";
    width: 20vmax;
    height: 20vmax;
    position: absolute;
    left: auto;
    background: #f2f7ff;
    right: -15vmin;
    top: -30%;
    bottom: -30vmin;
    animation: morph 15s linear infinite alternate,spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius,transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.keyframes-box-1 .frames-1::before,.keyframes-box-1 .frames-2::after {
    content: "";
    width: 20vmax;
    height: 20vmax;
    position: absolute;
    background: transparent;
    border: 1px solid var(--primary-color);
    left: 0;
    top: 0;
    animation: morph 15s linear infinite alternate,spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius,transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%
    }

    100% {
        border-radius: 40% 60%
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@media(max-width: 767px) {
    .keyframes-box-1 {
        display:none
    }
}

.single-portfolio .keyframes-box-1 .frames-1 {
    top: -50vmin;
}

.single-portfolio .keyframes-box-1 .frames-2 {
    bottom: -50vmin;
}

/*================================================
From
================================================*/
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form textarea {
    margin-bottom: 30px;
    background-color: var(--grey-color);
}

.pt-free-seo .wpcf7-form-control.wpcf7-text,.pt-free-seo .wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    background: var(--grey-color);
    border-color: var(--white-color);
}

/*================================================
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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

.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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.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: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    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);
}

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

@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(--title-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;
    }
}

/*================================================
Awardbox
================================================*/
.pt-awardbox-1 {
    text-align: center;
}

.pt-awardbox-1 .pt-award-title {
    font-weight: 800;
    color: var(--dark-color);
    display: block;
    margin-top: 15px;
    /* margin-left: -75px; */
}

.pt-award .owl-carousel .owl-item img {
    height: 150px;
    width: 150px;
    margin: 0px auto;
}

/*================================================
Magnific Popup
================================================*/
.mfp-iframe-holder .mfp-close {
    text-align: center;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--primary-color);
    display: inline-block;
    opacity: 1;
    outline: none;
}

/*===== Rev-slider =====*/
.pt-img-growth-2 {
    position: relative;
    height: 100%;
    width: 100%;
}

/*========================custom==================*/
/*=====images=====*/
.pt-img-0 {
    width: 744px;
    max-width: 744px;
    height: 558px;
    position: relative;
    left: -10%;
}

.pt-img-1 {
    position: absolute;
    top: 55%;
    bottom: 0%;
    right: -9%;
    height: 333px;
    width: 445px;
}

.pt-img-2 {
    width: 110px;
    height: 70px;
    position: relative;
}

.pt-img-3 {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 10%;
    right: 50%;
    z-index: 1;
    border-radius: 900px;
    height: 80px;
    width: 80px;
}

.pt-img-4 {
    top: 48%;
    left: 6%;
    position: absolute;
    width: 92%;
    height: 10%;
}

.pt-img-5 {
    position: relative;
    width: 551px;
    height: 531px;
}

.pt-img-6 {
    position: relative;
    border-radius: 10px;
}

.pt-img-7 {
    width: 620px;
    height: 465px;
}

.pt-img-8 {
    position: relative;
    border-radius: 10px;
    height: 512px;
    width: 833px;
    object-fit: cover;
}

.pt-img-9 {
    height: 528px;
    width: 620px;
    position: relative;
}

.pt-background-img {
    width: 1270px;
    height: 586px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    top: 15%;
    border-radius: 10px;
}

.pt-img-10 {
    position: absolute;
    top: 9%;
    left: 9%;
    object-fit: cover;
    width: 69px;
    height: 56px;
}

.pt-img-11 {
    position: absolute;
    bottom: 11%;
    left: 8%;
    object-fit: cover;
    width: 57px;
    height: 78px;
}

.pt-img-12 {
    position: absolute;
    top: 25%;
    right: 9%;
    object-fit: cover;
    width: 69px;
    height: 56px;
}

/*================================================
pt-service
================================================*/
.pt-service {
    background-color: #3346d4;
    padding: 130px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

/*=====  seo-score  =====*/
.seo-score {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 130px 0px 130px 0px;
    border-radius: 10px 10px 10px 10px;
    background-color: #3346D4;
    margin: 0px 30px;
}

.seo-score1 {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 30px;
}

.video {
    margin: 0px 30px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 130px 0px 130px 0px;
    border-radius: 10px 10px 10px 10px;
    background-color: var(--primary-color);
}

.pt-bg-overlay {
    background-attachment: fixed;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    border-radius: 10px 10px 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pt-popup {
    position: absolute;
    top: 55%;
    z-index: 1;
    left: 45%;
}

.video-section {
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
case-studies
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.case-studies {
    position: relative;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 30px 0px;
    margin: 0px 30px 0px 30px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
icon-box
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-icon-box-style2 {
    position: relative;
}

.pt-icon-box-style-02 {
    display: flex;
    margin: 0px 0px 0px 0px;
}

.pt-icon-box-style-02 .pt-icon-box-icon i {
    font-size: 40px;
    line-height: 48px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #F2F7FF;
    fill: #3346D4;
    color: #3346D4;
    padding: 15px 20px;
}

.pt-icon-box-style-02 .pt-icon-box-icon {
    margin-top: 25px;
}

.pt-icon-box-style-02 .pt-icon-box-title h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    font-family: "Nunito",Sans-serif;
    font-weight: 800;
    margin: 0
}

.pt-icon-box-style2 {
    position: relative;
}

.pt-icon-box-style-03 {
    display: flex;
    margin: 0px 0px 0px 0px;
}

.pt-icon-box-style-03 .pt-icon-box-icon i {
    font-size: 40px;
    line-height: 48px;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #FFF5F4;
    fill: #FF4B34;
    color: #FF4B34;
    padding: 15px 20px;
}

.pt-icon-box-style-03 .pt-icon-box-icon {
    margin-top: 25px;
}

.pt-icon-box-style-04 {
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px;
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.pt-icon-box-style-04:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.pt-icon-box-style-04 .pt-icon-box-content {
    margin-left: 30px;
}

.pt-icon-box-style-05 {
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F2F7FF;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.5s ease-in-out;
}

.pt-icon-box-style-05:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.pt-icon-box-style-05 .pt-icon-box-content {
    margin-left: 15px;
}

.pt-icon-box-style-06 {
    background: var(--white-color);
    padding: 45px 30px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pt-icon-box-style-06 .pt-icon-media {
    margin-bottom: 30px;
}

.pt-icon-box-style-06 .pt-icon-media img {
    height: 73px;
    width: 93px;
}

.pt-icon-box-style-06 .pt-icon-icon i {
    font-size: 72px;
    line-height: 80px;
    color: var(--primary-color);
}

.pt-icon-box-style-06 .pt-iconbox-info .pt-icon-box-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
}

.pt-best-marketing {
    display: flex;
}

.pt-best-marketing .pt-icon-box-content .pt-icon-box-title span {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    color: var(--dark-color);
    font-family: "Nunito",Sans-serif;
    font-weight: 800;
}

.pt-best-marketing .pt-icon-box-content {
    margin-left: 15px;
}

.pt-best-marketing .pt-icon-box-icon .pt-icon i {
    fill: #FF4B34;
    color: #FF4B34;
    border-color: #FF4B34;
    font-size: 22px;
}

.pt-best-marketing1 {
    display: flex;
}

.pt-best-marketing1 .pt-icon-box-content .pt-icon-box-title span {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    color: var(--dark-color);
    font-family: "Nunito",Sans-serif;
    font-weight: 800;
}

.pt-best-marketing1 .pt-icon-box-content {
    margin-left: 15px;
}

.pt-best-marketing1 .pt-icon-box-icon .pt-icon i {
    fill: #434EFF;
    color: #434EFF;
    border-color: #434EFF;
    font-size: 22px;
}

/*================================================
icon-list
================================================*/
.pt-icon-list-items .pt-icon-list-item {
    margin-bottom: 10px;
    list-style-type: none;
}

.pt-icon-list-items .pt-icon-list-item .pt-icon-list-icon i {
    color: var(--primary-color);
    margin-right: 15px;
}

/*================================================
icon-list
================================================*/
.pt-icon-list-items {
    padding-left: 0px;
}

.pt-icon-list-items .pt-icon-list-item {
    padding-bottom: calc(15px/2);
    list-style-type: none;
}

.pt-icon-list-items .pt-icon-list-item .pt-icon-list-icon i {
    color: var(--primary-color);
}

.pt-list ul li {
    list-style-type: none;
    padding: 8px;
}

.pt-list .pt-icon-list-item1 i {
    margin-right: 15px;
}

/*================================================
form
================================================*/
.pt-form {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgb(9 17 74 / 10%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 45px 60px 45px 60px;
    border-radius: 10px 10px 10px 10px;
}

.pt-form .pt-heading .pt-title-heading {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #09114A;
    font-family: "Nunito",Sans-serif;
    font-weight: 800;
}

.pt-button1 {
    margin-left: 30px;
}

.pt-button2 {
    margin-left: -115px;
}

.pt-heading2 {
    color: #09114A;
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    padding: 0;
    margin: 0;
    line-height: 1;
}

.pt-heading2 .pt-title-heading2 {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #09114A;
    font-family: "Nunito",Sans-serif;
    font-weight: 800;
}

.pt-heading3 {
    margin: 15px 0px 0px 0px;
    padding: 0;
}

.pt-heading3 .pt-title-heading3 {
    color: var(--primary-color);
    font-family: "Nunito",Sans-serif;
    font-size: 62px;
    font-weight: 800;
    line-height: 70px;
}

.pt-round {
    border-radius: 100%;
    background-color: #ffe9e6;
    height: 65px;
    width: 20%;
    z-index: -1;
    top: -7px;
    left: 7%;
    position: absolute;
}

.heading-4 {
    color: var(--dark-color);
    font-family: "Nunito",Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6em;
}

/*==== image-box-content ======*/
.image-box-content {
    margin-left: -60px;
    margin-top: 10px;
}

.pt-image-box {
    margin: 0px;
    align-items: center;
    display: flex;
    position: absolute;
    left: -38%;
    top: 0;
}

.pt-image-box .pt-image-box-img img {
    width: 90%;
    margin: 0;
    display: inline-block;
}

.pt-image-box .pt-image-box-content {
    width: 100%;
    margin-left: 15px;
}

.pt-image-box .pt-image-box-content .pt-image-box-title {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
}

.pt-image-box .pt-image-box-content .pt-image-box-description {
    margin: 0;
    color: var(--primary-color);
    font-family: "Jost",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

/*==== iframe ======*/
iframe.pt-video-iframe {
    width: 100%;
    height: 345px;
}

.gt-ifrm {
    width: 100%;
    height: 500px;
    border: 0px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.map1 iframe {
    border: none;
    width: 100%;
    height: 500px;
    float: left;
    border-radius: 10px;
}

/*==== seozie-works ======*/
.seozie-works1 {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.pt-arrow-img {
    position: absolute;
    left: -15%;
    top: 0%;
}

.pt-arrow-img1 {
    position: absolute;
    left: -15%;
    top: 25%;
}

.testimonial {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.pricing-plan {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.reputation-analysis {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    margin: 0px 30px;
    border-radius: 10px 10px 10px 10px;
}

.service {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 30px;
}

/*==== gallry ======*/
.gallary {
    padding: 130px 0;
}
