﻿/*================================================
    Theme Name: Kindit - Consulting & Design HTML5 Template
    Description: Kindit - Consulting & Design HTML5 Template
    Version: 1.0
=================================================*/

/***************************** TABLE OF CONTENTS ******************************
01. Theme Default CSS
02. Typography CSS
03. Common Classes CSS
04. Body Overlay CSS
05. Progress Wrap CSS
06. Background Color CSS
07. Spacing CSS
08. Carousel CSS
09. Page Title CSS
10. Modal CSS
11. Section Title CSS
12. Main Slider Two CSS
13. Custom Cursor Cursor CSS
14. Pluse Animation CSS
15. Video Ripple CSS
16. FadeIn Custom CSS
17. Modeal Video Animation CSS
18. Ripple Animation CSS
19. Sticky Animation CSS
20. Preloader CSS
21. Header CSS
22. Main Menu CSS
23. Slider CSS
24. Feature Two CSS
25. Services Two CSS
26. Counter Two CSS
27. Digital Experience Area CSS
28. Video Two CSS
29. Testimonial Two CSS
30. Blog Two CSS
31. Services CSS
32. History CSS
33. About CSS
34. Banner CSS
35. Project CSS
36. Mobile Nav CSS
37. Testimonial CSS
38. Team CSS
39. Blog CSS
40. Basic Pagination CSS
41. Comment Box CSS
42. Post Comment CSS
43. Brand CSS
44. Process CSS
45. Pricing CSS
46. Fact CSS
47. Portfolio CSS
48. Faq CSS
49. Contact CSS
50. Sidebar CSS
51. Footer CSS

52. Google Fonts CSS
53. Reset Styles CSS
54. Buttons CSS
55. Utility CSS
56. Owl Carousel Nav Prev CSS START
57. Extra Info CSS START


***********************************************************************************/


/*================================================
01. Theme Default CSS START
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

:root {
    --tp-ff-body: 'DM Sans', sans-serif;
    --tp-ff-heading: 'DM Sans', sans-serif;
    --tp-ff-p: 'DM Sans', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #fff;
    --tp-common-white-rgb: 255, 255, 255;
    --tp-common-black: #000;
    --tp-common-black-2: #24292d;
    --tp-common-black-rgb: 27, 24, 37;
    --tp-common-base: #ea1b29;
    --tp-common-base-rgb: 234, 27, 41;
    --tp-heading-primary: #343a40;
    --tp-common-font: 'DM Sans', sans-serif;
    --tp-common-gray: #878c8f;
    --tp-common-gray-rgb: 135, 140, 143;
    --tp-common-bdr-radius: 10px;
    --tp-grey-1: #c5c5c5;
    --tp-grey-2: #aeaeae;
    --tp-grey-3: #acacac;
    --tp-grey-4: #999;
    --tp-grey-5: #f7f7f7;
    --tp-grey-6: #b7b7b7;
    --tp-grey-7: #a6aeb5;
    --tp-grey-8: #edf2f6;
    --theme-color1: #121c27;
    --theme-color-white: #ffffff;
    --tp-text-body: #777;
    --tp-text-1: #000;
    --tp-theme-1: #de2021;
    --tp-theme-2: #fff1f1;
    --tp-border-1: #ededed;
    --tp-border-2: #e9e9e9;
    --tp-border-3: #999;
    --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: 14px;
    --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
}

.ptb-100 {
    padding-top: 0;
    padding-bottom: 100px
}


/*================================================
02. 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
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .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: 0;
    padding: 0
}

p {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 25px
}

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 .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

a,
button {
    color: inherit;
    outline: 0;
    border: 0;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input {
    outline: 0
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

*::-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
}

.bg-dark {
  background-color: #091d3e !important;
}

.text-light {
  color: #ffffff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: #ffffff;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.default-padding-big {
  padding: 250px 0;
}

@media only screen and (max-width: 767px) {
  .default-padding-big {
    padding: 50px 0;
  }
}

.default-padding-top {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 50px;
  }
}

.default-padding-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 50px;
  }
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom.bottom-less {
    margin-bottom: 0;
  }
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top.bottom-less {
    margin-bottom: 0;
  }
}


/*================================================
03. Common Classes CSS START
=================================================*/
.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
}

.b-radius {
    border-radius: 6px
}


/*================================================
04. Body Overlay CSS START
=================================================*/
.body-overlay {
    background-color: rgba(var(--tp-common-black), 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.body-overlay:hover {
    cursor: pointer
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible
}


/*================================================
05. Progress Wrap CSS START
=================================================*/
@media(max-width:575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px
    }
}

@media(min-width:1400px) {
    .custom-container {
        max-width: 1680px
    }
}

@media(min-width:1400px) {
    .custom-container-3 {
        max-width: 1200px
    }
}


/*================================================
06. Background Color CSS START
=================================================*/
.grey-bg {
    background: var(--tp-grey-1)
}

.grey-bg-5 {
    background: var(--tp-grey-5)
}

.grey-bg-8 {
    background: var(--tp-grey-8)
}

.theme-bg {
    background: var(--tp-theme-1)
}

.white-bg {
    background: var(--tp-common-white)
}

.black-bg {
    background: var(--tp-common-black)
}

.black-bg-2 {
    background: var(--tp-common-black-2)
}

.black-bg-3 {
    background: var(--tp-heading-primary)
}


/*================================================
07. Spacing CSS START
=================================================*/
.pt-250 {
    padding-top: 250px
}

.pb-205 {
    padding-bottom: 205px
}

.tp-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative
}

.tp-btn i {
    margin-left: 15px
}

.tp-btn:hover {
    box-shadow: none;
    color: var(--tp-theme-1)
}

.tp-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(10, 10, 10, 0.7);
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-2 i {
    margin-left: 15px
}

.tp-btn-2:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white)
}

.tp-btn-2:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-2::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-ts {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-common-white);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-ts i {
    margin-left: 15px
}

.tp-btn-ts:hover {
    box-shadow: none;
    color: var(--tp-common-white)
}

.tp-btn-ts:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-ts::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-ps {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 1px solid transparent;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.tp-btn-ps i {
    margin-left: 15px
}

.tp-btn-ps:hover {
    box-shadow: none;
    color: var(--tp-theme-1)
}

.tp-btn-ps:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-ps::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-d {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-grey-8);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-d i {
    margin-left: 15px
}

.tp-btn-d:hover {
    box-shadow: none;
    color: var(--tp-common-white)
}

.tp-btn-d:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-d::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-df {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-df i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.tp-btn-df:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    padding-right: 75px
}

.tp-btn-df:hover i {
    visibility: visible;
    opacity: 1
}

.tp-btn-df:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-df::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-df-active {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    padding-right: 75px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-df-active i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: .3s
}

.tp-btn-df-active:hover {
    box-shadow: none;
    color: var(--tp-heading-primary);
    border-color: var(--tp-grey-8)
}

.tp-btn-df-active:hover::after {
    transform: skewX(45deg) scale(1, 1);
    background: var(--tp-common-white)
}

.tp-btn-df-active::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-df-active-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 80px;
    line-height: 76px;
    padding: 0 40px;
    padding-right: 75px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-df-active-2 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: .3s
}

.tp-btn-df-active-2:hover {
    box-shadow: none;
    color: var(--tp-heading-primary)
}

.tp-btn-df-active-2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    background: var(--tp-common-white)
}

.tp-btn-df-active-2::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

@media(max-width:575px) {
    .tp-btn-df-active-2 {
        padding: 0 20px;
        padding-right: 64px
    }
}

.tp-btn-3 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-2);
    border-color: transparent;
    color: var(--tp-theme-1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-theme-2);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-3 i {
    margin-left: 15px
}

.tp-btn-3:hover {
    box-shadow: none;
    color: var(--tp-common-white)
}

.tp-btn-3:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-3::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-4 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid #f5f5f5;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-4 i {
    margin-left: 15px
}

.tp-btn-4:hover {
    box-shadow: none;
    color: var(--tp-theme-1)
}

.tp-btn-4:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-4::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-4-active {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-btn-4-active i {
    margin-left: 15px
}

.tp-btn-4-active:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
    border-color: #f5f5f5;
    background: #f5f5f5
}

.tp-btn-4-active:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-4-active::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-join-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-join-btn i {
    margin-right: 10px;
    color: var(--tp-theme-1)
}

.tp-join-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white)
}

.tp-join-btn:hover i {
    color: var(--tp-common-white)
}

.tp-join-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-join-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-touch-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.tp-touch-btn i {
    margin-left: 10px
}

.tp-touch-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    border-color: var(--tp-common-white)
}

.tp-touch-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-touch-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.tp-btn-white {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    border: 2px solid var(--tp-common-white);
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06)
}

.tp-btn-white i {
    margin-left: 15px;
    color: var(--tp-text-body)
}

.tp-btn-white:hover {
    box-shadow: none;
    color: var(--tp-common-white)
}

.tp-btn-white:hover i {
    color: var(--tp-common-white)
}

.tp-btn-white:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.tp-btn-white::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}


/*================================================
08. Carousel CSS START
=================================================*/
.ms-button {
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.7);
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 20px;
    color: var(--tp-common-white);
    border-radius: 6px;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    margin: 0;
    vertical-align: middle;
    transition: all .3s ease-out 0s
}

.ms-button::after {
    display: none
}

.ms-button:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white)
}

@media(max-width:575px) {
    .ms-button {
        display: none
    }
}

.swiper-button-next {
    right: 80px;
    left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .swiper-button-next {
        right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper-button-next {
        right: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .swiper-button-next {
        right: 5px
    }
}

.swiper-button-prev {
    left: 80px;
    right: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .swiper-button-prev {
        left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .swiper-button-prev {
        left: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .swiper-button-prev {
        left: 5px
    }
}

.ms-button-2 {
    font-size: 20px;
    background-color: var(--tp-common-white);
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    color: var(--tp-heading-primary);
    border-radius: 50%;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    margin: 0;
    vertical-align: middle;
    transition: all .3s ease-out 0s;
    position: absolute
}

.ms-button-2::after {
    display: none
}

.ms-button-2:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .ms-button-2 {
        top: 82%
    }
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .ms-button-2 {
        display: none
    }
}

.ms-button-3 {
    font-size: 14px;
    position: relative;
    font-weight: var(--tp-fw-sbold);
    color: #c6c9cd
}

.ms-button-3 i {
    margin: 0 5px
}

.ms-button-3::after {
    display: none
}

.ms-button-3:hover {
    color: var(--tp-theme-1)
}

@media(max-width:575px) {
    .ms-button-3 {
        display: none
    }
}

.ms-button-3-border::before {
    position: absolute;
    content: "";
    background: #c6c9cd;
    width: 2px;
    height: 10px;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.ms-button-4 i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--tp-common-white);
    color: var(--tp-heading-primary);
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s
}

.ms-button-4 i:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.project__slider-arrow-wrapper {
    display: flex;
    justify-content: end
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .project__slider-arrow-wrapper {
        justify-content: start
    }
}

@media(max-width:575px) {
    .project__slider-arrow-wrapper {
        display: none
    }
}

.project__slider-arrow {
    width: 150px;
    display: flex;
    justify-content: space-between
}

.related__services-arrow {
    position: absolute;
    right: 16%;
    top: 13%;
    width: 115px;
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .related__services-arrow {
        top: 10%
    }
}

@media(max-width:575px) {
    .related__services-arrow {
        top: 12%;
        right: 12%
    }
}

.ts-pagination {
    top: 50%;
    right: 0;
    text-align: right
}

.ts-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 20px;
    display: block;
    border-radius: 6px;
    background: #000;
    margin: 5px 0 !important;
    position: relative
}

.ts-pagination .swiper-pagination-bullet-active {
    background: var(--tp-theme-1);
    height: 30px
}

.ts-pagination.swiper-pagination-bullets {
    bottom: auto;
    left: auto;
    width: auto;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}


/*================================================
09. PAGE TITLE CSS START
=================================================*/
.page__title {
    font-size: 70px;
    color: var(--tp-common-white);
    line-height: 62px;
    margin-bottom: 0
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .page__title {
        font-size: 45px
    }
}

.page__title-wrapper {
    position: relative;
    z-index: 1;
    text-align: center
}

.page__title-wrapper .breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.page__title-wrapper .breadcrumb-menu ul li::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    height: 15px;
    width: 2px;
    position: absolute;
    left: -3px;
    top: 5px
}

.page__title-wrapper .breadcrumb-menu ul li:first-child::before {
    display: none
}

.page__title-wrapper .breadcrumb-menu ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px
}

.page__title-wrapper .breadcrumb-menu ul li a:hover {
    color: var(--tp-theme-1)
}

.page__title-wrapper .breadcrumb-menu ul li span {
    color: var(--tp-common-white);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px
}

.page__title-height {
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page__title-height {
        min-height: 500px
    }
}

@media(max-width:575px) {
    .page__title-height {
        min-height: 450px
    }
}

.page__title-overlay {
    position: relative
}

.page__title-overlay::after {
    background-image: -moz-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute
}

.page__title-overlay::before {
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    width: 100%;
    height: 100%;
    content: "";
    bottom: 0;
    position: absolute
}


/*================================================
10. Modal CSS START
=================================================*/
#search-modal {
    background: rgba(0, 0, 0, 0.65)
}

#search-modal button span {
    color: #fff;
    top: 50px;
    right: 50px;
    position: absolute;
    font-size: 50px
}

#search-modal button span:hover {
    transform: rotate(90deg);
    color: var(--tp-theme-1)
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    outline: 0
}

#search-modal .modal-dialog .modal-content {
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

#search-modal .modal-dialog .modal-content form {
    max-width: 555px;
    position: relative
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.938);
    background: 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
    outline: 0
}

#search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.938)
}

#search-modal .modal-dialog .modal-content form input:-ms-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.938)
}

#search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.938)
}

#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.938)
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.938);
    background: 0;
    border: 0;
    cursor: pointer;
    top: 11px
}

.section__wrapper {
    position: relative
}

.section__wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--tp-border-1);
    top: 0
}

.section__wrapper .section__title {
    font-size: 40px;
     padding-top: 20px;
    margin-left: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .section__wrapper .section__title {
        font-size: 30px
    }
}

@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) {
    .section__wrapper .section__title {
        font-size: 28px
    }
}

@media(max-width:575px) {
    .section__wrapper .section__title {
        font-size: 26px
    }
}

.section__wrapper-2 .section__title {
    margin-left: 0
}

.section__wrapper-2 .sm-title-d {
    color: var(--tp-common-white);
    font-size: 40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .section__wrapper-2 .sm-title-d {
        font-size: 35px
    }
}

@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) {
    .section__wrapper-2 .sm-title-d {
        font-size: 28px
    }
}

@media(max-width:575px) {
    .section__wrapper-2 .sm-title-d {
        font-size: 26px
    }
}

.section__wrapper-2::before {
    display: none
}

.section__wrapper-2 .st-meta {
    font-size: 14px;
    color: var(--tp-theme-1);
    background: var(--tp-theme-2);
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1)
}

.section__wrapper-2 .st-meta-2 {
    font-size: 14px;
    color: var(--tp-theme-1);
    background: var(--tp-common-white);
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1)
}

.section__wrapper-2 .st-meta-3 {
    font-size: 14px;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1)
}

.section__wrapper-3::before {
    background: #545a60
}

.section__wrapper .r-text {
    position: absolute;
    left: -5%;
    bottom: 32%;
    transform: rotate(-90deg)
}

.section__wrapper .r-text span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-grey-1);
    letter-spacing: 1px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .section__wrapper .r-text span {
        font-size: 12px
    }
}

.section__title font-size:40px;
line-height:1.3;
padding-top:20px;
margin-left:30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .section__title {
        font-size: 35px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px) {
    .section__title {
        font-size: 28px
    }
}

@media(max-width:575px) {
    .section__title {
        font-size: 26px
    }
}

.section-2__wrapper .st-1 {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    display: inline-block;
    color: var(--tp-theme-1);
    position: relative;
    margin-bottom: 5px
}

.section-2__wrapper .st-1::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 40px;
    height: 2px;
    top: 50%;
    right: -50px
}

.section-2__wrapper .st-2 {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    display: inline-block;
    color: var(--tp-theme-1);
    position: relative;
    margin-bottom: 5px
}

.section-2__wrapper .st-2::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 70px;
    height: 2px;
    top: 50%;
    right: -80px
}

.section-2__wrapper .st-2::after {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 70px;
    height: 2px;
    top: 50%;
    left: -80px
}

.section-2__wrapper .section__title {
    font-size: 48px;
    padding-top: 20px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .section-2__wrapper .section__title {
        font-size: 40px
    }
}

.section-2__wrapper .section__title-sd {
    font-size: 50px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .section-2__wrapper .section__title-sd {
        font-size: 40px
    }
}

.section-2__wrapper .section__title-sm {
    font-size: 40px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .section-2__wrapper .section__title-sm {
        font-size: 30px
    }
}


/*================================================
11. Section Title CSS START
=================================================*/
.section-title {
    text-align: center;
    margin-bottom: 45px
}

.section-title span {
    color: #fd9b5f;
    font-weight: bold;
    text-transform: uppercase
}

.section-title h2 {
    font-size: 48px;
    margin: 14px 0 25px 0
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto
}

.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.section-title.text-width {
    max-width: 600px;
    margin: 0 auto 45px
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }
}

.section-title-two {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 47px
}

.section-title-two__tagline-box {
    position: relative;
    display: inline-block
}

.section-title-two__tagline-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -55px;
    width: 40px;
    height: 3px;
    background-color: var(--tp-common-base);
    transform: translateY(-50%)
}

.section-title-two__tagline-box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -55px;
    width: 40px;
    height: 3px;
    background-color: var(--tp-common-base);
    transform: translateY(-50%)
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: var(--tp-common-base);
    font-weight: 600
}

.section-title-two__title {
    margin: 0;
    color: var(--tp-common-black);
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 17px
}


/*================================================
12. Main Slider Two CSS START
=================================================*/
main-slider-two {
    position: relative;
    background-color: var(--tp-common-black);
    z-index: 10
}

.main-slider-two .item {
    background-color: var(--tp-common-black);
    position: relative;
    padding-top: 331px;
    padding-bottom: 215px;
    z-index: 10
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

.main-slider-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 8, 17, .85);
    mix-blend-mode: multiply;
    z-index: -1
}

.main-slider-two__shape-1 {
    background-image: -moz-linear-gradient(128.66deg, #222 0, #905137 57%, #fe7f4c 100%);
    background-image: -webkit-linear-gradient(128.66deg, #222 0, #905137 57%, #fe7f4c 100%);
    background-image: -ms-linear-gradient(128.66deg, #222 0, #905137 57%, #fe7f4c 100%);
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    width: 1130px;
    height: 867px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    mix-blend-mode: hard-light;
    opacity: .85;
    z-index: 2
}

.main-slider-one__img {
    position: absolute;
    bottom: 0;
    right: -35px;
    transform: translateX(500px);
    opacity: 0;
    z-index: 2
}

.main-slider-one__img img {
    width: auto !important
}

.active .main-slider-one__img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 500ms
}

.main-slider-two__img {
    position: absolute;
    bottom: 0;
    right: 105px;
    transform: translateX(500px);
    opacity: 0;
    z-index: 2
}


.main-slider-two__img img {
    width: auto !important
}

.active .main-slider-two__img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 500ms
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10
}

.main-slider-two__sub-title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.main-slider-two__title {
    position: relative;
    display: block;
    font-size: 90px;
    color: var(--tp-common-white);
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -0.01em;
    margin-top: 31px;
    margin-bottom: 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.main-slider-two__text {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
    margin-top: 43px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.active .main-slider-two__title,
.active .main-slider-two__text,
.active .main-slider-two__sub-title,
.active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 61px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--tp-common-white-rgb), .30);
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--tp-common-white-rgb), 0);
    border: 2px solid var(--tp-common-white)
}


/*================================================
13. Custom Cursor Cursor CSS START
=================================================*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--tp-common-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--tp-common-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991
}

.custom-cursor__hover {
    background-color: var(--tp-common-base);
    opacity: .4
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4
}

.thm-btn {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--tp-common-base);
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px 15px;
    padding-right: 13px;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .03em;
    transition: all .5s linear;
    z-index: 1
}

.thm-btn span {
    position: relative;
    margin-left: 40px;
    font-size: 11px
}

.thm-btn::before {
    content: "";
    position: absolute;
    width: 81px;
    height: 69px;
    top: 0;
    right: -41px;
    border-radius: 50%;
    background-color: rgba(1, 1, 1, .20);
    transform: scalex(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: left center;
    z-index: -1
}

.thm-btn:hover:before {
    transform: scalex(1.1);
    transform-origin: right center;
    transition-delay: 200ms;
    width: 130%;
    border-radius: 0
}

.thm-btn:hover {
    color: var(--tp-common-white)
}

.section-title {
    position: relative;
    display: block;
    margin-top: -4px;
    margin-bottom: 57px
}

.section-title__tagline-box {
    position: relative;
    display: flex;
    align-items: center
}

.section-title__tagline-icon {
    position: relative;
    display: block
}

.section-title__tagline-icon img {
    width: auto
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: var(--tp-common-base);
    font-weight: 600;
    letter-spacing: .2em;
    margin-left: 14px;
    top: 3px
}

.section-title__tagline::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--tp-common-base)
}

.section-title__title {
    margin: 0;
    color: var(--tp-common-black);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 19px
}


/*================================================
14. Pluse Animation CSS START
=================================================*/
@import
@-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)
    }
}


/*================================================
15. Video Ripple CSS START
=================================================*/
@import
@keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}


/*================================================
16. FadeIn Custom CSS START
=================================================*/
@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}


/*================================================
17. Modeal Video Animation CSS START
=================================================*/
@keyframes waveAlarm {
    0% {
        transform: scale(1);
        opacity: 40%
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

/*================================================
18. Ripple Animation CSS START
=================================================*/
@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: .6
    }

    50% {
        transform: scale(1.6);
        opacity: .3
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}


/*================================================
19. Sticky Animation CSS START
=================================================*/
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0%)
    }
}

.black-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#1F1F1F), to(#3D3D3D));
    background: linear-gradient(90deg, #1F1F1F 0, #3D3D3D 100%)
}



/*================================================
20. Preloader CSS START
=================================================*/
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: visible;
    z-index: 99999;
    top: 0;
    left: 0
}

.preloader .preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.preloader-grid {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.preloader-grid .preloader-grid-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    -ms-flex: 0 1 auto;
    max-width: 33.33%;
    width: 33.33%;
    height: 33.33%;
    background-color: white;
    -webkit-animation: preloader-delay 1.3s infinite ease-in-out;
    animation: preloader-delay 1.3s infinite ease-in-out
}

.preloader-grid .preloader-grid-item-1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader-grid .preloader-grid-item-2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.preloader-grid .preloader-grid-item-3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preloader-grid .preloader-grid-item-4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader-grid .preloader-grid-item-5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader-grid .preloader-grid-item-6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.preloader-grid .preloader-grid-item-7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloader-grid .preloader-grid-item-8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader-grid .preloader-grid-item-9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes preloader-delay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes preloader-delay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.pre-loaded .preloader {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.pre-loaded .loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}


/*================================================
21. Header CSS START
=================================================*/
.header-area {
    position: absolute;
    position: absolute;
    z-index: 222;
    width: 100%
}

.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;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    background: var(--tp-heading-primary)
}

.header__sticky.header__bottom-2 {
    padding: 15px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__sticky.header__bottom-2 {
        padding: 30px 0
    }
}

.header__sticky.header__area-3 {
    background: #ffebeb;
    padding: 25px 0
}

.logo {
    width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.main-menu ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li {
        margin-right: 20px
    }
}


/*================================================
22. Main Menu CSS START
=================================================*/
.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li.has-dropdown>a {
    padding-right: 14px
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    right: -4px;
    top: 42px;
    font-size: 14px;
    font-size: 14px;
    color: var(--tp-grey-2);
    font-family: "Font Awesome 6 Pro"
}

.main-menu ul li a {
    color: var(--tp-grey-2);
    font-size: 16px;
    line-height: 20px;
    padding: 40px 0;
    display: inline-block;
    transition: .3s
}

.main-menu ul li .active {
    color: var(--tp-common-white)
}

