@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;1,400;1,500&family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
    --tp-ff-body: 'DM Sans', sans-serif;
    --tp-ff-heading: 'Poppins', sans-serif;
    --tp-ff-poppins: 'Poppins', sans-serif;
    --tp-ff-p: 'DM Sans', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 5 Pro";
    --tp-common-white: #ffffff;
    --tp-common-black: #171717;
    --tp-heading-primary: #171717;
    --tp-heading-1: #333333;
    --tp-heading-2: #141515;
    --tp-grey-1: #ADADAD;
    --tp-grey-2: #F5F6F8;
    --tp-grey-3: #F5F5F3;
    --tp-grey-4: #A2A2A2;
    --tp-grey-5: #A1A1A1;
    --tp-text-body: #878787;
    --tp-text-1: #171717;
    --tp-text-2: #9F9F9F;
    --tp-theme-1: #171717;
    --tp-border-1: #D9D9D9;
    --tp-border-2: #F3F3F3;
    --tp-border-3: #D7D7D7;
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    --tp-fz-body: 14px;
    --tp-fz-p: 16px;
    --tp-fz-h1: 40px;
    --tp-fz-h2: 36px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 16px;
    --tp-fz-h6: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/

body {
    font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 26px;
}
p.result.alert.alert-success {
    display: none;
}
.form-wizard-submit-btn:hover {
    color: white;
    background: black;
    border-radius: 5px;
}
.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s 
}
.flip-container {perspective: 1000px; transform-style: preserve-3d;}
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {
  width: 250px;
  height: 120px;
  float:left;
}
.mt-300{
    margin-top:300px;
}
section.fixed-thankyou-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flipper {transition: 0.6s; transform-style: preserve-3d;	position: relative;}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
}
.mt-mang-290{
    margin-top: 290px;
}
p.section2-paragraph
.mb-mang-200 {
    margin-bottom: 200px;
}

.section-padding-200 {
    padding-bottom: 230px;
}

.front {z-index: 2;	transform: rotateY(0deg); }
.front h2,p{color:black;}
.back {
	transform: rotateY(-180deg);
  background: #0a0a0a;
  color: #000;
  text-align:center;
  line-height:1.4em;
  width: 250px;
  height: 420px;
  padding: 50px;
  padding: 50px 20px 0px 20px;
}
.back p {
    font-size: 15px;
    text-align: justify;
    color: #ebebeb;
}

.back h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.slick-slide img {
    display: inline-block;
    width: 50%;
    align-item:center;
}
.tp-powerd {
    float: right;
    opacity: 0.4;
    font-style: italic;
}
.vertical.flip-container {position: relative;}
.vertical .back {	transform: rotateX(180deg);}
.vertical.flip-container:hover .back  {transform: rotateX(0deg);}
.vertical.flip-container:hover .front {transform: rotateX(180deg);}
.front {color:#fff; text-align:center;} 

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999 
}
.floatbutton .clickbutton {
    background-color: #0a0a0a;
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026 ;
    background-color: linear-gradient(90deg, #f58f3d 0, #f58f3d 35%, #f89f4a 100%) 
}
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 
}
.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 
}
.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -moz-transition: .4s;
    -o-transition: .4s;
    left: -30px;
    white-space: pre;
    bottom: 87px 
}
.floatbutton.active .clickbutton .crossplus {
    display: none 
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s 
}
.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px 
}
.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0 0;
    resize: none 
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0 
}
.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #0a497c;
    top: 170px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    padding: 15px 0 
}
a#dynamic.open-chat {
    animation: color-change-white 1s infinite;
    background: #0a497c;
}
a#dynamic1.open-signup {
    right: 0 !important;
    animation: color-change-yellow 1s infinite;
    background: #0a497c !important;
}
a#dynamic1.open-signup span {
    color: #fff;
    animation: color-change-yellow 1.2s infinite;
}
.open-signup i {
    color: #fff !important;
}
a#dynamic.open-chat span {
    animation: color-change-white 1.2s infinite;
    color: #000;
}
.btns_wrap a#dynamic1 {
    top: 35px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -185px;
    width: 240px;
    background: #0a497c;
    top: 102px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px 0 0 3px;
    z-index: 9999;
    padding: 15px 0 
}
.btns_wrap .icoo i {
    font-size: 23px;
    position: absolute;
    left: 15px;
    line-height: 24px;
    color: #fff 
}
.btns_wrap .call_wrap span, .btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    vertical-align: middle;
    padding: 15px 30px 15px 15px 
}
a.primary-btn-dark.btn-white-screen {
    border-color: #0a497c !important;
    color: #0a497c !important;
}
.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px 
}
.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 
}
.fldset.inpchecbx {
    margin: 10px 0 0 0 
}
.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0 
}
.fldset p a {
    display: block;
    padding: 5px 0 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px 
}
.floatbutton.active .clickbutton {
    margin-top: 0;
    transition: 1s;
    font-size: 0;
    height: 50px 
}
.floatbutton.active .clickbutton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0 
}

.floatbutton.active .clickbutton::before {
    content: '';
    position: absolute;
    color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    transform: rotate(66deg);
    transition: 1s;
    bottom: 0;
    right: 0;
    background-image: url(https://img.icons8.com/emoji/512/multiply-emoji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 
}
.banner-form button {
    background: #006577;
    transition: .5s;
    border: 1px solid #006577;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    display: inline-block;
    padding: 15px 50px;
    line-height: 16px;
    overflow: inherit;
    height: auto !important;
    font-weight: 400;
    max-width: fit-content;
}
.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
}
.ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 15px 0 
}
.banner-form .intl-tel-input {
    width: 100% 
}
.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center 
}
.banner-form h3 strong {
    font: 24px/24px Poppins, sans-serif;
    font-weight: 600 
}
div#msg-side {
    font-size: 14px;
}
.banner-form .ban-form input[type=submit] {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background: #0a0a0a;
    padding: 8px 50px;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
    padding: 0 60px;
    position: relative;
    left: 10px !important;
}
.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0 0;
    resize: none 
}
.contact-text {
    position: relative;
}

.contact-text img.col-img {
    height: 550px;
}
.inner-hero {
    background-size: cover !important;
    height: 450px 
}
a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0px;
    font-weight: var(--tp-fw-regular);
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: var(--tp-fz-h1);
}

h2 {
    font-size: var(--tp-fz-h2);
}

h3 {
    font-size: var(--tp-fz-h3);
}

h4 {
    font-size: var(--tp-fz-h4);
}

h5 {
    font-size: var(--tp-fz-h5);
}

