@charset "UTF-8";  
 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");

.back-to-top-wrapper, a, button, p, li, .transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */

:root {
  /**
  @font family declaration
  */
  --tp-ff-body:  "DM Sans", sans-serif;
  --tp-ff-heading:  "Poppins", sans-serif;
  --tp-ff-p:  "Poppins", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #12062c;
  --tp-common-gray: #6d6c71;
  --tp-common-gray1: #eaedfe;
  --tp-common-gray2: #f4f4f4;
  --tp-common-gray3: #ebebeb;
  --tp-common-gray4: #f5f8ff;
  --tp-heading-primary: #12062c;
  --tp-heading-1: #03bfad;
  --tp-heading-2: #212e44;
  --tp-heading-3: #ff3f79;
  --tp-heading-4: #0d031e;
  --tp-heading-5: #0f0f0f;
  --tp-grey-1: #F6F7F9;
  --tp-grey-2: #f5f5ff;
  --tp-grey-3: #dadada;
  --tp-grey-4: #e8e8e8;
  --tp-grey-5: #f2f2ff;
  --tp-grey-6: #e5e5e5;
  --tp-grey-7: #e7e7f1;
  --tp-grey-8: #e8e7ea;
  --tp-grey-9: #ffe9ef;
  --tp-grey-10: #e7e7e7;
  --tp-grey-11: #ccccce;
  --tp-grey-12: #e2dfe7;
  --tp-grey-13: #f7f7f7;
  --tp-grey-14: #978da8;
  --tp-grey-15: #dee9f6;
  --tp-grey-16: #f0f0f0;
  --tp-grey-17: #d3d6db;
  --tp-grey-18: #9a9797;
  --tp-grey-19: #cfc7e1;
  --tp-grey-20: #f2edeb;
  --tp-grey-21: #c5c0d0;
  --tp-grey-22: #fbf8ff;
  --tp-grey-23: #f4f5f7;
  --tp-grey-24: #eee3ff;
  --tp-grey-25: #918ea4;
  --tp-grey-26: #fff7f3;
  --tp-text-body: #444444;
  --tp-text-p: #767A7D;
  --tp-text-li: #948aaa;
  --tp-text-skill: #000000;
  --tp-text-1: #dde4f7;
  --tp-text-2: #6a6a6a;
  --tp-text-3: #a09baa;
  --tp-text-4: #55585B;
  --tp-text-5: #A3A5A7;
  --tp-text-6: #8d91a2;
  --tp-text-7: #423264;
  --tp-text-8: #867aa4;
  --tp-text-9: #271b40;
  --tp-text-10: #767676;
  --tp-text-11: #0f0d1d;
  --tp-text-12: #a1a1a1;
  --tp-text-13: #00a393;
  --tp-text-14: #8977f6;
  --tp-text-15: #7d2df4;
  --tp-text-16: #2e3d4f;
  --tp-text-17: #51c107;
  --tp-text-18: #0e0927;
  --tp-text-19: #8348de;
  --tp-text-20: #ddd;
  --tp-text-21: #12e8d4;
  --tp-text-22: #6222cc;
  --tp-text-23: #676776;
  --tp-text-24: #a366ff;
  --tp-text-25: #13072d;
  --tp-text-26: #3e3e59;
  --tp-text-27: #f4d5de;
  --tp-theme-primary: #0f8ac5;
  --tp-border-primary: #fff;
  --tp-border-secondary: #03a9f4;
  --tp-border-1: #ebebeb;
  --tp-border-2: #d4dbe3;
  --tp-border-3: #e0e0e0;
  --tp-border-4: #d8d5d5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
  typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 30px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

*::-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: 14px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.fix {
  overflow: hidden;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.p-relative {
  position: relative;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}

/* dropcap */

/* gutter for x axis */

/* gutter for x axis */

/* gutter for x axis */
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/

.tp-btn {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  border: none;
  outline: none !important;
  background-color: var(--tp-heading-secondary);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  padding: 22px 51px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.tp-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--tp-theme-primary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tp-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color:#ff5722;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tp-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::before {
  top: 100%;
}
.tp-btn:hover::after {
  bottom: -50%;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/

/*/ When page loaded /*/

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */

/* tp swiper slider dot */
/* tp swiper scrollbar */

/* tp slick arrow */

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas {
    width: 480px;
  }
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas__contact-title h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li i {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  color: var(--tp-heading-primary);
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-theme-primary);
  margin-right: 10px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #EAEAEF;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  color: var(--tp-theme-primary);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: var(--tp-ff-heading);
}
.tp-section-title {
  font-size: 55px;
  letter-spacing: -1px;
}
.tp-section-title.white {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.white {
    font-size: 45px;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-xs {
    font-size: 31px;
    font-weight: 800;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-wrapper {
    margin-bottom: 20px;
  }
}
.tp-section-title-wrapper p {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-wrapper p {
    width: 82%;
  }
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.18 Range Slider css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
/* Header-top */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 /* .tp-header-height {
    height:100px;
  }*/
}

/* Header-Bottom */
.tp-header-bottom {
  padding: 0 110px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-bottom {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-bottom {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-bottom {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bottom {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-bottom {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-header-bottom {
    padding: 20px 10px;
  }
}
.tp-header-toggle {
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-toggle {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-toggle {
    margin-left: 0;
  }
}
.tp-header-toggle button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 58px;
  display: inline-block;
  text-align: center;
 background:#0fa2e9;
    font-size: 25px;
    color: #ffffff;
}
.tp-header-toggle button:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.main-menu {
  margin-left: 20px;
}
.main-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-menu > nav > ul > li:hover a {
  color: var(--tp-theme-primary);
}
.main-menu > nav > ul > li:not(:last-child) {
  margin-right: 53px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .main-menu > nav > ul > li:not(:last-child) {
    margin-right: 51px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu > nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > nav > ul > li:not(:last-child) {
    margin-right: 14px;
  }
  .main-menu{
    margin-left: 0;
  }
}
.main-menu > nav > ul > li a {
  display: inline-block;
  font-size: 16px;
    font-weight: 600;
    color: #000;
  padding: 25px 0 25px;
  font-family: var(--tp-ff-heading);
}
.main-menu > nav > ul > li:hover .submenu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.main-menu > nav > ul .submenu {
  position: absolute;
  width: 260px;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--tp-theme-primary);
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
}

.main-menu ul li .tp-submenu.submenu.has-homemenu {
  width: 350px;
  /*left: -300px;
  padding: 30px 30px 10px 30px;*/
  background-color:#ffffff;
  box-shadow: rgb(0 0 0 / 40%) 0px 8px 24px;
}
/*@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu ul li .tp-submenu.submenu.has-homemenu {
    left: -320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li .tp-submenu.submenu.has-homemenu {
    left: -290px;
    width: 1000px;
  }
}
 .main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb {
  position: relative;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb::before {
  position: absolute;

  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  transition: all 0.3s 0s ease-out;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb img {
  width: 100%;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #222222;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: #1d99d5;
}
.main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
  display: none;
}*/

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
/* footer col design for home 1 */
/*----------------------------------------*/
/*  9.1 Slider css
/*----------------------------------------*/

.slider-brand
{
width: 150px;
border-radius: 10px;
}

.tp-slider-height {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #56698f, #022183 );
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    height:600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-height {
    height: 740px;
  }
}
.tp-slider-content {
  position: relative;
  z-index: 11;
}
.tp-slider-sub-title {
  color: var(--tp-common-white);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-sub-title {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .tp-slider-sub-title {
    font-size: 12px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-sub-title {
    font-size: 13px;
    font-weight: 500;
  }
}
.tp-slider-title {
  font-size: 64px;
  font-weight: 600;
  color: var(--tp-common-white);
  letter-spacing: -3px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 41px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
    font-size: 50px;
    font-weight: 700;
  }
}
.tp-slider-arrow-box button {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--tp-theme-primary);
  background-color: #aeecff;
  position: absolute;
  left: 60px;
  top: 355px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box button {
    top: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-arrow-box button {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box button {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-arrow-box button {
    left: 20px;
    top: 250px;
  }
}
@media (max-width: 767px) {
  .tp-slider-arrow-box button {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-arrow-box button {
    display: none;
  }
}
.tp-slider-arrow-box button.slider-next {
  margin-bottom: 10px;
  left: auto;
  right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-arrow-box button.slider-next {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box button.slider-next {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-arrow-box button.slider-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-slider-arrow-box button.slider-next {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-arrow-box button.slider-next {
    display: none;
  }
}
.tp-slider-arrow-box button {
  transition: 0.4s;
}
.tp-slider-arrow-box button:hover {
  background: var(--tp-common-white);
}
.tp-slider-dots {
  position: absolute;
  bottom: 25px;
  right: 364px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-dots {
    right: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-dots {
    right: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-dots {
    right: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-dots {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.tp-slider-dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.tp-slider-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--tp-common-white);
}
.tp-slider-dots.dots-color .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--tp-common-white);
  transform: scale(1.4);
}
.tp-slider-area:hover .tp-slider-arrow-box button {
  visibility: visible;
  opacity: 1;
}
.tp-slider-area:hover .tp-slider-arrow-box button.slider-prev {
  left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-area:hover .tp-slider-arrow-box button.slider-prev {
    left: 40px;
  }
}
.tp-slider-area:hover .tp-slider-arrow-box button.slider-next {
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-area:hover .tp-slider-arrow-box button.slider-next {
    right: 40px;
  }
}

/*----------------------------------------*/
/*  8.4 Hero css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.9 Service css
/*----------------------------------------*/
.tp-service-2-area {
  background-image: linear-gradient(0deg, #ffffff 0%, #fff 100%);
  padding: 100px 0 120px;
}
.tp-service-2-swiper-container {
  padding-bottom: 80px;
}
.tp-service-2-box {
  position: absolute;
  bottom: -70px;
  width: 100%;
}
.tp-service-2-thum img {
  width: 100%;
  border: 1px solid #0f8ac5;
    border-radius: 20px;
}
.tp-service-2-icon {
  background:#56698f;
  padding:15px 0px 15px;
  margin: 0 40px;
  position: relative;
  transition: 0.4s;
}
.tp-service-2-icon::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  top: 6px;
  left: 6px;
}
.tp-service-2-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 6px;
  top: 6px;
  background: #fff;
}
.tp-service-2-inner-item {
  transition: 0.3s;
}
.tp-service-2-icon-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.tp-service-2-icon-title:hover {
  color:#38e3ff;
}
.tp-service-2-paragraph {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-service-2-paragraph p {
  color: var(--tp-common-white);
  width: 80%;
  margin: auto;
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-about-wrapper {
    margin-left: 0;
  }
}
.tp-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-left: -30px;
}
@media (max-width: 767px) {
  .tp-about-thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-thumb-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-signacer-btn {
    display: inherit !important;
  }
}

.tp-section-subtitle.style-2 {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.tp-section-subtitle.style-2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 13px;
  right: -40px;
  background: var(--tp-theme-primary);
}
.tp-section-paragraph {
  margin-top: 22px !important;
}
.tp-section-paragraph-3 {
  margin-top: 32px !important;
}
.tp-section-paragraph-3.white {
  color: var(--tp-grey-21);
}

/*----------------------------------------*/
/*  7.9 Customer css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.3 cart css start
/*----------------------------------------*/
/* 16. Cart */

.table td, .table th {
  border-top: 1px solid #eaedff;
}

/* 17. Checkout */

/*----------------------------------------*/
/*  7.4 checkout css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.2 Feature css
/*----------------------------------------*/
.tp-feature-2-section-subtitle {
  color: var(--tp-common-white);
}
.tp-feature-2-section-subtitle::after {
  background: var(--tp-common-white) !important;
}
.tp-feature-2-section-title {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-feature-2-section-title {
    font-size: 31px;
    font-weight: 800;
  }
}
.tp-feature-2-bottom {
  margin-top: -126px;
}
.tp-feature-2-content {
  background: var(--tp-common-white);
  filter: drop-shadow(-2.29px 11.78px 20px rgba(135, 130, 147, 0.08));
  padding: 36px 30px 64px 30px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.tp-feature-2-content:hover {
  background: var(--tp-theme-primary);
}
.tp-feature-2-content:hover .tp-feature-2-cnt-title {
  color: var(--tp-common-white);
}
.tp-feature-2-content:hover .tp-feature-2-cnt-icon span {
  color: var(--tp-common-white);
}
.tp-feature-2-content:hover .tp-feature-2-content-paragraph p {
  color: var(--tp-common-white);
}
.tp-feature-2-content:hover .tp-feature-2-content-bottom {
  transform: translateY(33px);
}
.tp-feature-2-content-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.tp-feature-2-cnt-title {
  font-size: 20px;
  font-weight: 600;
}
.tp-feature-2-cnt-icon span {
  font-size: 40px;
  color: var(--tp-theme-primary);
  transition: 0.4s;
}
.tp-feature-2-content-bottom {
  transform: translateY(65px);
  transition: 0.6s;
}
.tp-feature-2-content-paragraph p {
  line-height: 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-2-content-paragraph p {
    font-size: 15px;
  }
}
.tp-feature-2-arrow-box {
  display: flex;
  flex-direction: column;
  float: right;
}
@media (max-width: 767px) {
  .tp-feature-2-arrow-box {
    float: left;
  }
}
.tp-feature-2-arrow-box button {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--tp-common-white);
  background-color:#03a9f4;
  margin: 5px 0;
  transition: 0.4s;
}
.tp-feature-2-arrow-box button.slider-next {
  margin-bottom: 10px;
}
.tp-feature-2-arrow-box button:hover {
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
}
.tp-feature-2-icon span {
  font-size: 20px;
  color: var(--tp-common-white);
}
.tp-feature-3-wrapper {
      border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgb(80 34 149 / 6%);
    padding: 40px 0px 28px;
    position: relative;
    z-index: 1;
    border: 1px solid #a5c8d9;
}
.tp-feature-3-wrapper:hover::before {
  height: 100%;
}
.tp-feature-3-wrapper:hover .tp-feature-3-icon span {
  color: var(--tp-common-white);
}
.tp-feature-3-wrapper:hover .tp-feature-3-title {
  color: var(--tp-common-white);
}
.tp-feature-3-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  background:#1463b5;
  transition: 0.4s;
  z-index: -1;
}
.tp-feature-3-icon span {
  color: var(--tp-theme-primary);
  font-size: 66px;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.4s;
}
.tp-feature-3-title {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
}

/*----------------------------------------*/
/*  9.5 Technology css
/*----------------------------------------*/
.tp-technology-2-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-technology-2-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.851;
  z-index: -1;
}
.tp-technology-2-right-wrapper {
  z-index: 11;
  position: relative;
}
.tp-technology-2-contact {
    background: #ffffff;
    padding: 35px;
    position: absolute;
    margin-left: 45px;
    border-radius: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-technology-2-contact {
    padding: 50px 58px 70px;
    position: relative;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp-technology-2-contact {
    padding: 50px 20px 5px 25px;
    position: relative;
    margin-left: 0;
  }
}
.tp-technology-2-title {
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-technology-2-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-technology-2-title {
    font-size:32px;
  }
}
@media (max-width: 767px) {
  .tp-technology-2-title {
    font-size: 30px;
  }
}
.tp-technology-3-subtitle {
  color: #c5c0d0;
}
.tp-technology-3-box {
  margin-left: 80px;
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-technology-3-box {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-technology-3-box {
    margin-left: 0;
    margin-top: 50px;
    box-shadow: 0px 2px 40px 0px rgba(21, 24, 32, 0.06);
  }
}
.tp-technology-3-item {
  background: var(--tp-common-white);
  padding: 60px 60px 40px 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-technology-3-item {
    padding: 60px 40px 95px 40px;
  }
}
.tp-technology-3-list li {
  list-style: none;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-technology-3-list li {
    font-size: 14px;
  }
}
.tp-technology-3-list li i {
  color: var(--tp-theme-primary);
  font-size: 16px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.tp-technology-3-btn {
  appearance: none;
  border: none;
  outline: none !important;
  background: var(--tp-heading-primary);
  display: block;
  font-family: var(--tp-ff-heading);
  background-color: var(--tp-heading-secondary);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  padding: 22px 51px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.tp-technology-3-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #03a9f4;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tp-technology-3-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--tp-heading-primary);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tp-technology-3-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.tp-technology-3-btn:hover {
  color: var(--tp-common-white);
}
.tp-technology-3-btn:hover::before {
  top: 100%;
}
.tp-technology-3-btn:hover::after {
  bottom: -50%;
}

/*----------------------------------------*/
/*  8.5 Management css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.2 benifit css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.8 Project css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.6 Portfolio css
/*----------------------------------------*/
.tp-portfolio-breadcrumb-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(45deg,#01175d, #022183 );
}
.tp-portfolio-breadcrumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
      background-color: #000;
    opacity: 0.001;
  z-index: -1;
}
.tp-portfolio-breadcrumb-title {
  font-size: 50px;
  letter-spacing: -0px;
  color: var(--tp-common-white);
  margin-bottom: 14px;
}
.tp-portfolio-breadcrumb-title-cntct-us {
  font-size: 32px;
}
@media (max-width: 767px) {
  .tp-portfolio-breadcrumb-title-cntct-us {
    font-size: 24px;
  }
  .tp-portfolio-breadcrumb-body-2 {
    color: #fff;
    font-size: 10px;

}


    .prd-table td
    {
      font-size: 14px;
    }

.tp-team-heading { 
    font-size: 14px !important;  
}


}
.tp-portfolio-breadcrumb-body {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 700;
}
.tp-portfolio-breadcrumb-body span {
  color: #e7d9ff;
}
.tp-portfolio-breadcrumb-body span.spacing {
  margin: 0 6px;
}
.tp-portfolio-breadcrumb-body-2 {
  color: #fff ;
}
.tp-portfolio-breadcrumb-body-2 span {
  color: var(--tp-heading-secondary);
}

/*----------------------------------------*/
/*  9.2 Step css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.8 Counter css
/*----------------------------------------*/
.tp-counter-2-area {
  background:#f0faff;
}
.tp-counter-2-icon {
  margin-bottom: 20px;
}
.tp-counter-2-icon span {
  width: 128px;
  height: 128px;
  line-height: 140px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  font-size: 56px;
  border: 1px solid #0f8ac5;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.tp-counter-2-icon span:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-counter-2-count {
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: 6px;
}

/*----------------------------------------*/
/*  9.6 Testimonial css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.5 Callaction css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.4 Team css
/*----------------------------------------*/
.tp-team-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.tp-team-thumb {
  background: var(--tp-common-gray1);
  text-align: center;
 /* padding-top: 28px;
  margin-bottom: 25px;*/
  transition: 0.6s;
  z-index: 1;
  position: relative;
  border: 1px solid #64b9e3;
}
.tp-team-thumb.item1 {
  background: #fbc7b7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-thumb img {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-thumb img {
    width: 280px;
  }
}
.tp-team-heading {
  color: #fff;
font-size: 18px;
background: #209bd6;
    margin-bottom: 0px;
    padding: 15px 5px;
}
.tp-team-heading:hover {
  color: #fff;
background: #1380b4;
}
.tp-team-wrapper:hover .tp-team-thumb {
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.6 Chose-us css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.7 Price css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.3 Blog css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.3 Subscribe css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.1 Faq css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.4 Brand css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-brand-img-thum {
    text-align: center;
  }
}
.tp-brand-img-thum img {
     margin: 0px 45px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.4s;
    border: 1px solid #cfcfcf;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-img-thum img {
    margin: 0;
  }
}
.tp-brand-img-thum img:hover {
  opacity: 1;
}

/*----------------------------------------*/
/*  9.7 Value css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.0 Shop css
/*----------------------------------------*/
.product__details-thumb-popup-btn a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: #d3f1ff;
border-radius: 50px;
font-size: 20px;
color: #4293b8;
}
.product__details-thumb-popup-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product__details-thumb-tab {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product__details-wrapper {
    margin-top: 40px;
  }
}

/*----------------------------------------*/
/*  8.0 Error css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.3 Footer css
/*----------------------------------------*/
.tp-footer-title {
  color: var(--tp-common-white);
  margin-bottom: 42px;
}
.tp-footer-widget ul li {
  list-style: none;
}
.tp-footer-widget ul li a {
  color: var(--tp-text-3);
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--tp-ff-heading);
}
.tp-footer-widget ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-list ul li a i {
  color: var(--tp-common-white);
  font-size: 14px;
  margin-right: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-widget-cutm-pdg {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-cutm-pdg {
    padding-left: 55px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-widget-cutm-pdg {
    padding-left: 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-widget-cutm-pdg-2 {
    padding-left: 0;
  }
}
.tp-footer-bottom {
  background:#006b9f;
}
.tp-footer-copy-paragraph {
  color: #9bf2fd;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-footer-copy-paragraph {
    font-size: 15px;
  }
}
.tp-footer-copy-paragraph a {
  color: var(--tp-common-white);
}
.tp-footer-4-list ul li a {
  color: var(--tp-text-3);
}
.tp-footer-4-list ul li a:hover {
  color: #59c9ff;
}
.tp-footer-4-list ul li a i {
  color: var(--tp-theme-primary);
  font-size: 16px;
}
@media (max-width: 767px) {
  .tp-slider-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

}
@media only screen and (min-width: 576px) and (max-width: 767px) {

.tp-slider-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

 

}


.top1 {
  position: fixed;
  z-index: 999;
  bottom: 10%;
  left: 10px;
  width: 35px;
  height: auto;
}

.top2 {
  position: fixed;
  z-index: 999;
  bottom: 16%;
  left: 10px;
  width: 35px;
  height: auto;
}

.top3 {
  position: fixed;
  z-index: 999;
  bottom: 22%;
  left: 10px;
  width: 35px;
  height: auto;
}

.top4 {
  position: fixed;
  z-index: 999;
  bottom: 28%;
  left: 10px;
  width: 35px;
  height: auto;
}

.top5 {
  position: fixed;
  z-index: 999;
  bottom: 34%;
  left: 10px;
  width: 35px;
  height: auto;
}


.top6 {
  position: fixed;
  z-index: 999;
  bottom: 40%;
  left: 10px;
  width: 35px;
  height: auto;
}


.brand-img
{
  padding:0px !important ;  
  border-radius: 5px; 
}


.brand-img img
{  
  border-radius: 10px; 
  border: 1px solid #a1c3d3;
  margin-bottom: 10px;
}


.homemenu-thumb
{
  border-radius: 5px; 
}

.text-justify
{
  text-align: justify;
}

.text-blue
{
  color: #28b6fb;
}

.google-review-img
{
  width: 100%;
  height: auto;
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #0f8ac5;
}

.industries-icon-img
{
  width: 65px;
  opacity: 0.6;
}

.tp-feature-3-wrapper:hover .industries-icon-img 
{
 -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    opacity: 1;
  }

.bg-l-blue
{
  background: #f0f9ff;
}

.prd-table th
{
background: #ea8740;
text-align: center;
color: #ffffff !important;
border: 1px solid #ea8740;
font-size: 18px;
padding: 11px;
}

.prd-table th:hover
{
background:#ffb783;
 
}

.prd-table td:first-child
{
color: #1a4155;
font-weight: 600;
background: #f5f9fd7a;
padding-left: 15px;
text-align: left;
}

.prd-table td 
{
text-align: center;
}


.product__details-thumb img
{
  border: 1px solid #209bd6;
}


.prd-table-1 th
{
background: #046b9d;
text-align: center;
color: #ffffff !important;
border:1px solid #2484b2;
font-size: 18px;
padding: 11px;
vertical-align: middle;
}

.prd-table-1 th:hover
{
background:#1375a4;
 
}

.prd-table-1 td:first-child
{
color: #1a4155;
font-weight: 600;
background: #c2f1ff7a;
padding-left: 15px;
text-align: left;
}

.prd-table-1 td 
{
text-align: center;
background: #e5f9ff7a;
  font-size: 17px;
  font-weight: 400;
  vertical-align: middle;
}



@font-face {
  font-family: pragmatica;
  src: url("/assets/fonts/PragmaticaCondBlack.otf");
}

.ss-title {
  font-family: pragmatica;
  color: #0f8ac5;
}





.right-quote{
  position: fixed;
  z-index: 999;
  bottom: 14%;
  right: 10px;  
  height: auto;
}
.right-quote1{
  position: fixed;
  z-index: 999;
  bottom: 20%;
  right: -1.2%;  
  height: 100px;
  width: 100px;
}

.right-quote .quote{
  width: 50px;
  height: 50px;
  background-color: #0369b8;
  padding: 3px;
  border-radius: 50%;
  animation: blinki 2s infinite;
  position: relative;
}

.right-quote .quote img{
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes blinki {
  0% {
    box-shadow: 0 0 0px 0px rgba(15,138,197,0.8);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(15,138,197,0);

  }
}


.clients-icon-img
{
border-radius: 10px;
box-shadow: 0px 0px 40px 0px rgb(80 34 149 / 6%);
padding: 10px;
position: relative;
z-index: 1;
border: 1px solid #a5c8d9;
margin-bottom: 20px;
}

.product__details-thumb
{
  margin-bottom: 20px;
}

.tp-footer-area
{
  background: #01032c;
 }

.bg-main
{
  background: #0c1446;
}


.slider-img-png
{
 width: 550px;
 height: 410px;
}



 
  @media (max-width: 767px)
  {

     .slider-img-png
{
 width: 360px;
 height: 270px;
}

}


@media (min-width: 768px)
  {

     .slider-img-png
{
 width: 360px;
 height: 270px;
}

}

@media (min-width: 1200px)

{
  .slider-img-png
{
 width: 550px;
 height: 410px;
}

}


.tp-contact-4-box {
  margin-top: 0;
}
.tp-contact-4-form textarea {
  height: 150px;
}
.tp-contact-inner-page-box {
  position: relative;
  z-index: 1;
  padding: 40px;
  /* margin-top: -80px; */
  filter: drop-shadow(0 0 40px rgba(30, 22, 22, 0.04));
  box-shadow: none;
}
@media (max-width: 767px) {
  .tp-contact-inner-page-box {
    padding: 70px 30px 70px;
  }
}
.tp-contact-form-inner-page textarea {
  height: 170px;
}
.tp-contact-inner-page-bottom {
  margin-bottom: 0px;
}
.tp-contact-inner-page-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.06);
}
.tp-contact-inner-page-item:hover {
  background: var(--tp-theme-primary);
}
.tp-contact-inner-page-item:hover .tp-contact-inner-page-title {
  color: var(--tp-common-white);
}
.tp-contact-inner-page-item:hover .tp-contact-inner-page-content a {
  color: var(--tp-common-white);
}
.tp-contact-inner-page-icon {
  margin-bottom: 22px;
}
.tp-contact-inner-page-icon span {
  font-size: 32px;
  height: 80px;
  width: 80px;
  line-height: 85px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-theme-primary);
  background: rgb(245, 245, 248);
}
.tp-contact-inner-page-title {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 600;
}
.tp-contact-inner-page-content a {
  color: var(--tp-text-10);
  line-height: 26px;
  transition: 0.4s;
}

.tp-map-content iframe {
  width: 100%;
  height: 590px;
}

.tp-contact-7-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-contact-7-btn .tp-btn:hover {
  color: var(--tp-heading-secondary);
}


input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-theme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}


.tp-contact-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: #f4f4f4;
  color: #767676;
  height: 58px;
  border: 1px solid rgb(235, 235, 235);
}
.tp-contact-form input:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}
.tp-contact-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: #f4f4f4;
  color: #767676;
  height: 110px;
  resize: none;
}
.tp-contact-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}
.tp-contact-btn {
  margin: 0;
}
.tp-contact-shape {
  position: absolute;
  bottom: 127px;
  right: 0px;
  z-index: 2;
}


@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-shape {
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-shape {
    bottom: 234px;
  }
}
@media (max-width: 767px) {
  .tp-contact-shape {
    display: none;
  }
}
.tp-contact-4-bg-thumb {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-4-bg-thumb {
    position: static;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-contact-4-bg-thumb {
    position: static;
    margin-bottom: 50px;
  }
}
.tp-contact-4-box {
  margin-top: 0;
}
.tp-contact-4-form textarea {
  height: 150px;
}
.tp-contact-inner-page-box {
  position: relative;
  z-index: 1;
  padding: 40px;
  /* margin-top: -80px; */
  filter: drop-shadow(0 0 40px rgba(30, 22, 22, 0.04));
  box-shadow: none;
}
@media (max-width: 767px) {
  .tp-contact-inner-page-box {
    padding: 70px 30px 70px;
  }
}
.tp-contact-form-inner-page textarea {
  height: 170px;
}
.tp-contact-inner-page-bottom {
  margin-bottom: 0px;
}
.tp-contact-inner-page-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.06);
}
.tp-contact-inner-page-item:hover {
  background: var(--tp-theme-primary);
}
.tp-contact-inner-page-item:hover .tp-contact-inner-page-title {
  color: var(--tp-common-white);
}
.tp-contact-inner-page-item:hover .tp-contact-inner-page-content a {
  color: var(--tp-common-white);
}
.tp-contact-inner-page-icon {
  margin-bottom: 22px;
}
.tp-contact-inner-page-icon span {
  font-size: 32px;
  height: 80px;
  width: 80px;
  line-height: 85px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-theme-primary);
  background: rgb(245, 245, 248);
}
.tp-contact-inner-page-title {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 600;
}
.tp-contact-inner-page-content a {
  color: var(--tp-text-10);
  line-height: 26px;
  transition: 0.4s;
}

.tp-map-content iframe {
  width: 100%;
  height: 590px;
}

.tp-contact-7-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-contact-7-btn .tp-btn:hover {
  color: var(--tp-heading-secondary);
}

.tp-contact-inner-page-box {
    position: relative;
    z-index: 1;
    padding: 40px;
    /* margin-top: -80px; */
    filter: drop-shadow(0 0 40px rgba(30, 22, 22, 0.04));
    box-shadow: none;
}

.tp-contact-box {
    position: relative;
    padding: 60px 55px;
    z-index: 1;
    background: var(--tp-common-white);
    box-shadow: 0px 0px 60px 0px rgb(30 22 22 / 6%);
    margin-top: 13px;
}

  .tp-contact-title-inner-page {
    font-size: 36px;
    letter-spacing: -1px;
}
.tp-contact-title {
    color: var(--tp-theme-primary);
    margin-bottom: 46px;
    font-size: 26px;
    letter-spacing: -1px;
}


/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 4px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  margin: 0 4px;
  position: relative;
  border-radius: 0;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  content: "";
  display: inline-block;
}
.tp-swiper-dot .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  content: "";
  display: inline-block;
  background-color: #c8cce6;
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
  display: none;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-dot-border {
  line-height: 1;
}
.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(2, 11, 24, 0.4);
}
.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(2, 11, 24, 0.1);
  border-radius: 50%;
}
.tp-swiper-arrow button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/* tp swiper scrollbar */
.tp-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 100%;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.tp-swiper-scrollbar:hover, .tp-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

.tp-postbox-list-content ul li i {
    padding-right: 7px;
}
.tp-postbox-list-content ul li i {
    color: var(--tp-theme-primary);
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 6px;
}


.tp-postbox-list-content ul li {
    color: var(--tp-heading-primary);
    list-style: none;
    margin-bottom: 10px;
    display: flex;
}



.prd-table-1 th
{
background: #046b9d;
text-align: center;
color: #ffffff !important;
border:1px solid #2484b2;
font-size: 18px;
padding: 11px;
vertical-align: middle;
}

.prd-table-1 th:hover
{
background:#1375a4;
 
}

.prd-table-1 td:first-child
{
color: #1a4155;
font-weight: 600;
background: #c2f1ff7a;
padding-left: 15px;
text-align: left;
}

.prd-table-1 td 
{
text-align: center;
background: #e5f9ff7a;
  font-size: 17px;
  font-weight: 400;
  vertical-align: middle;
}

.plr-50 img
{
  padding: 0px 50px;
}

.plr-25 img
{
  padding: 0px 25px;
}



.tp-postbox-list-content ul li i 
{
  padding-right: 7px;
}




.prd-table-2 th
{
background: #046b9d;
text-align: center;
color: #ffffff !important;
border:1px solid #2484b2;
font-size: 18px;
padding: 11px;
vertical-align: middle;
}

.prd-table-2 th:hover
{
background:#1375a4;
 
}

.prd-table-2 td:first-child
{
 
background: #f3fcff;
padding-left: 15px; 
}

.prd-table-2 td 
{
text-align: center;
background: #e5f9ff7a;
  font-size: 17px;
  font-weight: 400;
  vertical-align: middle;
} 

.table-row-style td{
  text-align: center !important;
  background: #e5f9ff7a !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  vertical-align: middle !important;
}

.page-title-img {
    width: 100%;
    border: 1px solid #ccc;
}


.tp-header-toggle {
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-toggle {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-toggle {
    margin-left: 0;
  }
}
.tp-header-toggle button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 58px;
  display: inline-block;
  text-align: center;
 background:#0fa2e9;
    font-size: 25px;
    color: #ffffff;
}
.tp-header-toggle button:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
  transition: 0.3s ease;
}

.tp-header-search.style-2 {
  width: 63px;
}
.tp-header-shop.style-2 {
  width: 64px;
}
.tp-header-toggle-line {
  cursor: pointer;
}
.tp-header-toggle-line span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--tp-heading-4);
  margin: 12px 0;
}