.main-menu ul li:hover>a {
    color: var(--tp-theme-1)
}

.main-menu ul li:hover>a::after {
    color: var(--tp-theme-1)
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 0 15px;
    transition: .3s;
    border-top: 4px solid var(--tp-theme-1)
}

.main-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 100%;
    display: block
}

.main-menu ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 5px 25px;
    transition: .3s;
    color: var(--tp-heading-primary);
    text-transform: capitalize
}

.main-menu ul li .sub-menu li .active {
    color: var(--tp-theme-1)
}

.main-menu ul li .sub-menu li:hover>a {
    color: var(--tp-theme-1)
}

.main-menu ul li .sub-menu li>.sub-menu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li .sub-menu li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1
}

.menu-padding {
    padding-left: 40px
}

.header-info {
    display: flex
}

.header-info .info-item span {
    font-size: 12px;
    display: inline-block;
    font-weight: var(--tp-fw-sbold)
}

.header-info .info-item h5 {
    font-size: 14px;
    color: var(--tp-common-white)
}

.header-info .info-item-right {
    margin-right: 40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header-info .info-item-right {
        margin-right: 20px
    }
}


.header__top {
    padding: 10px 0
}

.header__top-info {
    display: flex;
    justify-content: end
}

.header__top-info p {
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 0
}

.header__top-info p a {
    text-decoration: underline
}

.header__top-info-text {
    margin-right: 50px;
    position: relative
}

.header__top-info-text::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #ff7d42;
    right: -25px;
    top: 8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__top-info-text::before {
        display: none
    }
}

.header__top-info-text span {
    font-weight: var(--tp-fw-sbold)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__top-info {
        display: block
    }
}

.header__top-right {
    display: flex;
    justify-content: end
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__top-2 {
        display: none
    }
}

.header__sm-links {
    position: relative;
    margin-right: 60px
}

.header__sm-links::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #ff7d42;
    right: -40px;
    top: 8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__sm-links::before {
        right: -15px
    }
}

.header__sm-links a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    margin-right: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__sm-links a {
        margin-right: 15px
    }
}

.header__sm-links a:last-child {
    margin-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__sm-links {
        margin-right: 15px
    }
}

.header__lang .nice-select {
    height: auto;
    background: transparent;
    border: 0;
    line-height: 25px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-sbold)
}

.header__lang .nice-select::after {
    width: 7px;
    height: 7px;
    border-color: var(--tp-common-white)
}

.header__lang .option {
    color: var(--tp-heading-primary)
}

.header__lang .option:hover,
.header__lang .option.selected.focus {
    color: var(--tp-theme-1)
}

.header__smcontact {
    display: flex;
    justify-content: end
}

.header__inner {
    padding: 20px 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__inner-2 {
        display: none
    }
}

.header__smcontact-list {
    display: flex;
    color: var(--tp-common-white);
    position: relative;
    transition: .3s;
    margin-right: 30px;
    align-items: center
}

.header__smcontact-list:last-child {
    margin-right: 0
}

.header__smcontact-list .sm-clist__icon i {
    font-size: 30px;
    color: var(--tp-theme-1);
    transition: .3s;
    margin-right: 10px
}

.header__smcontact-list .sm-clist__icon-2 i {
    font-size: 15px;
    color: var(--tp-grey-3);
    margin-left: 30px
}

.header__smcontact-list .sm-clist__text span {
    font-size: 14px;
    color: var(--tp-grey-3);
    display: inline-block
}

.header__smcontact-list .sm-clist__text h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0
}

.header__smcontact-list .sm-clist__text-2 h4 {
    font-size: 15px
}

.header__smcontact-list-df {
    background: var(--tp-common-white);
    padding: 5px 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: -20px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__smcontact-list-df {
        margin-top: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }
}

.header__smcontact-list-df:hover {
    background: var(--tp-theme-1)
}

.header__smcontact-list-df:hover .sm-clist__text-2 span,
.header__smcontact-list-df:hover h4 {
    color: var(--tp-common-white)
}

.header__smcontact-list-df:hover .sm-clist__icon-2 i {
    color: var(--tp-common-white)
}

.header__smcontact-list-3 {
    background: var(--tp-common-white);
    width: 190px;
    height: 65px;
    border-radius: 6px;
    padding: 10px 15px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    transition: .3s;
    margin: 0 auto
}

@media(max-width:575px) {
    .header__smcontact-list-3 {
        display: none
    }
}

.header__smcontact-list-3:hover {
    background: var(--tp-heading-primary)
}

.header__smcontact-list-3:hover .sm-clist__text-2 span,
.header__smcontact-list-3:hover h4 {
    color: var(--tp-common-white)
}

.header__smcontact-list-3:hover .sm-clist__icon-2 i {
    color: var(--tp-common-white);
    margin-right: 0
}

.header__inner-logo {
    padding: 20px 30px;
    background: var(--tp-common-white);
    width: 175px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    margin-top: -40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__inner-logo {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .header__inner-logo {
        display: none
    }
}

.header__inner-logo::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: auto;
    right: 0;
    width: 100%;
    height: 10%;
    background: var(--tp-theme-1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: -1
}

.header__sm-action {
    display: flex;
    justify-content: end
}

.header__sm-action-item {
    margin-right: 40px
}

.header__sm-action-item:last-child {
    margin-right: 0
}

.header__sm-action-item i {
    font-size: 15px;
    color: var(--tp-common-white)
}

.header__sm-action .right-border {
    position: relative
}

.header__sm-action .right-border::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: var(--tp-grey-3);
    right: -25px;
    top: 8px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__bottom-2 {
        padding: 30px 0
    }
}

.header__side {
    display: flex;
    align-items: center
}

@media(max-width:575px) {
    .header__side {
        justify-content: space-between
    }
}

.header__side-icon {
    margin-right: 30px;
    height: 60px;
    width: 60px;
    background: var(--tp-common-white);
    border-radius: 50%;
    margin-right: 50px;
    padding: 14px 0;
    cursor: pointer
}

.header__side-icon span {
    height: 2px;
    width: 15px;
    display: block;
    background: var(--tp-heading-primary);
    margin: 6px auto;
    transition: .3s
}

.header__side-icon span.bar2 {
    width: 30px
}

.header__side-icon:hover span,
.header__side-icon .basic-bar span.bar2 {
    width: 30px
}

.header__logo-overlay {
    position: relative;
    width: 175px;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: -30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__logo-overlay {
        margin-top: 0
    }
}

.header__logo-overlay::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: var(--tp-theme-1);
    z-index: -1
}

.menu-counter {
    counter-reset: count
}

.menu-counter>nav>ul>li::before {
    color: var(--tp-grey-2);
    font-size: 14px;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 500ms ease;
    display: block
}

.menu-counter>nav>ul>li:hover::before {
    color: var(--tp-theme-1)
}

.mean-container a.meanmenu-reveal {
    display: none
}

.mean-container .mean-nav {
    background: 0;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: 0
}

.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-heading-primary);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--tp-heading-primary);
    line-height: 30px;
    top: 0;
    font-weight: 400
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: #ebebeb
}

.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-heading-primary)
}

.sliderm-height {
    height: 970px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .sliderm-height {
        height: 850px
    }
}

@media(max-width:575px) {
    .sliderm-height {
        height: 700px
    }
}


/*================================================
23. Slide CSS START START
=================================================*/
.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 10.5s cubic-bezier(0, 0, 0.2, 1);
    mix-blend-mode: multiply
}

.item-slider {
    position: relative;
    display: flex;
    align-items: center
}

.item-slider::after {
    background-image: -moz-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #343a40 0, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute
}

.item-slider::before {
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #343a40 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute
}

.slider-contant {
    position: relative;
    z-index: 1;
    text-align: center
}

@media(max-width:575px) {
    .slider-contant {
        margin-top: 105px
    }
}

.slider-contant span {
    font-size: 40px;
    display: inline-block;
    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:575px) {
    .slider-contant span {
        font-size: 40px
    }
}