h6 {
    font-size: var(--tp-fz-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-family: var(--tp-ff-p);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

hr {
    color: var(--tp-border-2);
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
    color:red;
}

button:focus {
    outline: 0;
}
.primary-btn:hover {
    color: red;
  }
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.logo img {
    max-width: 65%;
    height: auto;
}
.fal.fa-bars:hover {
    color: red;
}
.floatbutton .clickbutton:hover {
background: red;
}
.icoo.phone-tmt i {
    transform: rotate(95deg);
  }
.offcanvas-logo img {
    max-width: 30%;
    height: auto;
  }
img {
    max-width: 100%;
    height: auto;
}
.normal-menu ul li a:hover {
    color: red;
}
.header_search-button.far.fa-search:hover {
    color: red;
}
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}
 p.pr-50 {
    text-align: justify;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/

@media (max-width: 767px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
    p.pr-50 {
    text-align: justify;
    padding: 0px 0px;
}
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .basic-pagination {
        margin-bottom: 30px;
    }
    .row.align-items-center.tp-flex-reverse.mt-100.mb-200 {
        display: flex;
        flex-direction: row;
    }
    h3.title-hero {
        font-size: 30px !important;
    }
     p.section2-paragraph {
    font-size: 18px;
    line-height: 32.5px;
    text-align: left;
    padding: 0px 0px 0px 0px !important;
     }
    p.section2-paragraph2 {
    font-size: 18px;
    line-height: 32.5px;
    text-align: left;
    padding: 0px 0px 0px 0px !important;
}
}

.basic-pagination ul li {
    display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .basic-pagination ul li {
        margin-bottom: 30px;
    }
    .mb-mang-200 {
        margin-bottom: 20px;
    }
    
    .mt-mang-290 {
        margin-top: 20px;
    }
    .flip-container, .front, .back {
        width: 270px;
        height: 400px;
        float: left;
    }
    .floatbutton.active {
        right: -106px;
        z-index: 999;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    .ban-form input {
        width: 100%;
        margin: 0;
        border: 1px solid #e5e5e5;
        background: #fff;
        padding: 10px 15px;
        color: gray;
        font-size: 12px;
        border-radius: 3px;
        height: 33px;
        font-weight: 400;
        outline: 0 !important;
        margin: 0 0 15px 0;
    }
    .floatbutton .clickbutton .crossplus {
        position: absolute;
        display: block;
        transform: rotate(-90deg);
        -moz-transition: .4s;
        -o-transition: .4s;
        left: -30px;
        white-space: pre;
        bottom: 67px;
    }
    .floatbutton {
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        position: fixed;
        right: -380px;
        top: 18%;
        font-size: 0;
        width: 420px;
        z-index: 999;
    }
    .banner-form h3 {
        color: #141315;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 700;
        text-align: center;
        padding-top: 10px;
    }
    .banner-form h3 strong {
        font: 14px/24px Poppins, sans-serif;
        font-weight: 600;
    }
    .floatbutton.active .clickbutton {
        margin-top: 0;
        transition: 1s;
        font-size: 0;
        height: 30px;
    }
    .banner-form .ban-form input[type=submit] {
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px 15px;
        margin: 10px 0 20px;
        border: transparent;
        cursor: pointer;
        background: #0a497c;
        padding: 8px 50px;
        border-radius: 50px;
        font-weight: 500;
        text-transform: uppercase;
        width: auto !important;
        text-align: center;
        padding: 0 60px;
        position: relative;
        left: 10px !important;
    }
    .floatbutton .clickbutton {
        background-color: #0a497c;
        width: 50px;
        z-index: 999;
        height: 160px;
        cursor: pointer;
        box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
        border-radius: 3px 0 0 3px;
        display: inline-block;
        padding-top: 0;
        vertical-align: top;
        margin-top: 150px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        box-shadow: 0 0 40px #00000026;
        -webkit-box-shadow: 0 0 40px #00000026;
        -ms-box-shadow: 0 0 40px #00000026;
        -o-box-shadow: 0 0 40px #00000026;
        background-color: linear-gradient(90deg, #f58f3d 0, #f58f3d 35%, #f89f4a 100%);
    }
    .banner-form {
        background: #fff;
        padding: 0px;
        position: relative;
        z-index: 99999 !important;
        border-radius: 5px;
        margin: 0;
        width: 270px;
        display: inline-block;
        box-shadow: 0 0 30px #0000001f;
    }
    
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #f1f1f1;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .basic-pagination ul li a,
    .basic-pagination ul li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.nice-select::after {
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
    height: auto;
    width: auto;
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.tp-border-line hr {
    height: 1px;
    color: var(--tp-border-1);
}

.tp-brand-slider {
    padding-bottom: 60px;
}

.tp-brand-border {
    border-top: 1px solid var(--tp-border-2);
    border-bottom: 1px solid var(--tp-border-2);
}

@media (max-width: 767px) {
    .tp-brand-area {
        margin-bottom: 0;
    }
}

.tp-hr-border {
    padding: 0.5px;
    background-color: var(--tp-border-2);
    transform: translateY(-125px);
    position: relative;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-cta-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta-wrapper {
        padding-top: 170px;
    }
}

.tp-cta-2-right p {
    padding-right: 100px;
}

.tp-cta-2-left p {
    padding-right: 80px;
}

.scale-1 {
    overflow: hidden;
}

.scale-1:hover img {
    transform: scale(1.1);
}

/*--
    - Background color
-----------------------------------------*/

.grey-bg {
    background: var(--tp-grey-1);
}

.grey-bg-2 {
    background: var(--tp-grey-2);
}

.white-bg {
    background: var(--tp-common-white);
}

.black-bg {
    background: var(--tp-common-black);
}

.black-bg-2 {
    background-color: #222;
}

.grey-bg-3 {
    background-color: #222;
}

.grey-bg-4 {
    background-color: var(--tp-grey-3);
}

.off-canvas-bg {
    background-color: #212121;
}

/*--
    - Spacing
-----------------------------------------*/

/* theme btn */

.tp-theme-btn {
    width: 250px;
    height: 250px;
    border: 1px solid var(--tp-common-black);
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tp-theme-btn p {
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--tp-grey-1);
}

.tp-theme-btn b {
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    color: var();
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    padding: 15px 0px;
    display: block;
}

.tp-theme-btn span {
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    color: var(--tp-common-black);
    position: relative;
}

.tp-theme-btn span svg,
.tp-theme-btn span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-theme-btn span svg:first-child,
.tp-theme-btn span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-theme-btn span svg:last-child,
.tp-theme-btn span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-theme-btn:hover {
    background-color: #0a0a0a;
}

.tp-theme-btn:hover p,
.tp-theme-btn:hover b,
.tp-theme-btn:hover span {
    color: var(--tp-common-white);
}

.tp-theme-btn:hover span svg:first-child,
.tp-theme-btn:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-theme-btn:hover span svg:last-child,
.tp-theme-btn:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

@media (max-width: 767px) {
    .tp-theme-btn-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tp-slider-btn {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    color: var(--tp-common-white);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tp-slider-btn:hover {
    color: var(--tp-common-white);
}

.tp-slider-btn:hover span svg:first-child,
.tp-slider-btn:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-slider-btn:hover span svg:last-child,
.tp-slider-btn:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-slider-btn span {
    position: relative;
    margin-right: 40px;
    font-size: 13px;
    color: var(--tp-common-white) !important;
    line-height: 27px;
    text-align: center;
    display: inline-block;
}

.tp-slider-btn span svg,
.tp-slider-btn span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-slider-btn span svg:first-child,
.tp-slider-btn span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-slider-btn span svg:last-child,
.tp-slider-btn span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-slider-btn span::before {
    right: -22px;
    top: -23px;
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
}

/* small btn  */

.tp-btn-sm {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    color: var(--tp-common-white);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tp-btn-sm:hover span svg:first-child,
.tp-btn-sm:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn-sm:hover span svg:last-child,
.tp-btn-sm:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn-sm span {
    position: relative;
    margin-right: 15px;
    font-size: 13px;
    color: var(--tp-common-white);
    line-height: 27px;
    text-align: center;
    display: inline-block;
}

.tp-btn-sm span svg,
.tp-btn-sm span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn-sm span svg:first-child,
.tp-btn-sm span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-btn-sm span svg:last-child,
.tp-btn-sm span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-btn-sm span::before {
    right: -10px;
    top: -9px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.tp-btn-sm-black {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    color: var(--tp-common-black);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: block;
}

.tp-btn-sm-black:hover {
    color: var(--tp-common-black);
}

.tp-btn-sm-black:hover span svg:first-child,
.tp-btn-sm-black:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn-sm-black:hover span svg:last-child,
.tp-btn-sm-black:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn-sm-black span {
    position: relative;
    margin-right: 15px;
    font-size: 13px;
    color: var(--tp-common-black);
    line-height: 27px;
    text-align: center;
    display: inline-block;
}

.tp-btn-sm-black span svg,
.tp-btn-sm-black span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn-sm-black span svg:first-child,
.tp-btn-sm-black span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-btn-sm-black span svg:last-child,
.tp-btn-sm-black span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-btn-sm-black span::before {
    right: -10px;
    top: -9px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid rgba(215, 215, 215, 0.4);
}

.tp-ml-left {
    margin-left: 50px;
}

.grey-border span i {
    border: 1px solid var(--tp-grey-1);
    opacity: 0.4;
}

.grey-border-2 span i {
    border: 1px solid var(--tp-border-3);
}

.offcanvas__close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.offcanvas__close-btn a {
    font-size: 30px;
    padding: 20px;
}

.offcanvas__close-btn a:hover {
    opacity: 0.5;
}

.tp-btn {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    display: inline-block;
}

.tp-btn:hover {
    color: var(--tp-common-black);
}

.tp-btn:hover span svg:first-child,
.tp-btn:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn:hover span svg:last-child,
.tp-btn:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.tp-btn span svg,
.tp-btn span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn span svg:first-child,
.tp-btn span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-btn span svg:last-child,
.tp-btn span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-btn-border {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
}

.tp-btn-border:hover {
    background-color: #0a0a0a;
    color: var(--tp-common-white);
}

.tp-btn-border:hover span svg:first-child,
.tp-btn-border:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn-border:hover span svg:last-child,
.tp-btn-border:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn-border span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.tp-btn-border span svg,
.tp-btn-border span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn-border span svg:first-child,
.tp-btn-border span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-btn-border span svg:last-child,
.tp-btn-border span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-purchase-btn {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    padding: 20px 40px;
    width: 100%;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
    text-align: center;
}

.tp-purchase-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-purchase-btn:hover span svg:first-child,
.tp-purchase-btn:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-purchase-btn:hover span svg:last-child,
.tp-purchase-btn:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-purchase-btn span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.tp-purchase-btn span svg,
.tp-purchase-btn span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-purchase-btn span svg:first-child,
.tp-purchase-btn span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-purchase-btn span svg:last-child,
.tp-purchase-btn span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-btn-border {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
}

.tp-btn-border:hover {
    background-color: #0a0a0a;
    color: var(--tp-common-white);
}

.tp-btn-border:hover span svg:first-child,
.tp-btn-border:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn-border:hover span svg:last-child,
.tp-btn-border:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn-border span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.tp-btn-border span svg,
.tp-btn-border span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn-border span svg:first-child,
.tp-btn-border span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.tp-btn-border span svg:last-child,
.tp-btn-border span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-btn-white {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: #0a0a0a;
    letter-spacing: 0.18em;
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
    border-radius: 10px 20px 10px 20px;
}

.tp-btn-white:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}

.tp-btn-white:hover span svg:first-child,
.tp-btn-white:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.tp-btn-white:hover span svg:last-child,
.tp-btn-white:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.tp-btn-white span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.tp-btn-white span svg,
.tp-btn-white span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-btn-white span svg:first-child,
.tp-btn-white span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}
a.tp-btn-white.bg-white{
    color:black;
}
a.tp-btn-white.bg-white:hover {
    background: #66666600 !important;
    color: white;
}
.tp-btn-white span svg:last-child,
.tp-btn-white span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.tp-cm-btn-white {
    color: var(--tp-common-white);
}

.tp-common-btn-border {
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
}

.tp-submit-btn-border {
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, 0.25);
    display: inline-block;
    outline: 0;
    font-size: 12px;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
}

.tp-submit-btn-border:focus {
    border: 1px solid rgba(135, 135, 135, 0.25);
}

.link-btn-2 {
    position: relative;
}

.link-btn-2 i,
.link-btn-2 span {
    font-size: 14px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.link-btn-2 i:first-child,
.link-btn-2 span:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2 i:last-child,
.link-btn-2 span:last-child {
    right: 0;
}

.link-btn-2:hover i:first-child,
.link-btn-2:hover span:first-child {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.link-btn-2:hover i:last-child,
.link-btn-2:hover span:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0;
}

.link-btn-2.link-prev {
    padding-right: 0;
    padding-left: 21px;
}

.link-btn-2.link-prev i:first-child,
.link-btn-2.link-prev span:first-child {
    left: 10%;
    right: auto;
}

.link-btn-2.link-prev i:last-child,
.link-btn-2.link-prev span:last-child {
    left: 0;
    right: auto;
}

.link-btn-2.link-prev:hover i:first-child,
.link-btn-2.link-prev:hover span:first-child {
    left: 0%;
    right: auto;
}

.link-btn-2.link-prev:hover i:last-child,
.link-btn-2.link-prev:hover span:last-child {
    left: -10%;
    right: auto;
}

.tp-section-subtitle {
    font-family: var(--tp-ff-heading);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-block;
}

.tp-subtitle-before {
    font-family: var(--tp-ff-body);
    font-weight: 400;
    font-size: 20px;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .tp-subtitle-before {
        font-size: 17px;
    }
}

.tp-subtitle-before::before {
    content: "";
    transform: translateY(-5px);
    width: 40px;
    height: 2px;
    background-color: var(--tp-text-body);
    display: inline-block;
    margin-right: 15px;
}

.tp-section-title {
    font-size: 43px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title {
        font-size: 35px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-section-title {
        font-size: 26px;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.tp-section-title-large {
    font-size: 53px;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title-large {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title-large {
        font-size: 43px;
    }
}

@media (max-width: 767px) {
    .tp-section-title-large {
        font-size: 25px;
    }
}

.tp-section-subtitle-sm {
    font-family: var(--tp-ff-heading);
    font-style: normal;
    font-weight: var(--tp-fw-medium);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--tp-grey-1);
}

.tp-section-title-sm {
    font-family: var(--tp-ff-body);
    font-size: 30px;
    padding: 20px 0;
    color: var(--tp-theme-1);
}

.tp-title-size {
    font-size: 36px;
    margin-bottom: 22px;
    margin-right: 50px;
}

@media (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-title-size {
        margin-right: 0;
    }
}

.tp-white-text {
    padding: 50px 99px 60px 60px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-white-text {
        padding: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-white-text {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .tp-white-text {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.tp-white-text p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    color: var(--tp-text-2);
}

.tp-white-text-sm {
    font-size: 30px;
    padding: 20px 0;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
}

.tp-pt-size {
    font-size: 43px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-pt-size {
        font-size: 30px;
    }
}

/*----------------------------------------*/

/*  24. BREADCRUMB CSS START
/*----------------------------------------*/

.breadcrumb__area {
    padding: 195px 0;
}
.breadcrumb__area.new-banner-area.include-bg {
    text-align: center !important;
}
.breadcrumb__title {
    font-size: 60px;
    color: var(--tp-common-white);
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .breadcrumb__title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 40px;
    }
}

.breadcrumb__title-2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .breadcrumb__title-2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title-2 {
        font-size: 40px;
    }
}

.breadcrumb__title-pre {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: var(--tp-theme-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    margin-bottom: 12px;
}

.breadcrumb__list span {
    letter-spacing: 0.18em;
    font-family: var(--tp-ff-heading);
    font-size: 12px;
    color: var(--tp-common-white);
    font-weight: 500;
    padding-right: 3px;
    margin-right: 3px;
    text-transform: uppercase;
}

.breadcrumb__list span a:hover {
    color: var(--tp-theme-1);
}

.breadcrumb__list-2 span {
    font-size: 14px;
    color: var(--tp-text-11);
    font-weight: 500;
    padding-right: 3px;
    margin-right: 3px;
    text-transform: capitalize;
}

.breadcrumb__list-2 span a:hover {
    color: var(--tp-theme-1);
}

.breadcrumb__overlay {
    position: relative;
}

.breadcrumb__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.25);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.tp-accordion .accordion-body {
    padding: 25px 0;
    padding-top: 0;
    font-family: var(--tp-ff-heading);
    font-size: 16px;
}

.tp-accordion .accordion-item {
    border: 0;
}

.tp-accordion .accordion-button {
    font-size: 24px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    font-weight: 400;
    padding: 15px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #F1F1F1;
}

.tp-accordion .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #F1F1F1;
    background: none;
    box-shadow: none;
    margin-bottom: 35px;
}

.tp-accordion .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    content: "\f068";
    transform: rotate(0deg);
}

.tp-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid #F1F1F1;
}

.tp-accordion .accordion-button::after {
    width: auto;
    height: auto;
    content: "\f067";
    font-family: var(--tp-ff-fontawesome);
    background-image: none;
    font-size: 24px;
    color: var(--tp-common-black);
}

.test .accordion-body {
    padding: 25px 0;
    padding-top: 0;
}

.test .accordion-item {
    border: none;
    margin-bottom: 25px;
}

.test .accordion-button {
    padding: 15px 0;
    font-size: 24px;
}

.test .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.test .accordion-button.collapsed {
    border-bottom: 1px solid red;
    margin-bottom: 35px;
}

.test .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: var(--tp-ff-fontawesome);
    text-decoration: none;
}

.test .accordion-button:not(.collapsed) {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    box-shadow: none;
    text-decoration: underline;
    border-bottom: 1px solid red;
    margin-bottom: 35px;
}

.test .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: var(--tp-ff-fontawesome);
    text-decoration: none;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
    display: none;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loading-center-absolute {
        width: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #loading-center-absolute {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #loading-center-absolute {
        width: 60%;
    }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.object {
    width: 20px;
    height: 20px;
    background-color: #5f3afc;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#object_two {
    -webkit-animation: object 2s linear infinite -0.4s;
    animation: object 2s linear infinite -0.4s;
}

#object_three {
    -webkit-animation: object 2s linear infinite -0.8s;
    animation: object 2s linear infinite -0.8s;
}

#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}

#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object {
    0% {
        left: 100px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

.loading-icon .loading-logo {
    width: 64px;
    height: 64px;
    -webkit-animation: ghurche 4s linear infinite -1.2s;
    animation: ghurche 4s linear infinite -1.2s;
}

@media (max-width: 575px) {
    .loading-icon .loading-logo {
        margin-bottom: 10px;
    }
}

@-webkit-keyframes ghurche {
    0% {
        left: 100px;
        top: 0;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes ghurche {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------------------*/

/*  02. HEADER CSS START
/*----------------------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header__area {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__area {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header__area {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__area {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .header__area {
        padding: 30px 0px;
    }
}

.header__transparent {
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(23, 23, 23, 0.4);
}

.header__border {
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.header__sticky.header__sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: var(--tp-common-white);
}

/* main menu css */

.main-menu ul li,
.normal-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 35px;
}

@media (max-width: 767px) {
    .main-menu ul li,
    .normal-menu ul li {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1701px) and (max-width: 1865px) {
    .main-menu ul li,
    .normal-menu ul li {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .main-menu ul li,
    .normal-menu ul li {
        margin: 0 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li,
    .normal-menu ul li {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li,
    .normal-menu ul li {
        margin: 0 15px;
    }
}

.main-menu ul li a,
.normal-menu ul li a {
    line-height: 30px;
    letter-spacing: 0.15em;
    display: inline-block;
    font-size: 15px;
    color: var(--tp-common-white);
    padding: 50px 0;
    font-weight: var(--tp-fw-normal);
    font-family: var(--tp-ff-heading);
    text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li a,
    .normal-menu ul li a {
        letter-spacing: 0.1em;
    }
}

.main-menu ul li.has-dropdown>a,
.normal-menu ul li.has-dropdown>a {
    position: relative;
}

.main-menu ul li.has-dropdown>a::after,
.normal-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 15px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-fontawesome);
    font-weight: var(--tp-fw-normal);
    margin-left: 5px;
    display: inline-block;
}

.main-menu ul li .submenu,
.normal-menu ul li .submenu {
    text-align: left;
    position: absolute;
    top: 120%;
    left: 0;
    width: 260px;
    padding: 32px 0 30px;
    background: var(--tp-common-black);
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}

.main-menu ul li .submenu li,
.normal-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 7px;
}

.main-menu ul li .submenu li:not(:last-child),
.normal-menu ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li.has-dropdown>a::after,
.normal-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a,
.normal-menu ul li .submenu li a {
    padding: 0px 40px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: var(--tp-common-white);
    width: 100%;
    letter-spacing: 0.18em;
}

.main-menu ul li .submenu li a::before,
.normal-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--tp-theme-1);
    z-index: -1;
}

.main-menu ul li .submenu li .submenu,
.normal-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover>a,
.normal-menu ul li .submenu li:hover>a {
    color: var(--tp-common-white);
}

.main-menu ul li .submenu li:hover>a::after,
.normal-menu ul li .submenu li:hover>a::after {
    color: var(--tp-common-white);
}

.main-menu ul li .submenu li:hover>a::before,
.normal-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu ul li .submenu li:hover>.submenu,
.normal-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover>a::after,
.normal-menu ul li:hover>a::after {
    transform: rotate(-180deg);
}

.main-menu ul li:hover>.submenu,
.normal-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.normal-menu ul li a {
    color: #0a0a0a;
font-weight: 500;
}

.normal-menu ul li.has-dropdown>a {
    position: relative;
}

.normal-menu ul li.has-dropdown>a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 15px;
    color: inherit;
    font-family: var(--tp-ff-fontawesome);
    font-weight: var(--tp-fw-normal);
    margin-left: 5px;
    display: inline-block;
}

.normal-menu ul li:hover>a::after {
    transform: rotate(-180deg);
}

.normal-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.header__main_right {
    font-size: 18px;
}

.tp-header-search-icons {
    font-size: 25px;
}

@media only screen and (min-width: 1701px) and (max-width: 1865px) {
    .tp-header-search-icons {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .tp-header-search-icons {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-header-search-icons {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-search-icons {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-search-icons {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-search-icons {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header-search-icons {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .tp-header-search-icons {
        margin-right: 30px;
        font-size: 18px;
    }
}

.header_search-button {
    display: inline-block;
    position: relative;
    font-size: 20px;
    transform-origin: center;
    cursor: pointer;
    transition: 0.3s;
    /* color: inherit; */
    transform: translateY(1px);
    line-height: 1;
    color: #0a0a0a;
}

.header_search-close {
    position: absolute;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scale(0);
    color: inherit;
    color: #0a0a0a;
    top: 0;
    left: 0;
}

.header_search-close {
    transform: scale(0);
}

.header_search-open .header_search-close {
    transform: scale(1);
    opacity: 1;
}

.header_search-open .header_search-button {
    opacity: 0;
    transform: scale(0);
}

.search-submit-icon {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    font-size: 20px;
}

.normal-search a {
    color: var(--tp-common-black);
}

.tp-search-form {
    position: absolute;
    top: 60px;
    right: -100%;
    padding: 40px;
    background-color: #0a0a0a;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

@media (max-width: 767px) {
    .tp-search-form {
        padding: 20px;
    }
}

.tp-search-form input {
    padding-right: 50px;
    width: 270px;
    margin-bottom: 0;
    color: inherit;
    border: none;
    display: block;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 0 1px 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: transparent;
}

@media (max-width: 767px) {
    .tp-search-form input {
        width: 200px;
        height: 40px;
    }
}

.tp-search-form input::-webkit-input-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
}

.tp-search-form input:-moz-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
}

.tp-search-form input::-moz-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
}

.tp-search-form input:-ms-input-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
}

.tp-search-form input:focus::-webkit-input-placeholder {
    color: var(--tp-common-white);
}

.tp-search-form input:focus:-moz-placeholder {
    color: var(--tp-common-white);
}

.tp-search-form input:focus::-moz-placeholder {
    color: var(--tp-common-white);
}

.tp-search-form input:focus:-ms-input-placeholder {
    color: var(--tp-common-white);
}

.header_search-open .tp-search-form {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.search-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.tp-bar-icon {
    color: var(--tp-common-white);
    font-size: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-bar-icon {
        font-size: 30px;
    }
}

.tp-bar-icon-dark {
    color: #0d0e0f;
  }
.offcanvas__area {
    position: fixed;
    top: 0;
    right: -130%;
    width: 33%;
    height: 100%;
    padding: 20px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    z-index: 999;
    min-width: 300px;
    min-height: 768px;
    overflow-y: scroll;
}

.offcanvas-subtitle {
    text-transform: uppercase;
    padding: 20px 0;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .offcanvas-subtitle {
        display: none;
    }
}

.offcanvas_area-logo {
    margin: 30px 0;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .offcanva-details {
        display: none;
    }
}

.offcanvas__area.opened {
    right: 0;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ct-position {
        display: none;
    }
}
.thankyou-wrapper {
    text-align: center;
}
.thankyou-wrapper p {
    font-size: 20px;
    line-height: 25px;
    padding: 0px 29%;
}
.ct-position span::before {
    top: 22%;
}

.offcanvas-ct-info {
    position: absolute;
    bottom: 0;
    left: 0;
    margin:50px 50px 80px 0px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .offcanvas-ct-info {
        position: static;
        padding: 40px 0;
    }
    .thankyou-wrapper p {
        font-size: 20px;
        line-height: 25px;
        padding: 0px 10%;
    }
    section.fixed-thankyou-page {
        position: fixed;
        top: 0%;
        left: 0%;
        transform: translate(0%, 120%);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .offcanva-btn {
        display: none;
    }
}

.tp-mobile-menu.mean-container {
    overflow: hidden;
    clear: both;
}

.header-sticky-active.header-sticky {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: var(--tp-common-white);
    padding-right: 100px;
    padding-left: 100px;
}

.header-sticky-active.header-sticky ul li a {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header-sticky-active.header-sticky {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-sticky-active.header-sticky {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sticky-active.header-sticky {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .header-sticky-active.header-sticky {
        padding: 30px 0;
    }
}

.header__transparent.header-sticky {
    background-color: var(--tp-common-black);
    padding-right: 90px;
    padding-left: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header__transparent.header-sticky {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__transparent.header-sticky {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__transparent.header-sticky {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .header__transparent.header-sticky {
        padding: 30px 0;
    }
}

/*----------------------------------------*/

/*  03. MEAN MENU CSS START
/*----------------------------------------*/

/* mean menu customize */

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--tp-common-white);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.mean-container .mean-nav ul li a:hover {
    opacity: 0.8;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--tp-common-white);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-common-white);
}

/*----------------------------------------*/

/*  04. SLIDER CSS START
/*----------------------------------------*/

.tp-single-slider {
    background-size: cover cover;
}

.tp-bar-icon.tp-bar-icon-dark {
    display: none;
}
.new-banner-area {
    padding: 360px 0px 40px 0px;
}

h3.title-hero {
    font-size: 55px;
    color: white;
    text-transform: capitalize;
    text-align:center !important;
}
.tp-slider-height {
    min-height: 500px;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-height {
        min-height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-height {
        min-height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-height {
        min-height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-height {
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .tp-slider-height {
        min-height: 550px;
    }
    .tp-bar-icon.tp-bar-icon-dark {
    display:  block;
    }
}

.tp-slider-height-3 {
    min-height: 550px;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-height-3 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-height-3 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-height-3 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-height-3 {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .tp-slider-height-3 {
        min-height: 500px;
    }
}

.tp-slider-text {
    padding-top: 55px;
    padding-left: 70px;
    padding-bottom: 60px;
    padding-right: 105px;
    position: absolute;
    bottom: 0;
    left: 100px;
}

@media (max-width: 767px) {
    .tp-slider-text {
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
}

.tp-slider-text span {
    line-height: 30px;
    font-size: 20px;
    color: var(--tp-grey-1);
}

.white-box {
    padding-bottom: 90px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .white-box {
        padding-left: 30px;
    }
}

.tp-slider-title {
    color: var(--tp-common-white);
    font-size: 53px;
    line-height: 1.4;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-slider-title {
        font-size: 30px;
    }
}

.tp-sl-lg-text {
    font-size: 60px;
    line-height: 1.2;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-sl-lg-text {
        font-size: 30px;
        margin: 30px 0;
    }
}

.slick-active .tp-slider-text {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.slick-active .tp-slider-text span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.slick-active .tp-slider-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slick-active .tp-slider-btn {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slick-active .tp-slider-text,
.slick-active .tp-slider-text span,
.slick-active .tp-slider-title,
.slick-active .tp-slider-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-arrow {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 45%;
    right: 100px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .slider-arrow {
        display: none;
    }
}

.slider-arrow span {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.18rem;
}

.slider-arrow .slick-prev {
    padding: 40px 0;
    padding-right: 40px;
}

.slider-arrow .slick-prev::before {
    position: absolute;
    top: 24px;
    right: -6px;
    display: inline-block;
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: rotate(45deg);
}

.slider-arrow .slick-prev::after {
    content: "";
    position: absolute;
    bottom: 163px;
    right: -5px;
    display: inline-block;
    width: 62px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: rotate(-45deg);
}

.slider-arrow .slick-next {
    margin-top: 100px;
    display: inline-block;
    margin-right: -40px;
}

.slider-arrow::before {
    position: absolute;
    top: 242px;
    left: -12px;
    display: inline-block;
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: rotate(45deg);
}

.slider-arrow::after {
    content: "";
    position: absolute;
    bottom: 33px;
    left: -13px;
    display: inline-block;
    width: 62px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: rotate(-45deg);
}

.slider-arrow-2 {
    width: 348px;
    background-color: var(--tp-common-white);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 115px;
}

@media (max-width: 600px) {
    .slider-arrow-2 {
        display: none !important;
    }
}

.slider-arrow-2 i {
    color: var(--tp-common-black);
    line-height: 55px;
}

.slider-arrow-2 .slick-next {
    position: absolute;
    right: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--tp-common-black);
    border-radius: 50%;
}

.slider-arrow-2 .slick-next span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 55px;
    height: 1px;
    background-color: var(--tp-common-black);
    transform: translateY(-50%);
}

.slider-arrow-2 .slick-prev {
    position: absolute;
    left: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--tp-common-black);
    border-radius: 50px;
}

.slider-arrow-2 .slick-prev span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50%;
    width: 55px;
    height: 1px;
    background-color: var(--tp-common-black);
    transform: translateY(-50%);
}

.slider-arrow-3 {
    width: 348px;
    background-color: #0303039e;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 115px;
}

@media (max-width: 767px) {
    .slider-arrow-3 {
        display: none !important;
    }
}

.slider-arrow-3 i {
    color: var(--tp-common-white);
    line-height: 55px;
}

.slider-arrow-3 .slick-next {
    position: absolute;
    right: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--tp-common-white);
    border-radius: 50%;
}

.slider-arrow-3 .slick-next span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 55px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: translateY(-50%);
}

.slider-arrow-3 .slick-prev {
    position: absolute;
    left: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--tp-common-white);
    border-radius: 50px;
}

.slider-arrow-3 .slick-prev span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50%;
    width: 55px;
    height: 1px;
    background-color: var(--tp-common-white);
    transform: translateY(-50%);
}

.tp-brand-item {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

@media (max-width: 767px) {
    .slick-slide img {
        padding: 0;
    }
}

.silder-overlay {
    position: relative;
}

.silder-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-black);
    opacity: 0.3;
    z-index: -1;
}

/*----------------------------------------*/

/*  05. SERVICE CSS START
/*----------------------------------------*/

@media (max-width: 767px) {
    .tp-service {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-service__icon {
    font-size: 52px;
    color: var(--tp-common-black);
}

.tp-service__title {
    font-size: 20px;
}

.tp-service__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-service__title a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.tp-service p {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .tp-service-ara {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tp-ab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.tp-ab-text {
    padding-right: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-ab-text {
        padding-left: 60px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-ab-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.serive-vd-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 128px;
    height: 128px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.serive-vd-play a {
    display: block;
    text-align: center;
    line-height: 128px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    font-size: 25px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
}

@media (max-width: 767px) {
    .tp-ct-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tp-ct-info-border {
    border-bottom: 1px solid #2F2F2F;
}

.tp-ct-info-icons a {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
    color: var(--tp-common-white);
}

.tp-ct-info-icons a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-ct-info-icons a {
        margin-right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .tp-ct-info-icons a {
        margin-right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-form {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-contact-form {
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-sv-inner-img img {
    border-radius: 10px;
}

.tp_sv__video-bg {
    border-radius: 10px;
    background-size: cover;
}

.tp-sv__content p {
    padding-bottom: 20px;
}

.tp-sv__title {
    font-size: 43px;
    margin-bottom: 20px;
}

.tp-sv__subtitle {
    font-size: 34px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .tp-sv__subtitle {
        font-size: 24px;
    }
}

.sv-video {
    margin: 100px auto;
    width: 128px;
    height: 128px;
    background-color: var(--tp-common-white);
    font-size: 20px;
    text-align: center;
    display: block;
    border-radius: 50%;
    line-height: 128px;
    border: 1px solid var(--tp-common-black);
    color: #000;
}

/*----------------------------------------*/

/*  06. ABOUT CSS START
/*----------------------------------------*/

@media (max-width: 767px) {
    .tp-about-area {
        padding-top: 40px;
    }
}

.tp-about-info {
    display: inline-block;
    padding: 63px 90px;
    border: 10px solid var(--tp-common-white);
    position: absolute;
    bottom: -138px;
}

@media (max-width: 767px) {
    .tp-about-info {
        position: static;
        display: block;
        border: 0;
    }
}

.tp-about-info h3 {
    font-size: 100px;
}

.tp-about-info h4 {
    font-size: 24px;
    color: var(--tp-grey-1);
}

@media (max-width: 767px) {
    .tp-about-left {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-ab-section {
        padding-top: 30px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-ab-info {
        padding-right: 0;
        padding-top: 20px;
    }
}

.tp-ab-info p {
    position: relative;
    padding-left: 20px;
    padding-right: 70px;
    margin-bottom: 40px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .tp-ab-info p {
        padding-left: 0;
        padding-right: 0;
    }
}

/*.tp-ab-info p::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 1px;*/
/*    background-color: var(--tp-common-black);*/
/*}*/

@media (max-width: 767px) {
    .tp-ab-info p::before {
        display: none;
    }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-flex-reverse {
        flex-direction: column-reverse;
    }
}

.tp-ab-subtitle {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--tp-ff-heading);
}

.tp-ab-title {
    font-size: 45px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-ab-title {
        font-size: 30px;
    }
}

/* about page style */

.about-tb-content .nav-links {
    margin-right: 60px;
    font-size: 16px;
    font-family: var(--tp-ff-heading);
    text-transform: capitalize;
    color: var(--tp-common-black);
}

@media (max-width: 767px) {
    .about-tb-content .nav-links {
        margin-right: 10px;
        font-size: 12px;
    }
    .nav-links.active {
        text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #0a497c;
    padding: 7px 10px !important;
    border-radius: 5px;
    }
}

.nav-links.active {
    text-decoration: none;
color: #fff;
font-weight: 500;
background: #0a0a0a;
padding: 7px 20px;
border-radius: 5px;
}

.about-info-box {
    width: 330px;
    height: 340px;
    background-color: rgba(0, 0, 0, 0.8);
}

.about-info-box .box-title {
    color: var(--tp-common-white);
    font-size: 100px;
}

.about-info-box .box-subtitle {
    color: var(--tp-common-white);
    font-size: 24px;
}

@media (max-width: 767px) {
    .about-details-info {
        padding-right: 0;
    }
}

.about-info-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    border: 10px solid #fff;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .about-info-box {
        margin-top: 30px;
        position: static;
        transform: none;
        border: 0;
    }
}

.tab-pane {
    margin-bottom: 20px;
}

.dots-img {
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: -1;
}

.ab-fea-bg {
    position: absolute;
    left: 0;
    width: 67%;
    height: 100%;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-fea-bg {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .ab-fea-bg {
        width: 100%;
        position: static;
        height: 50vh;
        display: none;
    }
}

.tp-feaure-ct-box {
    padding-top: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feaure-ct-box {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .tp-feaure-ct-box {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-ab-text {
        padding-left: 100px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-ab-text {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .about-details-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*----------------------------------------*/

/*  07. GALLERY CSS START
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-gallery-area {
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-gallery-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tp-gallery-item img {
    width: 100%;
}

.tp-gallery-item:hover a {
    opacity: 1;
    visibility: visible;
}

.tp-gallery-item {
    overflow: hidden;
}

.tp-gallery-item img:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .tp-image-gallery {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.circle {
    background: #f00;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    transform: translate3d(-50%, -50%, 0);
    transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #000;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: #fff;
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

.tp-gallery-space .slick-slide {
    margin: 0 15px;
}

.gt-25 {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .gt-25 {
        margin-top: 0;
    }
}

.tp-col-8 {
    width: 62.5%;
}

@media (max-width: 767px) {
    .tp-col-8 {
        width: 100%;
    }
}

.tp-col-4 {
    width: 37.5%;
}

@media (max-width: 767px) {
    .tp-col-4 {
        width: 100%;
    }
}

.tp-col-9 {
    width: 73.9%;
}

@media (max-width: 767px) {
    .tp-col-9 {
        width: 100%;
    }
}

.tp-col-3 {
    width: 26%;
}

@media (max-width: 767px) {
    .tp-col-3 {
        width: 100%;
    }
}

.tp-img-gl-item {
    overflow: hidden;
}

.tp-img-gl-item img:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .tp-img-gl-item {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.tp-gl-tag {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tp-gl-tag a {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    padding: 8px 15px;
    display: inline-block;
    text-transform: capitalize;
}

.tp-portfolio-item {
    overflow: hidden;
}

.project-gallery-image {
    overflow: hidden;
}

.project-gallery-image img:hover {
    transform: scale(1.1);
}

#qodef-custom-cursor {
    position: fixed;
    top: -4px;
    left: -4px;
    pointer-events: none;
    z-index: 9999999;
    mix-blend-mode: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8px;
    height: 8px;
    visibility: hidden;
}

/*----------------------------------------*/

/*  08. TEAM CSS START
/*----------------------------------------*/

.tp-team-area img {
    width: 100%;
}

@media (max-width: 767px) {
    .tp-team-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tp-team__thumb {
    overflow: hidden;
}

.tp-team__thumb:hover img {
    transform: scale(1.1);
}

.tp-team__info .tp-team-name {
    font-size: 20px;
}

.tp-team__info .tp-team-name a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-team__info .tp-team-name a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.tp-team__info p {
    color: var(--tp-grey-1);
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    letter-spacing: 0.18em;
}

.tp-team__social a {
    display: inline-block;
    color: var(--tp-grey-1);
}

.tp-team__social a:not(:last-child) {
    margin-right: 15px;
}

.tp-team__social a:hover {
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-team {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .team-single-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .team-main-content {
        padding-bottom: 50px;
    }
}

.team-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .team-info-box {
        position: static;
        bottom: inherit;
        padding: 50px 0;
    }
}

.team-info-box span {
    font-size: 18px;
    color: var(--tp-common-black);
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.t-box-title {
    font-size: 43px;
}

@media (max-width: 767px) {
    .t-box-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .team-ct-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.team-member-info-list ul li {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.team-social-icons span {
    color: var(--tp-grey-1);
}

.team-social-icons span a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border: 1px solid #F1F1F1;
    text-align: center;
    line-height: 42px;
    margin-right: 15px;
}

.team-social-icons span a:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.team-title-text {
    font-size: 30px;
}

.team-ct-heading span {
    color: var(--tp-grey-1);
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    letter-spacing: 0.18em;
}

.team-ct-heading-text {
    font-size: 43px;
}

@media (max-width: 767px) {
    .team-ct-heading-text {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .team-page-content {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .tp-promotion-progress {
        padding-right: 15px;
    }
}

/*----------------------------------------*/

/*  09. FEATURE CSS START
/*----------------------------------------*/

.tp-fe-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    width: 70.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-fe-bg {
        width: 50%;
    }
}

.tp-feature-img {
    height: 100%;
}

.tp-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-modify-width {
    width: 29.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-modify-width {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-modify-width {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-modify-width {
        width: 100%;
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta-area {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-area {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-cta-2-left {
    height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta-2-left {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-2-left {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .tp-cta-2-left {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tp-cta-img {
    height: 100%;
}

.tp-cta-img img {
    height: 100%;
    object-fit: cover;
}

.tp-cta-2-right {
    height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta-2-right {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-2-right {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .tp-cta-2-right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-2-left p {
        padding-right: 0;
    }
}

@media (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-2-right p {
        padding-right: 0;
    }
}

/*----------------------------------------*/

/*  10. TESTIMONIAL CSS START
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-area {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-area {
        padding-right: 0;
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tp-testimonial {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 25px 0;
}

.tp-testimonial .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial .slick-arrow {
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
    }
}

.tp-testimonial .slick-arrow i {
    font-size: 17px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--tp-border-1);
    line-height: 55px;
    border-radius: 50%;
}

.tp-testimonial .slick-prev {
    z-index: 1;
    left: -120px;
}

.tp-testimonial .slick-prev::after {
    position: absolute;
    top: 52%;
    right: -26px;
    content: "";
    width: 55px;
    height: 1.3px;
    background-color: var(--tp-common-black);
}

.tp-testimonial .slick-next {
    right: -120px;
}

.tp-testimonial .slick-next::before {
    position: absolute;
    top: 52%;
    left: -26px;
    content: "";
    width: 55px;
    height: 1.3px;
    background-color: var(--tp-common-black);
}

.tp-testi-reivew {
    font-size: 30px;
    line-height: 1.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-testi-reivew br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-testi-reivew {
        font-size: 20px;
    }
}

.tp-testi-reviewer {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

/*----------------------------------------*/

/*  11. PORTFOLIO CSS START
/*----------------------------------------*/

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-item {
        margin-bottom: 20px;
    }
}

.tp-portfolio-item img {
    position: relative;
}

.tp-portfolio-item span {
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    text-transform: uppercase;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    padding: 12px 15px;
    display: inline-block;
    line-height: 22px;
    letter-spacing: 0.18em;
}

.portfolio-tag {
    position: absolute;
    bottom: 0;
    right: 11.5px;
}

@media (max-width: 767px) {
    .tp-portfolio-info {
        text-align: center;
    }
}

.tp-portfolio-subtitle {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--tp-ff-heading);
}

.tp-portfolio-title {
    font-size: 45px;
}

@media (max-width: 767px) {
    .tp-pf-btn {
        text-align: center;
    }
}

.tp-pf-btn button {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--tp-ff-heading);
    margin-right: 70px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #0a0a0a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pf-btn button {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-pf-btn button {
        font-size: 400;
        font-size: 12px;
        letter-spacing: 0;
        margin-right: 20px;
    }
}

.tp-pf-btn button:last-child {
    margin-right: 0;
}

.tp-pf-btn .active {
    font-weight: 500;
    color: red;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-reset {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/

/*  12. PROMOTION CSS START
/*----------------------------------------*/

.tp-promotion-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-promotion-bg {
        display: none;
    }
}

.tp-promotion-bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-promotion-bg-2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-promotion-info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-promotion-info {
        padding-left: 60px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-promotion-info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-promotion-info {
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-promotion-info-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-promotion-info-2 {
        padding-right: 30px;
        padding-left: 60px;
    }
    .tp-promotion-info-2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-promotion-info-2 {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-promotion-info-2 {
        padding: 0 15%;
    }
}

.tp-promotion-area {
    overflow: hidden;
}

.tp-progress-item h4 {
    font-family: var(--tp-ff-heading);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.18em;
}

.tp-progress-item .progress {
    height: 3px;
}

.tp-progress-item .progress-bar {
    background-color: #0a0a0a;
}

.tp-progress-count {
    font-family: var(--tp-ff-heading);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.18em;
}

/*----------------------------------------*/

/*  13. PROJECT CSS START
/*----------------------------------------*/

@media (max-width: 767px) {
    .pj-detials-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.pj-list__img {
    margin-bottom: 20px;
    overflow: hidden;
}

.pj-list__img :hover {
    transform: scale(1.1);
}

.pj-list-item span {
    font-size: 12px;
    line-height: 22px;
    font-family: var(--tp-ff-heading);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.pj-list__title {
    font-size: 24px;
    font-weight: 400;
}

.pj-list__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.pj-list__title a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.pj-detials-meta-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 60px 5px 55px;
    width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pj-detials-meta-box {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pj-detials-meta-box {
        position: static;
        padding: 30px 0;
        width: 100%;
    }
}

.pj-details-meta-title {
    font-size: 43px;
    margin-bottom: 35px;
}

.pj-detials-meta-info span {
    margin: 15px 0;
    display: block;
    font-size: 18px;
    width: 50%;
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pj-detials-meta-info span {
        width: 100%;
    }
}

.pj-detials-meta-info span a:hover {
    color: var(--tp-common-black);
}

.pj-detials-meta-info span b {
    color: var(--tp-common-black);
    font-weight: 500;
    margin-right: 5px;
}

.pj-share-icons a {
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.pj-share-icons a:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white) !important;
}

.pj-detials-title {
    font-size: 36px;
    margin-bottom: 35px;
    color: var(--tp-heading-2);
}

.pj-detials-contact p {
    margin-bottom: 40px;
}

.pj-detials-pagenation span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    letter-spacing: 0.18em;
    line-height: 21px;
    font-weight: 500;
}

.pj-detials-pagenation i {
    font-size: 20px;
}

/*----------------------------------------*/

/*  14. PRICE CSS START
/*----------------------------------------*/

.price-table__item {
    border: 1px solid #F1F1F1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.price-table__item:hover {
    box-shadow: 0px 24px 27px rgba(227, 227, 227, 0.3);
}

.price-table__top span {
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.price-table__top span i {
    font-size: 21px;
}

.price-table__price {
    font-size: 53px;
}

.price-table__title {
    font-size: 20px;
    line-height: 30px;
}

.price-table__list {
    font-size: 16px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-text-body);
}

.price-table__list li {
    padding-bottom: 15px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .price-table__list li {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .price-table__list li {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .price-table__list li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .price-table__list li {
        display: block;
    }
}

.price-table__list li span i {
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    color: var(--tp-common-black);
}

.price-table__list li.disabled {
    color: var(--tp-text-body);
    opacity: 0.3;
}

/*----------------------------------------*/

/*  15. BLOG CSS START
/*----------------------------------------*/

.tp-blog__thumb img {
    width: 100%;
}

.tp-blog {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog {
        margin-right: 30px;
    }
}

.tp-blog__thumb {
    position: relative;
    overflow: hidden;
}

.tp-blog__thumb img:hover {
    transform: scale(1.1);
}

.tp-blog__thumb span {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    padding: 7px 25px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--tp-ff-heading);
}

.tp-blog__meta {
    color: var(--tp-text-body);
    text-transform: uppercase;
}

.tp-blog__meta a {
    font-size: 12px;
    font-family: var(--tp-ff-heading);
    letter-spacing: 0.18em;
    line-height: 22px;
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-blog__meta a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.tp-blog__title {
    color: var(--tp-heading-1);
    font-size: 20px;
    line-height: 1.5;
    padding-right: 45px;
    margin-bottom: 20px;
}

.tp-blog__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-blog__title:hover a {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.tp-large-title {
    font-size: 24px;
}

@media (max-width: 767px) {
    .tp-large-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tp-lasted-blog {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-list__item {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-blog-list__item {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-blog-list__item-thum {
    margin-right: 30px;
    overflow: hidden;
}

.tp-blog-list__item-thum img:hover {
    transform: scale(1.1);
}

.tp-blog-list-details {
    padding: 20px 30px 25px 30px;
}

.list-blog-title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.list-blog-title a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

@media (max-width: 767px) {
    .list-blog-title {
        font-size: 22px;
        margin: 0;
    }
}

.tp-hide-mt span i {
    margin-top: 0;
}

.bmt-reset {
    margin-top: 0;
    margin-bottom: 30px;
}

.list-blog-meta {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tp-blog-area {
        padding-top: 70px;
    }
}

.tp-blog-area-2 {
    padding-top: 220px;
}

@media (max-width: 767px) {
    .tp-blog-area-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.slider-item-2.slick-slide {
    padding-right: 30px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-item-2.slick-slide {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-item-2.slick-slide {
        padding: 0;
        padding-right: 15px;
    }
}

.tp-blog-padding {
    padding-bottom: 30px;
}

.slider-item-2.slick-slide img {
    display: inline-block;
}

@media (max-width: 767px) {
    .slider-item-2.slick-slide img {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .postbox__area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.postbox__thumb .play-btn {
    width: 94px;
    height: 94px;
    font-size: 18px;
    position: absolute;
    text-align: center;
    line-height: 94px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
}

.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.postbox__content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.postbox__wrapper {
    padding-right: 0;
}

@media (max-width: 767px) {
    .postbox__wrapper {
        margin-right: 0;
    }
}

.postbox__title {
    font-size: 38px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .postbox__title {
        font-size: 25px;
    }
}

.postbox__title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
}

.postbox__title a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.postbox__meta span {
    font-size: 12px;
    font-weight: 400;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.18em;
    margin-right: 30px;
}

.postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__meta span i {
    color: var(--tp-theme-1);
    margin-right: 8px;
}

.postbox__meta span:hover {
    color: var(--tp-theme-2);
}

.postbox__meta span:hover i {
    color: var(--tp-theme-2);
}

.postbox__text img {
    max-width: 100%;
}

.postbox__text p {
    font-size: 16px;
    margin-bottom: 28px;
}

.postbox__text-single p {
    font-size: 16px;
    margin-bottom: 15px;
}

.postbox__slider button {
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    padding: 20px 30px;
}

.postbox__slider button.postbox-slider-button-next {
    left: auto;
    right: 1px;
}

@media (max-width: 767px) {
    .postbox__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .postbox__slider button {
        left: 10px;
    }
}

.postbox__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

.postbox__comment ul li.children {
    margin-left: 100px;
}

@media (max-width: 767px) {
    .postbox__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox__comment-form {
    margin-bottom: 20px;
    padding: 40px 0;
    background: var(--tp-common-white);
    border-top: 1px solid var(--tp-border-2);
}

.postbox__comment-form-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}

.postbox__comment-input span {
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 12px;
    display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--tp-common-black);
    outline: none;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #F5F5F3;
}

.postbox__comment-input input::-webkit-input-placeholder,
.postbox__comment-input textarea::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

.postbox__comment-input input:-moz-placeholder,
.postbox__comment-input textarea:-moz-placeholder {
    color: var(--tp-text-body);
}

.postbox__comment-input input::-moz-placeholder,
.postbox__comment-input textarea::-moz-placeholder {
    color: var(--tp-text-body);
}

.postbox__comment-input input:-ms-input-placeholder,
.postbox__comment-input textarea:-ms-input-placeholder {
    color: var(--tp-text-body);
}

.postbox__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postbox__comment-title {
    font-family: var(--tp-ff-heading);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.postbox__comment-box {
    padding: 30px 0;
    padding-right: 40px;
    padding-top: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .postbox__comment-box {
        padding-right: 0px;
        margin-right: 0;
    }
}

.postbox__comment-avater img {
    min-width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.postbox__comment-name {
    margin-bottom: 5px;
}

.postbox__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.postbox__comment-name span {
    font-size: 12px;
    color: var(--tp-grey-1);
    letter-spacing: 0.18em;
    font-family: var(--tp-ff-heading);
}

@media (max-width: 767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 16px;
    color: var(--tp-text-11);
    margin-bottom: 15px;
}

.postbox__comment-reply {
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}

.postbox__comment-reply a {
    display: inline-block;
    color: var(--tp-common-black);
    height: 22px;
    line-height: 22px;
    font-weight: 500;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.postbox__comment-reply a:hover {
    color: var(--tp-grey-1);
}

.postbox__comment-agree {
    padding-left: 5px;
}

.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--tp-common-white);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}

.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.postbox__comment-agree input:hover {
    cursor: pointer;
}

.postbox__comment-agree label {
    padding-left: 8px;
    color: var(--tp-text-1);
    line-height: 1;
}

.postbox__comment-agree label a {
    color: var(--tp-common-black);
    font-weight: 600;
    padding-left: 4px;
}

.postbox__comment-agree label a:hover {
    color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
    cursor: pointer;
}

.postbox__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--tp-common-black);
    margin-right: 10px;
}

.tp-blog-acive-2 {
    margin-right: -635px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-acive-2 {
        margin-right: 0;
    }
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc__post-thumb img {
    min-width: 95px;
    height: 80px;
    object-fit: cover;
}

.rc__post-title {
    margin-bottom: 6px;
    font-size: 17px;
}

.rc__post-title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
}

.rc__post-title a:hover {
    color: #000;
    background-size: 0 1px, 100% 1px;
}

.rc__meta span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: var(--tp-ff-heading);
}

.sidebar__widget {
    padding: 30px;
    background: var(--tp-common-white);
    border: 1px solid var(--tp-border-2);
}

@media (max-width: 767px) {
    .sidebar__widget {
        padding: 30px 15px;
    }
}

.sidebar__widget-title {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sidebar__widget ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.sidebar__widget ul li:last-child {
    padding-bottom: 0;
}

.sidebar__widget ul li:first-child {
    padding-top: 0;
}

.sidebar__widget ul li a {
    font-size: 14px;
    color: var(--tp-grey-1);
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--tp-border-2);
    padding: 20px;
}

.sidebar__widget ul li a:hover {
    color: var(--tp-theme-1);
}

.sidebar__widget ul li ul {
    padding-left: 15px;
}

.sidebar__widget ul li span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar__widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar__widget ul li:hover span {
    color: var(--tp-common-black);
}

.sidebar__search {
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F5F5F3;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #F2F4F6;
    outline: none;
    padding-right: 80px;
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: var(--tp-common-black);
    line-height: 60px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--tp-common-white);
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--tp-common-black);
    text-transform: uppercase;
    margin-bottom: 0;
}

.wd-hide-border ul li {
    position: relative;
}

.wd-hide-border ul li a {
    border: none;
    padding: 0;
    padding-left: 15px;
    display: block;
    color: var(--tp-grey-1);
}

.wd-hide-border ul li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f105";
    font-family: var(--tp-ff-fontawesome);
}

.wd-hide-border ul li:hover a {
    color: var(--tp-common-black);
}

.wd-hide-border ul li:hover::before {
    color: var(--tp-common-black);
}

@media (max-width: 767px) {
    .tagcloud {
        margin-bottom: 30px;
    }
}

.tagcloud span {
    font-size: 20px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black);
}

.tagcloud a {
    background-color: var(--tp-grey-2);
    color: var(--tp-common-black);
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    padding: 2px 21px;
    margin-bottom: 8px;
    margin-right: 8px;
    text-transform: uppercase;
    border: 1px solid var(--tp-border-2);
    font-family: var(--tp-ff-heading);
}

@media (max-width: 767px) {
    .tagcloud a {
        padding: 2px 7px;
    }
}

.tagcloud a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
}

.postbox__tag.tagcloud a {
    border: none;
}

.single-social-share span {
    font-size: 20px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black);
}

.single-social-share a {
    font-size: 15px;
    margin: 0 10px;
}

.single-social-share a:last-child {
    margin-right: 0;
}

.single-social-share a:hover {
    color: var(--tp-common-black);
}

blockquote {
    background: var(--tp-grey-1);
    padding: 35px 50px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
}

blockquote p {
    line-height: 1.5;
    font-size: 20px;
    color: #57565e;
    font-weight: 400;
}

blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative;
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    color: var(--tp-theme-1);
    padding-bottom: 0px;
    display: inline-block;
    background: var(--tp-theme-1);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.tp-ct-position {
    position: static;
}

/*----------------------------------------*/

/*  16. CONTACT CSS START
/*----------------------------------------*/

.tp-contact-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-contact-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.8);
}

.tp-contact-form-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.tp-contact-form-title i {
    margin-right: 8px;
}

.tp-section-wrapper {
    z-index: 9;
    position: relative;
}

@media (max-width: 767px) {
    .tp-contact-info {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0;
    }
}

.tp-contact-form {
    display: block;
    border-bottom: 5px solid var(--tp-common-black);
    z-index: 9;
    position: relative;
    top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-form {
        top: 0;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tp-contact-form {
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }
}

.tp-contact-form input {
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: var(--tp-grey-3);
    border: 0;
}
input[type="file"] {
    padding-top: 8px;
}

.tp-contact-form input::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form input:-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form input::-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form input:-ms-input-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form textarea {
    height: 145px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: var(--tp-grey-3);
    resize: none;
    border: 0;
}

.tp-contact-form textarea::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form textarea:-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form textarea::-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form textarea:-ms-input-placeholder {
    color: var(--tp-text-body);
}

.tp-contact-form textarea:focus {
    outline: 0;
}

.tp-contact-form-2 {
    position: static;
}

.tp-ct-info__title {
    font-size: 24px;
}

.tp-ct-info__title i {
    margin-right: 15px;
}

.p-color-change p {
    color: #C8C8C8;
}

.ct-info__box {
    border: 1px solid #F1F1F1;
    min-height: 300px;
}

.ct-info__box span {
    color: var(--tp-common-black);
}

.tp-ct-form {
    border: 1px solid #F1F1F1;
}

@media (max-width: 767px) {
    .tp-ct-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-ct-form input {
    width: 47%;
    float: left;
    margin-right: 30px;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: var(--tp-grey-3);
    border: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-ct-form input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-ct-form input {
        width: 100%;
    }
}

.tp-ct-form input::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form input:-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form input::-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form input:-ms-input-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form textarea {
    height: 209px;
    width: 97%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: var(--tp-grey-3);
    resize: none;
    border: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-ct-form textarea {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-ct-form textarea {
        width: 100%;
    }
}

.tp-ct-form textarea::-webkit-input-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form textarea:-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form textarea::-moz-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form textarea:-ms-input-placeholder {
    color: var(--tp-text-body);
}

.tp-ct-form textarea:focus {
    outline: 0;
}

.tp-ct-map {
    height: 787px;
    margin-top: -140px;
    position: relative;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-ct-map {
        height: 480px;
    }
}

.tp-ct-map iframe {
    width: 100%;
    height: 100%;
}

/*----------------------------------------*/

/*  17. FOOTER CSS START
/*----------------------------------------*/

.tp-footer__widget-title {
    color: var(--tp-grey-5);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 22px;
    margin-bottom: 20px;
}
.tp-footer__widget.pb-30.offcanvas-ct-info b {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 35.5px;
    font-family: var(--tp-ff-body);
    font-weight: 700;
}
.tp-footer__widget ul li span {
    list-style: none;
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 35.5px;
}

.tp-footer__widget ul li a {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 35.5px;
}

.tp-footer__widget ul li:hover {
    opacity: 0.8;
}

.footer-logo a img {
    width: 40% !Important;
    height: auto;
}

.tp-footer__2 ul li span {
    list-style: none;
    font-size: 16px;
    color: var(--tp-grey-5);
    line-height: 35.5px;
}

.tp-footer__2 ul li a {
    font-size: 16px;
    color: var(--tp-grey-5);
    line-height: 35.5px;
}

.tp-footer__2 ul li a:hover {
    color: var(--tp-common-white);
}

.footer-form-2 {
    position: relative;
}

.footer-form-2 input {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    color: var(--tp-grey-5);
    font-size: 16px;
    font-family: var(--tp-ff-heading);
    padding-right: 150px;
}

@media (max-width: 767px) {
    .footer-form-2 input {
        padding-right: 130px;
    }
}

.footer-form-2 input::-webkit-input-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-2 input:-moz-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-2 input::-moz-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-2 input:-ms-input-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-2 button {
    position: absolute;
    font-size: 16px;
    right: 0;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-weight: 500;
}

.footer-form-2 button i {
    padding-left: 5px;
}

.footer-form-3 input {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    color: var(--tp-grey-5);
    font-size: 16px;
    font-family: var(--tp-ff-heading);
    padding-right: 50px;
    margin-bottom: 50px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .footer-form-3 input {
        padding-right: 130px;
    }
}

.footer-form-3 input::-webkit-input-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-3 input:-moz-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-3 input::-moz-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-3 input:-ms-input-placeholder {
    color: var(--tp-grey-5);
    font-size: 16px;
}

.footer-form-3 button {
    font-size: 16px;
    right: 0;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-weight: 500;
}

.footer-form-3 button:hover {
    opacity: 0.8;
}

.footer-form-3 button i {
    padding-left: 5px;
}

.tp-footer__top-title {
    font-size: 36px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__top-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer__top-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-footer__top-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.tp-footer__top .tp-border-button {
    border-bottom: 1px solid #fff;
}

.tp-insta .tp-insta__item {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-insta .tp-insta__item {
        margin-left: 0;
        margin-right: 20px;
    }
}

.tp-insta .tp-insta__item a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
}

.tp-insta .tp-insta__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.5);
    transition: 0.3s;
    visibility: hidden;
}

.tp-insta .tp-insta__item:hover a {
    opacity: 1;
    visibility: visible;
}

.tp-insta .tp-insta__item:hover::before {
    visibility: visible;
}

.tp-footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-copyrigh-text {
    color: var(--tp-grey-5);
    font-size: 15px;
}

.tp-footer-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-footer-social-icon ul li {
        margin-left: 0px;
        margin-right: 20px;
    }
}

.tp-footer-social-icon ul li a {
    font-size: 16px;
    color: var(--tp-grey-5);
}

.tp-ft-social-icons ul li {
    display: inline-block;
    margin-right: 20px;
}

.tp-ft-social-icons ul li:last-child {
    margin-right: 0;
}

.tp-ft-social-icons ul li:hover a {
    opacity: 0.8;
}

.footer-col-2-2 {
    padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-col-2-2 {
        padding-left: 0;
    }
}


#nav-tab {
    display: inline-block;
  }

  #nav-tabContent {
    border-top: 1px solid #e4e4e4;
  }
  .tp-service.text-center.white-bg.pt-40.pb-25.pl-25.pr-25.mb-30:hover {
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  }
  .tp-service.text-center.white-bg.pt-0.pb-25.pl-25.pr-25.mb-30:hover{
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  }
  
 p.section2-paragraph {
    font-size: 18px;
    line-height: 32.5px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    text-align:justify;
}

p.section2-paragraph2 {
    font-size: 18px;
    line-height: 32.5px;
    text-align: left;
    padding: 0px 100px 0px 0px;
    text-align:justify;
}
.no-padding {
    padding: 0px 0px 60px 0px !important;
}

.pitch-us-img.pt-130 img {
    height: auto;
    width: 100%;
    margin-left: -100px;
}
.pitch-us-section h1 {
    font-weight: 800;
    color: #0a0a0a;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 70px;
}

.pitch-us-section p {
    font-size: 18px;
    line-height: 29px;
    color: black;
}

#pitch-us label{
    color: #818385;
    font-weight: 500;
    font-size: 15px;
}
#pitch-us .pitch-us-form {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: 2px 2px 15px 2px;
}

#pitch-us .pitch-us-form h1 {
    color: #0a0a0a;
    font-weight: 700;
    font-size: 32px;
}

#pitch-us .pitch-us-form p {
    color: #7e7e7e;
    font-size: 13px;
}

#pitch-us .pitch-us-form p i {
    color: red;
    font-size: 8px;
    position: relative;
    top: -3px;
}

#pitch-us input#fullname {
    padding: 10px;
}

#pitch-us input#industry {
    padding: 10px;
}

#pitch-us input#phone {
    padding: 10px;
}

#pitch-us input#address {
    padding: 10px;
}

#pitch-us input#website {
    padding: 10px;
}

#pitch-us input#email {
    padding: 15px;
}

#pitch-us input#zip {
    padding: 15px;
}


#pitch-us input#address2 {
    padding: 15px;
}

#pitch-us textarea {
    border: 1px solid #ced4da;
    resize: none;
}

#pitch-us  select#country {
    padding: 15px;
    border: 1px solid #b6b6b6;
}
#pitch-us  select#funds {
    padding: 12px;
    border: 1px solid #ced4da;
}
#pitch-us .nice-select.custom-select.d-block.w-100 {
    display: none !important;
}

#pitch-us input#issameaddress {
    margin-left: 20px;
}
#pitch-us  textarea {
    width: 100%;
    height: 130px;
  }

  @media(max-width:767px){
    #pitch-us  textarea {
        width: 100%;
        height: 130px;
        font-size: 14px;
      }
      #pitch-us label{
        color: #0a0c0e;
        font-weight: 500;
        font-size: 12px;
    }
    #pitch-us input#address2 {
        padding: 10px;
        font-size: 12px;
    }
  }
  
a.btn-white-manag {
    background: white !important;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 20px;
    color: black;
}

a.btn-white-manag:hover {
    background: #ffffff30 !important;
    border: 1px solid #fffefe;
    color: white;
}
.tp-service {
    min-height: 430px !important;
    padding:0px;
}
.back ul li {
    display: inline-block;
}

.back ul li a {
    color: white;
    text-align:left;
    margin-right:10px;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
.modal-content p {
    text-align: justify;
}
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.modal .modal-content {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal.active .modal-content {
  opacity: 1;
}
.modal.active .close-modal {
  transform: translateY(3px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal {
    right: 20px !important;
  }
}


.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay2.active2 {
    opacity: 1;
    visibility: visible;
  }
}

.modal2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal2 .close-modal2 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal2 .close-modal2 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal .modal-content {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal2.active2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal2.active2 .modal-content2 {
  opacity: 1;
}
.modal2.active2 .close-modal2 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal2 {
    right: 20px !important;
  }
}


.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay3.active3 {
    opacity: 1;
    visibility: visible;
  }
}

.modal3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal3 .close-modal3 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal3 .close-modal3 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal3 .modal-content3 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal3.active3 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal3.active3 .modal-content3 {
  opacity: 1;
}
.modal3.active3 .close-modal3 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal3 {
    right: 20px !important;
  }
}

.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay4.active4 {
    opacity: 1;
    visibility: visible;
  }
}

.modal4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal4 .close-modal4 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal4 .close-modal4 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal4 .modal-content4 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal4.active4 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal4.active4 .modal-content4 {
  opacity: 1;
}
.modal4.active4 .close-modal4 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal4 {
    right: 20px !important;
  }
}

.modal5 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay5 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay5.active5 {
    opacity: 1;
    visibility: visible;
  }
}

.modal5 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal5 .close-modal5 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal5 .close-modal5 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal5 .modal-content5 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal5.active5 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal5.active5 .modal-content5 {
  opacity: 1;
}
.modal5.active5 .close-modal5 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal5 {
    right: 20px !important;
  }
}



.modal6 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay6 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay6.active6 {
    opacity: 1;
    visibility: visible;
  }
}

.modal6 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal6 .close-modal6 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal6 .close-modal6 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal6 .modal-content6 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal6.active6 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal6.active6 .modal-content6 {
  opacity: 1;
}
.modal6.active6 .close-modal6 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal5 {
    right: 20px !important;
  }
}


.wrapper{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.fab {
margin: auto;

}
.social{
  color: #FFF;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social:hover {
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	transition: all ease 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
  
}

.facebook {
 color:#4267B2;
}

.twitter {
color:#1DA1F2;

}
.youtube {
      color:#c4302b;
}
.pinterest {
   color:#c8232c;
}
.instagram {
 color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;

}
.tumblr {
        color: #34526f;
}
.whatsapp {
        color:#25D366;
}
.fa-3x {
    font-size: 30px !important;
}
.bg-ico {
  display: flex;
    background-color: #FFF;
    width: 50px;
    height: 40px;
    margin: 0px 15px;
    text-align: center;
    position: relative;
  
}
.bg-ico:hover{
     box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
}

.soc {
  display: flex;
    list-style: none;
    text-align: center;
}
.soc li {
  display: inline-block;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    margin: 0 50px
}
.soc svg {
  height: 100%;
  width: 100%;
}
.linkedin:hover {
  color: #007BB6;
  fill: #007BB6;
}

.social-left a{
    margin:0px !important;
}
.tp-service__icons img {
    height: 270px;
    padding: 0px;
}
.tp-service__icon {
    padding: 0px !important;
}
.modal7 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay7 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay7.active7 {
    opacity: 1;
    visibility: visible;
  }
}

.modal7 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal7 .close-modal7 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal7 .close-modal7 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal7 .modal-content7 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal7.active7 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal7.active7 .modal-content7 {
  opacity: 1;
}
.modal7.active7 .close-modal7 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal7 {
    right: 20px !important;
  }
}


.modal8 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


@media only screen and (min-width: 40em) {
  .modal-overlay8 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay8.active8 {
    opacity: 1;
    visibility: visible;
  }
}

.modal8 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  height:auto;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  padding:30px 20px 30px 20px;
}
.modal8 .close-modal8 {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal8 .close-modal8 svg {
  width: 1.75em;
  height: 1.75em;
}
.modal8 .modal-content8 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal8.active8 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal8.active8 .modal-content8 {
  opacity: 1;
}
.modal8.active8 .close-modal8 {
  transform: translateY(10px);
  opacity: 1;
}


@media only screen and (max-width: 39.9375em) {
  .modal8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal8 {
    right: 20px !important;
  }
}

.modal-content p {
    text-align: justify;
}
.modal-content1 p {
    text-align: justify;
}
.modal-content2 p {
    text-align: justify;
}
.modal-content3 p {
    text-align: justify;
}
.modal-content4 p {
    text-align: justify;
}
.modal-content5 p {
    text-align: justify;
}
.modal-content6 p {
    text-align: justify;
}
.modal-content7 p {
    text-align: justify !important;
}
.modal-content8 p {
    text-align: justify !important;
}

.btn-modal1 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal2 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal3 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal4 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal5 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal6 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal7 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.btn-modal8 {
    background: #d71921;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 50px;
}


/* Pitch us Form */



.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
  }
  .wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
  }
  
  .form-wizard {
    color: #888888;
    padding: 30px;
  }
  .form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
  }
  .form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  
  .form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
  }
  
  .form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #0a0a0a;
  }
  
  .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
      
  }
  ul.list {
    width: 100%;
    max-height:250px;
    overflow-y: scroll !important;
}
  .pitch-us-img.pt-80 img {
    float: left;
    margin-left: -100px;

    }

    .nice-select.form-control {
        padding: 7px !important;
    }

    span.current {
        font-size: 16px;
        color: #8c908c;
    }

  .form-wizard-submit-btn {
    background-color: #0a0a0a;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
  .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
  }
  .form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
  }
  .form-wizard .form-wizard-header {
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #0a0a0a;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
  }
  .form-wizard .wizard-fieldset {
    display: none;
  }
  .form-wizard .wizard-fieldset.show {
    display: block;
  }
  .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .form-wizard .form-wizard-previous-btn {
    background-color: #0a0a0a;
  }
  .form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: 1px solid #3c3c3c59;
    width: 100%;
  }
  .nice-select::after {
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 8px;
    content: "\f107";
    transform-origin: center;
    color: #524e4e;
    font-weight: 500;
    height: auto;
    width: auto;
    font-size: 22px;
}
  .form-wizard .form-control:focus {
    box-shadow: none;
  }
  .form-wizard .form-group {
    position: relative;
    margin: 13px 0;
  }
  .form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
  }
  .form-wizard .focus-input .wizard-form-text-label {
    color: #0a0a0a;
    top: -22px;
    transition: 0.2s linear all;
    font-size: 12px;
  }
  .form-wizard .form-wizard-steps {
    margin: 15px 0;
  }
  .form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
  }
  .form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
  }
  .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #0a0a0a;
    color: #ffffff;
  }
  .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #0a0a0a;
    left: 50%;
    width: 50%;
    border-color: #0a0a0a;
  }
  .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #0a0a0a;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
  }
  .form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  @keyframes click-radio-wave {
    0% {
      width: 25px;
      height: 25px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      width: 60px;
      height: 60px;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0.0;
    }
  }
  @media screen and (max-width: 767px) {
    .wizard-content-left {
      height: auto;
    }
  }
  .float-right {
    float: right;
}
  


@media (max-width:768px) {
    .mb-200 {
        margin-bottom: 40px;
    }
    .mt-100 {
        margin-top: 0px;
    }
    #pitch-us .pitch-us-form {
        padding: 20px;
        background: #f7f7f7;
        border-radius: 3px;
        box-shadow: 2px 2px 15px 2px;
    }
    .form-wizard {
        color: #888888;
        padding: 0px;
    }
    span.current {
        font-size: 14px;
        color: black;
    }
    .form-wizard .form-control {
        font-weight: 300;
        height: auto !important;
        padding: 15px;
        color: #888888;
        background-color: #f1f1f1;
        border: 1px solid #3c3c3c59;
        width: 100%;
        font-size: 14px;
    }
}