.tp-header-transparent {
  position: absolute !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tp-header-transparent .header-sticky {
  background: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-transparent .header-sticky {
    padding: 22px 0;
  }
}
.tp-header-transparent-2 {
  margin-top: 47px;
  border-bottom: 1px solid var(--tp-text-27);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-transparent-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tp-header-transparent-2 .header-sticky {
  background: var(--tp-common-white);
  padding: 0 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-transparent-2 .header-sticky {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-transparent-2 .header-sticky {
    padding: 0 18px;
  }
}
.tp-header-3-bar {
  color: var(--tp-common-white);
  font-size: 30px;
  margin-left: 26px;
}

.tp-header-3-wrapper .main-menu ul li .tp-submenu.submenu.has-homemenu {
  width: 100%;
  left: 0;
}

.tp-header-top-4 {
  background: var(--tp-heading-2);
  padding: 11px 110px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-top-4 {
    padding: 11px 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top-4 {
    padding: 11px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-4 {
    padding: 11px 40px;
  }
}

.tp-header-4-bar {
  font-size: 30px;
  color: var(--tp-heading-primary);
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-4-bar {
    margin-left: 0;
  }
}
.tp-header-5-bar {
  font-size: 32px;
  color: var(--tp-heading-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-5-bar {
    margin-left: 30px;
  }
}

.tp-header-5-top {
  background: #212e44;
}
.tp-header-5-top-address span {
  color: var(--tp-common-white);
}


.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas {
    width: 480px;
  }
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .homemenu-title {
  font-size: 16px;
  font-weight: 600;
}
.tpoffcanvas .homemenu-title:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__title p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__title p {
    font-size: 17px;
  }
}
.tpoffcanvas__contact-title h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input {
  margin-bottom: 100px;
}
.tpoffcanvas__input input {
  background: transparent;
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: #000;
  border: 1px solid #EAEAEF;
}
.tpoffcanvas__input input:focus {
  border-color: var(--tp-theme-primary);
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li i {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  color: var(--tp-heading-primary);
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-theme-primary);
  margin-right: 10px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #EAEAEF;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}

 
.tp-main-menu-mobile ul li:first-child a {
    border-top: 0;
}

.tp-main-menu-mobile ul li > a {
    display: block;
    font-size: 16px;
    color: var(--tp-heading-primary);
    position: relative;
    padding: 10px 0;
    padding-right: 0px;
    padding-right: 0px;
    padding-right: 20px;
    text-transform: capitalize;
    font-weight: 600;
    border-top: 1px solid #ebebeb;
}


.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ebebeb !important;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-border-secondary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary) !important;
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:first-child a {
  border-top: 0;
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-heading-primary);
  position: relative;
  padding: 10px 0;
  padding-right: 0px;
  padding-right: 0px;
  padding-right: 20px;
  text-transform: capitalize;
  font-weight: 600;
  border-top: 1px solid #ebebeb;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 8px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}


.fa-angle-right::before {

    content: "\f105";

}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