.slider-contant .slider-title {
    font-size: 80px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .slider-contant .slider-title {
        font-size: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .slider-contant .slider-title {
        font-size: 70px
    }
}

.swiper-slide-active .slider-contant span,
.swiper-slide-active .slider-contant .slider-title,
.swiper-slide-active .slider-button a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.swiper-slide-active .slider-contant span {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.swiper-slide-active .slider-contant .slider-title {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.swiper-slide-active .slider-button a.tp-btn {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.swiper-slide-active .slider-button a.tp-btn-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.swiper-slide-active .slide-bg {
    transform: scale(1.2)
}

.slider__area {
    position: relative
}

.slider__d-info {
    margin-right: 160px
}

@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:575px) {
    .slider__d-info {
        margin-right: 0
    }
}

.slider__d-info p {
    font-size: 18px;
    line-height: 26px
}

.slider__d-title {
    font-size: 120px;
    line-height: .9;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider__d-title {
        font-size: 85px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__d-title {
        font-size: 68px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .slider__d-title {
        font-size: 50px
    }
}

.slider__item {
    position: relative;
    z-index: 1
}

.slider__circle-shape {
    height: 500px;
    width: 500px;
    position: absolute;
    right: 5%;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transition: 1.2s;
    transform: scale(1);
    background: var(--tp-common-white);
    transform: translateY(-50%);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__circle-shape {
        height: 300px;
        width: 300px;
        right: 0;
        top: 48%
    }
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .slider__circle-shape {
        display: none
    }
}

@media(max-width:575px) {
    .slider-button a {
        margin-right: 0;
        margin-top: 20px
    }
}

.swiper-slide-active .slider__d-info p,
.swiper-slide-active .slider__d-info .slider__d-title,
.swiper-slide-active .slider__d-info .subscribe-form {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.swiper-slide-active .slider__d-info .slider__d-title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.swiper-slide-active .slider__d-info p {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.swiper-slide-active .slider__d-info .subscribe-form {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.main-slider-nav {
    overflow: hidden
}

.main-slider-dot {
    margin-top: -96px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-slider-dot {
        margin-top: -96px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-slider-dot {
        margin-top: -115px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main-slider-dot {
        margin-top: -130px
    }
}

@media(max-width:575px) {
    .main-slider-dot {
        margin-top: 0
    }
}

.swiper-slide-thumb-active .sm-button {
    opacity: 1
}

.sm-button {
    display: flex;
    width: 100%;
    color: var(--tp-common-white);
    padding-right: 30px;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
    opacity: .6;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .sm-button {
        padding-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sm-button {
        padding-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .sm-button {
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sm-button {
        padding-right: 0;
        padding-bottom: 25px
    }
}

@media(max-width:575px) {
    .sm-button {
        display: none
    }
}

.sm-button::before {
    border-color: var(--tp-theme-1);
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 20%;
    height: 4px;
    bottom: 2px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.sm-button:hover {
    border-color: var(--tp-theme-1);
    opacity: 1
}

.sm-button:hover::before {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.main-slider-dot .swiper-slide-thumb-active .sm-button::before {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.main-slider-dot .swiper-slide-thumb-active .sm-button {
    filter: grayscale(0)
}


/*================================================
24. Feature Two CSS START
=================================================*/
.feature-two {
    position: relative;
    display: block;
    background-color: #1b1825
}

.feature-two__single {
    position: relative;
    display: block;
    background-color: var(--tp-common-white);
    text-align: center;
    padding: 48px 0 47px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1
}

.feature-two__single::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--tp-common-base);
    transform: translateX(-50%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1
}

.feature-two__single:hover:before {
    top: -40%
}

.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--tp-common-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.feature-two__single:hover .feature-two__icon span {
    color: var(--tp-common-white)
}

.feature-two__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 9px
}

.feature-two__title a {
    color: var(--tp-common-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.feature-two__single:hover .feature-two__title a {
    color: var(--tp-common-white)
}

.feature-two__text {
    font-size: 16px;
    line-height: 26px;
    color: var(--tp-common-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.feature-two__single:hover .feature-two__text {
    color: var(--tp-common-white)
}


/*================================================
25. Services Two CSS START
=================================================*/
.services-two {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    padding: 72px 0 30px;
    margin-top: 0;
    margin-right: 120px;
    z-index: 2
}

.services-two__left {
    position: relative;
    display: block;
    margin-left: -225px;
    margin-right: -67px
}

.services-two__img {
    position: relative;
    display: block
}

.services-two__img img {
    width: 100%
}

.services-two__right {
    position: relative;
    display: block;
    margin-left: -50px;
    margin-right: -140px;
    margin-top: 60px
}

.services-two__right .row {
    --bs-gutter-x: 20px
}

.services-two__single-box {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    z-index: 1
}

.services-two__single {
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #fff;
    padding: 49px 30px 40px;
    padding-left: 50px;
    z-index: 1
}

.services-two__single:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--tp-common-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.services-two__single-box:hover .services-two__single:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.services-two__icon {
    position: relative;
    display: inline-block;
    z-index: 1
}

.services-two__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    height: 38px;
    width: 38px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1
}

.services-two__icon span {
    font-size: 65px;
    color: var(--tp-common-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.services-two__single-box:hover .services-two__icon span {
    color: var(--tp-common-white)
}

.services-two__content {
    margin-left: 20px
}

.services-two__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 7px
}

.services-two__title a {
    color: var(--tp-common-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.services-two__single-box:hover .services-two__title a {
    color: var(--tp-common-white)
}

.services-two__text {
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.services-two__single-box:hover .services-two__text {
    color: var(--tp-common-white)
}


/*================================================
26. Counter Two CSS START
=================================================*/
.counter-two {
    position: relative;
    display: block;
    background-color: #1b1825;
    padding: 820px 0 70px;
    overflow: hidden;
    margin-top: -750px;
    z-index: 1
}

.counter-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -178px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .02;
    z-index: -1
}

.counter-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--tp-common-white);
    border-radius: 5px
}

.counter-two__list li {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    border-right: 1px solid rgba(26, 26, 26, .15);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 31px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.counter-two__list li:hover {
    border-right: 1px solid var(--tp-common-base)
}

.counter-two__list li:last-child {
    border-right: 0
}

.counter-two__list li:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: var(--tp-common-base);
    border-radius: 5px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all .4s linear;
    z-index: -1
}

.counter-two__list li:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all .4s linear;
    opacity: 1
}

.counter-two__single {
    position: relative;
    display: block
}

.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--tp-common-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.counter-two__list li:hover .counter-two__icon span {
    color: var(--tp-common-white)
}

.counter-two__text {
    color: var(--tp-common-black);
    line-height: 18px;
    margin-bottom: 27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.counter-two__list li:hover .counter-two__text {
    color: var(--tp-common-white)
}

.counter-two__single h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 38px !important;
    font-family: var(--tp-common-font) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.counter-two__list li:hover .counter-two__single h3 {
    color: var(--tp-common-white)
}

.counter-two__list .odometer-formatting-mark {
    display: none
}


/*================================================
27. Digital Experience Area CSS START
=================================================*/
.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.digital-experience-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px
}

.digital-experience-tab .tabs li {
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-right: 12px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 15.6666666667%
}

.digital-experience-tab .tabs li:last-child {
    margin-right: 0
}

.digital-feature-box {
    background: #EA1B29;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.digital-feature-box .digital-feature-box-icon span:before {
    font-size: 60px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 35px;
    color: #fff
}

.digital-feature-box .digital-feature-box-content .title h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff
}

.digital-feature-box .digital-feature-box-content .para p {
    color: #fff
}

.digital-feature-box:before {
    content: "";
    background: rgba(24, 49, 95, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.digital-feature-box:after {
    position: absolute;
    background: url(../img/bg/1.jpg);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.digital-feature-box:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.digital-feature-box:hover:before,
.digital-feature-box:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.digital-feature-box:hover .digital-feature-box-icon span:before {
    position: relative;
    z-index: 2;
    color: #fff
}

.digital-feature-box:hover .digital-feature-box-content .title h3 {
    color: #fff;
    position: relative;
    z-index: 2
}

.digital-feature-box:hover .digital-feature-box-content .para p {
    position: relative;
    z-index: 2;
    color: #fff
}

.digital-experience-tab .tabs li.bg-5cbd12 i {
    color: #5cbd12
}

.digital-experience-tab .tabs li.bg-e2851b i {
    color: #e2851b
}

.digital-experience-tab .tabs li.bg-04b893 i {
    color: #04b893
}

.digital-experience-tab .tabs li.bg-785eda i {
    color: #785eda
}

.digital-experience-tab .tabs li.bg-d0465a i {
    color: #d0465a
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content h3 {
    font-size: 30px;
    margin-bottom: 12px
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content p {
    margin-bottom: 0
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content {
    margin-top: 30px;
    position: relative;
    padding-left: 45px;
    -webkit-transition: .5s;
    transition: .5s
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content .icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fd9b5f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content h3 {
    font-size: 22px;
    margin-bottom: 12px
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content:hover .icon i {
    background: #f64c67
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-image {
    text-align: right
}


/*================================================
28. Video Two CSS START
=================================================*/
.video-two {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(90deg, #123821 44%, #a79132 100%);
    background-image: -webkit-linear-gradient(90deg, #123821 44%, #a79132 100%);
    background-image: -ms-linear-gradient(90deg, #123821 44%, #a79132 100%);
    padding: 192px 0 442px;
    z-index: 1
}

.video-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

.video-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, #1b1825 44%, #d54851 100%);
    background-image: -webkit-linear-gradient(180deg, #1b1825 50%, #d54851 50%);
    background-image: -ms-linear-gradient(90deg, #1b1825 44%, #d54851 100%);
    opacity: .702;
    z-index: -1
}

.video-two__inner {
    position: relative;
    display: block
}

.video-two__video-link {
    position: relative;
    display: block;
    text-align: center
}

.video-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-base);
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1
}

.video-two__video-icon:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.video-two__video-icon:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border: 1px solid rgba(var(--tp-common-white-rgb), .30);
    border-radius: 50%
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 116px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--tp-common-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--tp-common-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--tp-common-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--tp-common-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%
}

.video-two__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-two__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}


/*================================================
29. Testimonial Two CSS START
=================================================*/
.testimonial-two {
    position: relative;
    display: block;
    margin-top: -245px;
    z-index: 2
}

.testimonial-two__left {
    position: relative;
    display: block
}

.testimonial-two__left-img {
    position: relative;
    display: block
}

.testimonial-two__left-img img {
    width: 100%
}

.testimonial-two__text-1 {
    line-height: 30px
}

.testimonial-two__left .section-title-two {
    margin-top: 70px;
    margin-bottom: 29px
}

.testimonial-two__left .section-title-two__tagline-box:before {
    display: none
}

.testimonial-two__counter {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 31px
}

.testimonial-two__counter-single {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-two__counter-single+.testimonial-two__counter-single {
    margin-left: 75px
}

.testimonial-two__counter-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    width: 90px;
    height: 90px
}

.testimonial-two__counter-icon span {
    position: relative;
    display: inline-block;
    font-size: 52px;
    color: var(--tp-common-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.testimonial-two__counter-single:hover .testimonial-two__counter-icon span {
    transform: scale(.9)
}

.testimonial-two__counter-content {
    margin-left: 20px
}

.testimonial-two__counter-count {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-two__counter-count h3 {
    font-size: 55px;
    line-height: 55px !important;
    font-family: var(--tp-common-font) !important;
    font-weight: 400;
    margin-bottom: 7px
}

.testimonial-two__counter-letter {
    font-size: 55px;
    line-height: 55px !important;
    font-family: var(--tp-common-font) !important;
    font-weight: 400;
    position: relative;
    display: inline-block;
    color: var(--tp-common-black);
    top: -7px
}

.testimonial-two__counter-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--tp-common-black)
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: -125px;
    background-color: var(--tp-common-base);
    padding-left: 50px;
    padding-right: 75px;
    padding-top: 80px;
    padding-bottom: 80px
}

.testimonial-two__carousel {
    position: relative;
    display: block
}

.testimonial-two__single {
    position: relative;
    display: block
}

.testimonial-two__quote {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--tp-common-white)
}

.testimonial-two__text-2 {
    font-size: 38px;
    color: var(--tp-common-white);
    line-height: 60px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 46px
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 90px;
    border-radius: 50%
}

.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%
}

.testimonial-two__client-content {
    margin-left: 20px
}

.testimonial-two__client-name {
    font-size: 32px;
    font-weight: 600;
    color: var(--tp-common-white);
    letter-spacing: -0.025em;
    margin-bottom: 10px
}

.testimonial-two__client-sub-title {
    font-size: 15px;
    color: var(--tp-common-white);
    font-weight: 500;
    line-height: 15px
}

.testimonial-two__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: -180px;
    top: 58%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0 auto;
    height: 0;
    line-height: 0
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-top: 20px
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(var(--tp-common-white-rgb), .50);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    border: 1px solid var(--tp-common-white);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: .1s
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot .owl-dot:hover span,
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot.active span:before {
    transform: scale(1)
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background-color: rgba(var(--tp-common-white-rgb), 1)
}


/*================================================
30. Blog Two CSS START
=================================================*/
.blog-two {
    position: relative;
    display: block;
    padding: 40px 0 90px;
    z-index: 1
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.blog-two__img-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.blog-two__img-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #23252b;
    background: linear-gradient(0deg, rgba(35, 37, 43, 1) 1%, rgba(35, 37, 43, 0) 74%);
    z-index: 1
}

.blog-two__img-one img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1)
}

.blog-two__single:hover .blog-two__img-one img {
    transform: scale(1.05)
}

.blog-two__content-one {
    position: absolute;
    bottom: 51px;
    left: 60px;
    z-index: 2
}

.blog-two__date-and-comments {
    position: relative;
    display: flex;
    align-items: end
}

.blog-two__date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 65px;
    width: 60px;
    background-color: var(--tp-common-base);
    border-radius: 10px
}

.blog-two__date p {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    line-height: 18px
}

.blog-two__comments {
    margin-left: 20px
}

.blog-two__comments a {
    font-size: 14px;
    color: var(--tp-common-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-two__comments a i {
    position: relative;
    display: inline-block
}

.blog-two__comments a:hover {
    color: var(--tp-common-base)
}

.blog-two__title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 12px
}

.blog-two__title a {
    color: var(--tp-common-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-two__title a:hover {
    color: var(--tp-common-base)
}

.blog-two__right {
    position: relative;
    display: block
}

.blog-two__list {
    position: relative;
    display: block
}

.blog-two__list>li {
    position: relative;
    display: flex;
    margin-bottom: 30px
}

.blog-two__img-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--tp-common-black);
    width: 170px;
    z-index: 1
}

.blog-two__img-two img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1)
}

.blog-two__list>li:hover .blog-two__img-two img {
    transform: scale(1.05);
    opacity: .50
}

.blog-two__content-two {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
    padding: 29px 30px 28px
}

.blog-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3px
}

.blog-two__meta>li+li {
    margin-left: 15px
}

.blog-two__meta>li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--tp-common-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-two__meta>li>a>i {
    position: relative;
    display: inline-block;
    padding-right: 8px
}

.blog-two__meta>li>a:hover {
    color: var(--tp-common-base)
}

.blog-two__title-two {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px
}

.blog-two__title-two a {
    color: var(--tp-common-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-two__title-two a:hover {
    color: var(--tp-common-base)
}


















/*================================================
31. Service CSS START
=================================================*/
.service_tab_section {
    position: relative;
    z-index: 1
}

.sm-services__icon {
    margin-right: 15px
}

.sm-services__icon i {
    font-size: 50px;
    color: var(--tp-theme-1);
    transition: .3s
}

.sm-services__text span {
    font-size: 14px;
    color: var(--tp-grey-3);
    display: inline-block
}

.sm-services__text h4 {
    color: var(--tp-common-white);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sm-services__text h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .sm-services__text h4 {
        font-size: 18px
    }
}

.single-services {
    padding: 35px 40px;
    background: var(--tp-common-white);
    border-radius: 6px
}

.single-services h5 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px
}

.single-services .services-list ul li {
    margin-bottom: 12px;
    list-style: none
}

.single-services .services-list ul li span {
    font-size: 16px;
    display: inline-block
}

.single-services .sr-button {
    padding-top: 15px;
    border-top: 1px solid var(--tp-border-2)
}

.single-services .sr-button a {
    font-size: 14px;
    font-weight: var(--tp-fw-medium)
}

.single-services .sr-button a:hover {
    color: var(--tp-theme-1)
}

.services__slider {
    position: relative;
    margin-right: -370px
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .services__slider {
        margin-right: 0
    }
}

.ser__text a {
    color: var(--tp-heading-primary);
    text-decoration: underline;
    font-weight: var(--tp-fw-medium)
}

.sm-services__lists {
    transform: translateY(-40px)
}

.sm-services__item .flip-card-front {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border-radius: 6px
}

.sm-services__item .flip-card-front .flip-card-icon i {
    font-size: 80px;
    color: var(--tp-heading-primary)
}

.sm-services__item .flip-card-front .flip-card-icon-2 i {
    color: var(--tp-theme-1)
}

.sm-services__item .flip-card-front .flip-card-title {
    font-size: 20px
}

.sm-services__item .flip-card-front .flip-card-title-2 {
    margin-bottom: 15px
}

.sm-services__item .flip-card-back {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border-radius: 6px
}

.sm-services__item .flip-card-back .flip-card-icon i {
    font-size: 80px;
    color: var(--tp-common-white)
}

.sm-services__item .flip-card-back .flip-card-title {
    font-size: 20px;
    color: var(--tp-common-white)
}

.sm-services__item .flip-card-back .flip-card-omore i {
    color: var(--tp-common-white)
}

.sm-services__item .flip-card-back .flip-card-omore p {
    font-size: 14px;
    line-height: 24px
}

.sm-services__item .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.sm-services__item .flip-card-inner-2 {
    box-shadow: none
}

.sm-services__item .flip-card-inner-2 p {
    font-size: 14px;
    line-height: 24px
}

.sm-services__item .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.sm-services__item .flip-card-front,
.sm-services__item .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sm-services__item .flip-card-front {
    background-color: #fff;
    color: black;
    border-radius: 6px;
    padding: 85px 0
}

.sm-services__item .flip-card-front-2 {
    padding: 35px 40px;
    height: 260px
}

.sm-services__item .flip-card-back {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    transform: rotateY(180deg);
    border-radius: 6px;
    padding: 65px 0;
    position: relative
}

.sm-services__item .flip-card-back-2 {
    padding: 35px 40px;
    height: 260px
}

.sm-services__item .flip-card-back span {
    display: inline-block;
    font-weight: var(--tp-fw-medium)
}

.sm-services__item .flip-card-back p {
    color: var(--tp-common-white)
}

.sm-services__item .flip-card-back .flip-card-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sm-services__item .flip-card-back .flip-card-bg img {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {
    .sm-services__item {
        margin-bottom: 30px
    }
}

.sm-services__info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .sm-services__info {
        display: block
    }
}

.sm-services__info h5 {
    font-size: 24px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sm-services__info h5 {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .sm-services__info h5 {
        font-size: 22px;
        margin-bottom: 20px
    }
}

.sm-services__more a {
    font-size: 16px;
    color: var(--tp-common-white);
    transition: .3s
}

.sm-services__more a i {
    margin-left: 5px
}

.sm-services__more a:hover {
    color: var(--tp-theme-1)
}

.services__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.services__item {
    padding: 50px 45px;
    background: var(--tp-common-white);
    border-radius: 6px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .services__item {
        padding: 50px 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services__item {
        padding: 50px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services__item {
        padding: 50px 30px
    }
}

.services__item .ser__icon i {
    font-size: 60px;
    color: var(--tp-theme-1)
}

.services__item .ser__title {
    font-size: 20px;
    line-height: 1.4
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services__item .ser__title {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services__item .ser__title br {
        display: none
    }
}

.services__item .ser__title:hover {
    color: var(--tp-theme-1)
}

.services__item .ser__more-option a {
    font-size: 14px;
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-sbold);
    display: inline-block
}

.services__item .ser__more-option a i {
    margin-left: 10px
}

.services__item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px
}

.services__item-tp {
    position: relative;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.03)
}

.services__item-tp::after {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    background-color: var(--tp-theme-1);
    border-radius: 6px;
    height: 100%;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.services__item-tp::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: var(--tp-common-white);
    border-radius: 6px;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.services__item-tp:hover::after,
.services__item-tp:hover::before {
    visibility: visible;
    opacity: 1
}

.services__item-tp:hover::after {
    bottom: -15px
}

.services__item-tp:hover::before {
    top: -25px
}

.services__item-grid {
    position: relative;
    border: 2px solid var(--tp-border-2)
}

.services__item-grid::after {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    background-color: var(--tp-theme-1);
    border-radius: 6px;
    height: 100%;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.services__item-grid::before {
    position: absolute;
    content: "";
    left: -2px;
    background-color: var(--tp-common-white);
    border-radius: 6px;
    height: 100%;
    width: 101.5%;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    border: 2px solid var(--tp-border-2);
    transition: .3s
}

.services__item-grid:hover {
    border-top-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.services__item-grid:hover::after,
.services__item-grid:hover::before {
    visibility: visible;
    opacity: 1
}

.services__item-grid:hover::after {
    bottom: -15px
}

.services__item-grid:hover::before {
    top: -25px
}

.related__services {
    position: relative
}

.related__services-title {
    font-size: 20px
}

.cta__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 1
}

.cta__area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 58, 64, 0.6);
    z-index: -1
}

.cta__title {
    font-size: 60px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .cta__title br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta__title {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .cta__title {
        font-size: 30px
    }
}

@media(max-width:575px) {
    .cta__button a {
        margin-right: 0;
        margin-top: 20px
    }
}

.hide {
    display: none
}


/*================================================
32. History CSS START
=================================================*/
.history__area {
    position: relative;
    z-index: 1
}

.history__right {
    position: relative
}

.history__right-bg {
    position: absolute;
    width: 35%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .history__right-bg {
        display: none
    }
}

.history__right-bg img {
    width: 100%;
    height: 100%
}

.history__item .sm-item-thumb {
    position: relative;
    overflow: hidden
}

.history__item .sm-item-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1)
}

.history__item .sm-item-tag {
    position: absolute;
    bottom: 0;
    left: 30px
}

.history__item .sm-item-tag span {
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: inline-block;
    text-align: center
}

.history__item .sm-item-content {
    padding: 30px;
    background: var(--tp-common-white);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .history__item .sm-item-content {
        padding: 30px 20px
    }
}

.history__item .sm-item-content h6 {
    font-size: 20px;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .history__item .sm-item-content h6 {
        font-size: 18px
    }
}

.history__item .sm-item-content h6:hover {
    color: var(--tp-theme-1)
}

.history__item .sm-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px
}

.history__item:hover .sm-item-thumb img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.nevigation__info {
    display: flex;
    align-items: center
}

.nevigation__info img {
    margin-right: 20px
}

.nevigation__info-2 {
    text-align: right;
    justify-content: end
}

.nevigation__info-2 img {
    margin-left: 20px;
    margin-right: 0
}

.nevigation__content p {
    margin-bottom: 0
}

.nevigation__title {
    font-size: 18px;
    transition: .3s
}

.nevigation__title:hover {
    color: var(--tp-theme-1)
}

.nevigation__icon i {
    font-size: 40px;
    color: var(--tp-theme-1)
}


/*================================================
33. About CSS START
=================================================*/
.ab-tab-info {
    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:575px) {
    .ab-tab-info {
        margin-bottom: 80px
    }
}

.ab-left-content {
    margin-left: 75px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ab-left-content {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .ab-left-content {
        margin-left: 0
    }
}

.ab-left-content .abd-text {
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary)
}

.ab-left-content .ab-author h5 {
    font-size: 16px;
    line-height: 26px
}

.ab-left-content .ab-author h5 span {
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-regular)
}

.ab-left-content .ab-author-2 h5 {
    color: var(--tp-theme-1)
}

.absp-text {
    display: flex;
    width: 270px;
    padding: 30px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    background: var(--tp-common-white);
    border-radius: 6px;
    position: absolute
}

@media(max-width:575px) {
    .absp-text {
        display: none
    }
}

.absp-text i {
    font-size: 50px;
    color: var(--tp-theme-1);
    margin-right: 20px
}

.absp-text .absp-info h5 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0
}

.absp-text .absp-info .absm-title {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: var(--tp-grey-4)
}

.absp-text-1 {
    top: -35px;
    left: -5px
}

.absp-text-2 {
    bottom: -50px;
    right: -65px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .absp-text-2 {
        right: -10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .absp-text-2 {
        right: -25px
    }
}

.ab-image.w-img {
    margin-left: 80px
}

@media(max-width:575px) {
    .ab-image.w-img {
        margin-left: 0
    }
}

.sm-text {
    font-size: 18px;
    line-height: 26px
}

.about__info {
    border-bottom: 1px solid var(--tp-border-2)
}

.about__info-quote {
    font-size: 18px;
    line-height: 26px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium)
}

.about__list-item {
    display: flex;
    align-items: center
}

.about__list-item i {
    font-size: 70px;
    color: var(--tp-theme-1);
    margin-right: 20px
}

.about__list-item-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.about__right {
    margin-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__right {
        margin-right: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about__right {
        margin-right: 0
    }
}

.about__right-2 {
    margin-left: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__right-2 {
        margin-left: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about__right-2 {
        margin-left: 0;
        margin-top: 55px
    }
}

.about__image {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .about__image {
        margin-top: 40px;
        margin-bottom: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about__image {
        margin-top: 40px;
        margin-bottom: 55px
    }
}

.about__image-big img {
    border-radius: 6px
}

@media(max-width:575px) {
    .about__image-big img {
        max-width: 100%
    }
}

.about__image-small {
    position: absolute;
    right: 0;
    bottom: -28%
}

.about__image-small img {
    width: 300px;
    height: 300px;
    border: 10px solid var(--tp-common-white);
    border-radius: 6px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06)
}

@media(max-width:575px) {
    .about__image-small {
        display: none
    }
}

.about__image-small-2 {
    bottom: -15%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__image-small-2 {
        bottom: -40%
    }
}

.about__image-small-2 img {
    width: 370px;
    height: 370px
}

.about__image-shape {
    position: absolute;
    left: 40px;
    bottom: -25%
}

.about__image-shape span {
    width: 50px;
    height: 50px;
    background: var(--tp-theme-1);
    display: inline-block;
    border-radius: 6px
}

.about__image-2 {
    margin-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about__image-2 {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__image-2 img {
        max-width: 100%
    }
}

.about__area .abs__info {
    padding-left: 130px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .about__area .abs__info {
        margin-bottom: 70px
    }
}

.about__area .abs__image-2 {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1
}

.about__area .abs__image-2 img {
    width: 250px;
    height: 250px
}

.about__area .abs__image-3 {
    position: absolute;
    bottom: -15px;
    left: 12%;
    z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__area .abs__image-3 {
        bottom: -60px
    }
}

.about__area .abs__image-3 img {
    width: 100px;
    height: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__area-2 {
        padding-top: 120px
    }
}

.about__sm-image .sm-image__item {
    position: relative;
    overflow: hidden
}

.about__sm-image .sm-image__item img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1)
}

.about__sm-image .sm-image__item:hover img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.about__sm-image .sm-image__content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    background-color: rgba(222, 32, 33, 0.9);
    border-radius: 6px;
    transition: .3s
}

.about__sm-image .sm-image__content .sm-number {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.about__sm-image .sm-image__content .sm-number a {
    font-size: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-sbold)
}

.about__sm-image .sm-image__content .sm-number a span {
    font-size: 36px;
    color: var(--tp-common-white)
}

.about__sm-image .sm-image__content .sm-number p {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 26px
}

.about__sm-image-df {
    transform: translateY(-30px)
}

.st-right-border {
    padding-left: 20px;
    border-left: 1px solid var(--tp-border-2)
}

@media(max-width:575px),
only screen and (min-width:768px) and (max-width:991px) {
    .company__about {
        overflow: hidden
    }
}

.company__about-tab .about-tabs {
    justify-content: space-around;
    border: 0;
    background: var(--tp-heading-primary);
    width: 100%
}

.company__about-tab .about-tabs .abst-item {
    width: 33.33%;
    background-color: var(--tp-heading-primary);
    display: flex;
    justify-content: space-evenly
}

.company__about-tab .about-tabs .abst-item-link {
    border: 0;
    background: inherit;
    font-size: 14px;
    color: var(--tp-common-white);
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
    padding: 25px 10px;
    width: 100%
}

.company__about-tab .about-tabs .abst-item-link i {
    margin-left: 15px;
    visibility: hidden;
    opacity: 0
}

.company__about-tab .about-tabs .abst-item-link.active {
    background: var(--tp-theme-1);
    position: relative
}

.company__about-tab .about-tabs .abst-item-link.active::before {
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    bottom: -8px;
    width: 15px;
    height: 8px;
    background: var(--tp-theme-1);
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.company__about-tab .about-tabs .abst-item-link.active i {
    visibility: visible;
    opacity: 1
}

.company__sm-about span {
    width: 120px;
    height: 120px;
    line-height: 120px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    background: var(--tp-common-white);
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    margin-bottom: 70px
}

.company__sm-about p {
    font-size: 20px;
    line-height: 28px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .company__sm-about p {
        font-size: 18px
    }
}

.sdf__item {
    padding: 40px;
    border: 1px solid var(--tp-border-2);
    display: flex;
    border-radius: 6px;
    position: relative;
    background: var(--tp-common-white);
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sdf__item {
        padding: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sdf__item {
        padding: 30px
    }
}

@media(max-width:575px) {
    .sdf__item {
        padding: 20px
    }
}

.sdf__item::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    border-radius: 6px;
    height: 100%;
    bottom: 10px;
    z-index: -2;
    border: 1px solid var(--tp-border-2);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.sdf__item:hover::before {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
    z-index: -1
}

.sdf__item:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06)
}

.sdf__icon {
    margin-right: 20px
}

.sdf__icon i {
    font-size: 50px;
    color: var(--tp-theme-1)
}

.sdf__text h6 {
    font-size: 20px;
    line-height: 30px
}

.sdf__text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px
}

.animate {
    position: relative
}

.animate::before {
    content: "";
    display: inline-block;
    width: 125px;
    height: 125px;
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--tp-border-2);
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.animate::after {
    content: "";
    display: inline-block;
    width: 120;
    height: 120;
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--tp-border-2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}


/*================================================
34. Banner CSS START
=================================================*/
.banner {
    position: relative;
    z-index: 1
}

.banner__slider {
    position: relative
}

.banner__border {
    position: absolute;
    height: 100%;
    width: 2px;
    background: var(--tp-common-white);
    opacity: .3;
    left: 24.3%
}

.banner__border-2 {
    position: absolute;
    height: 100%;
    width: 2px;
    background: var(--tp-common-white);
    opacity: .3;
    left: 44.4%;
    top: 0
}

.banner__border-3 {
    position: absolute;
    height: 100%;
    width: 2px;
    background: var(--tp-common-white);
    opacity: .3;
    left: 64.4%;
    top: 0
}

.banner__area-3 {
    background-image: -moz-linear-gradient(145deg, #ffebeb 0, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(145deg, #ffebeb 0, #f0f0f0 100%);
    background-image: -ms-linear-gradient(145deg, #ffebeb 0, #f0f0f0 100%);
    position: relative;
    z-index: 1
}

.banner__content-meta {
    font-size: 14px;
    background: var(--tp-common-white);
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block
}

.banner__content-title {
    font-size: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner__content-title {
        font-size: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .banner__content-title {
        font-size: 40px
    }
}

.banner__item-3 {
    padding-top: 190px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner__item-3 {
        padding-top: 145px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner__item-3 {
        padding-top: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .banner__item-3 {
        padding-top: 80px
    }
}

.banner__button {
    display: flex;
    align-items: center
}

@media(max-width:575px) {
    .banner__button {
        display: block
    }
}

.banner__cinfo {
    margin-left: 30px
}

@media(max-width:575px) {
    .banner__cinfo {
        margin-left: 0;
        margin-top: 20px
    }
}

.banner__cinfo a {
    display: inline-block;
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary)
}

.banner__cinfo a span {
    display: block;
    font-size: 14px;
    font-weight: var(--tp-regular);
    color: var(--tp-text-body)
}

.banner__d-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .banner__d-image {
        display: none
    }
}

.banner__d-image::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 100%;
    height: 100%;
    top: 0
}

.banner__shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.banner__shape-2 {
    position: absolute;
    top: 0;
    left: 7%;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .banner__shape-2 {
        left: -40%
    }
}

@media(max-width:575px) {
    .banner__shape-2 {
        display: none
    }
}

.banner__height-3 {
    min-height: 970px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner__height-3 {
        min-height: 875px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .banner__image {
        margin-top: 50px
    }
}

.banner-image {
    position: relative
}

.sd-banner-area {
    position: relative
}

.sd-banner__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sd-content {
    background: var(--tp-theme-1);
    padding: 45px 50px;
    position: absolute;
    bottom: 0;
    width: 100.5%;
    z-index: 2;
    left: -2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sd-content {
        bottom: 50px;
        width: 90%;
        z-index: 2;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sd-content {
        bottom: 40px;
        width: 90%;
        z-index: 2;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sd-content {
        bottom: 30px;
        width: 90%;
        z-index: 2;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .sd-content {
        bottom: 20px;
        width: 90%;
        z-index: 2;
        left: 0;
        right: 0;
        margin: auto
    }
}

.sd-content .sd-meta {
    font-size: 16px;
    line-height: 1.2;
    color: var(--tp-common-white)
}

.sd-content h5 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--tp-common-white)
}

.sd-content .project-info {
    margin-top: 100px
}

.sd-content .project-info i {
    font-size: 15px;
    color: var(--tp-heading-primary);
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--tp-common-white);
    border-radius: 6px;
    text-align: center;
    font-weight: var(--tp-fw-medium);
    margin-right: 20px;
    transition: .3s
}

.sd-content .project-info i:hover {
    background: var(--tp-heading-primary);
    color: var(--tp-common-white)
}

.sd-content .project-info span {
    font-size: 16px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-sbold)
}

.sd-content .sd-bg-icon {
    position: absolute;
    bottom: 10%;
    left: 35%;
    z-index: -1
}

.sd-content .sd-bg-icon i {
    font-size: 230px;
    color: #e4e4e421
}

@media(max-width:575px) {
    .sd-content .sd-bg-icon {
        left: 4%
    }
}

.banner-slide-height {
    height: 800px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-slide-height {
        height: 700px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-slide-height {
        height: 600px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner-slide-height {
        height: 600px
    }
}

@media(max-width:575px) {
    .banner-slide-height {
        height: 550px
    }
}

.slide-border {
    border-right: 2px solid var(--tp-common-white);
    opacity: 0.3;
    height: 100%
}


/*================================================
35. Project CSS START
=================================================*/
.project__area {
    position: relative
}

.project__inner {
    position: relative;
    width: 100%;
    display: flex
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .project__inner {
        display: block
    }
}

.project__info {
    position: relative;
    width: 50%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .project__info {
        width: 100%
    }
}

.project__info-image {
    position: relative
}

.project__info-image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 35, 40, 0.5)
}

.project__info:hover .project__info-image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bb2324c9
}

.project__info:hover .project__button {
    visibility: visible;
    opacity: 1
}

.project__info:hover .project__content {
    transform: translateY(-50%)
}

.project__content {
    position: absolute;
    top: 50%;
    transform: translateY(-23%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
    padding: 0 30px
}

.project__content span {
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 10px
}

.project__content .p-title {
    font-size: 40px;
    line-height: 1.3;
    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:575px) {
    .project__content .p-title {
        font-size: 30px
    }
}

.project__button {
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.project__slider {
    position: relative;
    margin-right: -750px
}

.project__slider-item {
    overflow: hidden;
    transition: .3s
}

.project__slider-item-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    border-radius: 6px;
    position: relative
}

.project__slider-item-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #2527287a;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px
}

.project__slider-item span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px
}

.project__slider-item-title {
    font-size: 24px;
    line-height: 1.3;
    transition: .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .project__slider-item-title {
        font-size: 18px
    }
}

.project__slider-item-title:hover {
    color: var(--tp-theme-1)
}

.project__slider-item-overlay {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    margin: 0 auto;
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

.project__slider-item-overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--tp-theme-1);
    line-height: 50px;
    font-size: 20px;
    border-radius: 6px;
    color: var(--tp-common-white);
    transition: .3s
}

.project__slider-item-overlay a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1)
}

.project__slider-item:hover .project__slider-item-image::before {
    visibility: visible;
    opacity: 1
}

.project__slider-item:hover .project__slider-item-overlay {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .project__slider {
        margin-right: 0
    }
}


/*================================================
36. Mobile Nav CSS START
=================================================*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--tp-common-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--tp-common-white);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: .5em
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--tp-common-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--tp-common-base)
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--tp-common-base)
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--tp-common-base);
    border: 0;
    outline: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--tp-common-base)
}

.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
    color: var(--tp-common-text-dark)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--tp-common-white);
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__social a:hover {
    color: var(--tp-common-base)
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--tp-common-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__contact li a:hover {
    color: var(--tp-common-base)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--tp-common-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none
}


/*================================================
37. Testimonial CSS START
=================================================*/
.testimonial__area {
    position: relative;
    z-index: 3
}

.testimonial__area-2 {
    position: relative;
    z-index: 3
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__area-2 {
        padding-bottom: 60px
    }
}

.testimonial__right {
    position: relative
}

.testimonial__right-bg {
    position: absolute;
    width: 35%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__right-bg {
        display: none
    }
}

.testimonial__right-image {
    position: absolute;
    top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__right-image {
        position: static;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__right-image {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__right-image img {
        width: 90%
    }
}

.testimonial__slider {
    position: relative;
    margin-right: -400px
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__slider {
        margin-right: 0
    }
}

.testimonial__slider-3 {
    margin-top: -100px
}

.testimonial__slider-3 .swiper-slide-active {
    position: relative
}

.testimonial__slider-3 .swiper-slide-active::before {
    position: absolute;
    content: "";
    background: var(--tp-border-2);
    height: 220px;
    width: 1px;
    top: 50%;
    right: -1px;
    transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__slider-3 .swiper-slide-active::before {
        display: none
    }
}

.testimonial__item {
    padding: 35px 35px;
    background: var(--tp-common-white);
    border-radius: 6px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04)
}

.testimonial__item .review__info {
    display: flex;
    align-items: center
}

.testimonial__item .review__info .client__content {
    margin-left: 20px
}

.testimonial__item .review__info .client__name {
    font-size: 20px;
    margin-bottom: 0
}

.testimonial__item .review__info .client__designation p {
    font-size: 14px;
    margin-bottom: 0
}

.testimonial__item .review__info .client__designation p a {
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-theme-1);
    display: inline-block
}

.testimonial__item .review__text {
    font-size: 18px;
    line-height: 26px
}

.testimonial__item-2 {
    display: flex;
    background: var(--tp-grey-5);
    padding: 20px 30px;
    padding-left: 20px;
    border-radius: 6px;
    position: relative;
    z-index: 1
}

@media(max-width:575px) {
    .testimonial__item-2 {
        display: block;
        text-align: center
    }
}

.testimonial__item-2 .tclient__details {
    margin-right: 30px;
    margin-top: -50px
}

@media(max-width:575px) {
    .testimonial__item-2 .tclient__details {
        margin-top: 0;
        margin-right: 0
    }
}

.testimonial__item-2 .tclient__designation h5 {
    font-size: 18px;
    margin-bottom: 0
}

.testimonial__item-2 .tclient__designation span {
    font-size: 14px
}

.testimonial__item-2 .review__text-2 p {
    font-size: 18px;
    line-height: 26px;
    color: var(--tp-heading-primary);
    margin-bottom: 0
}

.testimonial__item-2 .quote-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1
}

.testimonial__item-3 {
    padding-right: 70px;
    z-index: 3
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__item-3 {
        padding-right: 40px
    }
}

.testimonial__item-box {
    padding: 0 30px
}

.testimonial__item-box .quote__text {
    font-size: 24px;
    line-height: 32px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__item-box .quote__text {
        font-size: 20px
    }
}

.testimonial__item-box .author__info {
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial__item-box .author__image {
    margin-right: 20px
}

.testimonial__item-box .author__image img {
    border-radius: 50%
}

.testimonial__item-box .author__content {
    text-align: left
}

.testimonial__item-box .author__content h5 {
    font-size: 18px;
    margin-bottom: 0
}

.testimonial__item-box .author__content span {
    font-size: 14px
}

.testimonial__left-info {
    margin-left: 80px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .testimonial__left-info {
        margin-left: 0
    }
}

.testimonial__left-info-2 {
    margin-left: 70px
}

@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:575px) {
    .testimonial__left-info-2 {
        margin-left: 0;
        margin-top: 50px
    }
}

.testimonial__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.testimonial__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.testimonial__side-image {
    position: relative
}

.testimonial__side-image img {
    border-radius: 10px
}

.testimonial__icon-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}


/*================================================
38. Team CSS START
=================================================*/
.team__item {
    position: relative
}

.team__item:hover .team__image::before,
.team__item:hover .team__content,
.team__item:hover .team__social {
    visibility: visible;
    opacity: 1
}

.team__item:hover .team__social {
    top: 40%
}

.team__item:hover .team__content {
    bottom: 25px
}

.team__item-box .member__info {
    background: var(--tp-heading-primary);
    padding: 30px;
    position: relative;
    transition: .3s
}

.team__item-box .member__info span {
    color: #a2abb4;
    font-size: 14px;
    display: inline-block
}

.team__item-box .member__info .m-name {
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    transition: .3s
}

.team__item-box .member__info .m-name:hover {
    color: var(--tp-theme-1)
}

.team__item-box .member__info::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #e7e7e7;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    bottom: -30px;
    right: 0;
    transition: .5s
}

.team__item-box:hover .member__info {
    background: var(--tp-theme-1)
}

.team__item-box:hover .member__info .m-name,
.team__item-box:hover span {
    color: var(--tp-common-white)
}

.team__item-box:hover .member__info::before {
    background: #ffc3c3
}

.team__item-grid {
    position: relative
}

.team__item-grid::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #474c52db;
    border-radius: 6px;
    opacity: 0;
    transition: .3s
}

.team__item-grid:hover::after {
    opacity: 1
}

.team__item-grid:hover .team__social-3 {
    visibility: visible;
    opacity: 1;
    bottom: 0
}

.team__item-grid:hover .team__info {
    visibility: visible;
    opacity: 1;
    top: 50%
}

.team__image {
    position: relative
}

.team__image::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: var(--tp-heading-primary);
    width: 100%;
    height: 340px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0
}

.team__content {
    position: absolute;
    bottom: 0;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.team__content span {
    font-size: 14px;
    color: var(--tp-grey-7);
    display: inline-block
}

.team__content h5 {
    font-size: 24px;
    color: var(--tp-common-white)
}

.team__content h5:hover {
    color: var(--tp-theme-1)
}

.team__social {
    position: absolute;
    top: 50%;
    left: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.team__social a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--tp-heading-primary);
    background: var(--tp-common-white);
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    transition: .3s
}

.team__social a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.team__social-2 {
    padding: 20px 30px
}

.team__social-2 a {
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 10px
}

.team__social-2 a:hover {
    color: var(--tp-theme-1)
}

.team__social-3 {
    position: absolute;
    z-index: 1;
    transition: all .3s ease-out 0s;
    margin: 0 40px;
    left: 0;
    right: 0;
    bottom: -30px;
    background: var(--tp-common-white);
    padding: 20px 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0
}

.team__social-3 a {
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 15px;
    transition: .3s
}

.team__social-3 a:last-child {
    margin-right: 0
}

.team__social-3 a:hover {
    color: var(--tp-theme-1)
}

.team__info {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0
}

.team__info span {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: #c5c5c5;
    text-transform: uppercase
}

.team__info h5 {
    font-size: 24px;
    color: var(--tp-common-white)
}

.team__info h5:hover {
    color: var(--tp-theme-1)
}

.team__details-image {
    margin-right: 30px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team__details-image {
        margin-right: 0
    }
}

.team__details-image img {
    width: 100%;
    border-radius: 6px
}

.team__details-dtitle {
    font-size: 60px;
    line-height: 1
}

.team__details-degination {
    font-size: 30px;
    line-height: 1;
    color: var(--tp-theme-1);
    display: block
}

.team__details-contact-icon a {
    height: 50px;
    width: 50px;
    border: 1px solid var(--tp-border-2);
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--tp-theme-1);
    transition: .3s
}

.team__details-contact-text span {
    font-size: 14px
}

.team__details-contact-text h6 {
    font-size: 20px
}

.team__details-contact-info ul li {
    margin-bottom: 30px;
    list-style: none
}

.team__details-contact-wrapper {
    display: flex
}

.team__details-contact-wrapper:hover>.team__details-contact-icon a {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.team__details-text {
    font-size: 16px;
    line-height: 25px
}

.team__details-text-2 {
    font-size: 18px;
    line-height: 26px
}

.team__dtitle {
    font-size: 60px
}

.team__main-info {
    margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .team__main-info {
        margin-left: 0
    }
}

.td-border {
    border-bottom: 1px solid var(--tp-border-2)
}

.member-skill .progress {
    height: 10px;
    background-color: transparent;
    border-radius: 0;
    z-index: 1;
    position: relative
}

.member-skill .progress::before {
    position: absolute;
    content: "";
    background: #ececec;
    top: 0;
    width: 100%;
    height: 3px;
    z-index: -1;
    top: 50%;
    width: 100%;
    height: 3px;
    transform: translateY(-50%)
}

.member-skill .progress-bar {
    background-color: var(--tp-theme-1);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 70%;
    visibility: visible;
    animation-name: slideInLeft
}

.member-skill .progress-bar-2 {
    width: 52%
}

.member-skill .progress-bar-3 {
    width: 82%
}

.skill-wrapper {
    margin-bottom: 27px
}

.skill-title {
    display: flex;
    justify-content: space-between
}

.skill-title span {
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: var(--tp-theme-1)
}

.skill-category {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 16px
}

.qulification-title {
    font-size: 26px
}

.certificate a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .member-qualification {
        padding-right: 0
    }
}


/*================================================
39. Blog CSS START
=================================================*/
.blog__item {
    position: relative;
    padding: 35px 38px;
    background: var(--tp-common-white)
}

.blog__item:hover .blog__meta,
.blog__item:hover .blog__catagory span,
.blog__item:hover .blog__sm-title,
.blog__item:hover .bolg__btn a {
    color: var(--tp-common-white)
}

.blog__item:hover .blog__author span,
.blog__item:hover i {
    color: var(--tp-common-white)
}

.blog__item:hover .blog__catagory span {
    color: var(--tp-common-white)
}

.blog__item:hover .blog__btn a {
    color: var(--tp-common-white)
}

.blog__item:hover .blog__thumb {
    opacity: 1
}

.blog__item-2-content {
    background: var(--tp-common-white);
    padding: 25px 40px
}

@media(max-width:575px) {
    .blog__item-2-content {
        padding: 25px 15px
    }
}

.blog__item-2-image {
    position: relative
}

.blog__item-2-image-inner {
    overflow: hidden
}

.blog__item-2-image-inner img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1)
}

.blog__item-2:hover .blog__item-2-image img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.blog__item-2-date a {
    font-size: 40px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    width: 80px;
    height: 80px;
    line-height: 60px;
    background: var(--tp-theme-1);
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: -30px;
    right: 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .blog__item-2-date a {
        top: 20px
    }
}

.blog__item-2-date a span {
    font-size: 14px;
    color: #ffcdb6;
    margin-bottom: 0;
    position: relative;
    top: -38px;
    display: inline-block
}

.blog__item-2-date-df span {
    bottom: -30px;
    top: inherit
}

.blog__item-2:hover .blog__btn-2 a {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.blog__item-2-df {
    border: 1px solid var(--tp-border-2);
    border-radius: 6px
}

.blog__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0
}

.blog__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: .8
}

.blog__meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.blog__author {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: var(--tp-text-body)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog__author {
        margin-right: 15px
    }
}

.blog__author i {
    font-size: 15px;
    color: var(--tp-theme-1);
    margin-right: 8px
}

.blog__author span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    font-weight: var(--tp-fw-medium)
}

.blog__author span::before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -10px;
    width: 1px;
    height: 0;
    background: var(--tp-text-body);
    font-family: var(--tp-ff-fontawesome);
    transform: rotate(-16deg);
    font-size: 12px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog__author span::before {
        right: -3px
    }
}

.blog__author:hover {
    color: var(--tp-theme-1)
}

.blog__catagory span {
    font-size: 14px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold)
}

.blog__sm-title {
    font-size: 20px;
    line-height: 1.4;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .blog__sm-title {
        font-size: 18px
    }
}

.blog__sm-title:hover {
    color: var(--tp-theme-1)
}

.blog__btn {
    display: flex;
    align-items: center
}

.blog__btn a {
    font-weight: var(--tp-fw-medium);
    font-size: 14px;
    display: inline-block;
    transition: .3s;
    color: var(--tp-text-body)
}

.blog__btn a i {
    margin-left: 10px
}

.blog__btn a:hover {
    color: var(--tp-theme-1)
}

.blog__btn-2 a {
    border-top: 1px solid var(--tp-border-2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: var(--tp-common-white);
    font-size: 16px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: .3s;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__btn-2 a {
        font-size: 14px
    }
}

.blog__content {
    position: relative
}

.tp-blog__thumb {
    position: relative
}

.tp-blog__meta span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
    margin-right: 25px;
    transition: .3s;
    display: inline-block
}

.tp-blog__meta span:last-child {
    margin-right: 0
}

.tp-blog__meta span i {
    color: var(--tp-theme-1);
    margin-right: 3px
}

.tp-blog__meta span:hover {
    color: var(--tp-theme-1)
}

.tp-blog__title {
    font-size: 34px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tp-blog__title {
        font-size: 25px
    }
}

.tp-blog__title:hover {
    color: var(--tp-theme-1)
}

.tp-blog__sm-title {
    font-size: 24px
}

.tp-blog-nav button {
    position: absolute;
    left: 50px;
    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: 30px;
    color: var(--tp-common-white)
}

.tp-blog-nav button:hover {
    color: var(--tp-theme-1)
}

@media(max-width:575px) {
    .tp-blog-nav button {
        left: 10px
    }
}

.tp-blog-nav .tp-blog-button-next {
    left: auto;
    right: 50px
}

@media(max-width:575px) {
    .tp-blog-nav .tp-blog-button-next {
        right: 10px
    }
}

.tp-blog blockquote {
    margin: 30px 0 !important;
    padding: 50px 50px 40px;
    color: #666;
    position: relative;
    background: var(--tp-grey-5);
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 7px
}

.tp-blog blockquote p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--tp-heading-primary)
}

.tp-blog blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: var(--tp-theme-1);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block
}

.tp-blog blockquote span {
    color: var(--tp-heading-primary);
    font-size: 20px
}

.tp-blog blockquote span::before {
    content: "";
    font-size: 28px;
    color: var(--tp-theme-1);
    padding-bottom: 0;
    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-blog__tag span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
    margin-right: 10px
}

.tp-blog__tag a {
    background: var(--tp-common-white);
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    border: 1px solid #ddd;
    transition: .3s;
    border-radius: 6px
}

.tp-blog__tag a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .blog-sidebar__wrapper {
        padding-left: 0
    }
}

.blog-sidebar__widget {
    padding: 38px 40px;
    border-radius: 6px;
    border: 1px solid #f0f0f5
}

@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:575px) {
    .blog-sidebar__widget {
        padding: 20px 20px
    }
}

.blog-sidebar__widget-title {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f5;
    position: relative
}

.blog-sidebar__widget-title::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    height: 1px;
    width: 30px;
    bottom: -1px;
    left: 0;
    right: 0
}

.blog-sidebar__widget ul li {
    list-style: none;
    margin-bottom: 15px
}

.blog-sidebar__widget ul li:last-child {
    margin-bottom: 0
}

.blog-sidebar__widget ul li a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    color: var(--tp-heading-primary)
}

.blog-sidebar__widget ul li a::after {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #001d23;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog-sidebar__widget ul li a:hover {
    color: var(--tp-theme-1)
}

.blog-sidebar__widget ul li a:hover::after {
    color: var(--tp-theme-1)
}

.blog-sidebar__widget ul li a:hover::after {
    left: 7px
}

.blog-sidebar__widget ul li ul {
    padding-top: 10px;
    padding-left: 15px
}

.blog-sidebar__widget .featured__author-title {
    font-size: 18px;
    line-height: 1.3
}

.blog-sidebar__widget .featured__author p {
    font-size: 16px
}

.blog-sidebar__widget .featured__author-social a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 16px
}

.blog-sidebar__widget .featured__author-social a:last-child {
    margin-right: 0
}

.blog-sidebar__widget .featured__author-social a:hover {
    color: var(--tp-theme-1)
}

.blog-sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--tp-common-white);
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    padding-right: 65px
}

.blog-sidebar__search input::placeholder {
    color: #aeaeae;
    font-weight: 500
}

.blog-sidebar__search input:focus {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-common-white)
}

.blog-sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-sidebar__banner img {
    border-radius: 6px;
    width: 100%
}

.tagcloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-text-body);
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px
}

.tagcloud a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-1)
}

.rc__post:not(:last-child) {
    margin-bottom: 30px
}

.rc__meta span {
    font-size: 14px;
    color: var(--tp-text-body);
    font-weight: var(--tp-fw-medium)
}

.rc__thumb img {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.rc__title {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-black);
    line-height: 24px
}

.rc__title a:hover {
    color: var(--tp-theme-1)
}


/*================================================
40. Basic Pagination CSS START
=================================================*/
.tp-pagination ul li {
    display: inline-block;
    margin-right: 10px
}

@media(max-width:575px) {
    .tp-pagination ul li {
        margin-right: 5px
    }
}

.tp-pagination ul li.active a {
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1)
}

.tp-pagination ul li a,
.tp-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #eef0f6;
    color: var(--tp-common-black)
}

.tp-pagination ul li a:hover,
.tp-pagination ul li a.current,
.tp-pagination ul li span:hover,
.tp-pagination ul li span.current {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}


/*================================================
41. Comment Box CSS START
=================================================*/
.post-comment-title h3 {
    font-size: 30px
}

.latest-comments li {
    list-style: none
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0
}

.latest-comments li.children {
    margin-left: 105px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-comments li.children {
        margin-left: 60px
    }
}

@media(max-width:767px) {
    .latest-comments li.children {
        margin-left: 15px
    }
}

.comments-avatar {
    float: left;
    margin-right: 20px
}

.comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f1f0f7;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.comments-text p {
    font-size: 16px;
    margin-bottom: 20px
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0
}

.avatar-name span {
    color: #66819a;
    font-size: 14px;
    font-weight: 400
}

.comment-reply {
    font-weight: 600;
    font-size: 14px;
    color: #222
}

.comment-reply i {
    padding-right: 4px
}

.comment-reply:hover {
    color: var(--tp-theme-1)
}


/*================================================
42. Post Comment CSS START
=================================================*/
.post-input input,
.post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    background: var(--tp-grey-5);
    margin-bottom: 20px;
    border-radius: 6px
}

.post-input input::placeholder,
.post-input textarea::placeholder {
    font-weight: 400;
    color: #686a6f
}

.post-input input:focus,
.post-input textarea:focus {
    border-color: var(--tp-theme-1);
    outline: 0;
    background: #fff
}

.post-input input:focus::placeholder,
.post-input textarea:focus::placeholder {
    opacity: 0
}

.post-input textarea {
    height: 180px;
    line-height: 26px;
    resize: none;
    padding: 30px;
    padding-top: 20px
}

.post-check input {
    margin-right: 5px
}

.post-comment-form h4 {
    font-size: 30px;
    margin-bottom: 10px
}

.post-comment-form>span {
    display: inline-block;
    margin-bottom: 45px
}

.post-comment-form .a-btn {
    border: 0;
    outline: 0
}

.comments-box .post-meta {
    color: var(--tp-theme-1)
}


/*================================================
43. Brand CSS START
=================================================*/
.brand__area-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -40px
}

.brand__area-3 {
    position: relative;
    z-index: 4;
    margin-bottom: -130px
}

.brand__title {
    position: relative
}

.brand__title::before {
    position: absolute;
    content: "";
    background: var(--tp-border-2);
    width: 100%;
    height: 1px;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: -1
}

.brand__title span {
    font-size: 16px;
    font-weight: var(--tp-fw-sblod);
    color: var(--tp-theme-1);
    display: inline-block;
    background: var(--tp-common-white);
    padding: 0 10px
}

.brand__slider {
    padding: 40px 0;
    border-bottom: 1px solid var(--tp-border-2);
    text-align: center;
    padding-bottom: 55px
}

.brand__slider-item img {
    text-align: center;
    filter: grayscale(100%);
    transition: .3s;
    opacity: .6
}

.brand__slider-item:hover img {
    transform: translateY(-10px);
    opacity: 1
}

.brand__image-item {
    padding: 45px 20px;
    text-align: center;
    position: relative
}

.brand__image-item-br {
    border-right: 1px solid #e5e5e5
}

.brand__image-item-bb {
    border-bottom: 1px solid #e5e5e5
}

.brand__image-item-ab {
    position: absolute;
    top: 0;
    background: var(--tp-theme-1);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.brand__image-item-ab img {
    position: relative;
    z-index: 1;
    top: 80%;
    transform: translateY(-80%);
    transition: .3s
}

.brand__image-item:hover .brand__image-item-ab {
    visibility: visible;
    opacity: 1
}

.brand__image-item:hover .brand__image-item-ab img {
    top: 50%;
    transform: translateY(-50%)
}

.brand__image-item-3 img {
    filter: grayscale(100%);
    opacity: .5;
    transition: .3s
}

.brand__image-item-3:hover img {
    opacity: 1;
    filter: grayscale(0%)
}

.brand__wrapper {
    background: var(--tp-common-white);
    border-radius: 6px;
    box-shadow: 3px 16px 23px 15px rgba(0, 0, 0, 0.04)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .brand-border .row [class*=col-]:nth-child(3) .brand__image-item {
        border-right: 0
    }

    .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
        border-right: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
        border-bottom: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(8) .brand__image-item {
        border-right: 1px solid #e5e5e5
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .brand-border .row [class*=col-]:nth-child(2) .brand__image-item {
        border-right: 0
    }

    .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
        border-bottom: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5
    }
}

@media(max-width:575px) {
    .brand-border .row [class*=col-]:nth-child(1) .brand__image-item {
        border-right: 0
    }

    .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
        border-right: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
        border-bottom: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
        border-bottom: 1px solid #e5e5e5
    }

    .brand-border .row [class*=col-]:nth-child(7) .brand__image-item {
        border-bottom: 1px solid #e5e5e5
    }
}


/*================================================
44. Process CSS START
=================================================*/
.process__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

@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:575px) {
    .process__images {
        margin-bottom: 50px
    }
}

.process__images .image-2 {
    margin-top: 100px
}

@media(max-width:575px) {
    .process__images .image-2 {
        margin-top: 60px
    }
}

.process__right {
    margin-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .process__right {
        margin-left: 0
    }
}

.process__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tp-border-2)
}

.process__list-info {
    display: flex;
    align-items: center
}

.process__list-icon {
    margin-right: 20px
}

.process__list-icon i {
    font-size: 50px;
    color: var(--tp-theme-1)
}

.process__list-content span {
    font-size: 14px;
    display: inline-block
}

.process__list-content h5 {
    font-size: 24px;
    margin-bottom: 0;
    transition: .3s
}

@media(max-width:575px) {
    .process__list-content h5 {
        font-size: 18px
    }
}

.process__list-content h5:hover {
    color: var(--tp-theme-1)
}

.process__list-content .process__list-item-title {
    font-size: 18px;
    line-height: 26px
}

.process__list-sp-icon i {
    font-size: 20px;
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-regular)
}

.process__list-icon2 img {
    width: 80px;
    height: 80px
}

.process__item {
    padding: 50px 30px;
    padding-bottom: 15px;
    border: 1px solid var(--tp-border-2);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    background: var(--tp-common-white);
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .process__item {
        padding: 50px 0
    }
}

.process__item:hover {
    box-shadow: none
}

.process__item:hover .process__more a {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.process__content .p-name {
    font-size: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .process__content .p-name {
        font-size: 18px
    }
}

.process__content .p-name:hover {
    color: var(--tp-theme-1)
}

.process__more {
    transform: translateY(40px)
}

.process__more a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--tp-border-2);
    display: inline-block;
    border-radius: 50%;
    background: var(--tp-common-white);
    transition: .3s
}

.process__more a i {
    font-size: 18px
}

.process__text {
    font-size: 16px
}


/*================================================
45. Pricing CSS START
=================================================*/
.pricing__area-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.pricing__item {
    padding: 60px 60px;
    background: var(--tp-common-white);
    border-radius: 10px;
    border: 2px solid var(--tp-common-white);
    transition: .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing__item {
        padding: 60px 30px
    }
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .pricing__item {
        padding: 60px 30px
    }
}

.pricing__item:hover {
    border-color: var(--tp-theme-1)
}

.pricing__item-name h5 {
    font-size: 24px
}

.pricing__item-name p {
    color: var(--tp-border-3);
    font-size: 14px;
    line-height: 22px
}

.pricing__item-info h5 {
    font-size: 14px;
    margin-bottom: 10px
}

.pricing__item-info .pnumber a {
    border: 2px solid var(--tp-grey-8);
    color: var(--tp-heading-primary);
    width: 55px;
    height: 26px;
    line-height: 22px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    margin-right: 5px;
    margin-bottom: 10px;
    transition: .3s
}

.pricing__item-info .pnumber a:hover {
    border-color: var(--tp-theme-1)
}

.pricing__item-price span {
    font-size: 70px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-primary);
    margin-bottom: 25px;
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .pricing__item-price span {
        font-size: 50px
    }
}

.pricing__item-price p {
    color: var(--tp-border-3)
}

.pricing__item-active {
    border: 2px solid var(--tp-theme-1)
}

.pricing__item-3 {
    border: 1px solid var(--tp-border-2);
    border-radius: 6px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.03);
    transition: .3s
}

.pricing__item-3:hover {
    box-shadow: none
}

.pricing__item-3 .sm-content {
    padding: 50px;
    padding-bottom: 35px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .pricing__item-3 .sm-content {
        padding: 50px 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .pricing__item-3 .sm-content {
        padding: 50px 20px
    }
}

@media(max-width:575px) {
    .pricing__item-3 .sm-content {
        padding: 25px 25px
    }
}

.pricing__item-3 .sm-content-name {
    display: flex;
    align-items: center
}

.pricing__item-3 .sm-content-name h5 {
    font-size: 40px
}

.pricing__item-3 .sm-content-name span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px
}

.pricing__item-3 .sm-content-1 {
    border-bottom: 1px solid var(--tp-border-2)
}

.pricing__item-3 .sm-content ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--tp-heading-primary);
    margin-bottom: 15px
}

.pricing__item-3 .sm-content ul li:last-child {
    margin-bottom: 0
}

.pricing__item-3 .sm-content ul li i {
    color: var(--tp-theme-1)
}

.pricing__item-3 .sm-content ul .disable {
    color: #ccc
}

.pricing__item-3 .sm-content .more-option span {
    color: var(--tp-border-3)
}

.pricing__item-3 .sm-content .more-option span:hover {
    color: var(--tp-theme-1)
}

.pricing__item-3 .sm-content .more-option-active span {
    color: var(--tp-theme-1)
}

.pricing__item-3-active {
    box-shadow: none
}

.pricing__item-3-df {
    border: 0;
    background: var(--tp-common-white)
}

.pricing__tabs .nav-tabs {
    justify-content: end;
    border: 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .pricing__tabs .nav-tabs {
        justify-content: start;
        margin-bottom: 40px
    }
}

.pricing__tabs .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0
}

.pricing__tabs .nav .nav-item .nav-link {
    padding: 0;
    padding-right: 80px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #a3afb9;
    position: relative;
    outline: 0;
    font-size: 16px;
    border: 0
}

.pricing__tabs .nav .nav-item:last-child .nav-link {
    padding-right: 0
}

.pricing__tabs .nav .nav-item .nav-link.active {
    color: var(--tp-heading-primary)
}

.pricing__tabs .nav .nav-item .nav-link.active::before {
    right: 50px
}

.pricing__tabs .nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--tp-theme-1);
    z-index: 1
}

.pricing__tabs .nav .nav-item:last-child .nav-link::before {
    display: none
}

.pricing__tabs .nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--tp-common-white);
    width: 50px;
    height: 20px;
    border-radius: 30px
}

.pricing__tabs .nav .nav-item:last-child .nav-link::after {
    display: none
}

.pricing__tabs-2 .nav-tabs {
    justify-content: end;
    border: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .pricing__tabs-2 .nav-tabs {
        justify-content: start;
        margin-bottom: 40px
    }
}

.pricing__tabs-2 .nav-button-one {
    width: 120px;
    height: 50px;
    color: var(--tp-heading-primary);
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    border: 0;
    border: 1px solid var(--tp-border-2);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: capitalize
}

.pricing__tabs-2 .nav-button-two {
    width: 120px;
    height: 50px;
    color: var(--tp-heading-primary);
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    border: 0;
    border: 1px solid var(--tp-border-2);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: capitalize
}

.pricing__tabs-2 .nav-item.show .nav-link,
.pricing__tabs-2 .nav-tabs .nav-link.active {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white)
}


/*================================================
46. Fact CSS START
=================================================*/
.fact__bg {
    background: var(--tp-heading-primary);
    position: relative;
    z-index: 1
}

.fact__bg::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 35%;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .fact__bg::before {
        display: none
    }
}

.fact__image img {
    border-radius: 6px
}

.fact__info {
    margin-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .fact__info {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .fact__info {
        margin-left: 0;
        margin-top: 50px
    }
}

.fact__info .section__wrapper h4 {
    color: var(--tp-common-white)
}

.fact__info .section__wrapper .r-text span {
    color: #60666d
}

.fact__content-item {
    display: flex;
    align-items: center
}

.fact__content-item-des h6 {
    font-size: 24px;
    color: var(--tp-common-white)
}

.fact__content-item-des p {
    color: #aeb4ba;
    margin-bottom: 0
}

.fact__content-item-border {
    border-bottom: 1px solid #545a60
}

.fact__content .fc-text {
    color: var(--tp-common-white);
    text-align: center;
    margin-bottom: 0
}

.fact__progress-circular {
    margin-right: 30px
}

.fact__progress-circular .knob {
    color: var(--tp-common-white) !important;
    font-size: 24px !important;
    font-weight: var(--tp-fw-sbold) !important
}


/*================================================
47. Portfolio CSS START
=================================================*/
.portfolio-filter {
    border-bottom: 1px solid var(--tp-border-2);
    display: inline-block;
    padding: 0
}

.portfolio-filter button {
    background: 0;
    padding: 25px 20px;
    padding-top: 0;
    border: 0;
    text-transform: capitalize;
    font-weight: var(--tp-fw-sbold);
    font-size: 16px;
    position: relative
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .portfolio-filter button {
        margin-bottom: 20px
    }
}

.portfolio-filter button::before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--tp-theme-1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-filter button:hover::before {
    width: 100%;
    left: 0
}

.portfolio-filter button.active {
    color: var(--tp-heading-primary)
}

.portfolio-filter button.active::before {
    width: 100%
}

.portfolio-filter button.active::before,
.portfolio-filter .portfolio-filter button:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.portfolio-wrapper {
    position: relative
}

.portfolio-wrapper:hover .portfolio-image::before {
    opacity: .8;
    -ms-filter: "alpha(opacity=100)"
}

.portfolio-wrapper:hover .portfolio-caption {
    visibility: hidden;
    opacity: 0
}

.portfolio-wrapper:hover .portfolio-caption-top,
.portfolio-wrapper:hover .portfolio-caption-bottom,
.portfolio-wrapper:hover .portfolio-caption-bottom-2 {
    visibility: visible;
    opacity: 1
}

.portfolio-wrapper:hover .portfolio-caption-top {
    top: 50px
}

@media(max-width:575px) {
    .portfolio-wrapper:hover .portfolio-caption-top {
        top: 20px
    }
}

.portfolio-wrapper:hover .portfolio-caption-bottom {
    bottom: 50px
}

@media(max-width:575px) {
    .portfolio-wrapper:hover .portfolio-caption-bottom {
        bottom: 20px
    }
}

.portfolio-wrapper:hover .portfolio-caption-bottom-2 {
    bottom: 50px
}

@media(max-width:575px) {
    .portfolio-wrapper:hover .portfolio-caption-bottom-2 {
        bottom: 20px
    }
}

.portfolio-image {
    position: relative
}

.portfolio-image::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    border-radius: 6px
}

.portfolio-image::after {
    background: #2527287a;
    content: "";
    height: 100%;
    left: 0;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    border-radius: 6px
}

.portfolio-image img {
    border-radius: 6px
}

.portfolio-image-2::after {
    display: none
}

.portfolio-caption {
    left: 50px;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    bottom: 50px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 50px;
    transform: translateY(10px);
    transition: .3s
}

@media(max-width:575px) {
    .portfolio-caption {
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.portfolio-caption h6 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    color: var(--tp-common-white);
    line-height: 1.3
}

.portfolio-caption p {
    text-transform: capitalize;
    color: var(--tp-common-white);
    opacity: .8
}

.portfolio-caption-top {
    left: 50px;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 50px;
    transform: translateY(10px);
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

@media(max-width:575px) {
    .portfolio-caption-top {
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.portfolio-caption-top h6 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    color: var(--tp-common-white);
    line-height: 1.2
}

.portfolio-caption-top h6:hover {
    color: var(--tp-theme-1)
}

.portfolio-caption-top p {
    text-transform: capitalize;
    color: var(--tp-common-white)
}

.portfolio-caption-top-2 h6 {
    font-size: 30px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .portfolio-caption-top-2 h6 {
        font-size: 25px
    }
}

@media(max-width:575px) {
    .portfolio-caption-top-2 h6 {
        font-size: 20px
    }
}

.portfolio-caption-bottom {
    position: absolute;
    bottom: 30px;
    left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media(max-width:575px) {
    .portfolio-caption-bottom {
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.portfolio-caption-bottom a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--tp-theme-1);
    font-size: 20px;
    color: var(--tp-common-white);
    border-radius: 6px;
    text-align: center
}

.portfolio-caption-bottom a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1)
}

.portfolio-caption-bottom-2 {
    position: absolute;
    bottom: 30px;
    left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media(max-width:575px) {
    .portfolio-caption-bottom-2 {
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.portfolio-caption-bottom-2 a {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white)
}

.portfolio-caption-bottom-2 a:hover {
    color: var(--tp-theme-1)
}

.portfolio__details {
    margin-right: -90px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .portfolio__details {
        margin-right: 0
    }
}

.portfolio__details-title {
    font-size: 30px;
    margin-bottom: 15px
}

.portfolio__details .pt-d-image img {
    border-radius: 6px
}

.portfolio__details .ptd-descriptiopn {
    position: relative
}

.portfolio__details .ptd-descriptiopn p {
    margin-left: 100px
}

.portfolio__details .p-quote {
    position: absolute;
    font-size: 50px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    background: var(--tp-common-white);
    color: var(--tp-heading-primary);
    display: block;
    text-align: center;
    top: 0;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06)
}

.portfolio__details .hg-light {
    display: inline-block;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium)
}

.portfolio__details blockquote {
    font-size: 20px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium);
    line-height: 28px
}

.portfolio__details .pt-sm-item-title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--tp-border-2);
    margin-bottom: 20px
}

.portfolio__details .pt-sm-item-number {
    color: var(--tp-theme-1);
    display: inline-block
}

.portfolio__sidebar {
    margin-left: 115px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .portfolio__sidebar {
        margin-left: 0
    }
}

.portfolio__sidebar .ps__item {
    border: 1px solid var(--tp-border-2);
    border-radius: 6px;
    line-height: 0
}

.portfolio__sidebar .ps__item-info {
    padding: 40px
}

.portfolio__sidebar .ps__item-info .ps-list ul li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--tp-border-2)
}

.portfolio__sidebar .ps__item-info .ps-list ul li:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 10px
}

.portfolio__sidebar .ps__item-info .ps-list ul li span {
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    display: inline-block
}

.portfolio__sidebar .ps__title {
    font-size: 18px;
    margin-bottom: 30px
}

.portfolio__sidebar .ps__form .contact-filed {
    position: relative
}

.portfolio__sidebar .ps__form .contact-filed::after {
    content: "\f007";
    position: absolute;
    left: 30px;
    top: 18px;
    font-family: "Font Awesome 5 Pro";
    color: var(--tp-theme-1)
}

.portfolio__sidebar .ps__form .contact-filed.contact-icon-mail::after {
    content: "\f0e0"
}

.portfolio__sidebar .ps__form .contact-filed.contact-icon-message::after {
    content: "\f303"
}

.portfolio__sidebar .ps__form .contact-filed.contact-icon-website::after {
    content: "\f0ac"
}

.portfolio__sidebar .ps__form .contact-filed input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--tp-border-2);
    padding-left: 55px;
    padding-right: 30px;
    color: var(--tp-heading-primary);
    border-radius: 6px;
    font-weight: 500;
    transition: .3s
}

.portfolio__sidebar .ps__form .contact-filed input::-moz-placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.portfolio__sidebar .ps__form .contact-filed input::placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.portfolio__sidebar .ps__form .contact-filed input:focus {
    border-color: var(--tp-theme-1)
}

.portfolio__sidebar .ps__form .contact-filed textarea {
    width: 100%;
    height: 250px;
    border: 1px solid var(--tp-border-2);
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 15px;
    color: var(--tp-heading-primary);
    font-weight: 500;
    transition: .3s;
    border-radius: 6px;
    box-shadow: none;
    outline: 0
}

.portfolio__sidebar .ps__form .contact-filed textarea::-moz-placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.portfolio__sidebar .ps__form .contact-filed textarea::placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.portfolio__sidebar .ps__form .contact-filed textarea:focus {
    border-color: var(--tp-theme-1)
}


/*================================================
48. Faq CSS START
=================================================*/
.faq__area .faq__content {
    margin-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .faq__area .faq__content {
        margin-right: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .faq__area .faq__content {
        margin-right: 0
    }
}

.faq__area .faq__content .accordion-button {
    border: 0;
    font-size: 18px;
    line-height: 1.4;
    color: var(--tp-heading-primary);
    padding-left: 0;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    padding: 25px 0
}

.faq__area .faq__content .accordion-button span {
    color: #c0c1c1;
    margin-right: 5px;
    display: inline-block
}

.faq__area .faq__content .accordion-button:hover {
    color: var(--tp-theme-1)
}

.faq__area .faq__content .accordion-collapse {
    border: 0
}

.faq__area .faq__content .accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit
}

.faq__area .faq__content .accordion-button:not(.collapsed) span {
    color: var(--tp-theme-1)
}

.faq__area .faq__content .accordion-body {
    padding-left: 0;
    padding-top: 0
}

.faq__area .faq__content .accordion-body p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0
}

.faq__area .faq__content .accordion-item {
    border-left: 0;
    border-right: 0
}

.faq__area .faq__content .accordion-button:focus {
    box-shadow: none
}

.faq__area .faq__content .accordion-button::after {
    content: "\f067";
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    right: 10px;
    color: #c0c1c1;
    top: 20%
}

@media(max-width:575px) {
    .faq__area .faq__content .accordion-button::after {
        right: 5px
    }
}

.faq__area .faq__content .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    transform: rotate(0deg);
    color: var(--tp-theme-1)
}

.faq__left-info {
    margin-left: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .faq__left-info {
        margin-left: 0;
        margin-top: 55px
    }
}

.faq__accordion-2 .sm-accordion-item {
    border-radius: 6px;
    border-bottom: 0
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button {
    box-shadow: none;
    outline: 0;
    font-size: 18px;
    font-weight: var(--tp-fw-medium);
    padding: 20px 30px;
    border-radius: 6px;
    transition: .3s
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:hover {
    color: var(--tp-theme-1)
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:focus {
    box-shadow: none;
    outline: 0
}

.faq__accordion-2 .sm-accordion-item .sm-accordion-button:not(.collapsed) {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.faq__accordion-2 .sm-accordion-item .accordion-body {
    background: var(--tp-theme-1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 30px 30px;
    padding-top: 0
}

.faq__accordion-2 .sm-accordion-item .accordion-body p {
    color: var(--tp-common-white);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px
}

.faq__accordion-2 .sm-accordion-item .accordion-button::after {
    content: "\f178";
    background-image: none;
    font-family: "Font Awesome 6 Pro"
}

.faq__image {
    position: relative
}


/*================================================
49. Contact CSS START
=================================================*/
.contact__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact__area-2 {
    position: relative;
    z-index: 1
}

.contact__item:hover .contact__icon i {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    transform: rotateY(360deg)
}

.contact__icon i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 35px;
    text-align: center;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
    display: inline-block;
    transition: .3s
}

.contact__title {
    font-size: 24px
}

.contact__text p {
    margin-bottom: 0;
    font-size: 16px
}

.contact__social a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--tp-heading-primary);
    background: var(--tp-common-white);
    border-radius: 6px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    transition: .3s
}

.contact__social a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.contact__form {
    background: var(--tp-common-white);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 80PX 60px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .contact__form {
        padding: 80px 0
    }
}

.contact__form .contact-filed {
    position: relative
}

.contact__form .contact-filed::after {
    content: "\f007";
    position: absolute;
    left: 30px;
    top: 18px;
    font-family: "Font Awesome 5 Pro";
    color: var(--tp-heading-primary)
}

.contact__form .contact-filed.contact-icon-mail::after {
    content: "\f0e0"
}

.contact__form .contact-filed.contact-icon-message::after {
    content: "\f303"
}

.contact__form .contact-filed.contact-icon-website::after {
    content: "\f0ac"
}

.contact__form .contact-filed input {
    width: 100%;
    height: 60px;
    border: 1px solid transparent;
    padding-left: 55px;
    padding-right: 30px;
    color: var(--tp-heading-primary);
    border-radius: 6px;
    font-weight: 500;
    transition: .3s;
    background: #f9f9f9
}

.contact__form .contact-filed input::-moz-placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.contact__form .contact-filed input::placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.contact__form .contact-filed input:focus {
    border-color: var(--tp-theme-1)
}

.contact__form .contact-filed textarea {
    width: 100%;
    height: 250px;
    border: 1px solid transparent;
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 15px;
    color: var(--tp-heading-primary);
    font-weight: 500;
    transition: .3s;
    border-radius: 6px;
    box-shadow: none;
    outline: 0;
    background: #f9f9f9;
    resize: none
}

.contact__form .contact-filed textarea::-moz-placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.contact__form .contact-filed textarea::placeholder {
    color: #aeaeae;
    font-size: 14px;
    opacity: 1
}

.contact__form .contact-filed textarea:focus {
    border-color: var(--tp-theme-1)
}

.contact__form-agree {
    padding-left: 5px
}

.contact__form-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: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.contact__form-agree input:checked {
    position: relative;
    background-color: #2b4eff;
    border-color: transparent
}

.contact__form-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%)
}

.contact__form-agree input:hover {
    cursor: pointer
}

.contact__form-agree label {
    padding-left: 8px;
    color: #53545b;
    font-size: 16px
}

.contact__form-agree label a {
    color: var(--tp-heading-primary);
    font-weight: 600;
    padding-left: 4px
}

.contact__form-agree label a:hover {
    color: var(--tp-theme-1)
}

.contact__form-agree label:hover {
    cursor: pointer
}

.contact__map {
    line-height: 0;
    position: relative;
    margin-top: -60px
}

.contact__map-wrap iframe {
    height: 800px;
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact__map-wrap iframe {
        height: 600px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .contact__map-wrap iframe {
        height: 500px
    }
}

.contact__map-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.contact__map-icon i {
    font-size: 80px;
    color: var(--tp-theme-1);
    position: absolute;
    left: 48.5%;
    top: -14.5%
}


/*================================================
50. Sidebar CSS START
=================================================*/
.sidebar__area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: var(--tp-common-white) none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999
}

@media(max-width:575px) {
    .sidebar__area {
        width: 290px
    }
}

.sidebar__area.sidebar-opened {
    right: 0
}

.sidebar__area-2 {
    left: -485px
}

.sidebar__area-2.sidebar-opened {
    left: 0
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
    background: var(--tp-grey-5)
}

@media(max-width:575px) {
    .sidebar__wrapper {
        padding: 20px
    }
}

.sidebar__close {
    position: absolute;
    top: 35px;
    right: 45px
}

@media(max-width:575px) {
    .sidebar__close {
        top: 22px;
        right: 20px
    }
}

.sidebar__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #000;
    color: #fff;
    border-radius: 50%
}

.sidebar__close-btn:hover {
    background: var(--tp-theme-1)
}

.sidebar__close-btn-3 {
    background: #666
}

.sidebar__close-btn-3:hover {
    background: #666
}

.sidebar__logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.sidebar__search {
    position: relative
}

.sidebar__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: var(--tp-heading-primary)
}

.sidebar__search input::placeholder {
    color: var(--tp-grey-2)
}

.sidebar__search input:focus {
    border-color: var(--tp-heading-primary)
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tp-grey-2);
    transition: .3s
}

.sidebar__search button:hover {
    color: var(--tp-heading-primary)
}

.sidebar__text p {
    margin-bottom: 25px;
    font-size: 16px
}

.sidebar__contact h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--tp-heading-primary)
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px
}

.sidebar__contact ul li:hover i {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: #ebebeb
}

.sidebar__contact ul li:hover a {
    color: var(--tp-theme-1)
}

.sidebar__contact-icon i {
    display: inline-block;
    color: var(--tp-heading-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.sidebar__contact-text a {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-heading-primary)
}

.sidebar__map iframe {
    width: 100%;
    height: 200px;
    border: 0
}

.sidebar__social ul li {
    display: inline-block
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f1f1f1;
    color: var(--tp-theme-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.sidebar__social ul li a:hover {
    background: var(--tp-heading-primary);
    color: var(--tp-common-white)
}

.side-menu-icon i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  top: 5px;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.body-overlay:hover {
    cursor: pointer
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible
}


/*================================================
51. Footer CSS START
=================================================*/
.footer-area {
    position: relative;
    z-index: 1
}

.footer__area-2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

.footer__area-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tp-common-black-2);
    z-index: -1;
    opacity: .9
}

.footer__widget-title {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 20px
}

.footer__widget-content p {
    color: #b4b8bb
}

.footer__links ul li {
    list-style: none;
    margin-bottom: 15px
}

.footer__links ul li:last-child {
    margin-bottom: 0
}

.footer__links ul li a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: #b4b8bb;
    position: relative
}

.footer__links ul li a::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.footer__links ul li:hover>a {
    margin-left: 10px;
    color: var(--tp-common-white)
}

.footer__links ul li:hover>a::before {
    visibility: visible;
    opacity: 1
}

.footer__links-2 ul {
    width: 100%;
    overflow: hidden
}

.footer__links-2 ul li {
    width: 50%;
    float: left
}

.footer__links-d ul li a {
    font-weight: var(--tp-fw-regular)
}

.footer__links-d ul li a::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    background: var(--tp-common-white);
    width: 0;
    height: 1px;
    top: 20px
}

.footer__links-d ul li:hover>a::before {
    width: 100%;
    left: 0;
    right: auto
}

.footer__links-d ul li:hover>a {
    margin-left: 0
}

.footer__subscribe-form {
    position: relative
}

.footer__subscribe-form::before {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: var(--tp-ff-fontawesome)
}

.footer__subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    padding-right: 150px;
    background: var(--tp-common-white);
    border: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -moz-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -ms-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -o-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.footer__subscribe-form input::placeholder {
    font-weight: 500;
    color: var(--tp-border-3)
}

.footer__subscribe-form input:focus {
    border: 0;
    outline: 0
}

.footer__subscribe-form input:focus::placeholder {
    opacity: 0
}

.footer__subscribe-form .s-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.footer__subscribe-form .s-button-2 {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tp-theme-1);
    font-weight: 700
}

.footer__subscribe-form .s-button-2-df {
    color: var(--tp-common-white)
}

.footer__subscribe-form-2 input {
    padding-right: 110px
}

.footer__subscribe-form-df input {
    background: #2c3137;
    color: var(--tp-common-white);
    padding-right: 120px
}

.footer__social-info {
    display: flex
}

.footer__social-info span {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    margin-right: 20px
}

.footer__social-icon a {
    font-size: 15px;
    margin-right: 15px;
    color: #727980
}

.footer__social-icon a:hover {
    color: var(--tp-common-white)
}

.footer__copyright {
    padding: 30px 40px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.footer__copyright-text p {
    font-size: 16px;
    margin-bottom: 0
}

.footer__copyright-text p a {
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-primary);
    transition: .3s
}

@media(max-width:575px) {
    .footer__copyright-text {
        margin-bottom: 20px
    }
}

.footer__copyright-links a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-primary);
    margin-right: 45px;
    transition: .3s
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer__copyright-links a {
        margin-right: 15px
    }
}

.footer__copyright-links a:last-child {
    margin-right: 0
}

.footer__copyright-links a:hover {
    color: var(--tp-theme-1)
}

.footer__copyright-2 .footer__copyright-text p {
    color: #9ca2a9
}

.footer__copyright-2 .footer__copyright-text p a {
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white)
}

@media(max-width:575px) {
    .footer__copyright-2 .footer__copyright-text {
        margin-bottom: 20px
    }
}

.footer__copyright-2 .footer__copyright-links a {
    color: #9ca2a9;
    margin-right: 15px;
    transition: .3s
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer__copyright-2 .footer__copyright-links a {
        margin-right: 15px
    }
}

.footer__copyright-2 .footer__copyright-links a:last-child {
    margin-right: 0
}

.footer__copyright-2 .footer__copyright-links a:hover {
    color: var(--tp-theme-1)
}

.footer__col-2 {
    margin-right: 80px
}

@media(max-width:575px),
only screen and (min-width:576px) and (max-width:767px) {
    .footer__col-2 {
        margin-right: 0
    }
}

.footer__col-3 {
    margin-left: -20px
}

@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:575px) {
    .footer__col-3 {
        margin-left: 0
    }
}

.footer__post-item {
    display: flex;
    align-items: center
}

.footer__post-item-image img {
    border-radius: 10px
}

.footer__post-item-content {
    margin-left: 20px
}

.footer__post-item-content span {
    font-size: 16px;
    color: #8b929b;
    display: inline-block;
    margin-bottom: 10px
}

.footer__post-item-content h5 {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 26px;
    margin-bottom: 0
}

.footer__post-item-content h5:hover {
    color: var(--tp-theme-1)
}

.footer__post-item-border {
    padding-top: 20px;
    border-top: 1px solid #edf2f64f
}

.footer__shape-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.footer__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1
}

.subscribe-form {
    position: relative
}

.subscribe-form::before {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: var(--tp-ff-fontawesome)
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    padding-right: 150px;
    background: var(--tp-common-white);
    border: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -moz-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -ms-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -o-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.subscribe-form input::placeholder {
    font-weight: 500;
    color: var(--tp-border-3)
}

.subscribe-form input:focus {
    border: 0;
    outline: 0
}

.subscribe-form input:focus::placeholder {
    opacity: 0
}

.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.subscribe-form button i {
    margin-left: 10px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .subscribe-form-2 button {
        position: static;
        margin-top: 20px;
        border-radius: 6px
    }
}




/* ----------------------------------
    Choose Us Style
 ------------------------------------*/
.choose-us-area {
  position: relative;
  z-index: 1;
}

.choose-us-area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .shape {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .choose-us-area .shape {
    display: none;
  }
}

.choose-us-style-two-box {
  position: relative;
  z-index: 1;
}

.choose-us-style-two-box .shape-bottom {
  position: absolute;
  left: -150px;
  width: 300px;
  top: -180px;
  z-index: -1;
}

.choose-us-style-one .right-item {
  position: relative;
  z-index: 1;
}

.choose-us-card .item {
  border: 1px solid #e7e7e7;
  padding: 50px;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #ffffff;
}

.choose-us-card .item img {
  height: 100px;
  margin-bottom: 20px;
}

.choose-us-card .item span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.choose-us-card .item a {
  text-transform: uppercase;
}

.choose-us-card .item h4 {
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-card .item {
    margin-top: 50px;
  }
}

.choose-us-card:first-child .item {
  background: #f9f9f9;
  margin-top: 50px;
}

.choose-us-style-two {
  margin-bottom: 60px;
}

.choose-us-style-two .thumb {
  position: relative;
}

.choose-us-style-two .thumb img {
  border-radius: 5px;
}

.choose-us-style-two .thumb .title {
  margin-left: 30px;
  position: absolute;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
  bottom: -30px;
  padding: 15px 30px;
  border-radius: 8px 0 8px 8px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.choose-us-style-two .thumb .title h4 {
  font-weight: 600;
  margin: 0;
}

.choose-us-style-two .thumb .title a {
  color: #232323;
}

.choose-us-style-two .thumb .title a i {
  position: relative;
  top: 2px;
  margin-left: 20px;
}

.choose-us-style-two .thumb .title .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-us-style-two .thumb .title .top i {
  display: inline-block;
  color: #104cba;
  text-align: center;
  font-size: 45px;
  margin-right: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 150%;
}

.choose-us-style-two .thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: 37px;
  z-index: 1;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.choose-us-style-two .thumb .overlay i {
  display: inline-block;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
  height: 70px;
  width: 70px;
  line-height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
  background: linear-gradient(to right, #104cba, #00ccff, #104cba);
  border-radius: 50%;
  background-size: 220% 150%;
}

.choose-us-style-two .thumb .overlay a {
  color: #ffffff;
}

.choose-us-style-two .thumb .overlay p {
  margin: 0;
  color: #fbf6f6;
}

.choose-us-style-two .thumb .overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #091d3e;
  z-index: -1;
  opacity: 0.6;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.choose-us-style-two:hover .thumb .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.choose-us-card-two:first-child .title {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}

.choose-us-card-two:first-child .choose-us-style-two .thumb .title > a {
  left: 0;
  opacity: 1;
}

.choose-us-card-two:first-child .choose-us-style-two .thumb .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.choose-us-card-two:hover .title {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .choose-us-card {
    margin-top: 30px;
  }
  .choose-us-card:first-child {
    margin-top: 0;
  }
}


/* ----------------------------------
    About Style
 ------------------------------------*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-area .shape-animated {
  position: absolute;
  right: 50px;
  top: 80px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
          animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: UpDown;
          animation-name: UpDown;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@media only screen and (max-width: 767px) {
  .about-area .shape-animated {
    display: none;
  }
}

.about-area .shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}

.about-area .shape-right-bottom img {
  height: 100%;
  width: 100%;
}

.about-area .experience {
  position: relative;
  padding-top: 35px;
  margin-top: 70px;
  padding-bottom: 15px;
  display: block;
}

@media (max-width: 1399px) {
  .about-area .experience {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area.default-padding-top {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area.default-padding-top {
    padding-bottom: 110px;
  }
}

.about-style-one .thumb {
  position: relative;
}

.about-style-one .thumb .experience {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  background-size: 220% 150%;
  padding: 30px;
  margin-right: -35px;
}

.about-style-one .thumb .experience h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.1;
}

.about-style-one .thumb .experience h2 strong {
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 75px;
  font-weight: 900;
}

.about-style-one .thumb .shape {
  position: absolute;
}

.about-style-one .thumb .shape:first-child {
  left: 50%;
  top: 0;
  height: 100%;
  width: 15px;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-style-one .thumb .shape:nth-child(2) {
  right: 0;
  top: 0;
  height: 60px;
  width: 50%;
  background: #ffffff;
}

.about-style-one .thumb .shape:nth-child(3) {
  right: 50%;
  bottom: 0;
  height: 120px;
  width: 53%;
  background: #ffffff;
  margin-right: -7px;
}

@media only screen and (min-width: 1400px) {
  .about-style-one .thumb .shape:nth-child(3) {
    background: #E7EDF8;
  }
}

@media only screen and (max-width: 767px) {
  .about-style-one .thumb .shape {
    display: none;
  }
}

.about-style-one > .info {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .about-style-one > .info {
    margin-top: 30px;
  }
}

.award {
  z-index: 1;
  position: absolute;
  left: -50px;
  right: 50%;
  bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  background-size: 220% 150%;
  padding: 30px;
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.award i {
  display: inline-block;
  color: #ffffff;
  font-size: 80px;
  margin-right: 20px;
  font-weight: 100;
}

.award h4 {
  font-weight: 600;
  color: #ffffff;
}

.award p {
  color: #dddddd;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award {
    left: 0;
    bottom: 30px;
    right: 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award {
    left: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}

.shape-left-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 500px;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.short-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.short-feature-list h4 {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.short-feature-list h4::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
  background: linear-gradient(to right, #104cba, #00ccff, #104cba);
  color: #ffffff;
  font-size: 13px;
  border-radius: 50%;
  background-size: 200% 150%;
}

.short-feature-list li {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
  position: relative;
}

.short-feature-list li a {
  display: inline-block;
  font-weight: 600;
  color: #232323;
  font-size: 22px;
}

.short-feature-list li a:hover {
  color: #104cba;
}

.short-feature-list li p {
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .short-feature-list li p {
    padding-left: 40px;
  }
}

.short-feature-list li i {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  top: 2px;
  padding-left: 18px;
}

.short-feature-list li i::after {
  position: absolute;
  right: 3px;
  top: 50%;
  content: "";
  width: 20px;
  border: 1px solid;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 550px) {
  .short-feature-list li {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .short-feature-list {
    display: block;
  }
}

.blur-bg {
  position: absolute;
  right: 80px;
  top: 80px;
  height: 300px;
  width: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
  background: linear-gradient(to right, #104cba, #00ccff, #104cba);
  z-index: -1;
  background-size: 220% 150%;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  -webkit-filter: blur(80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blur-bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .blur-bg {
    display: none;
  }
}

.experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.experience .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experience h2 {
  font-size: 200px;
  line-height: 140px;
  margin: 0;
  font-weight: 900;
  margin-right: 15px;
  text-shadow: -5px 5px 0px #eceefe;
  position: relative;
  top: -85px;
  margin-bottom: -120px;
  color: transparent;
  -webkit-text-stroke: 2px #666666;
}

.experience h4 {
  font-weight: 600;
  margin: 0;
}

.about-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.about-style-two .thumb {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: 80px;
  margin-right: 50px;
}

.about-style-two .thumb .shape {
  position: absolute;
  right: 80px;
  top: 50px;
  z-index: -1;
  width: 100%;
}

.about-style-two .thumb .fun-fact {
  position: absolute;
  left: -80px;
  top: 34%;
  background: #104cba;
  -webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
          box-shadow: 0px 2px 12px 0px #e7e7e7;
  padding: 20px 50px;
  padding-bottom: 17px;
  background-size: 220% 150%;
}

.about-style-two .thumb .fun-fact .counter {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.about-style-two .thumb .fun-fact .counter .operator {
  font-size: 30px;
}

.about-style-two .thumb .fun-fact .medium {
  color: #fbf6f6;
  font-weight: 400;
}

.about-style-two .thumb .fun-fact::after {
  position: absolute;
  right: 15px;
  bottom: -19px;
  content: "";
  height: 20px;
  width: 20px;
  background: #104cba;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .thumb {
    margin-right: 0;
    margin-bottom: 50px;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-style-two .thumb {
    margin-right: 0;
    margin-bottom: 30px;
    display: none;
  }
}

.about-style-two ul {
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-style-two ul li {
  font-size: 17px;
  font-weight: 500;
  color: #232323;
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}

.about-style-two ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
  color: #104cba;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-two ul {
    margin-bottom: 110px;
  }
}

.about-style-two .expertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: -50px;
  margin-top: -50px;
  padding-right: 50px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  background-size: 70%;
  background-position: right;
}

.about-style-two .expertise .left {
  padding: 50px;
  background: #ffffff;
  border-radius: 30px 0 0 30px;
  border: 1px solid #e7e7e7;
}

.about-style-two .expertise .left h2 {
  font-size: 20px;
  color: #232323;
  margin: 0;
}

.about-style-two .expertise .left h2 strong {
  display: block;
  font-size: 80px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .about-style-two .expertise .left h2 {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .expertise .left {
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .about-style-two .expertise .left {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 20px;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .expertise .right {
    position: relative;
    left: -6%;
  }
}

.about-style-two .expertise::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 80%;
  background: #091d3e;
  z-index: -1;
  opacity: 0.5;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .about-style-two .expertise::after {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-style-two .expertise {
    display: block;
    bottom: 0;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    background-size: cover;
    padding: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-two .expertise {
    display: none;
  }
}

.about-solid-thumb .thumb-shape .shape:nth-child(3) {
  display: none;
}

.bg-gray .about-style-two ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #9cbfff;
  text-align: center;
  border-radius: 5px;
  color: #104cba;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .shape-left-top {
    display: none;
  }
}

.thumb-style-three {
  position: relative;
}

.thumb-style-three img {
  width: 50%;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .thumb-style-three img {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.thumb-style-three img:nth-child(2) {
  float: right;
  margin-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumb-style-three img {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .thumb-style-three img:first-child {
    padding-right: 15px;
  }
  .thumb-style-three img:nth-child(2) {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .thumb-style-three img:nth-child(2) {
    display: none;
  }
}

.thumb-style-three .experience {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thumb-style-three .experience img {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .thumb-style-three .experience {
    display: none;
  }
}

.about-style-three button.accordion-button {
  background: transparent;
  color: #232323;
  border: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.about-style-three button.accordion-button::after {
  background: transparent;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.about-style-three button.accordion-button:not(.collapsed)::after {
  -webkit-transform: inherit;
          transform: inherit;
  content: "\f106";
}

.about-style-three button.accordion-button:focus {
  background: transparent;
  color: #232323;
  border: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.about-style-three .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.about-style-three .accordion-item h2 {
  margin: 0;
}

.about-style-three .accordion-body {
  border-top: 1px solid #e7e7e7;
  padding-left: 0;
}

.about-style-three .accordion-body p {
  color: #666666;
}

.about-style-three h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-style-three p {
  opacity: 0.8;
}

.about-style-three-area.bg-dark .about-style-three button.accordion-button {
  color: #ffffff;
}

.about-style-three-area.bg-dark .about-style-three button.accordion-button:focus {
  color: #ffffff;
}

.about-style-three-area.bg-dark .about-style-three .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-style-three-area.bg-dark .about-style-three .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
}

.about-style-three-area.bg-dark .about-style-three .accordion-body p {
  opacity: 0.8;
  color: #ffffff;
}


/* ----------------------------------
    Services Style One
 ------------------------------------*/
.services-area {
  position: relative;
  z-index: 1;
}

.services-area .shape {
  position: absolute;
  left: 0;
  top: 170px;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-style-one {
  margin-bottom: 30px;
}

.services-style-one .item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}

.services-style-one .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 70%;
  background: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .services-style-one .item::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
  }
}

.services-style-one .item::before {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 150px;
  width: 150px;
  background: url(../img/shape/globe.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1199px) {
  .services-style-one .item::before {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .services-style-one .item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.services-style-one .item.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.services-style-one .item.active::before {
  opacity: 1;
  visibility: visible;
}

.services-style-one .item.active .bottom > a {
  opacity: 1;
  padding-right: 0;
}

.services-style-one .item > i, .services-style-one .item .top > i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: #104cba;
}

.services-style-one .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 15px;
}

.services-style-one .item .bottom h4 a {
  color: #232323;
}

.services-style-one .item .bottom h4 a:hover {
  color: #104cba;
}

.services-style-one .item .bottom a {
  display: inline-block;
  color: #232323;
}

.services-style-one .item .bottom a i {
  position: relative;
  top: 1px;
}

.services-style-one .item .bottom > a {
  opacity: 0;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .services-style-one .item .bottom > a {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services-style-one .item .bottom {
    border: none;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

.services-style-one .item:hover .bottom a {
  color: #104cba;
}

.services-style-one .item:hover .bottom > a {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .services-style-one .item {
    text-align: center;
  }
}

.services-style-one h4 {
  font-weight: 600;
  margin: 0;
}

.services-style-one p {
  margin: 0;
}

.services-style-two-area {
  position: relative;
  overflow: hidden;
}

.services-style-two-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.services-style-two-area .shape-right-bottom {
  z-index: inherit;
  height: 500px;
  width: 500px;
  right: -160px;
  bottom: -110px;
}

.services-style-two a {
  display: block;
  padding: 50px;
  position: relative;
  z-index: 1;
  background: #041736;
}

.services-style-two a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #104cba;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.services-style-two a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.services-style-two a:hover i {
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-style-two h5 {
  margin: 0;
  font-weight: 600;
  margin-top: 15px;
}

.services-style-two i {
  display: inline-block;
  font-size: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
  background: linear-gradient(to right, #104cba, #00ccff, #104cba);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 150%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.swiper-slide.swiper-slide-active .services-style-two i {
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-slide.swiper-slide-active .services-style-two a::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.services-details-area .thumb img {
  margin-bottom: 30px;
}

.services-details-area h1, .services-details-area h2, .services-details-area h3, .services-details-area h4, .services-details-area h5, .services-details-area h6 {
  font-weight: 600;
}

.services-details-area .features {
  margin-bottom: 30px;
  margin-top: -15px;
}

.services-details-area .features .content {
  margin-top: 30px;
}

.services-details-area .features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-details-area .features ul li {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  line-height: 2.2;
}

.services-details-area .features ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #104cba;
  font-weight: 500;
}

.quick-contact-widget {
  padding: 60px 37px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}

.quick-contact-widget h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quick-contact-widget h4 a {
  font-weight: 400;
  border-bottom: 2px solid;
}

.quick-contact-widget i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-weight: 100;
  background: #ffffff;
  color: #104cba;
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 40px;
  position: relative;
}

.quick-contact-widget i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 80px;
  width: 80px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.8;
}

.quick-contact-widget::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #091d3e;
  z-index: -1;
  opacity: 0.6;
  border-radius: 7px;
}

.quick-contact-widget .btn-sm {
  font-size: 16px;
}

.services-sidebar .single-widget {
  margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: inline-block;
  padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #104cba;
}

.services-sidebar .single-widget h4.widget-title {
  font-size: 22px;
}

.services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.widget-brochure ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.widget-brochure ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  background: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  border: 2px solid #cddff7;
  color: #232323;
}

.widget-brochure ul li a:hover {
  color: #104cba;
}

.widget-brochure ul li:first-child a {
  margin-top: 0;
}

.widget-brochure ul li i {
  font-size: 25px;
  font-weight: 100;
  margin-right: 16px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #091d3e;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i {
  background: #104cba;
}

.services-list-widget ul {
  margin-top: 7px;
}

.services-list-widget ul li {
  display: block;
}

.services-list-widget ul li a {
  display: block;
  padding: 18px 25px;
  border-bottom: 1px solid #c8e0ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #232323;
  background: #f1f4f8;
}

.services-list-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  background-size: 220% 150%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.services-list-widget ul li a:hover {
  color: #ffffff;
}

.services-list-widget ul li a:hover::before {
  width: 100%;
}

.services-list-widget ul li.current-item a {
  color: #ffffff;
}

.services-list-widget ul li.current-item a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "\f061";
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
}

.services-list-widget ul li.current-item a::before {
  width: 100%;
}

.services-more {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .services-more .row {
    margin-top: -20px;
  }
}

.services-more .item {
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
          box-shadow: 0px 2px 12px 0px #e7e7e7;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .services-more .item {
    margin-top: 30px;
  }
}

.services-more .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #104cba;
}

.services-more .item a {
  color: #232323;
}

.services-more .item a:hover {
  color: #104cba;
}

.services-more .item p {
  margin: 0;
}

.appoinment-style-two {
  padding: 80px 50px;
  background: #091d3e;
  position: relative;
  bottom: -300px;
  margin-top: -300px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .appoinment-style-two {
    margin: 0;
    bottom: 0;
    margin-bottom: 30px;
  }
}

.appoinment-style-two h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.appoinment-style-two p {
  opacity: 0.8;
}

.appoinment-style-two input {
  margin-bottom: 15px;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  border-radius: 5px;
}

.appoinment-style-two .nice-select {
  margin-bottom: 15px;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  border-radius: 5px;
}

.appoinment-style-two .nice-select .option {
  color: #232323;
}

.appoinment-style-two input:focus {
  margin-bottom: 15px;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  border-radius: 5px;
}

.appoinment-style-two button {
  width: 100%;
  border: none;
  background: #104cba;
  padding: 13px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
}

.appoinment-style-two input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.appoinment-style-two input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.appoinment-style-two input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

.appoinment-style-two input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.services-style-three {
  margin-bottom: 30px;
}

.services-style-three .item {
  padding: 60px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.services-style-three .item > i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: #104cba;
}

.services-style-three .item a {
  color: #232323;
}

.services-style-three .item > a {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .services-style-three .item {
    text-align: center;
  }
}

.brand3col {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .brand3col {
    text-align: center;
  }
}

.brand-items.pb-120 {
  border: none;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}

@media only screen and (max-width: 991px) {
  .brand-items.pb-120 {
    top: 0;
    margin-bottom: 0;
  }
}

/* ----------------------------------
    Benifits Style
 ------------------------------------*/
.benifits-area .bg-text {
  margin: 0;
  z-index: 100;
  position: relative;
  bottom: -55px;
  margin-top: -90px;
}

.benifits-style-one .item {
  background: #ffffff;
  padding: 80px;
  padding-bottom: 120px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.benifits-style-one .item .bg-text {
  position: absolute;
  right: 35%;
  top: -115px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .benifits-style-one .item {
    padding: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.bg-text {
  display: inline-block;
  font-size: 180px;
  font-weight: 900;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-text {
    font-size: 122px;
    bottom: -65px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-text {
    display: none;
  }
}



/*解决方案*/
.solution .section_head .title p,
.solution .section_head .title p i,
.solution .section_head .title span {color: #fff;}

.section_head {padding: 30px 0px 50px;}
.section_head .title {text-align: center;}
.section_head .title p {color: #333333;font-size:2.5rem;font-weight: bold;}
.section_head .title p i {color: #ff5500;}
.section_head .title span {display: block;color: #888;font-size: 13px;}

.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {*zoom:1;}
.fl {float: left;}
.fr {float: right;}
img {vertical-align: middle;border: 0;max-width: 100%;}
input, select, textarea {border:none;outline: none;font-family: "Microsoft Yahei";-webkit-appearance: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #888;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#888;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#888;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#888;}
table{border-collapse:collapse; border-spacing:0;}
.auto {max-width: 1200px;margin:0 auto;}
.w1400 {max-width: 1400px;margin:0 auto;}

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.wh{width:100%;}
.eps{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.fl{float:left;}
.fr{float:right;}
.fn{font-weight:normal;}
.cl:after,.clearfix:after{clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden;}
.clear{clear:both;}
.cl,.clearfix{zoom:1;}
.center{text-align:center;}
.hide{overflow:hidden;}
.pcI{display: block;}
.wapI{display: none;}
.flatI{display: none;}
.maxWidth{max-width:100%;}
.ingBox{padding:50px 0;}
div .imgPD{position:relative;padding-top:100%;}
div .imgPD img,div .imgPD .effect-one-img{position:absolute; left:0;top:0; display:block;width:100%;height:100%;}
div .imgPD11{position:relative;padding-top:110%;}
div .imgPD70{position:relative;padding-top:70%;}
div .imgPD13{position:relative;padding-top:130%;}

#wrapper {-webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; max-width: 2560px; position: relative; z-index: 1; margin: auto; overflow: hidden; }

.solution {background-color:#06050a;background-repeat: no-repeat;background-position: center top;background-size: cover;padding:30px 0 50px!important;margin-top: 50px;overflow: hidden;box-sizing:border-box;}
.solution .solution-slide {position:relative; width:85%; margin: 0 auto; }
.solution .solution-slide .solution-slide-menu {width:320px;text-align:center }
.solution .solution-slide .solution-slide-menu ul {position:relative; z-index:1 }
.solution .solution-slide .solution-slide-menu ul li {padding:20px 0; position:relative; overflow: hidden;;cursor:pointer;background: hsla(0,0%,100%,.2);box-sizing:border-box;}
.solution .solution-slide .solution-slide-menu ul li span {position:absolute;top:0;left:0;width: 0;height:100%;background-color: #006acd;overflow:hidden;display:block;z-index:1;}
.solution .solution-slide .solution-slide-menu ul li.cur span {width: 100%;}
.solution .solution-slide .solution-slide-menu ul li i.icon {display: block;width: 100px;height: 60px;margin: 0 auto;background-image: url(../img/services/solution-icon.png);background-repeat: no-repeat;position: relative;z-index: 2;}
.solution .solution-slide .solution-slide-menu ul li p {margin:10px 0 0; font-size:16px; color:#fff;position: relative;z-index: 2;}
.solution .solution-slide .solution-slide-menu ul li .icon1 {background-position: 0px 0px;}
.solution .solution-slide .solution-slide-menu ul li .icon2 {background-position: 0px -60px;}
.solution .solution-slide .solution-slide-menu ul li .icon3 {background-position: 0px -120px;}
.solution .solution-slide .solution-slide-menu ul li .icon4 {background-position: 0px -180px;}
.solution .solution-slide .solution-slide-menu ul li .icon5 {background-position: 0px -200px;}
.solution .solution-slide .solution-slide-body {width: calc(100% - 450px);min-height: 670px;position: absolute;top: 0px;right: 0px;}
.solution .solution-slide .solution-slide-body .solution-slide-item {width: 100%;display: none;}
.solution .solution-slide .solution-slide-body .solution-slide-item h4 {color: #fff;font-size: 28px;margin: 20px 0px;}
.solution .solution-slide .solution-slide-body .solution-slide-item>p {width: 60%;color: #fff;}
.solution .solution-slide .solution-slide-body .solution-slide-item .row {margin-top: 80px;}
.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 {width: 25%;float: left;}
.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 .item-info-item {width: 100%;text-align: center;}
.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 .item-info-item i {display: inline-block;width: 100px;height: 90px;line-height: 90px;}
.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 .item-info-item p {color: #fff;font-size: 14px;}
.solution .solution-slide .solution-slide-body .s-button {position: absolute;left: 0px;bottom: 30px;}
.solution .solution-slide .solution-slide-body .s-button a {display: block;width: 125px;height: 40px;line-height: 40px;text-align: center;color: #ff5800;font-size: 15px;border:1px solid #ff5800;border-radius: 20px;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.solution .solution-slide .solution-slide-body .s-button a:hover {background-color: #ff5800;color: #fff;}



/*** 
=============================================
    Welcome area v2 style
=============================================
***/
.welcome-area-v2{
    padding-top: 80px;
    padding-bottom: 40px;
}
.welcome-area-v2 .sec-title {
    padding-bottom: 60px;
}
.welcome-area-v2 .single-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 50px 30px 42px;
    transition: all 500ms ease;
}
.welcome-area-v2 .single-item .icon-holder {
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item:hover .icon-holder{ }
.welcome-area-v2 .single-item .icon-holder:after {
    content: "\f100";
    font-family: Flaticon;
    font-size: 100px;
    color: #233588;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease;
}
.welcome-area-v2 .single-item:hover .icon-holder:after{
    opacity: 0;
} 
.welcome-area-v2 .single-item .icon-holder span:before {
    font-size: 40px;
    color: #233588;
    line-height: 100px;
    display: block;
    vertical-align: bottom;
    opacity: 1;
}

.welcome-area-v2 .single-item .text-holder{
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item .text-holder h3 {
    margin: 0 0 9px;
}
.welcome-area-v2 .single-item .text-holder p {
    margin: 0;
}
.welcome-area-v2 .single-item .overlay-content .read-more {
    border: 1px solid #f4f4f4;
    width: 180px;
    margin: 30px auto 0;
    color: #ffffff;
    transition: all 500ms ease;
}
.welcome-area-v2 .single-item .overlay-content .read-more:hover{
    background: #233588;
    border-color: #233588;
    color: #ffffff;
}

.welcome-area-v2 .single-item .overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    opacity: 0;
    display: block;
    transition:all 0.5s ease;
    background: #ffffff;
    box-shadow: 
    -webkit-box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    -moz-box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    box-shadow: 0px 1px 19px -7px rgba(158,153,158,1);
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
.welcome-area-v2 .single-item .overlay-content .icon-holder{
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.welcome-area-v2 .single-item .overlay-content .icon-holder:before{
    content: "\f100";
    font-family: Flaticon;
    font-size: 100px;
    color: #233588;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease;    
}
.welcome-area-v2 .single-item:hover .overlay-content{
    opacity: 1;
    top: -45px;
    bottom: -45px;
    transition:all 0.7s ease;
}






====================================================================
    Project Section
====================================================================

***/
.project-one {
  position: relative;
  padding: 80px 80px 80px;
  background-color: #f5f5f5;
}
@media (max-width: 1599.98px) {
  .project-one {
    padding: 80px 0px 80px;
  }
}
.project-one .auto-container {
  max-width: 1790px;
}
.project-one .inner-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.project-one .inner-container:before {
  position: absolute;
  content: "";
}
.project-one .project-one_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 255px;
  height: 255px;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 150px;
  text-align: center;
  line-height: 235px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  border: 10px solid var(--theme-color-white);
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}
.project-one .project-one_upper-box {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 20px;
}
.project-one .project-one_upper-box .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scrollLeft linear infinite;
          animation: scrollLeft linear infinite;
}
.project-one .project-one_upper-box .scroll-wrapper .project-block_one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.project-one .project-one_upper-box:hover .scroll-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.project-one .project-one_lower-box {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.project-one .project-one_lower-box .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scrollRight linear infinite;
          animation: scrollRight linear infinite;
}
.project-one .project-one_lower-box .scroll-wrapper .project-block_one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.project-one .project-one_lower-box:hover .scroll-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.project-block_one {
  position: relative;
  z-index: 1;
}
.project-block_one .inner {
  position: relative;
}
.project-block_one .inner:hover .image:before {
  opacity: 0;
}
.project-block_one .inner:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.project-block_one .inner .image {
  position: relative;
  overflow: hidden;
}
.project-block_one .inner .image:before {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--tp-common-black-rgb);
}
.project-block_one .inner .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block_one .inner:hover .image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.project-block_one .overlay-box {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(18, 28, 39, 0.8);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.project-block_one .overlay-box .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 18px;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.project-block_one .overlay-box .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color-white);
}
.project-block_one .overlay-box .arrow:before {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.project-block_one .overlay-box .arrow:hover {
  background-color: var(--tp-common-base);
}
.project-block_one .overlay-box .title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 500;
}
.project-block_one .overlay-box .title a {
  display: inline-block;
  color: var(--theme-color-white);
}
.project-block_one .overlay-box .title a:hover {
  color: var(--tp-common-base);
}

/*** 



/*================================================
52. Google Fonts CSS START
=================================================*/
*/@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");


/*================================================
53. Reset Styles CSS START
=================================================*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important
}

::-moz-selection {
    background: #EA1B29;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #EA1B29;
    color: #fff;
    text-shadow: none
}


.img-full {
    width: 100%
}


/*================================================
54. Buttons CSS START
=================================================*/
.cs-btn-one {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: #EA1B29;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 14px 42px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

.cs-btn-one:hover {
    background: #d63c00;
    color: #fff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cs-btn-one.has-icon i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 10px
}

.cs-btn-one.btn-sm.has-icon i {
    font-size: 18px
}

.cs-btn-one.btn-circle {
    border-radius: 60px 60px 60px 60px
}

.cs-btn-one.btn-square {
    border-radius: 0
}

.cs-btn-one.btn-sm {
    font-size: 14px;
    padding: 10px 28px
}

.cs-btn-one.btn-md {
    font-size: 14px;
    padding: 18px 56px
}

.cs-btn-one.btn-lg {
    font-size: 18px;
    padding: 20px 64px
}

.cs-btn-one.btn-xl {
    font-size: 18px;
    padding: 24px 56px
}

.cs-btn-one.btn-border {
    border: 2px solid #EA1B29;
    background: transparent;
    color: #EA1B29
}

.cs-btn-one.btn-light {
    background: #fff;
    color: #EA1B29;
    border: 2px solid transparent;
    font-weight: 800
}

.cs-btn-one.btn-light:hover {
    border: 2px solid
}

.cs-btn-one.btn-light:focus {
    box-shadow: none
}

.cs-btn-one.btn-hover-border:hover {
    border: 2px solid #EA1B29
}

.cs-btn-one.btn-secordary-color {
    background: #03324d
}

.cs-btn-one.btn-secordary-color.hover-white:hover {
    background: #fff;
    color: #0C2239
}

.cs-btn-one.btn-secordary-color:hover {
    background: #EA1B29
}

.cs-btn-one.btn-primary-color {
    background: #EA1B29
}

.cs-btn-one.btn-primary-color.hover-white:hover {
    background: #fff;
    color: #0C2239
}

.cs-btn-one.btn-primary-color:hover {
    background: #03324d
}

.cs-btn-one.btn-gradient-color {
    background: linear-gradient(45deg, #CA1F26, #EA1B29) !important;
    color: #fff
}

.cs-btn-one.btn-gradient-color:hover {
    background: linear-gradient(-20deg, #CA1F26, #EA1B29) !important;
    -webkit-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
    -khtml-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
    -moz-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
    -ms-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
    -o-box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
    box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6)
}

.cs-btn-one.btn-transparent {
    background: rgba(0, 0, 0, 0.2)
}

.cs-btn-one.text-btn {
    color: #EA1B29
}

.animate-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 15px 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    background: #EA1B29
}

.animate-btn i {
    margin-left: 10px
}

.animate-btn:before {
    position: absolute;
    content: '';
    width: 5%;
    height: 100%;
    background: rgba(3, 50, 77, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.animate-btn:hover:before {
    width: 100%;
    background: #03324d
}

.animate-btn.btn-circle {
    border-radius: 60px 60px 60px 60px
}

.animate-btn.btn-square {
    border-radius: 0
}

.animate-btn.btn-sm {
    font-size: 14px;
    padding: 10px 28px
}

.animate-btn.btn-md {
    font-size: 14px;
    padding: 18px 56px
}

.animate-btn.btn-lg {
    padding: 22px 56px;
    font-size: 16px
}

.animate-btn.btn-xl {
    font-size: 18px;
    padding: 24px 56px
}


/*================================================
55. Utility CSS START
=================================================*/
p {
    margin: 0 0 20px;
    line-height: 1.8em
}

iframe {
    border: 0
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

a:hover,
a:focus,
a:visited {
    text-decoration: none
}

a:hover {
    color: #EA1B29;
    text-decoration: none
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    max-width: 100%
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both
}

.block-quote {
    padding: 30px;
    background: #F4F5F8;
    border-left: 5px solid #EA1B29;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.block-quote:after {
    position: absolute;
    content: "\ea70";
    font-family: 'webexicon' !important;
    font-size: 17rem;
    top: 50px;
    right: -15px;
    opacity: .08
}

.block-quote p {
    font-size: 20px;
    color: #555362
}


/*================================================
56. Owl Carousel Nav Prev CSS START
=================================================*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: #EA1B29;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: 15px
}

.owl-carousel:hover .owl-nav button.owl-next {
    right: 15px
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 45px
}

.owl-carousel .owl-nav button i {
    color: #fff
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #EA1B29;
    color: #EA1B29;
    margin-top: -45px
}

.mean-container a.meanmenu-reveal span {
    background: #EA1B29
}

.pagination-nav .pagination-list>li {
    text-align: center;
    margin-right: 8px
}

.pagination-nav .pagination-list>li:last-child {
    margin-right: 0
}

.pagination-nav .pagination-list>li>a {
    color: #565151;
    font-weight: 500;
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 50%
}

.pagination-nav .pagination-list>li:hover a {
    border: 1px solid transparent;
    background: #EA1B29;
    color: #fff
}

.pagination-nav .pagination-list>li.active a {
    border: 1px solid transparent;
    background: #EA1B29;
    color: #fff
}

.skills .skill-item {
    position: relative;
    margin-bottom: 20px
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 5px
}

.skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 15px;
    font-weight: 600;
    color: #03324d
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 20px;
    background: #EBEAF0;
    border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 20px;
    background: #EA1B29;
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
    border-radius: 45px
}

.skills .skill-item .skill-bar .bar-inner .bar::before {
    position: absolute;
    content: '';
    right: 0;
    height: 20px;
    width: 5px;
    background: #fff;
    top: 0
}

.percentage {
    font-size: 12px;
    float: right
}

.single-post-navigation .navigation-links a {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.single-post-navigation .navigation-links .nav-next a i {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    margin-left: 8px
}

.single-post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 3px
}

.single-post-navigation .navigation-links .nav-previous a i {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    margin-right: 8px
}

.single-post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 3px
}

.error-area {
    background-size: cover;
    background-position: center center
}

.error-inner .error-title {
    font-size: 190px;
    line-height: 240px
}

.error-inner .error-text {
    font-size: 40px
}

.error-inner p {
    max-width: 545px;
    margin: 20px auto 30px
}

.pintarest-list {
    display: flex;
    flex-wrap: wrap
}

.pintarest-list li {
    width: 80px;
    height: 80px;
    padding: 5px
}

#scrollUp {
    right: 36px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #EA1B29;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1)
}

.client-item {
    padding: 15px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.client-item img {
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.fa-phone.alt {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.anim-object,
.anim-object2 {
    position: relative
}

.anim-object:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 150px;
    top: 15%;
    left: 5%;
    opacity: .3;
    background-size: contain;
    animation-name: ZoomToFade3;
    animation-duration: 4s;
    animation-iteration-count: infinite
}

.fa-phone.alt {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.anim-object2:before {
    position: absolute;
    content: "";
    background: url(../images/objects/2.png) no-repeat;
    height: 65px;
    width: 130px;
    top: 65%;
    right: 10%;
    opacity: .6;
    background-size: contain;
    animation-name: infiLeftRight;
    animation-duration: 4s;
    animation-iteration-count: infinite
}


/*================================================
57. Extra Info CSS START
=================================================*/
.side-panel-content {
    background: #fff;
    height: 100vh;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    width: 355px;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 40px
}

.side-panel-content.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3)
}

.close-icon {
    text-align: right
}

.close-icon>button {
    cursor: pointer;
    background: #EA1B29;
    border-radius: 50%;
    height: 42px;
    width: 42px
}

.close-icon>button i {
    line-height: 20px;
    color: #fff
}

.close-icon>button i:before {
    font-size: 14px
}

.extra-info>p {
    color: #ddd;
    font-size: 15px;
    line-height: 28px
}

.extra-info.extra-info-left.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.side-panel {
    width: 36px;
    float: right;
    padding-top: 38px;
    cursor: pointer;
    margin-left: 10px
}

.side-panel span {
    margin: 3px 0;
    transition: .3s;
    float: right
}

.side-panel:hover span {
    width: 100%
}

.bar1 {
    width: 55%;
    background: #EA1B29;
    height: 2px
}

.bar2 {
    width: 75%;
    background: #EA1B29;
    height: 2px
}

.bar3 {
    width: 65%;
    background: #EA1B29;
    height: 2px
}


.sidebar-widget {
    padding: 30px;
    margin-bottom: 30px;
    background: #faf9f1;
    border: 5px solid rgba(255, 72, 0, 0.1)
}

.widget-title {
    position: relative
}

.widget-title:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 58px;
    left: 0;
    bottom: -15px;
    background: #EA1B29;
    border-radius: 6px
}

.single-post {
    border-bottom: 1px solid #dbdde1;
    padding-bottom: 20px
}

.single-post:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.single-post .post-image img {
    border-radius: 50%
}

.bg-primary-color {
    background: #EA1B29
}

.bg-secondary-color {
    background: #03324d
}

.text-primary-color {
    color: #EA1B29
}

.text-primary-color2 {
    color: #232331
}

.text-primary-color3 {
    color: #FDE428
}

.text-secondary-color {
    color: #03324d
}

.text-secondary-color2 {
    color: #002448
}

.heading-text-color {
    color: #03324d
}

.bg-gradient-color {
    background: linear-gradient(45deg, #CA1F26, #EA1B29) !important
}

.bg-light-gradient-color {
    background: linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, 0.15)) !important
}

.bg-light-gradient-color-with-img {
    background: url(../images/bg/abs-bg3.png), linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, 0.15)) !important
}

.bg-light-gradient-color-with-img2 {
    background: url(../images/bg/abs-bg4.png), linear-gradient(45deg, #CA1F26, #EA1B29) !important
}

.home-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.banner-section {
    position: relative
}

.home-carousel {
    position: relative
}

.home-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0 200px 0;
    z-index: 1
}

.home-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1
}

.home-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.home-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%
}

.home-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 68px;
    line-height: 92px;
    font-weight: 900;
    margin-bottom: 30px;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.home-carousel .active .content-box h1 {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.home-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 36px;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1300ms ease;
    -webkit-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease
}

.home-carousel .active .content-box p {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms
}

.banner-section .home-carousel .content-box a.theme-btn {
    padding: 14px 47px
}

.home-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1600ms ease;
    -webkit-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease
}

.home-carousel .active .content-box .btn-box {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms
}

.section-title {
    margin-bottom: 60px
}

.section-title .sub-title {
    margin-bottom: 5px;
    font-size: 16px
}

.section-title-left-part {
    position: relative;
    padding-left: 30px
}

.section-title-left-part:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 10px;
    border-radius: 8px;
    top: 0;
    right: -70px;
    opacity: .3
}

.section-title-left-part.title-left-part-primary-color:before {
    background: #EA1B29;
    opacity: 1
}

.title-box-center {
    position: relative
}

.shadow-text {
    position: relative;
    font-size: 152px;
    opacity: .05;
    left: 0;
    right: 0;
    top: 15px;
    color: #3751ca;
    font-weight: 800;
    animation: heartbeat 1s infinite alternate
}

.solid-side-line {
    position: relative
}

.solid-side-line:after {
    content: "";
    background: #EA1B29;
    height: 100%;
    width: 10px;
    position: absolute;
    left: -50px;
    top: 0
}

.side-line-left {
    position: relative;
    padding-left: 65px
}

.side-line-left:after {
    position: absolute;
    content: "";
    background: #EA1B29;
    height: 2px;
    width: 50px;
    left: 0;
    top: 15px
}

.content-border-left {
    border-left: 3px solid #EA1B29;
    padding-left: 30px
}

.case-study-item:hover .side-line:before {
    width: 65px;
    left: -30px
}

.page-title-section {
    background-color: #f8f8f8;
    background-image: url(../images/bg/page-title-bg.jpg);
    color: #fff
}

.page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 395px
}

.page-title-content .title {
    font-size: 54px;
    letter-spacing: 1px
}

.page-title-content nav {
    position: absolute;
    left: 0;
    bottom: 0
}

.page-title-content nav ol {
    margin: 0;
    border-radius: 0;
    background: rgba(11, 18, 30, 0.6)
}

.page-title-content .breadcrumb-item a {
    color: #FDE428
}

.page-title-content .breadcrumb-item.active {
    color: #fff
}

.page-title-content .breadcrumb-item+.breadcrumb-item::before {
    content: "|"
}

.about-image-box {
    position: relative
}

.about-image-box .about-image1 {
    position: absolute;
    left: -60px;
    width: 310px;
    top: 365px;
    border: 12px solid #f6f6f6
}

.about-image-box .experience {
    background-color: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    max-width: 335px;
    z-index: 1;
    position: absolute;
    right: -50px;
    bottom: -60px;
    padding: 30px 45px;
    border-right: 3px solid #EA1B29
}

.about-image-box .experience h4 {
    font-size: 72px;
    line-height: 6rem
}

.about-image-box .experience p {
    font-size: 22px;
    line-height: 1.8rem
}

.person-object {
    position: relative
}

.person-object:after {
    content: "";
    background-image: url(../images/about/person1.png);
    height: 855px;
    width: 365px;
    right: 45px;
    position: absolute;
    top: -170px;
    background-repeat: no-repeat;
    z-index: 0;
    animation: infiUpDown 3s infinite
}

.signature img {
    width: 125px
}

.about-feature-box {
    background: #EA1B29;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box .about-feature-box-icon span:before {
    font-size: 60px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 35px;
    color: #fff
}

.about-feature-box .about-feature-box-content .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff
}

.about-feature-box .about-feature-box-content .para p {
    color: #fff
}

.about-feature-box:before {
    content: "";
    background: rgba(24, 49, 95, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box:after {
    position: absolute;
    background: url(../img/bg/1.jpg);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.about-feature-box:hover:before,
.about-feature-box:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.about-feature-box:hover .about-feature-box-icon span:before {
    position: relative;
    z-index: 2;
    color: #fff
}

.about-feature-box:hover .about-feature-box-content .title h3 {
    color: #fff;
    position: relative;
    z-index: 2
}

.about-feature-box:hover .about-feature-box-content .para p {
    position: relative;
    z-index: 2;
    color: #fff
}

.about-feature-box-type2 {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box-type2 .about-feature-box-icon span:before {
    font-size: 60px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 35px;
    color: #EA1B29
}

.about-feature-box-type2 .about-feature-box-content .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #03324d
}

.about-feature-box-type2 .about-feature-box-content .para p {
    color: #3e3e3e
}

.about-feature-box-type2:before {
    content: "";
    background: rgba(24, 49, 95, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box-type2:after {
    position: absolute;
    background: url(../images/bg/1.jpg);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.about-feature-box-type2:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.about-feature-box-type2:hover:before,
.about-feature-box-type2:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.about-feature-box-type2:hover .about-feature-box-icon span:before {
    position: relative;
    z-index: 2;
    color: #fff
}

.about-feature-box-type2:hover .about-feature-box-content .title h3 {
    color: #fff;
    position: relative;
    z-index: 2
}

.about-feature-box-type2:hover .about-feature-box-content .para p {
    position: relative;
    z-index: 2;
    color: #fff
}

.feature-box {
    text-align: center
}

.feature-thumb {
    overflow: hidden
}

.feature-thumb img {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease
}

.feature-box:hover .feature-thumb img {
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.feature-content {
    padding: 30px 25px 45px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.feature-box:hover .feature-content {
    -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06)
}

.feature-content:after {
    border-radius: 15px;
    position: absolute;
    background: #EA1B29;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    opacity: .6;
    z-index: 0
}

.feature-box:hover .feature-content:after {
    width: 85%
}

.feature-content .title {
    margin-bottom: 15px
}

.feature-box .link a {
    position: absolute;
    background: #EA1B29;
    color: #fff;
    height: 45px;
    width: 85px;
    line-height: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-radius: 30px;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.feature-box .link a:hover {
    width: 110px
}

.service-item-box .service-item-thumb {
    position: relative
}

.service-item-box .service-item-thumb img {
    border-radius: 8px 8px 0 0
}

.service-item-box .service-item-thumb .service-item-icon {
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    right: 20px;
    background: #EA1B29;
    color: #fff;
    padding: 16px 20px;
    bottom: 0;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.service-item-box .service-item-thumb .service-item-icon i {
    -moz-transition: .6s linear;
    -webkit-transition: .6s linear;
    -ms-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear
}

.service-item-box .service-item-thumb .service-item-icon i:before {
    font-size: 34px;
    line-height: 42px
}

.service-item-box .service-item-thumb:before {
    background: #03324d;
    border-radius: 8px 8px 0 0;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: ""
}

.service-item-box .service-item-thumb:after {
    position: absolute;
    content: "";
    background: #03324d;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.service-item-box .service-item-content {
    padding: 30px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0 0 8px 8px;
    position: relative;
    overflow: hidden
}

.service-item-box .service-item-content:after {
    -moz-transform: scale(0.8) rotate(-90deg);
    -o-transform: scale(0.8) rotate(-90deg);
    -ms-transform: scale(0.8) rotate(-90deg);
    -webkit-transform: scale(0.8) rotate(-90deg);
    transform: scale(0.8) rotate(-90deg);
    content: "\f106";
    position: absolute;
    font-family: 'Flaticon';
    right: -38px;
    bottom: 0;
    font-size: 8rem;
    color: #EA1B29;
    opacity: .06;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.service-item-box .service-item-content .service-item-link a {
    position: relative;
    padding-left: 0;
    display: inline-block;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    font-weight: 500
}

.service-item-box .service-item-content .service-item-link a:hover {
    padding-left: 35px
}

.service-item-box .service-item-content .service-item-link a:hover:after {
    width: 25px
}

.service-item-box .service-item-content .service-item-link a:after {
    background: #EA1B29;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    top: 15px;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.service-item-box:hover .service-item-thumb .service-item-icon {
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.service-item-box:hover .service-item-thumb .service-item-icon i {
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.service-item-box:hover .service-item-thumb:before {
    height: 100%;
    opacity: .4
}

.service-item-box:hover .service-item-content:after {
    -moz-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
    right: 10px;
    bottom: 60px
}

.service-description {
    margin-left: 30px
}

.service-description .title {
    margin-bottom: 10px
}

.service-link-list li a {
    display: block;
    background: #faf9f1;
    color: #40436a;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: normal;
    font-weight: 600;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eae8db
}

.service-link-list li:last-child a {
    border-bottom: 0
}

.service-link-list li.active a {
    color: #fff;
    padding-left: 50px;
    background: #EA1B29
}

.service-link-list li a:hover {
    background: #EA1B29;
    color: #fff;
    padding-left: 50px
}

.service-link-list li a i {
    margin-right: 10px;
    font-size: 13px
}

.service-link-list li.active a i {
    margin-right: 12px
}

.service-link-list li a:hover i {
    margin-right: 12px
}

.service-section-title-area {
    background: #571bcd;
    padding: 90px 0 240px;
    margin: 0 110px;
    margin-top: -180px
}

.service-section-content {
    margin-top: -180px
}

.service-features-icon {
    margin-right: 25px
}

.service-features-icon span {
    background: #EA1B29;
    padding: 15px;
    display: inline-block;
    border-radius: 8px
}

.service-features-icon span:before {
    font-size: 42px;
    line-height: 42px;
    color: #fff
}

.project-section .project-filter ul li {
    display: inline-block;
    border: 1px solid #d6d6df;
    padding: 8px 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #373959;
    font-weight: 500;
    border-radius: 25px;
    margin-right: 5px
}

.project-section .project-filter ul li:hover,
.project-section .project-filter ul li.active {
    background: #EA1B29;
    color: #fff;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.project-item .project-thumb {
    position: relative;
    overflow: hidden
}

.project-item .project-thumb img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.project-item .project-thumb .project-link-icon a {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #EA1B29;
    text-align: center;
    line-height: 72px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s
}

.project-item .project-thumb .project-details {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    opacity: 1;
    transform-origin: bottom;
    z-index: 2;
    opacity: 0
}

.project-item .project-thumb .project-details .project-category,
.project-item .project-thumb .project-details .project-title {
    color: #fff
}

.project-item .project-thumb:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.project-item:hover .project-thumb img {
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.project-item:hover .project-thumb .project-link-icon a {
    visibility: visible;
    opacity: 1;
    top: 5%;
    right: 5%;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.project-item:hover .project-thumb .project-details {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    bottom: 25px;
    left: 30px;
    opacity: 1
}

.project-item:hover .project-thumb:after {
    opacity: 1;
    transform: scale(0.95)
}

.project-item:hover .project-thumb:before {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
}

.owl-carousel.project-nav .owl-nav button.owl-prev,
.owl-carousel.project-nav .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
    top: -21%;
    right: 19.5%;
    height: 64px;
    width: 64px;
    line-height: 64px
}

.owl-carousel.project-nav .owl-nav button.owl-prev {
    right: 23.5%;
    left: auto
}

.owl-carousel.project-nav .owl-nav button.owl-prev:hover,
.owl-carousel.project-nav .owl-nav button.owl-next:hover {
    background: #fff
}

.owl-carousel.project-nav .owl-nav button.owl-prev:hover i,
.owl-carousel.project-nav .owl-nav button.owl-next:hover i {
    color: #EA1B29
}

.project-info-list li {
    padding: 8px 0;
    color: #677286;
    display: inherit
}

.project-info-list li span {
    color: #233d63;
    font-weight: 600;
    margin-right: 5px
}

.project-info-list li span i {
    color: #EA1B29;
    font-size: 18px;
    margin-right: 10px
}

.project-info-list li a {
    color: #677286
}

.funfact {
    background: #F3F1F2;
    padding: 40px 40px 40px;
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden
}

.funfact .icon {
    margin-bottom: 30px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.funfact .icon span:before {
    font-size: 118px;
    color: #03324d;
    opacity: .05
}

.funfact .counter {
    font-size: 48px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    color: #EA1B29
}

.funfact .title {
    color: #747b87;
    position: relative;
    z-index: 2
}

.funfact:after {
    content: "";
    background: #EA1B29;
    height: 8px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 600ms;
    border-radius: 36px
}

.funfact:hover .icon {
    top: 85px;
    transform: scale(1.2)
}

.funfact:hover:after {
    width: 100%
}

.funfact:hover::before {
    left: 5px;
    top: 6px;
    opacity: .08
}

.icon-box-block {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 30px 25px 30px 25px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1)
}

.icon-box-block:after {
    background: url(../img/about/1.png);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -35px;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    content: "";
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.icon-box-block img {
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s
}

.icon-box-block:hover img {
    -moz-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.icon-box-block:hover:after {
    -moz-transform: scale(1.08) translate(0px, -8px);
    -o-transform: scale(1.08) translate(0px, -8px);
    -ms-transform: scale(1.08) translate(0px, -8px);
    -webkit-transform: scale(1.08) translate(0px, -8px);
    transform: scale(1.08) translate(0px, -8px)
}

.icon-box-two .icon {
    background: #EA1B29;
    border-radius: 6px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    float: left;
    text-align: center
}

.icon-box-two .icon span:before {
    font-size: 48px;
    color: #fff
}

.icon-box-two .icon-details {
    margin-left: 110px
}

.team-block .team-bottom-part {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    background: #f8f8f8
}

.team-block .team-bottom-part:after {
    content: "";
    height: 3px;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #EA1B29;
    transition: 400ms
}

.team-block:hover .team-bottom-part:after {
    width: 25%
}

.team-block .team-bottom-part:before {
    content: "";
    position: absolute;
    background: #EA1B29;
    bottom: 0;
    height: 3px;
    width: 0;
    left: 0;
    transition: 600ms;
    right: 0;
    margin: 0 auto
}

.team-block:hover .team-bottom-part:before {
    width: 100%
}

.team-upper-part {
    position: relative;
    overflow: hidden;
    text-align: center
}

.team-upper-part .social-list {
    position: absolute;
    bottom: -37px;
    width: 100%;
    transition: 600ms;
    transform: scaleY(0);
    z-index: 1
}

.team-upper-part .social-list li {
    float: none;
    margin-right: 10px
}

.team-upper-part .social-list li a {
    border-radius: 5px;
    background: #f3f1f2;
    color: #03324d
}

.team-block:hover .team-upper-part .social-list {
    transform: scaleY(1);
    bottom: 30px
}

.team-upper-part:after {
    content: "";
    position: absolute;
    background: #03324d;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .7;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0)
}

.team-block:hover .team-upper-part:after {
    transform: scaleY(1)
}

.team-upper-part .social-list li a:hover {
    background: #EA1B29;
    color: #fff
}

.testimonial-item {
    background: #fff;
    padding: 35px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-align: center
}

.testimonial-item .testimonial-thumb {
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #c1cad5
}

.testimonial-item .testimonial-thumb img {
    border-radius: 50%
}

.testimonial-item .client-designation {
    font-size: 16px;
    color: #a6a4a4;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px
}

.star-rating li i {
    font-size: 18px
}

.client-name {
    margin-bottom: 0
}

.quote-icon:before {
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    font-size: 2rem;
    -moz-transform: translateY(50%) rotate(-180deg);
    -o-transform: translateY(50%) rotate(-180deg);
    -ms-transform: translateY(50%) rotate(-180deg);
    -webkit-transform: translateY(50%) rotate(-180deg);
    transform: translateY(50%) rotate(-180deg);
    color: #fff;
    top: -35px;
    background: #EA1B29;
    padding: 20px
}

.price-table {
    position: relative;
    display: block;
    background: #F4F5F8;
    padding-bottom: 45px;
    border-radius: 8px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.price-table .table-header {
    position: relative;
    display: block
}

.price-table .table-header .pricing-plan-name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    background: #EA1B29
}

.price-table .table-header .price {
    font-size: 64px;
    line-height: 64px;
    color: #0B2239;
    font-weight: 600;
    background: #fff;
    padding: 45px 0 20px;
    border: 1px solid #edf1f9
}

.price-table .table-header .price .price-currency {
    font-size: 36px;
    margin-right: 10px;
    vertical-align: text-bottom;
    font-weight: 600
}

.price-table .table-header .price .price-duration {
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 500
}

.price-table .table-content {
    position: relative;
    display: block;
    padding: 45px
}

.price-table .table-content .list-items li {
    padding: 8px 0
}

.price-table.active {
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.price-table .recommended {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    padding: 3px;
    background: #b62b7d;
    margin: 0 auto;
    width: 40%;
    border-radius: 30px;
    color: #fff;
    font-size: 13px
}

.case-study-item .case-study-thumb {
    position: relative;
    overflow: hidden
}

.case-study-item .case-study-thumb img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 900ms ease
}

.case-study-item .case-study-thumb .case-study-link-icon a {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    right: -34px;
    width: 52px;
    margin-top: -25px;
    margin-left: -25px;
    height: 52px;
    background: #EA1B29;
    text-align: center;
    line-height: 60px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s
}

.case-study-item .case-study-thumb .case-study-details {
    position: absolute;
    width: 88%;
    margin: 0 auto;
    left: 20px;
    bottom: 10px;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    opacity: 1;
    transform-origin: bottom;
    z-index: 2;
    opacity: 0
}

.case-study-item .case-study-thumb .case-study-details .case-study-category,
.case-study-item .case-study-thumb .case-study-details .case-study-title {
    color: #fff
}

.case-study-item .case-study-thumb:after {
    position: absolute;
    background: linear-gradient(0deg, #11112e, transparent);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s
}

.case-study-item:hover .case-study-thumb img {
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.case-study-item:hover .case-study-thumb .case-study-link-icon a {
    visibility: visible;
    opacity: 1;
    right: 28px
}

.case-study-item:hover .case-study-thumb .case-study-details {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    bottom: 10px;
    left: 30px;
    opacity: 1
}

.case-study-item:hover .case-study-thumb:after {
    opacity: 1
}

.case-study-item:hover .case-study-thumb:before {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
}

.text-divider .large-text {
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase
}

.call-us-now {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #EA1B29;
    padding: 30px 40px;
    border-radius: 12px
}

.call-us-now:before {
    position: inherit;
    content: "\f18e";
    font-family: "Flaticon";
    color: #fff;
    font-size: 92px;
    left: 30px;
    top: 50px;
    opacity: .2
}

.left-infinite-img {
    animation: infiLeftRight 4s infinite
}

.mrt-0 {
    margin-top: 0
}

.mrt-5 {
    margin-top: 5px
}

.mrt-10 {
    margin-top: 10px
}

.mrt-15 {
    margin-top: 15px
}

.mrt-20 {
    margin-top: 20px
}

.mrt-25 {
    margin-top: 25px
}

.mrt-30 {
    margin-top: 30px
}

.mrt-35 {
    margin-top: 35px
}

.mrt-40 {
    margin-top: 40px
}

.mrt-45 {
    margin-top: 45px
}

.mrt-50 {
    margin-top: 50px
}

.mrt-55 {
    margin-top: 55px
}

.mrt-60 {
    margin-top: 60px
}

.mrt-65 {
    margin-top: 65px
}

.mrt-70 {
    margin-top: 70px
}

.mrt-75 {
    margin-top: 75px
}

.mrt-80 {
    margin-top: 80px
}

.mrt-85 {
    margin-top: 85px
}

.mrt-90 {
    margin-top: 90px
}

.mrt-95 {
    margin-top: 95px
}

.mrt-100 {
    margin-top: 100px
}

.mrt-105 {
    margin-top: 105px
}

.mrt-110 {
    margin-top: 110px
}

.mrt-115 {
    margin-top: 115px
}

.mrt-120 {
    margin-top: 120px
}

.mrt-125 {
    margin-top: 125px
}

.mrt-130 {
    margin-top: 130px
}

.mrt-135 {
    margin-top: 135px
}

.mrt-140 {
    margin-top: 140px
}

.mrt-145 {
    margin-top: 145px
}

.mrt-150 {
    margin-top: 150px
}

.mrt--90 {
    margin-top: -90px
}

.mrt--110 {
    margin-top: -110px
}

.mrt--235 {
    margin-top: -235px
}

.mrl--160 {
    margin-left: -160px
}

.minus-mrt-60 {
    margin-top: -60px
}

.mrr-0 {
    margin-right: 0
}

.mrr-5 {
    margin-right: 5px
}

.mrr-10 {
    margin-right: 10px
}

.mrr-15 {
    margin-right: 15px
}

.mrr-20 {
    margin-right: 20px
}

.mrr-25 {
    margin-right: 25px
}

.mrr-30 {
    margin-right: 30px
}

.mrr-35 {
    margin-right: 35px
}

.mrr-40 {
    margin-right: 40px
}

.mrr-45 {
    margin-right: 45px
}

.mrr-50 {
    margin-right: 50px
}

.mrr-55 {
    margin-right: 55px
}

.mrr-60 {
    margin-right: 60px
}

.mrr-65 {
    margin-right: 65px
}

.mrr-70 {
    margin-right: 70px
}

.mrr-75 {
    margin-right: 75px
}

.mrr-80 {
    margin-right: 80px
}

.mrr-85 {
    margin-right: 85px
}

.mrr-90 {
    margin-right: 90px
}

.mrr-95 {
    margin-right: 95px
}

.mrr-100 {
    margin-right: 100px
}

.mrr-105 {
    margin-right: 105px
}

.mrr-110 {
    margin-right: 110px
}

.mrr-115 {
    margin-right: 115px
}

.mrr-120 {
    margin-right: 120px
}

.mrr-125 {
    margin-right: 125px
}

.mrr-130 {
    margin-right: 130px
}

.mrr-135 {
    margin-right: 135px
}

.mrr-140 {
    margin-right: 140px
}

.mrr-145 {
    margin-right: 145px
}

.mrr-150 {
    margin-right: 150px
}

.mrb-0 {
    margin-bottom: 0
}

.mrb-5 {
    margin-bottom: 5px
}

.mrb-10 {
    margin-bottom: 10px
}

.mrb-15 {
    margin-bottom: 15px
}

.mrb-20 {
    margin-bottom: 20px
}

.mrb-25 {
    margin-bottom: 25px
}

.mrb-30 {
    margin-bottom: 30px
}

.mrb-35 {
    margin-bottom: 35px
}

.mrb-40 {
    margin-bottom: 40px
}

.mrb-45 {
    margin-bottom: 45px
}

.mrb-50 {
    margin-bottom: 50px
}

.mrb-55 {
    margin-bottom: 55px
}

.mrb-60 {
    margin-bottom: 60px
}

.mrb-65 {
    margin-bottom: 65px
}

.mrb-70 {
    margin-bottom: 70px
}

.mrb-75 {
    margin-bottom: 75px
}

.mrb-80 {
    margin-bottom: 80px
}

.mrb-85 {
    margin-bottom: 85px
}

.mrb-90 {
    margin-bottom: 90px
}

.mrb-95 {
    margin-bottom: 95px
}

.mrb-100 {
    margin-bottom: 100px
}

.mrb-105 {
    margin-bottom: 105px
}

.mrb-110 {
    margin-bottom: 110px
}

.mrb-115 {
    margin-bottom: 115px
}

.mrb-120 {
    margin-bottom: 120px
}

.mrb-125 {
    margin-bottom: 125px
}

.mrb-130 {
    margin-bottom: 130px
}

.mrb-135 {
    margin-bottom: 135px
}

.mrb-140 {
    margin-bottom: 140px
}

.mrb-145 {
    margin-bottom: 145px
}

.mrb-150 {
    margin-bottom: 150px
}

.mrl-0 {
    margin-left: 0
}

.mrl-5 {
    margin-left: 5px
}

.mrl-10 {
    margin-left: 10px
}

.mrl-15 {
    margin-left: 15px
}

.mrl-20 {
    margin-left: 20px
}

.mrl-25 {
    margin-left: 25px
}

.mrl-30 {
    margin-left: 30px
}

.mrl-35 {
    margin-left: 35px
}

.mrl-40 {
    margin-left: 40px
}

.mrl-45 {
    margin-left: 45px
}

.mrl-50 {
    margin-left: 50px
}

.mrl-55 {
    margin-left: 55px
}

.mrl-60 {
    margin-left: 60px
}

.mrl-65 {
    margin-left: 65px
}

.mrl-70 {
    margin-left: 70px
}

.mrl-75 {
    margin-left: 75px
}

.mrl-80 {
    margin-left: 80px
}

.mrl-85 {
    margin-left: 85px
}

.mrl-90 {
    margin-left: 90px
}

.mrl-95 {
    margin-left: 95px
}

.mrl-100 {
    margin-left: 100px
}

.mrl-105 {
    margin-left: 105px
}

.mrl-110 {
    margin-left: 110px
}

.mrl-115 {
    margin-left: 115px
}

.mrl-120 {
    margin-left: 120px
}

.mrl-125 {
    margin-left: 125px
}

.mrl-130 {
    margin-left: 130px
}

.mrl-135 {
    margin-left: 135px
}

.mrl-140 {
    margin-left: 140px
}

.mrl-145 {
    margin-left: 145px
}

.mrl-150 {
    margin-left: 150px
}

.pdt-0 {
    padding-top: 0
}

.pdt-5 {
    padding-top: 5px
}

.pdt-10 {
    padding-top: 10px
}

.pdt-15 {
    padding-top: 15px
}

.pdt-20 {
    padding-top: 20px
}

.pdt-25 {
    padding-top: 25px
}

.pdt-30 {
    padding-top: 30px
}

.pdt-35 {
    padding-top: 35px
}

.pdt-40 {
    padding-top: 40px
}

.pdt-45 {
    padding-top: 45px
}

.pdt-50 {
    padding-top: 50px
}

.pdt-55 {
    padding-top: 55px
}

.pdt-60 {
    padding-top: 60px
}

.pdt-65 {
    padding-top: 65px
}

.pdt-70 {
    padding-top: 70px
}

.pdt-75 {
    padding-top: 75px
}

.pdt-80 {
    padding-top: 80px
}

.pdt-85 {
    padding-top: 85px
}

.pdt-90 {
    padding-top: 90px
}

.pdt-95 {
    padding-top: 95px
}

.pdt-100 {
    padding-top: 100px
}

.pdt-105 {
    padding-top: 105px
}

.pdt-110 {
    padding-top: 110px
}

.pdt-115 {
    padding-top: 115px
}

.pdt-120 {
    padding-top: 120px
}

.pdt-125 {
    padding-top: 125px
}

.pdt-130 {
    padding-top: 130px
}

.pdt-135 {
    padding-top: 135px
}

.pdt-140 {
    padding-top: 140px
}

.pdt-145 {
    padding-top: 145px
}

.pdt-150 {
    padding-top: 150px
}

.pdr-0 {
    padding-right: 0
}

.pdr-5 {
    padding-right: 5px
}

.pdr-10 {
    padding-right: 10px
}

.pdr-15 {
    padding-right: 15px
}

.pdr-20 {
    padding-right: 20px
}

.pdr-25 {
    padding-right: 25px
}

.pdr-30 {
    padding-right: 30px
}

.pdr-35 {
    padding-right: 35px
}

.pdr-40 {
    padding-right: 40px
}

.pdr-45 {
    padding-right: 45px
}

.pdr-50 {
    padding-right: 50px
}

.pdr-55 {
    padding-right: 55px
}

.pdr-60 {
    padding-right: 60px
}

.pdr-65 {
    padding-right: 65px
}

.pdr-70 {
    padding-right: 70px
}

.pdr-75 {
    padding-right: 75px
}

.pdr-80 {
    padding-right: 80px
}

.pdr-85 {
    padding-right: 85px
}

.pdr-90 {
    padding-right: 90px
}

.pdr-95 {
    padding-right: 95px
}

.pdr-100 {
    padding-right: 100px
}

.pdr-105 {
    padding-right: 105px
}

.pdr-110 {
    padding-right: 110px
}

.pdr-115 {
    padding-right: 115px
}

.pdr-120 {
    padding-right: 120px
}

.pdr-125 {
    padding-right: 125px
}

.pdr-130 {
    padding-right: 130px
}

.pdr-135 {
    padding-right: 135px
}

.pdr-140 {
    padding-right: 140px
}

.pdr-145 {
    padding-right: 145px
}

.pdr-150 {
    padding-right: 150px
}

.pdb-0 {
    padding-bottom: 0
}

.pdb-5 {
    padding-bottom: 5px
}

.pdb-10 {
    padding-bottom: 10px
}

.pdb-15 {
    padding-bottom: 15px
}

.pdb-20 {
    padding-bottom: 20px
}

.pdb-25 {
    padding-bottom: 25px
}

.pdb-30 {
    padding-bottom: 30px
}

.pdb-35 {
    padding-bottom: 35px
}

.pdb-40 {
    padding-bottom: 40px
}

.pdb-45 {
    padding-bottom: 45px
}

.pdb-50 {
    padding-bottom: 50px
}

.pdb-55 {
    padding-bottom: 55px
}

.pdb-60 {
    padding-bottom: 60px
}

.pdb-65 {
    padding-bottom: 65px
}

.pdb-70 {
    padding-bottom: 70px
}

.pdb-75 {
    padding-bottom: 75px
}

.pdb-80 {
    padding-bottom: 80px
}

.pdb-85 {
    padding-bottom: 85px
}

.pdb-90 {
    padding-bottom: 90px
}

.pdb-95 {
    padding-bottom: 95px
}

.pdb-100 {
    padding-bottom: 100px
}

.pdb-105 {
    padding-bottom: 105px
}

.pdb-110 {
    padding-bottom: 110px
}

.pdb-115 {
    padding-bottom: 115px
}

.pdb-120 {
    padding-bottom: 120px
}

.pdb-125 {
    padding-bottom: 125px
}

.pdb-130 {
    padding-bottom: 130px
}

.pdb-135 {
    padding-bottom: 135px
}

.pdb-140 {
    padding-bottom: 140px
}

.pdb-145 {
    padding-bottom: 145px
}

.pdb-150 {
    padding-bottom: 150px
}

.pdt-195 {
    padding-top: 195px
}

.pdt-180 {
    padding-top: 180px
}

.pdb-180 {
    padding-bottom: 180px
}

.pdb-200 {
    padding-bottom: 200px
}

.pdb-235 {
    padding-bottom: 235px
}

.pdb-170 {
    padding-bottom: 170px
}

.pdb-210 {
    padding-bottom: 210px
}

.pdb-300 {
    padding-bottom: 300px
}

.pdl-0 {
    padding-left: 0
}

.pdl-5 {
    padding-left: 5px
}

.pdl-10 {
    padding-left: 10px
}

.pdl-15 {
    padding-left: 15px
}

.pdl-20 {
    padding-left: 20px
}

.pdl-25 {
    padding-left: 25px
}

.pdl-30 {
    padding-left: 30px
}

.pdl-35 {
    padding-left: 35px
}

.pdl-40 {
    padding-left: 40px
}

.pdl-45 {
    padding-left: 45px
}

.pdl-50 {
    padding-left: 50px
}

.pdl-55 {
    padding-left: 55px
}

.pdl-60 {
    padding-left: 60px
}

.pdl-65 {
    padding-left: 65px
}

.pdl-70 {
    padding-left: 70px
}

.pdl-75 {
    padding-left: 75px
}

.pdl-80 {
    padding-left: 80px
}

.pdl-85 {
    padding-left: 85px
}

.pdl-90 {
    padding-left: 90px
}

.pdl-95 {
    padding-left: 95px
}

.pdl-100 {
    padding-left: 100px
}

.pdl-105 {
    padding-left: 105px
}

.pdl-110 {
    padding-left: 110px
}

.pdl-115 {
    padding-left: 115px
}

.pdl-120 {
    padding-left: 120px
}

.pdl-125 {
    padding-left: 125px
}

.pdl-130 {
    padding-left: 130px
}

.pdl-135 {
    padding-left: 135px
}

.pdl-140 {
    padding-left: 140px
}

.pdl-145 {
    padding-left: 145px
}

.pdl-150 {
    padding-left: 150px
}

.f-weight-100 {
    font-weight: 100
}

.f-weight-200 {
    font-weight: 200
}

.f-weight-300 {
    font-weight: 300
}

.f-weight-400 {
    font-weight: 400
}

.f-weight-500 {
    font-weight: 500
}

.f-weight-600 {
    font-weight: 600
}

.f-weight-700 {
    font-weight: 700
}

.f-weight-800 {
    font-weight: 800
}

.f-weight-900 {
    font-weight: 900
}

.vh {
    height: 100vh
}

.d-flex {
    align-items: center;
    display: flex
}

.font-30 {
    font-size: 30px
}

.font-54 {
    font-size: 54px;
    line-height: 64px
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index--1 {
    z-index: -1
}

.border-right-silver2 {
    border-right: 1px solid #b7b7b8
}

@media(max-width:991px) {
    .sidebar-right {
        padding-top: 50px !important;
        order: 1;
        width: 100%
    }

    .first-priority {
        order: -1
    }
}

.font-family2 {
    font-family: "Poppins", sans-serif
}

.font-family2 {
    font-family: "Roboto", sans-serif
}

[data-overlay-dark],
[data-overlay-light] {
    position: relative
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

[data-overlay-dark]:before {
    background: #131c34
}

[data-overlay-light]:before {
    background: #fff
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: .9
}

[data-overlay-dark="94"]:before,
[data-overlay-light="94"]:before {
    opacity: .94
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.long-gap-left {
    margin-left: 370px;
    overflow: hidden
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.text-underline {
    text-decoration: underline
}

.display-inline-block {
    display: inline-block
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.bg-white {
    background: #fff
}

.bg-light-pink {
    background: #faf3f3
}

.bg-silver {
    background: #ECF1F8
}

.bg-silver-light {
    background: #F8F8F8
}

.bg-silver-deep {
    background: #ecdaee
}

.bg-gray {
    background: #f7f7f7
}

.text-silver {
    color: #f5f3f1
}

.text-light-gray {
    color: #a7a8b4
}

.text-gray {
    color: #858585
}

.text-gray-light {
    color: #CCC
}

.text-dark-light {
    color: #808093
}

.section-white-typo * {
    color: #fff !important
}

.section-bg1 {
    background: url(../images/bg/1.jpg)
}

.section-bg2 {
    background: url(../images/bg/2.jpg)
}

.section-bg3 {
    background: url(../images/bg/3.jpg)
}

.section-bg4 {
    background: url(../images/bg/4.jpg)
}

.section-bg5 {
    background: url(../images/bg/5.jpg)
}

.abs-bg2 {
    background: url(../images/bg/abs-bg2.png)
}

.contact-from-bg {
    background: url(../images/bg/contact-form-bg.png)
}

[class*=section-bg] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

.section-title-line {
    position: relative;
    display: inline-block
}

.section-title-line:before {
    content: "";
    background: #e41f7a;
    height: 3px;
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
    left: 0;
    margin: 0 auto
}

.section-title-line.line-white:before {
    background: #fff
}

.solid-line-bottom {
    position: relative;
    display: inline-block
}

.solid-line-bottom:before {
    content: "";
    background: linear-gradient(45deg, #CA1F26, #EA1B29) !important;
    height: 5px;
    width: 15%;
    position: absolute;
    right: 0;
    bottom: -20px;
    display: inline-block;
    left: 0;
    z-index: -1;
    border-radius: 15px
}

.element-shadow {
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.3)
}

.element-shadow-long {
    box-shadow: 0 20px 19px 0 rgba(0, 0, 0, 0.14)
}

.bg-cover {
    background-size: cover
}

.divider-gap {
    padding: 11% 16% 9% 12%
}

.vertical-align-middle {
    vertical-align: middle
}

.half-sec {
    position: relative;
    overflow: hidden
}

.half-sec:before {
    content: "";
    background: #fdeeec;
    position: absolute;
    height: 95%;
    width: 48%;
    left: -240px;
    transform: skew(-30deg, 15deg);
    top: 0;
    opacity: .6
}

.intersection-section {
    margin-top: -160px;
    padding-top: 240px
}

.border-top-bottom {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}
