/*
    Global
*/
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
1. Header V1
2. Header V2
3. Header V3

-----------------------------------------------------------*/
/*
    Off Canvas Menu
*/
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------

/* ------------------------------
   Footer styles
   ---------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Base Styles
2. Product Grid
3. Product List
4. Product Detail
5. Page Cart
6. Page Checkout
7. Order Complated
8. Box styles
9. Woo widget


[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Base styles
   ---------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Global
2. Blog
3. Blog Detail
4. Blog List
5. Blog Default

[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global
   ---------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Global Styles
2. Pagination
3. Comment
4. Widget
5. Archive Portfolio
6. Single Portfolio
7. Single Team
8. Page 404
9. Footer
10. Page Author
11. Page Loader

[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global styles
   ---------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Info Box
2. Interactive Banners
3. Interactive Banners 2
3.1. Interactive Banners 3
4. Faq
5. Client
6. Testimonial
7. Our Blog
8. Video Popup
9. Portfolio Slider
10. Portfolio Grid
11. QTC Heading
12. QTC Heading 2
12.1. QTC Heading 3
13. Our Team
14. Counter
15. Price Box
16. Tabs
17. Time Box
18. Timeline
19. Woo Products

[End table of contents]
----------------------------------------------------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Global
2. Contact
3. Page Pricing
4. Footer
5. Home 1
6. About
7. Home 2
8. Home 3
9. Home 4
10. Team
11. Home 5
12. Home 6
13. Landing Page
[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global
   ---------------------------- */
/* ------------------------------
   Contact
   ---------------------------- */
/*
 * Title:   QParadise
 * Author:  QTC Media
 */
/* --------------------------------------------------------
[Table of contents]

1. Global responsive Styles
2. Header

[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global responsive styles
   ---------------------------- */
/* ------------------------------
   Header
   ---------------------------- */
.qparadise-set-pd {
  padding: 100px 0;
}
.qparadise-set-pd-sm {
  padding: 60px 0;
}
.qparadise-set-pd-sm-lg {
  padding: 60px 0 100px 0;
}
.qparadise-none-pd-top {
  padding-top: 0;
}
.qparadise-none-pd-bottom {
  padding-bottom: 0;
}
.qparadise-color-primary, .primary-color {
  color: #002d57 !important;
}
.qparadise-bg-primary, .primary-bg {
  background: #002d57 !important;
}
.qparadise-img-full-width img {
  width: 100%;
  height: auto;
  display: block;
}
.qparadise-img-hv-scale {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.qparadise-img-hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.qparadise-img-hv-scale img {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.qparadise-box-hv-dir {
  position: relative;
  overflow: hidden;
}
.qparadise-box-hv-dir .box-overlay {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 45, 87, .8);
}
.qparadise-box-hv-dir .box-overlay a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.qparadise-hv-child-color-primary:hover > *, .qparadise-hv-child-color-primary.active > * {
  color: #002d57 !important;
}
.qparadise-hv-child-color-primary:hover > * button span, .qparadise-hv-child-color-primary.active > * button span {
  color: #002d57 !important;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.font-bilyohio {
  font-family: 'fontBilyOhio', sans-serif;
}
.qparadise-title {
  padding-bottom: 26px;
}
.qparadise-title h6 {
  font-family: 'fontBilyOhio', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #002d57;
}
.qparadise-title h3 {
  font-size: 36px;
  line-height: 40px;
  color: #202020;
  font-weight: 700;
}
.qparadise-title p {
  font-size: 14px;
  color: #ababab;
  font-weight: 500;
  padding: 10px 25% 0 25%;
}
.qparadise-overlay {
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 45, 87, .8);
}
.qparadise-overlay:before {
  content: '';
  background: transparent;
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 1px dashed #fff;
  border-radius: 15px;
}
.qparadise-overlay-scale {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}
.qparadise-overlay-scale:hover .qparadise-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.qparadise-overlay-scale h3 {
  padding: 0 15px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qparadise-overlay-scale .qparadise-overlay {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.qparadise-button {
  display: inline-block;
  padding: 5px;
  border: 2px dashed transparent;
  border-radius: 64px;
  transition: all 0.5s ease;
}
.qparadise-button:hover {
  border: 2px dashed #fff;
}
.qparadise-button a, .qparadise-button input, .qparadise-button button {
  display: inline-block;
  background: #fff;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 35px;
  font-size: 16px;
  color: #202020;
  font-weight: 700;
}
.qparadise-button-v2 {
  padding: 2px;
  border: 1px dashed #002d57;
  border-radius: 40px;
}
.qparadise-button-v2:hover {
  border: 1px dashed #002d57;
}
.qparadise-button-v2:hover a, .qparadise-button-v2:hover input, .qparadise-button-v2:hover button {
  background: #002d57;
  color: #fff;
}
.qparadise-button-v2 a, .qparadise-button-v2 input, .qparadise-button-v2 button {
  line-height: 34px;
  color: #002d57;
  font-size: 14px;
}
.gd-filter-wrap {
  margin-bottom: 50px;
  text-align: center;
}
.gd-filter-wrap ul {
  list-style: none;
  margin: 0;
}
.gd-filter-wrap ul li {
  display: inline-block;
  margin: 0 9px;
  padding: 2px;
  border: 1px dashed transparent;
  border-radius: 35px;
}
.gd-filter-wrap ul li:hover, .gd-filter-wrap ul li.active, .gd-filter-wrap ul li.is-checked {
  border: 1px dashed #002d57;
}
.gd-filter-wrap ul li:hover a, .gd-filter-wrap ul li.active a, .gd-filter-wrap ul li.is-checked a {
  background: #002d57;
  color: #fff !important;
}
.gd-filter-wrap ul li a {
  display: inline-block;
  font-size: 14px;
  color: #4e5453;
  background: transparent;
  font-weight: 400;
  line-height: 29px;
  padding: 0 16px;
  border-radius: 29px;
}
.qparadise-row-none-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.qparadise-row-none-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.qparadise-first-letter:first-letter {
  display: block;
  padding-right: 5px;
  font-size: 48px;
  line-height: 52px;
  color: #002d57;
  font-weight: 700;
  float: left;
}
.qparadise-sidebar .sidebar-box {
  background: #fafafa;
  border: 1px solid #dcddde;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
}
.qparadise-sidebar .sidebar-box.none-pd {
  padding: 0;
}
.qparadise-sidebar .sidebar-box h3 {
  margin-bottom: 33px;
  display: inline-block;
  font-size: 19px;
  color: #202020;
  font-weight: 700;
  position: relative;
}
.qparadise-sidebar .sidebar-box h3:before {
  content: '';
  width: 54px;
  height: 3px;
  background: #002d57;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.qparadise-sidebar .sidebar-box li {
  margin-bottom: 10px;
  position: relative;
}
.qparadise-sidebar .sidebar-box li:last-child {
  margin-bottom: 0;
}
.qparadise-sidebar .sidebar-box li p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 500;
}
.qparadise-sidebar .sidebar-box li span {
  position: absolute;
  left: 0;
}
.qparadise-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.qparadise-sidebar .sidebar-search form .position-relative {
  position: relative;
}
.qparadise-sidebar .sidebar-search form .position-relative input {
  width: 100%;
  height: 40px;
  background: transparent;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #dcddde;
  padding: 0 45px 0 20px;
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
.qparadise-sidebar .sidebar-search form .position-relative input:focus {
  background: transparent;
  border: 1px solid #002d57;
  outline: none;
}
.qparadise-sidebar .sidebar-search form .position-relative button {
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qparadise-sidebar .sidebar-search form .position-relative button span {
  font-size: 14px;
  color: #002d57;
}
.qparadise-sidebar .sidebar-cart li {
  padding-bottom: 20px;
}
.qparadise-sidebar .sidebar-cart li:last-child {
  padding-bottom: 0;
}
.qparadise-sidebar .sidebar-cart li .box .box-image {
  width: 60px;
  height: 60px;
  border: 1px solid #dcddde;
  border-radius: 5px;
  background: #fff;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  transition: all 0.5s ease;
}
.qparadise-sidebar .sidebar-cart li .box .box-image:hover {
  border: 1px solid #002d57;
}
.qparadise-sidebar .sidebar-cart li .box .box-image img {
  display: block;
}
.qparadise-sidebar .sidebar-cart li .box .box-content {
  margin-left: 70px;
}
.qparadise-sidebar .sidebar-cart li .box .box-content h5 {
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  font-weight: 500;
}
.qparadise-sidebar .sidebar-cart li .box .box-content p {
  font-size: 18px;
  color: #002d57;
  font-weight: 500;
}
.qparadise-sidebar .sidebar-cart .qparadise-button {
  margin-top: 30px;
  padding: 5px;
  display: block;
}
.qparadise-sidebar .sidebar-cart .qparadise-button:hover a {
  background: #fff;
  color: #002d57;
}
.qparadise-sidebar .sidebar-cart .qparadise-button a {
  display: block;
  text-align: center;
  background: #002d57;
  color: #fff;
  letter-spacing: 1px;
}
.qparadise-sidebar .sidebar-portfolio li {
  padding-left: 12px;
}
.qparadise-sidebar .sidebar-portfolio li:hover p {
  color: #002d57;
}
.qparadise-sidebar .sidebar-portfolio li span {
  color: #002d57;
  top: 5px;
}
.qparadise-sidebar .sidebar-document li {
  padding-left: 19px;
}
.qparadise-sidebar .sidebar-document li p {
  line-height: 20px;
}
.qparadise-sidebar .sidebar-document li span {
  color: #4e5453;
  top: 5px;
}
.qparadise-sidebar .sidebar-document li a {
  font-size: 10px;
  font-weight: 400;
  color: #002d57;
}
.qparadise-sidebar .sidebar-banner {
  position: relative;
}
.qparadise-sidebar .sidebar-banner .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qparadise-sidebar .sidebar-banner .text h1 {
  font-family: 'fontBilyOhio', sans-serif;
  font-size: 70px;
  line-height: 100px;
  color: #fff;
}
.qparadise-sidebar .sidebar-banner .text p {
  font-size: 19px;
  color: #f9bf0f;
  font-weight: 400;
}
.qparadise-sidebar .sidebar-banner .text h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.qparadise-form form .position-relative {
  position: relative;
  margin-bottom: 25px;
}
.qparadise-form form .position-relative.none-mg {
  margin-bottom: 0;
}
.qparadise-form form .position-relative textarea, .qparadise-form form .position-relative input {
  border: 1px solid #ababab;
  background: rgba(0, 0, 0, .25);
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.qparadise-form form .position-relative textarea:focus, .qparadise-form form .position-relative input:focus {
  outline: none;
  border: 1px solid #002d57;
}
.qparadise-form form .position-relative textarea:invalid + p, .qparadise-form form .position-relative input:invalid + p {
  display: inline-block;
}
.qparadise-form form .position-relative textarea:valid + p, .qparadise-form form .position-relative input:valid + p {
  display: none;
}
.qparadise-form form .position-relative textarea {
  border-radius: 20px;
}
.qparadise-form form .position-relative input {
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
}
.qparadise-form form .position-relative p {
  display: inline-block;
  position: absolute;
  left: 45px;
  top: 11px;
}
.qparadise-form form .position-relative .qparadise-button {
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 54px;
}
.qparadise-form form .position-relative .qparadise-button:hover {
  border: 2px dashed #002d57;
}
.qparadise-form form .position-relative .qparadise-button a {
  background: #002d57;
  font-size: 14px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 25px;
}
.qparadise-pagination {
  margin-top: 5px;
}
.qparadise-pagination li {
  display: inline-block;
  margin: 5px !important;
}
.qparadise-pagination li:hover.arrow a, .qparadise-pagination li.active.arrow a {
  color: #fff;
}
.qparadise-pagination li:hover a, .qparadise-pagination li.active a {
  background: #002d57;
  color: #fff;
}
.qparadise-pagination li.arrow a {
  width: auto;
  border: 1px dashed #002d57;
  border-radius: 25px;
  letter-spacing: 1px;
  color: #002d57;
  padding: 0 20px;
}
.qparadise-pagination li a {
  font-weight: 700;
  color: #4e5453;
  font-size: 12px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
}
.qparadise-product .box-image {
  width: 100%;
  height: 270px;
  padding: 15px;
  border: 1px dashed #dcddde;
  border-radius: 5px;
  background: #fafafa;
  overflow: hidden;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.qparadise-product .box-image:hover {
  border: 1px dashed #002d57;
}
.qparadise-product .box-image img {
  display: block;
}
.qparadise-product h3 {
  padding-top: 18px;
  font-size: 19px;
  color: #202020;
  font-weight: 500;
}
.qparadise-product p {
  padding-bottom: 12px;
  font-size: 19px;
  color: #002d57;
  font-weight: 500;
}
.qparadise-product .add-to-cart {
  display: inline-block;
  font-size: 12px;
  color: #202020;
  font-weight: 700;
  height: 23px;
  line-height: 23px;
  border: 1px solid #4c4f50;
  padding: 0 12px;
  transition: all 0.5s ease;
}
.qparadise-product .add-to-cart:hover {
  color: #fff;
  background: #4c4f50;
}
.offcanvas-page {
  overflow-y: scroll;
  position: fixed;
  right: 0;
  left: 0;
}
.off-canvas {
  display: block;
  width: 25px;
  height: 19px;
  cursor: pointer;
  position: relative;
  top: 12px;
}
.off-canvas:hover span:nth-child(1) {
  width: 23px;
  top: 0;
}
.off-canvas:hover span:nth-child(2) {
  width: 18px;
  top: 5px;
}
.off-canvas:hover span:nth-child(3) {
  width: 25px;
  top: 10px;
}
.off-canvas:hover span:nth-child(4) {
  width: 19px;
  top: 15px;
}
.off-canvas span {
  background: #fff;
  height: 4px;
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
}
.off-canvas span:nth-child(1) {
  width: 18px;
  top: 0;
}
.off-canvas span:nth-child(2) {
  width: 23px;
  top: 5px;
}
.off-canvas span:nth-child(3) {
  width: 19px;
  top: 10px;
}
.off-canvas span:nth-child(4) {
  width: 25px;
  top: 15px;
}
.offcanvas-show {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
.mark-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.main-menu .menu > li > .sub-menu.position-right {
  right: 0px;
  left: initial !important;
}
.main-menu .menu > li > .sub-menu li .sub-menu.position-right {
  right: 100%;
  left: initial !important;
}
.main-menu .menu > li > .sub-menu li .sub-menu.position-right .sub-menu {
  right: 100%;
  left: initial !important;
}
header {
  /*Menu default*/
}
header .logo .logo-sticky, header .logo .logo-mobile {
  display: none;
}
header.stricky-fixed .logo .logo-sticky {
  display: block;
}
header.stricky-fixed .logo .normal-logo {
  display: none;
}
header {
  /*
    Stricky
*/
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .main-menu .menu-list-default .menu > ul > li {
  display: inline-block;
  position: relative;
}
header .main-menu .menu-list-default .menu > ul > li:hover {
  background-color: transparent;
}
header .main-menu .menu-list-default .menu > ul > li:hover > ul {
  display: block;
}
header .main-menu .menu-list-default .menu > ul > li:hover > a {
  color: #64a507;
}
header .main-menu .menu-list-default .menu > ul > li.current_page_item {
  background-color: transparent;
}
header .main-menu .menu-list-default .menu > ul > li.current_page_item > a {
  color: #64a507;
}
header .main-menu .menu-list-default .menu > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #202020;
  padding: 0 25px;
  line-height: 105px;
  position: relative;
}
header .main-menu .menu-list-default .menu > ul > li > a span.fa-sort-desc {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
}
header .main-menu .menu-list-default .menu > ul > li > a:hover {
  background: transparent;
}
header .main-menu .menu-list-default .menu > ul > li ul {
  min-width: 200px;
  padding-top: 15px;
  background: #fff;
  border-top: 3px solid #002d57;
  box-shadow: 0 9px 15px rgba(0, 0, 0, .2);
  position: absolute;
  display: none;
  margin: 0;
  top: 100%;
  left: 0;
  z-index: 2;
}
header .main-menu .menu-list-default .menu > ul > li ul li {
  position: relative;
  display: block;
  width: auto;
  float: none;
  white-space: nowrap;
  transition: all 0.5s ease;
}
header .main-menu .menu-list-default .menu > ul > li ul li:hover > a {
  padding-left: 35px;
  color: #64a507;
  background: transparent;
}
header .main-menu .menu-list-default .menu > ul > li ul li:hover > ul {
  display: block;
}
header .main-menu .menu-list-default .menu > ul > li ul li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
header .main-menu .menu-list-default .menu > ul > li ul li a {
  line-height: 40px;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 14px;
  color: #202020;
  display: block;
  padding: 0 25px;
  position: relative;
}
header .main-menu .menu-list-default .menu > ul > li ul li ul {
  left: 100%;
  top: 0;
}
header.header-v2 .main-menu .menu-list-default .menu > ul > li > a, header.header-v3 .main-menu .menu-list-default .menu > ul > li > a {
  line-height: 45px;
  color: #fff;
}
header.header-v2 .main-menu .menu-list-default .menu > ul > li:hover > a, header.header-v3 .main-menu .menu-list-default .menu > ul > li:hover > a {
  color: #fff;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li {
  display: block;
  border-top: 1px solid #d7d7d7;
  position: relative;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li:hover > a {
  color: #64a507;
  background: transparent;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li > a {
  display: block;
  color: #202020;
  padding: 0 30px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children {
  background: #fff;
  display: block;
  position: initial;
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li {
  display: block;
  border-top: 1px solid #e4e4e4;
  position: relative;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a {
  display: block;
  line-height: 42px;
  padding: 0 45px;
  color: #202020;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a span {
  padding-right: 5px;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button {
  border: none;
  color: #202020;
  background: #fff;
  position: absolute;
  right: 30px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button:focus {
  outline: none;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button span {
  font-size: 10px;
  right: 3px;
  margin-top: -5px;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li:hover > a {
  color: #64a507;
  background: transparent;
}
header.header-v3 .nav-holder .menu-mobile-default .menu > ul > li ul.children li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
header.header-v4 .header .main-menu .menu-list-default {
  float: left;
}
@media (min-width: 992px) {
  /*
    Menu Mobile
*/  .stricky-fixed {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
.mobile-menu {
  background: #fff;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, .1);
}
.mobile-menu .nav-holder > ul > li, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li {
  border-top: 1px solid #f4f4f4;
  position: relative;
}
.mobile-menu .nav-holder > ul > li:first-child, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li:first-child {
  border-top: none;
}
.mobile-menu .nav-holder > ul > li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li > a {
  background: #fff;
  display: block;
  color: #202020;
  padding: 0 15px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-menu .nav-holder > ul > li > a button, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li > a button {
  border: none;
  color: #202020;
  background: #fff;
  position: absolute;
  right: 15px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}
.mobile-menu .nav-holder > ul > li > a button:focus, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li > a button:focus {
  outline: none;
}
.mobile-menu .nav-holder > ul > li > a button span, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li > a button span {
  font-size: 10px;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu, .mobile-menu .nav-holder > ul > li ul.children, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children {
  background: #f8f8f8;
  display: none;
  position: initial;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li, .mobile-menu .nav-holder > ul > li ul.children li, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li {
  display: block;
  border-top: 1px solid #f2f2f2;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li > a, .mobile-menu .nav-holder > ul > li ul.children li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a {
  display: block;
  line-height: 42px;
  padding: 0 40px;
  color: #202020;
  text-transform: uppercase;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li > a button, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li > a button, .mobile-menu .nav-holder > ul > li ul.children li > a button, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button {
  border: none;
  color: #202020;
  background: #f8f8f8;
  position: absolute;
  right: 15px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li > a button:focus, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li > a button:focus, .mobile-menu .nav-holder > ul > li ul.children li > a button:focus, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button:focus {
  outline: none;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li > a button span, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li > a button span, .mobile-menu .nav-holder > ul > li ul.children li > a button span, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li > a button span {
  font-size: 10px;
}
.mobile-menu .nav-holder > ul > li ul.sub-menu li .sub-menu li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li .sub-menu li > a, .mobile-menu .nav-holder > ul > li ul.children li .sub-menu li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li .sub-menu li > a, .mobile-menu .nav-holder > ul > li ul.sub-menu li .children li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.sub-menu li .children li > a, .mobile-menu .nav-holder > ul > li ul.children li .children li > a, .mobile-menu .nav-holder .menu-mobile-default .menu > ul > li ul.children li .children li > a {
  padding: 0 40px;
}
.gd-wrap-cart {
  background: #fff;
  box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.5);
  display: none;
  right: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 310px;
  -webkit-animation: fadeInUp 0.7s both;
  -moz-animation: fadeInUp 0.7s both;
  -o-animation: fadeInUp 0.7s both;
  animation: fadeInUp 0.7s both;
  left: initial;
  /***************************************************
    Header V1
***************************************************/
}
.gd-wrap-cart .cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gd-wrap-cart .cart-list > li {
  margin-top: 10px;
  border-bottom: 1px solid #eaeaea;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}
.gd-wrap-cart .cart-list > li .product-left {
  width: 115px;
  float: left;
  position: relative;
  max-height: 125px;
}
.gd-wrap-cart .cart-list > li .product-left a {
  padding-left: 20px;
}
.gd-wrap-cart .cart-list > li .product-left .remove {
  position: absolute;
  left: 0;
  padding: 0;
  top: 0;
  font-size: 24px;
}
.gd-wrap-cart .cart-list > li .product-left .remove:hover {
  color: #ff001d;
}
.gd-wrap-cart .cart-list > li .product-left img {
  width: 100px;
  height: auto;
}
.gd-wrap-cart .cart-list > li .product-right {
  margin-left: 130px;
  line-height: 25px;
}
.gd-wrap-cart .cart-list > li .product-right a {
  padding: 0;
}
.gd-wrap-cart .cart-list > li .product-right .price {
  color: #002d57;
}
.gd-wrap-cart .cart-list > li a {
  font-size: 14px;
  line-height: 24px;
}
.gd-wrap-cart .cart-list > li .price, .gd-wrap-cart .cart-list > li .qty {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.gd-wrap-cart .cart-list > li.empty {
  border: none;
  min-height: auto;
  padding: 30px 0 0px 30px !important;
}
.gd-wrap-cart .toal-cart {
  margin: 10px 0;
}
.gd-wrap-cart .toal-cart .amount {
  font-size: 18px;
  color: #002d57;
  float: right;
}
.gd-wrap-cart .cart-buttons {
  margin: 0px;
  clear: both;
}
.gd-wrap-cart .cart-buttons a.qtc-button-cart {
  margin-right: 15px;
}
.gd-wrap-cart .cart-buttons a.qtc-button:focus {
  color: #fff;
}
.gd-wrap-cart.active {
  display: block;
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
.header-v1, .header-v2, .header-v3, .header-v4 {
  background: #fafafa;
  border-top: 3px solid #002d57;
  /***************************************************
    Header V2
***************************************************/
}
.header-v1.stricky-fixed .header .number-phone, .header-v2.stricky-fixed .header .number-phone, .header-v3.stricky-fixed .header .number-phone, .header-v4.stricky-fixed .header .number-phone {
  display: none;
}
.header-v1.stricky-fixed .header .logo, .header-v2.stricky-fixed .header .logo, .header-v3.stricky-fixed .header .logo, .header-v4.stricky-fixed .header .logo {
  height: 75px;
}
.header-v1.stricky-fixed .header .logo .sticky-logo, .header-v2.stricky-fixed .header .logo .sticky-logo, .header-v3.stricky-fixed .header .logo .sticky-logo, .header-v4.stricky-fixed .header .logo .sticky-logo {
  max-height: 45px;
}
.header-v1.stricky-fixed .header .main-menu .menu > li > a, .header-v2.stricky-fixed .header .main-menu .menu > li > a, .header-v3.stricky-fixed .header .main-menu .menu > li > a, .header-v4.stricky-fixed .header .main-menu .menu > li > a {
  line-height: 75px;
}
.header-v1.stricky-fixed .header .search, .header-v2.stricky-fixed .header .search, .header-v3.stricky-fixed .header .search, .header-v4.stricky-fixed .header .search {
  line-height: 75px;
}
.header-v1 .header, .header-v2 .header, .header-v3 .header, .header-v4 .header {
  position: relative;
}
.header-v1 .header .number-phone, .header-v2 .header .number-phone, .header-v3 .header .number-phone, .header-v4 .header .number-phone {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
}
.header-v1 .header .number-phone p, .header-v2 .header .number-phone p, .header-v3 .header .number-phone p, .header-v4 .header .number-phone p {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #5ba314;
  overflow: hidden;
}
.header-v1 .header .number-phone p span, .header-v2 .header .number-phone p span, .header-v3 .header .number-phone p span, .header-v4 .header .number-phone p span, .header-v1 .header .number-phone p i, .header-v2 .header .number-phone p i, .header-v3 .header .number-phone p i, .header-v4 .header .number-phone p i {
  display: inline-block;
  line-height: 25px;
  padding: 0 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
.header-v1 .header .number-phone p span, .header-v2 .header .number-phone p span, .header-v3 .header .number-phone p span, .header-v4 .header .number-phone p span {
  background: #438008;
}
.header-v1 .header .number-phone p i, .header-v2 .header .number-phone p i, .header-v3 .header .number-phone p i, .header-v4 .header .number-phone p i {
  background: #5ba314;
}
.header-v1 .header .logo, .header-v2 .header .logo, .header-v3 .header .logo, .header-v4 .header .logo {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 105px;
}
.header-v1 .header .logo a, .header-v2 .header .logo a, .header-v3 .header .logo a, .header-v4 .header .logo a {
  display: inline-block;
}
.header-v1 .header .main-menu .menu > li:hover span.fa-sort-desc, .header-v2 .header .main-menu .menu > li:hover span.fa-sort-desc, .header-v3 .header .main-menu .menu > li:hover span.fa-sort-desc, .header-v4 .header .main-menu .menu > li:hover span.fa-sort-desc {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  -moz-animation-name: hvr-icon-drop;
  -ms-animation-name: hvr-icon-drop;
  -o-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -ms-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header-v1 .header .main-menu .menu > li span.fa-sort-desc, .header-v2 .header .main-menu .menu > li span.fa-sort-desc, .header-v3 .header .main-menu .menu > li span.fa-sort-desc, .header-v4 .header .main-menu .menu > li span.fa-sort-desc {
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.header-v1 .header .main-menu .menu > li, .header-v2 .header .main-menu .menu > li, .header-v3 .header .main-menu .menu > li, .header-v4 .header .main-menu .menu > li {
  display: inline-block;
  position: relative;
}
.header-v1 .header .main-menu .menu > li:hover, .header-v2 .header .main-menu .menu > li:hover, .header-v3 .header .main-menu .menu > li:hover, .header-v4 .header .main-menu .menu > li:hover {
  background-color: transparent;
}
.header-v1 .header .main-menu .menu > li:hover > .sub-menu, .header-v2 .header .main-menu .menu > li:hover > .sub-menu, .header-v3 .header .main-menu .menu > li:hover > .sub-menu, .header-v4 .header .main-menu .menu > li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s ease;
}
.header-v1 .header .main-menu .menu > li:hover > a, .header-v2 .header .main-menu .menu > li:hover > a, .header-v3 .header .main-menu .menu > li:hover > a, .header-v4 .header .main-menu .menu > li:hover > a {
  color: #64a507;
}
.header-v1 .header .main-menu .menu > li.current_page_item, .header-v2 .header .main-menu .menu > li.current_page_item, .header-v3 .header .main-menu .menu > li.current_page_item, .header-v4 .header .main-menu .menu > li.current_page_item {
  background-color: transparent;
}
.header-v1 .header .main-menu .menu > li.current_page_item > a, .header-v2 .header .main-menu .menu > li.current_page_item > a, .header-v3 .header .main-menu .menu > li.current_page_item > a, .header-v4 .header .main-menu .menu > li.current_page_item > a {
  color: #64a507;
}
.header-v1 .header .main-menu .menu > li > a, .header-v2 .header .main-menu .menu > li > a, .header-v3 .header .main-menu .menu > li > a, .header-v4 .header .main-menu .menu > li > a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #202020;
  padding: 0 25px;
  line-height: 105px;
  position: relative;
}
.header-v1 .header .main-menu .menu > li > a span.fa-sort-desc, .header-v2 .header .main-menu .menu > li > a span.fa-sort-desc, .header-v3 .header .main-menu .menu > li > a span.fa-sort-desc, .header-v4 .header .main-menu .menu > li > a span.fa-sort-desc {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.header-v1 .header .main-menu .menu > li > a:hover, .header-v2 .header .main-menu .menu > li > a:hover, .header-v3 .header .main-menu .menu > li > a:hover, .header-v4 .header .main-menu .menu > li > a:hover {
  background: transparent;
}
.header-v1 .header .main-menu .menu > li .sub-menu, .header-v2 .header .main-menu .menu > li .sub-menu, .header-v3 .header .main-menu .menu > li .sub-menu, .header-v4 .header .main-menu .menu > li .sub-menu {
  min-width: 200px;
  padding: 15px 0;
  background: #fff;
  border-top: 3px solid #002d57;
  box-shadow: 0 9px 15px rgba(0, 0, 0, .2);
  position: absolute;
  display: block;
  margin: 0;
  top: 120%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.header-v1 .header .main-menu .menu > li .sub-menu li, .header-v2 .header .main-menu .menu > li .sub-menu li, .header-v3 .header .main-menu .menu > li .sub-menu li, .header-v4 .header .main-menu .menu > li .sub-menu li {
  position: relative;
  display: block;
  width: auto;
  float: none;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.header-v1 .header .main-menu .menu > li .sub-menu li .sub-menu, .header-v2 .header .main-menu .menu > li .sub-menu li .sub-menu, .header-v3 .header .main-menu .menu > li .sub-menu li .sub-menu, .header-v4 .header .main-menu .menu > li .sub-menu li .sub-menu {
  left: 100%;
}
.header-v1 .header .main-menu .menu > li .sub-menu li:hover > a, .header-v2 .header .main-menu .menu > li .sub-menu li:hover > a, .header-v3 .header .main-menu .menu > li .sub-menu li:hover > a, .header-v4 .header .main-menu .menu > li .sub-menu li:hover > a {
  padding-left: 35px;
  color: #64a507;
  background: transparent;
}
.header-v1 .header .main-menu .menu > li .sub-menu li:hover > .sub-menu, .header-v2 .header .main-menu .menu > li .sub-menu li:hover > .sub-menu, .header-v3 .header .main-menu .menu > li .sub-menu li:hover > .sub-menu, .header-v4 .header .main-menu .menu > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  top: 0;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s ease;
}
.header-v1 .header .main-menu .menu > li .sub-menu li.current_page_item > a, .header-v2 .header .main-menu .menu > li .sub-menu li.current_page_item > a, .header-v3 .header .main-menu .menu > li .sub-menu li.current_page_item > a, .header-v4 .header .main-menu .menu > li .sub-menu li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
.header-v1 .header .main-menu .menu > li .sub-menu li a, .header-v2 .header .main-menu .menu > li .sub-menu li a, .header-v3 .header .main-menu .menu > li .sub-menu li a, .header-v4 .header .main-menu .menu > li .sub-menu li a {
  line-height: 40px;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 14px;
  color: #202020;
  display: block;
  padding: 0 25px;
  position: relative;
}
.header-v1 .header .main-menu .menu > li:hover.menu_full_width ul, .header-v2 .header .main-menu .menu > li:hover.menu_full_width ul, .header-v3 .header .main-menu .menu > li:hover.menu_full_width ul, .header-v4 .header .main-menu .menu > li:hover.menu_full_width ul {
  visibility: visible;
}
.header-v1 .header .main-menu .menu > li.menu_full_width, .header-v2 .header .main-menu .menu > li.menu_full_width, .header-v3 .header .main-menu .menu > li.menu_full_width, .header-v4 .header .main-menu .menu > li.menu_full_width {
  position : static;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > a, .header-v2 .header .main-menu .menu > li.menu_full_width > a, .header-v3 .header .main-menu .menu > li.menu_full_width > a, .header-v4 .header .main-menu .menu > li.menu_full_width > a {
  position: relative;
}
.header-v1 .header .main-menu .menu > li.menu_full_width:hover > a:before, .header-v2 .header .main-menu .menu > li.menu_full_width:hover > a:before, .header-v3 .header .main-menu .menu > li.menu_full_width:hover > a:before, .header-v4 .header .main-menu .menu > li.menu_full_width:hover > a:before {
  content       : '';
  opacity       : 1;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul > li.hidden-menu-item > a, .header-v2 .header .main-menu .menu > li.menu_full_width > ul > li.hidden-menu-item > a, .header-v3 .header .main-menu .menu > li.menu_full_width > ul > li.hidden-menu-item > a, .header-v4 .header .main-menu .menu > li.menu_full_width > ul > li.hidden-menu-item > a {
  display : none;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn {
  position         : absolute;
  float            : none;
  width            : 100%;
  left             : 0;
  right            : 0;
  padding          : 15px 5px 5px;
  background-color : #fff;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn li a:before, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn li a:before, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn li a:before, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn li a:before {
  content: '';
  display: none;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li {
  float              : left;
  margin             : 0;
  padding            : 0;
  width              : 100%;
  height             : 100%;
  display            : block;
  position           : static;
  border             : none;
  -webkit-box-sizing : border-box;
  -moz-box-sizing    : border-box;
  box-sizing         : border-box;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover {
  margin-left: 0 !important;
  background: none !important;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover > a .title-menu, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover > a .title-menu, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover > a .title-menu, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li:hover > a .title-menu {
  margin-left: 0 !important;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a {
  font-weight : 600;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .menu-title .fa-none, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .menu-title .fa-none, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .menu-title .fa-none, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .menu-title .fa-none {
  display: none;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .title-menu, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .title-menu, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .title-menu, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a .title-menu {
  text-transform: uppercase;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a:hover, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a:hover, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a:hover, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > a:hover {
  margin-left: 0 !important;
  background: none !important;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li a, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li a, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li a, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li a {
  border: none;
  padding: 0 15px;
  color       : #202020;
  line-height : 40px;
  margin-left : 0px;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li.menu-item-has-children > a :after, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li.menu-item-has-children > a :after, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li.menu-item-has-children > a :after, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li.menu-item-has-children > a :after {
  content : "" !important;
  display : none !important;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul {
  padding-top: 0;
  opacity   : 1;
  left      : 0;
  animation : initial;
  top       : 100%;
  right     : 0;
  border    : 0;
  width     : 100%;
  height    : 100%;
  clip      : auto;
  min-width : 160px;
  overflow  : inherit;
  display   : block;
  position  : static;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li {
  border : none;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a {
  text-transform : none;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a .title-menu, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a .title-menu, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a .title-menu, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li > a .title-menu {
  margin-left : 0px;
  transition  : all 0.5s ease;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover {
  background-color : #002d57;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a {
  color : #fff;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a .title-menu, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a .title-menu, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a .title-menu, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li > ul > li:hover > a .title-menu {
  margin-left : 10px;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li ul, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li ul, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li ul, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn > li ul {
  background: none;
  box-shadow: none;
  padding-left: 0;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns3 > li, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns3 > li, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns3 > li, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns3 > li {
  width : 33.33%;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns4 > li, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns4 > li, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns4 > li, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns4 > li {
  width : 25%;
}
.header-v1 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns5 > li, .header-v2 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns5 > li, .header-v3 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns5 > li, .header-v4 .header .main-menu .menu > li.menu_full_width > ul.multicolumn.columns5 > li {
  width : 20%;
}
.header-v1 .header .search, .header-v2 .header .search, .header-v3 .header .search, .header-v4 .header .search {
  display: inline-block;
  line-height: 105px;
  position: relative;
}
.header-v1 .header .search:hover button, .header-v2 .header .search:hover button, .header-v3 .header .search:hover button, .header-v4 .header .search:hover button {
  color: #002d57;
}
.header-v1 .header .search button, .header-v2 .header .search button, .header-v3 .header .search button, .header-v4 .header .search button {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #202020;
}
.header-v1 .header .search .dropdown-menu, .header-v2 .header .search .dropdown-menu, .header-v3 .header .search .dropdown-menu, .header-v4 .header .search .dropdown-menu {
  padding: 15px;
  margin-top: 0;
  border: none;
  border-top: 3px solid #002d57;
  border-radius: 0;
  min-width: 300px;
}
.header-v1 .header .search .dropdown-menu form, .header-v2 .header .search .dropdown-menu form, .header-v3 .header .search .dropdown-menu form, .header-v4 .header .search .dropdown-menu form {
  line-height: 40px;
}
.header-v1 .header .search .dropdown-menu form input, .header-v2 .header .search .dropdown-menu form input, .header-v3 .header .search .dropdown-menu form input, .header-v4 .header .search .dropdown-menu form input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #b9acac;
}
.header-v1 .header .search .dropdown-menu form input:focus, .header-v2 .header .search .dropdown-menu form input:focus, .header-v3 .header .search .dropdown-menu form input:focus, .header-v4 .header .search .dropdown-menu form input:focus {
  border: 1px solid #002d57;
}
.header-v1 .header .bar-mobile, .header-v2 .header .bar-mobile, .header-v3 .header .bar-mobile, .header-v4 .header .bar-mobile {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 15px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: all 0.5s ease;
  cursor: pointer;
}
.header-v1 .header .bar-mobile:hover span, .header-v2 .header .bar-mobile:hover span, .header-v3 .header .bar-mobile:hover span, .header-v4 .header .bar-mobile:hover span {
  background: #002d57;
}
.header-v1 .header .bar-mobile:before, .header-v2 .header .bar-mobile:before, .header-v3 .header .bar-mobile:before, .header-v4 .header .bar-mobile:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #202020;
  position: absolute;
  left: -18px;
  top: -4px;
}
.header-v1 .header .bar-mobile.open span:nth-child(1), .header-v2 .header .bar-mobile.open span:nth-child(1), .header-v3 .header .bar-mobile.open span:nth-child(1), .header-v4 .header .bar-mobile.open span:nth-child(1) {
  width: 100%;
  left: 0;
}
.header-v1 .header .bar-mobile.open span:nth-child(2), .header-v2 .header .bar-mobile.open span:nth-child(2), .header-v3 .header .bar-mobile.open span:nth-child(2), .header-v4 .header .bar-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-v1 .header .bar-mobile.open span:nth-child(3), .header-v2 .header .bar-mobile.open span:nth-child(3), .header-v3 .header .bar-mobile.open span:nth-child(3), .header-v4 .header .bar-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-v1 .header .bar-mobile.open span:nth-child(4), .header-v2 .header .bar-mobile.open span:nth-child(4), .header-v3 .header .bar-mobile.open span:nth-child(4), .header-v4 .header .bar-mobile.open span:nth-child(4) {
  width: 100%;
  left: 0;
}
.header-v1 .header .bar-mobile span, .header-v2 .header .bar-mobile span, .header-v3 .header .bar-mobile span, .header-v4 .header .bar-mobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #202020;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-v1 .header .bar-mobile span:nth-child(1), .header-v2 .header .bar-mobile span:nth-child(1), .header-v3 .header .bar-mobile span:nth-child(1), .header-v4 .header .bar-mobile span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 50%;
}
.header-v1 .header .bar-mobile span:nth-child(2), .header-v2 .header .bar-mobile span:nth-child(2), .header-v3 .header .bar-mobile span:nth-child(2), .header-v4 .header .bar-mobile span:nth-child(2) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-v1 .header .bar-mobile span:nth-child(3), .header-v2 .header .bar-mobile span:nth-child(3), .header-v3 .header .bar-mobile span:nth-child(3), .header-v4 .header .bar-mobile span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-v1 .header .bar-mobile span:nth-child(4), .header-v2 .header .bar-mobile span:nth-child(4), .header-v3 .header .bar-mobile span:nth-child(4), .header-v4 .header .bar-mobile span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header-v2, .header-v3 {
  border-top: none;
  z-index: 1000;
}
.header-v2.stricky-fixed, .header-v3.stricky-fixed {
  box-shadow: none;
  top: 0;
}
.header-v2.stricky-fixed .header, .header-v3.stricky-fixed .header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header-v2.stricky-fixed .header .top-bar, .header-v3.stricky-fixed .header .top-bar {
  display: none;
}
.header-v2.stricky-fixed .header .main-menu, .header-v3.stricky-fixed .header .main-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.header-v2.stricky-fixed .header .main-menu .menu li a, .header-v3.stricky-fixed .header .main-menu .menu li a {
  line-height: 45px;
}
.header-v2.stricky-fixed .header .search, .header-v3.stricky-fixed .header .search {
  line-height: 45px;
}
.header-v2 .header, .header-v3 .header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fcfcfc;
}
.header-v2 .header .top-bar, .header-v3 .header .top-bar {
  padding: 28px 25px;
}
.header-v2 .header .info, .header-v3 .header .info {
  float: right;
}
.header-v2 .header .info .widget, .header-v3 .header .info .widget {
  margin-bottom: 0;
}
.header-v2 .header .info .template2 li .box .content, .header-v3 .header .info .template2 li .box .content {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
.header-v2 .header .info li, .header-v3 .header .info li {
  padding-right: 110px;
  display: inline-block;
}
.header-v2 .header .info li:last-child, .header-v3 .header .info li:last-child {
  padding-right: 50px;
}
.header-v2 .header .info li .box, .header-v3 .header .info li .box {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-v2 .header .info li .box:hover .box-icon, .header-v3 .header .info li .box:hover .box-icon {
  background: #002d57;
}
.header-v2 .header .info li .box:hover .box-icon span, .header-v3 .header .info li .box:hover .box-icon span {
  color: #fff;
}
.header-v2 .header .info li .box .box-icon, .header-v3 .header .info li .box .box-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #002d57;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header-v2 .header .info li .box .box-icon span, .header-v3 .header .info li .box .box-icon span {
  margin-top: 9px;
  display: inline-block;
  font-size: 19px;
  color: #002d57;
}
.header-v2 .header .info li .box .content, .header-v3 .header .info li .box .content {
  padding-left: 15px;
}
.header-v2 .header .info li .box .content h3, .header-v3 .header .info li .box .content h3 {
  font-size: 18px;
  color: #202020;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
}
.header-v2 .header .info li .box .content p, .header-v3 .header .info li .box .content p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0;
}
.header-v2 .header .logo, .header-v3 .header .logo {
  height: auto;
}
.header-v2 .header .main-menu, .header-v3 .header .main-menu {
  background: #002d57;
}
.header-v2 .header .main-menu .menu > li > a, .header-v3 .header .main-menu .menu > li > a {
  color: #fff;
  line-height: 45px;
}
.header-v2 .header .main-menu .menu > li .sub-menu, .header-v3 .header .main-menu .menu > li .sub-menu {
  border-top: none;
}
.header-v2 .header .main-menu .menu > li:hover > a, .header-v3 .header .main-menu .menu > li:hover > a {
  color: #fff;
}
.header-v2 .header .search, .header-v3 .header .search {
  line-height: 45px;
  padding-left: 0;
}
.header-v2 .header .search:hover button, .header-v3 .header .search:hover button {
  color: #fff;
}
.header-v2 .header .search button, .header-v3 .header .search button {
  color: #fff;
}
.header-v2 .header .search .dropdown-menu, .header-v3 .header .search .dropdown-menu {
  background: #002d57;
  margin-top: 5px;
  border-top: none;
}
.header-v2 .header .search .dropdown-menu form input, .header-v3 .header .search .dropdown-menu form input {
  border: 1px solid #fff;
}
.header-v2 .header .search .dropdown-menu form input:focus, .header-v3 .header .search .dropdown-menu form input:focus {
  border: 1px solid #fff;
  background: #fff;
}
.header-v2 .header .logo-mobile, .header-v3 .header .logo-mobile {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 75px;
}
.header-v2 .header .logo-mobile img, .header-v3 .header .logo-mobile img {
  display: block;
}
.header-v2 .header .bars .search, .header-v3 .header .bars .search {
  line-height: 75px;
}
.header-v2 .header .bars .search button, .header-v3 .header .bars .search button {
  color: #202020;
}
@media (max-width: 991px) {
  /***************************************************
    Header V3
***************************************************/  .header-v2 .header .logo-mobile img.logo-sticky, .header-v3 .header .logo-mobile img.logo-sticky {
    display: none;
  }
}
.header-v3 {
  /***************************************************
    Header V4
***************************************************/
}
.header-v3.stricky-fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.header-v3.stricky-fixed .header .top-bar {
  display: block;
}
.header-v3.stricky-fixed .header .info {
  height: auto;
}
.header-v3.stricky-fixed .header .logo {
  height: auto;
}
.header-v3 .header {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header-v3 .header .top-bar {
  padding: 28.5px 40px;
}
.header-v3 .header .info {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-v3 .header .info ul {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
}
.header-v3 .header .info .template2 li .box .content {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
.header-v3 .header .info .menu-off-canvas li .off-canvas {
  top: 0;
}
.header-v3 .header .info .menu-off-canvas li:last-child {
  padding-right: 0;
}
.header-v3 .header .info li {
  padding-right: 70px;
}
.header-v3 .header .info li .box .content h3 {
  color: #202020;
}
.header-v3 .header .info li .box .content p {
  color: rgba(32, 32, 32, .8);
}
.header-v3 .header .info li .off-canvas span {
  background: #202020;
}
.header-v3 .header .main-menu {
  width: 300px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  overflow-y: auto;
  z-index: 1002;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.header-v3 .header .main-menu .logo {
  height: auto;
  padding: 30px;
}
.header-v3 .header .main-menu .nav-holder > ul > li {
  display: block;
  border-top: 1px solid #d7d7d7;
  position: relative;
}
.header-v3 .header .main-menu .nav-holder > ul > li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.header-v3 .header .main-menu .nav-holder > ul > li:hover > a {
  color: #64a507;
  background: transparent;
}
.header-v3 .header .main-menu .nav-holder > ul > li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
.header-v3 .header .main-menu .nav-holder > ul > li > a {
  display: block;
  color: #202020;
  padding: 0 30px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
}
.header-v3 .header .main-menu .nav-holder > ul > li > a button {
  border: none;
  color: #202020;
  background: #fff;
  position: absolute;
  right: 30px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}
.header-v3 .header .main-menu .nav-holder > ul > li > a button:focus {
  outline: none;
}
.header-v3 .header .main-menu .nav-holder > ul > li > a button span {
  font-size: 10px;
  right: 3px;
  margin-top: -5px;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu {
  background: #fff;
  display: none;
  position: initial;
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li {
  display: block;
  border-top: 1px solid #e4e4e4;
  position: relative;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li > a {
  display: block;
  line-height: 42px;
  padding: 0 45px;
  color: #202020;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li > a span {
  padding-right: 5px;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li > a button {
  border: none;
  color: #202020;
  background: #fff;
  position: absolute;
  right: 30px;
  width: 15px;
  height: auto;
  cursor: pointer;
  z-index: 999;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li > a button:focus {
  outline: none;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li > a button span {
  font-size: 10px;
  right: 3px;
  margin-top: -5px;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li:hover > a {
  color: #64a507;
  background: transparent;
}
.header-v3 .header .main-menu .nav-holder > ul > li ul.sub-menu li.current_page_item > a {
  color: #64a507;
  background: transparent;
}
.header-v3 .header .main-menu .nav-holder .cart {
  color: #202020;
  padding: 0 30px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  position: relative;
}
.header-v3 .header .main-menu .nav-holder .cart:hover {
  color: #64a507;
}
.header-v3 .header .main-menu .nav-holder .cart .number {
  position: absolute;
  top: -6px;
  right: 18px;
  font-size: 10px;
  color: #fff;
  background: #002d57;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}
.header-v4 {
  background: #fff;
  border-top: none;
}
.header-v4.stricky-fixed .top-bar {
  display: none;
}
.header-v4.stricky-fixed .header .main-menu .menu-bars {
  line-height: 75px;
}
.header-v4.stricky-fixed .header .search {
  line-height: 75px;
}
.header-v4 .top-bar {
  line-height: 40px;
  background: #292a2b;
}
.header-v4 .top-bar li {
  display: inline-block;
}
.header-v4 .top-bar li:last-child {
  padding-right: 0 !important;
}
.header-v4 .top-bar li:hover span {
  color: #002d57 !important;
}
.header-v4 .top-bar li a, .header-v4 .top-bar li p {
  font-size: 12px;
  color: #dcddde;
  font-weight: 500;
  margin-bottom: 0;
}
.header-v4 .top-bar .social li {
  padding-right: 14px;
}
.header-v4 .top-bar .info li {
  padding-right: 40px;
}
.header-v4 .top-bar .info li p span {
  padding-right: 8px;
}
.header-v4 .header .main-menu .menu {
  float: left;
}
.header-v4 .header .main-menu .menu-bars {
  line-height: 105px;
  float: right;
}
.header-v4 .header .main-menu .menu-bars .search {
  display: none;
}
.header-v4 .header .main-menu .menu-bars li {
  display: inline-block;
  position: relative;
}
.header-v4 .header .off-canvas {
  width: 20px;
  height: 15px;
  margin-left: 30px;
  top: 3px;
}
.header-v4 .header .off-canvas:hover span:nth-child(1) {
  width: 18px;
  top: 0;
}
.header-v4 .header .off-canvas:hover span:nth-child(2) {
  width: 13px;
  top: 4px;
}
.header-v4 .header .off-canvas:hover span:nth-child(3) {
  width: 20px;
  top: 8px;
}
.header-v4 .header .off-canvas:hover span:nth-child(4) {
  width: 12px;
  top: 12px;
}
.header-v4 .header .off-canvas span {
  background: #202020;
  height: 3px;
  transition: all 0.5s ease;
}
.header-v4 .header .off-canvas span:nth-child(1) {
  width: 13px;
  top: 0;
}
.header-v4 .header .off-canvas span:nth-child(2) {
  width: 18px;
  top: 4px;
}
.header-v4 .header .off-canvas span:nth-child(3) {
  width: 14px;
  top: 8px;
}
.header-v4 .header .off-canvas span:nth-child(4) {
  width: 20px;
  top: 12px;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 991px) {
  header .logo .logo-main {
    display: none;
  }
  header .logo .logo-mobile {
    display: block;
  }
}
.footer-bottom {
  background-color: #13181a;
  /* ------------------------------
   Back To Top
   ---------------------------- */
}
.footer-bottom .copyright {
  padding: 14px 0;
}
.footer-bottom .copyright p {
  font-size: 14px;
  color: #f8f8f8;
  font-weight: 300;
  margin-bottom: 0;
}
.backtotop {
  background: #002d57;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  opacity: 0.7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  color: #fff;
  z-index: 992;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.backtotop:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.backtotop.show-backtotop {
  display: block;
  -webkit-animation: bounceInUp 0.7s both;
  -moz-animation: bounceInUp 0.7s both;
  -o-animation: bounceInUp 0.7s both;
  animation: bounceInUp 0.7s both;
}
.added_to_cart {
  display: none !important;
}
.archive-products, .detail-product {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .archive-products, .detail-product {
    margin-bottom: 60px;
  }
  .archive-products .qparadise_pagination, .detail-product .qparadise_pagination {
    margin-top: 0;
  }
}
.single-cart-button {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #002d57;
  border-radius: 30px;
  font-weight: 700;
  padding: 0 24px;
}
.woocommerce .quantity {
  width: 100px;
  position: relative;
}
.woocommerce .quantity .up-down {
  text-align: center;
}
.woocommerce .quantity .up-down .qty {
  width: 100%;
  height: 30px;
  text-align: center;
  border: 1px solid #dcddde;
  overflow: hidden;
  border-radius: 30px;
  background: #fafafa;
  font-size: 12px;
  font-weight: 400;
  color: #0d0b0b;
  padding: 0;
}
.woocommerce .quantity .up-down .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity .up-down span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(78, 84, 83, 0.5);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}
.woocommerce .quantity .up-down span.down {
  left: 0;
  border-right: 1px solid #dcddde;
}
.woocommerce .quantity .up-down span.up {
  right: 0;
  border-left: 1px solid #dcddde;
}
.product-box {
  /* ------------------------------
   Product Grid
   ---------------------------- */
  /* ------------------------------
   Product List
   ---------------------------- */
}
.product-box .product-item-wrap .product-item {
  margin-bottom: 50px;
}
.product-box .product-item-wrap .product-item .box-img {
  border: 1px dashed #dcddde;
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.product-box .product-item-wrap .product-item .box-img:hover {
  border: 1px dashed #002d57;
}
.product-box .product-item-wrap .product-item .box-img .new {
  position: absolute;
  top: 7px;
  right: 0px;
  padding: 0 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  z-index: 9;
  font-style: italic;
  background: #d81515;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-box .product-item-wrap .product-item .box-img .onsale {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  font-weight: 700;
  line-height: 34px;
  border-radius: 50%;
  font-style: italic;
  font-size: 10px;
  color: #fff;
  transition: all 0.5s ease;
  background: #002d57;
}
.product-box .product-item-wrap .product-item .box-img img {
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.product-box .product-item-wrap .product-item .box-content .title {
  margin-bottom: 0;
}
.product-box .product-item-wrap .product-item .box-content .title a {
  font-weight: 500;
  font-size: 19px;
  color: #202020;
  padding-top: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-item-wrap .product-item .box-content .title a:hover {
  color: #002d57;
}
.product-box .product-item-wrap .product-item .box-content .product-price .price {
  font-size: 19px;
  color: #002d57;
  font-weight: 500;
}
.product-box .product-item-wrap .product-item .box-content .product-price .price del {
  font-size: 14px;
}
.product-box .product-item-wrap .product-item .box-content .product-price .price del .amount {
  padding-right: 15px;
}
.product-box .product-item-wrap .product-item .box-content .product-price .price ins {
  background: transparent;
  color: #002d57;
  font-weight: 500;
}
.product-box .product-item-wrap .product-item .box-content .product-rating .star-rating {
  float: none;
  font-size: 12px;
}
.product-box .product-item-wrap .product-item .box-content .add-to-cart {
  margin-top: 12px;
}
.product-box .product-item-wrap .product-item .box-content .add-to-cart a {
  display: inline-block;
  font-size: 12px;
  color: #202020;
  font-weight: 700;
  line-height: 23px;
  border: 1px solid #4c4f50;
  padding: 0 12px;
  transition: all 0.5s ease;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
}
.product-box .product-item-wrap .product-item .box-content .add-to-cart a:hover {
  color: #fff;
  background: #4c4f50;
}
.product-content {
  /* ------------------------------
   Product Detailt
   ---------------------------- */
}
.product-content .result-catlog-wrap {
  margin-bottom: 30px;
}
.product-content .result-catlog-wrap .product-result-count {
  padding-top: 10px;
}
.relate-products {
  margin-top: 40px;
  position: relative;
}
.relate-products .sec-title .title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.relate-products .sec-title .title:before {
  content: '';
  width: 54px;
  height: 3px;
  background: #002d57;
  position: absolute;
  bottom: 0;
  left: 0;
}
.relate-products .owl-nav {
  text-align: center;
  margin-top: -70px;
  position: absolute;
  top: 0;
  right: 0;
}
.relate-products .owl-nav .owl-prev, .relate-products .owl-nav .owl-next {
  display: inline-block;
  position: initial;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 25px;
  border: 2px solid #ececec;
  margin: 5px;
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.relate-products .owl-nav .owl-prev:hover, .relate-products .owl-nav .owl-next:hover {
  color: #fff;
  background: #002d57;
  border-color: #002d57;
}
.relate-products .product-box .product-item-wrap .product-item {
  margin-bottom: 0;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail {
  position: relative;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .onsale {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  color: #fff;
  transition: all 0.5s ease;
  background: #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail {
  float: left;
  width: 45%;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__wrap, .woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__stage {
  width: 100% !important;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__loaded--img {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__loaded--img img {
  display: block;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #002d57;
  border-width: 1px;
  border-radius: 5px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__nav-wrap .fotorama__nav__frame--thumb:hover .fotorama__loaded--img {
  border-color: #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail .fotorama__nav-wrap .fotorama__nav__frame--thumb.fotorama__active .fotorama__loaded--img {
  border: 0;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail {
  width: 55%;
  float: left;
  padding-left: 30px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .title {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 28px;
  color: #202020;
  font-weight: 500;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .price-single .price {
  font-weight: 500;
  font-size: 18px;
  color: #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .price-single .price del .amount {
  padding-right: 15px;
  font-weight: 300;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .price-single .price ins {
  background: transparent;
  font-size: 18px;
  color: #002d57;
  font-weight: 500;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woocommerce-product-rating .star-rating {
  float: none;
  margin-top: 10px;
  font-size: 12px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woocommerce-product-rating .star-rating span {
  color : #f2cf2d;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .description p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woo-controls {
  margin-top: 40px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woo-controls .woo-quantity .quantity {
  margin: 10px 38px 0px 0px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woo-controls .woo-quantity .qparadise-button {
  padding: 3px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woo-controls .woo-quantity .qparadise-button .single-cart-button {
  border: 0;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .woo-controls .woo-quantity .qparadise-button:hover .single-cart-button {
  background: #fff;
  color: #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .product_meta span {
  font-size: 12px;
  color: #4e5453;
  margin-right: 15px;
  font-weight: 700;
}
.woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .product_meta span a {
  font-weight: 400;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information {
  margin-top: 65px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .subnav {
  margin: 0;
  list-style: none;
  border: 1px solid #dcddde;
  border-bottom: 0;
  background: #fafafa;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .subnav li {
  padding: 0px;
  margin: 0;
  display: inline-block;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .subnav li a {
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  font-size: 14px;
  color: #4e5453;
  padding: 0 35px;
  transition: all 0.5s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .subnav li.active > * {
  background: #4e5453;
  color: #fff;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .subnav li:hover a {
  background: #d0d0d0;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content {
  padding: 25px 35px;
  text-align: left;
  border: 1px solid #e4e4e4;
  margin: 0;
  list-style: none;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item > h2 {
  display: none;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form .comment-form-rating .stars a {
  color: #f2cf2d;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form input {
  height: 40px;
  line-height: 40px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form input:focus {
  border: 1px solid #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form textarea, .woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form input {
  font-size: 14px;
  color: #0d0b0b;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  padding: 7px 20px;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form textarea:focus, .woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form input:focus {
  border: 1px solid #002d57;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form .form-submit input#submit {
  background: #002d57;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 1px solid transparent;
  line-height: 36px;
  padding: 0 32px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content li .tab-content-item #reviews .comment-respond .comment-form .form-submit input#submit:hover {
  background: transparent;
  border: 1px solid #002d57;
  color: #002d57;
}
@media (max-width: 991px) {
  .product-detail-content {
    margin-bottom: 50px;
  }
  .woocommerce.single-product .detail-product .product-detail-content .product .information {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce.single-product .detail-product .product-detail-content .product .information .tab-content {
    padding: 15px;
  }
}
@media (max-width: 360px) {
  /* ------------------------------
   Page Cart
   ---------------------------- */  .relate-products .owl-nav {
    text-align: center;
    margin-top: 20px;
    position: inherit;
  }
}
.woocommerce-cart .woocommerce .table-product table.cart th, .woocommerce-checkout .woocommerce .table-product table.cart th {
  font-size: 20px;
  font-weight: bold;
  color: #0d0b0b;
  text-transform: uppercase;
  padding: 22px 12px;
}
.woocommerce-cart .woocommerce .table-product table.cart td, .woocommerce-checkout .woocommerce .table-product table.cart td {
  border-top: none;
}
.woocommerce-cart .woocommerce .table-product table.cart td.woo-table-col-title a, .woocommerce-checkout .woocommerce .table-product table.cart td.woo-table-col-title a {
  font-size: 16px;
  font-weight: bold;
  color: #0d0b0b;
}
.woocommerce-cart .woocommerce .table-product table.cart td .woocommerce-Price-amount, .woocommerce-checkout .woocommerce .table-product table.cart td .woocommerce-Price-amount {
  color: #0d0b0b;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-cart .woocommerce .table-product table.cart td.woo-table-col-qty .quantity, .woocommerce-checkout .woocommerce .table-product table.cart td.woo-table-col-qty .quantity {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce .table-product table.cart td.woo-product-remove .remove, .woocommerce-checkout .woocommerce .table-product table.cart td.woo-product-remove .remove {
  margin: 0 auto;
  font-size: 16px;
  color: #676767 !important;
}
.woocommerce-cart .woocommerce .table-product table.cart td.woo-product-remove .remove:hover, .woocommerce-checkout .woocommerce .table-product table.cart td.woo-product-remove .remove:hover {
  color: #fff !important;
}
.woocommerce-cart .woocommerce .table-product table.cart img, .woocommerce-checkout .woocommerce .table-product table.cart img {
  width: 80px;
}
.woocommerce-cart {
  /* ------------------------------
   Page Checkout
   ---------------------------- */
}
.woocommerce-cart .woocommerce .gd-box:first-child {
  padding-top: 0;
}
.woocommerce-cart .woo-cart-form table.cart .woo-action-wrap .actions {
  padding: 30px 15px;
}
.woocommerce-cart .woo-cart-form table.cart .woo-action-wrap .wc-proceed-to-checkout {
  text-align: left;
  padding: 0;
}
.woocommerce-cart .woo-cart-form table.cart .woo-action-wrap .return-to-shop {
  margin: 0;
}
.woocommerce-cart .woo-cart-form table.cart .woo-action-wrap .gd-button {
  padding: 5px 30px;
  border-radius: 40px;
  text-transform: uppercase;
}
.woocommerce-cart .col-update-cart .gd-button {
  border: 0;
}
.woocommerce-cart .col-action-shipping .col-as {
  padding: 0 15px;
}
.woocommerce-cart .col-action-shipping .col-as .col-title-action {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.woocommerce-cart .col-action-shipping .col-as .col-title-action:after {
  content: "";
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 20px;
}
.woocommerce-cart .col-action-shipping .col-as .coupon label {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 10px 10px 10px 0;
  display: block;
}
.woocommerce-cart .col-action-shipping .col-as .coupon .qparadise-button {
  margin-top: 16px;
}
.woocommerce-cart .col-action-shipping .col-as .coupon .qparadise-button input {
  text-transform: uppercase;
  border: 0;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals table {
  border: none;
  border-radius: 0;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals table th {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: none;
  text-align: right;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals table td {
  text-align: right;
  border: none;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals table td span {
  font-family: Cairo;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals table td span.amount {
  color: #002d57;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals .wc-proceed-to-checkout .qparadise-button a {
  background: #002d57;
  color: #fff;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals .wc-proceed-to-checkout .qparadise-button:hover {
  border-color: #002d57;
}
.woocommerce-cart .col-action-shipping .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-confirm-order {
  text-transform: uppercase;
}
.woocommerce-cart .return-to-shop .wc-backward {
  text-transform: uppercase;
}
.woocommerce-checkout {
  /* ------------------------------
   Order Complated
   ---------------------------- */
}
.woocommerce-checkout .woocommerce .gd-box:first-child {
  padding-top: 0;
}
.woocommerce-checkout .woocommerce .gd-box .box-title h3 {
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce .gd-box .gd-button {
  border-radius: 40px;
  width: 100%;
  height: 50px !important;
  font-size: 18px;
  padding: 0px 30px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .gd-box .woocommerce-shipping-fields h4 {
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment ul {
  margin: 0px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  vertical-align: middle;
  list-style: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  padding: 8px 40px;
  border: none;
  color: #000;
  text-align: left !important;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .place-order {
  padding: 0;
  margin-top: 20px;
}
.woocommerce-order-received {
  /* ------------------------------
   Box styles
   ---------------------------- */
}
.woocommerce-order-received .woocommerce h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
}
.woocommerce-order-received .woocommerce .order_details li {
  margin-bottom: 15px;
}
.gd-box {
  padding-top: 50px;
  /* ------------------------------
   Table product styles
   ---------------------------- */
}
.gd-box .box-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 31px;
}
.gd-box .box-content table {
  margin: 0px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  vertical-align: middle;
  border-radius: 0;
}
.gd-box .box-content tr {
  height: 73px;
}
.gd-box .box-content tr th {
  padding: 0px 35px;
  font-weight: bold;
  color: #000;
}
.gd-box .box-content tr td {
  padding: 0px 47px;
  color: #4e5453;
}
.gd-box .box-content tr td input {
  margin-right: 10px;
}
.gd-box .box-content .accordion tr {
  height: inherit;
}
.gd-box .box-content .accordion tr th, .gd-box .box-content .accordion tr td {
  padding: 8px 40px;
  border: none;
  color: #000;
  font-weight: 600;
  position: relative;
  border: 1px solid #d7d7d7;
}
.gd-box .box-content .accordion tr th span, .gd-box .box-content .accordion tr td span {
  font-size: 18px;
  font-weight: 700;
}
.gd-box .box-content .accordion tr.order-total span.amount {
  color: #002d57;
}
.woocommerce-checkout {
  /* ------------------------------
   Woo widget
   ---------------------------- */
}
.woocommerce-checkout .table-product table {
  margin: 0px;
  width: 100%;
}
.woocommerce-checkout .table-product table tr th {
  color: #000;
  text-align: center;
  font-size: 20px;
  padding: 0px;
  line-height: 70px;
}
.woocommerce-checkout .table-product table tr th:first-child {
  text-align: left;
  padding-left: 40px;
}
.woocommerce-checkout .table-product table tr td {
  padding: 0px !important;
  text-align: center;
  position: relative;
}
.woocommerce-checkout .table-product table tr td h3 a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-checkout .table-product table tr td h3 a:hover {
  color: #002d57;
}
.woocommerce-checkout .table-product table tr td span.amount {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-checkout .table-product table tr td .product {
  padding: 15px;
}
.woocommerce-checkout .table-product table tr td .product .img-product {
  display: table-cell;
  width: 150px;
  height: auto;
  vertical-align: middle;
}
.woocommerce-checkout .table-product table tr td .product .img-product img {
  display: block;
}
.woocommerce-checkout .table-product table tr td .product .text-product {
  display: table-cell;
  vertical-align: middle;
  padding-left: 19px;
  text-align: left;
}
.woocommerce-checkout .table-product table tr td .product .text-product h3 {
  font-weight: bold;
  line-height: 20px;
}
.woocommerce-checkout .table-product table tr td .product .text-product span {
  font-weight: 600;
  line-height: 25px;
  color: #4e5453;
  font-size: 16px;
}
.woocommerce-checkout .table-product table tr td button {
  border: none;
  line-height: 40px;
  background: #fff;
  margin: 0px !important;
}
.woocommerce-checkout .table-product table tr td button:hover {
  cursor: pointer;
}
.woocommerce-checkout .table-product table tr td button:focus {
  outline: none;
}
.widget_price_filter {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #dcddde;
  border-radius: 5px;
  background: #fafafa;
}
.widget_price_filter h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #1b2725;
  font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #dcddde;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #002d57;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #4e5453;
  border-radius: 0;
  width: 9px;
  height: 12px;
  top: -2.5px;
}
.qparadise-widget-latest-product {
  margin-bottom: 30px;
  border: 1px solid #dcddde;
  border-radius: 5px;
  overflow: hidden;
}
.qparadise-widget-latest-product .latest-product-wrap h4 {
  font-size: 24px;
  color: #fff;
  padding: 14px 30px;
  background: #002d57;
  margin-bottom: 0;
}
.qparadise-widget-latest-product .latest-product-wrap > ul {
  padding: 30px 30px 5px 30px;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li {
  margin-bottom: 25px;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .qparadise-flex-box {
  align-items: flex-start;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .qparadise-flex-box .box-img {
  margin-right: 15px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  width: 50px;
  height: 50px;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .qparadise-flex-box .box-img img {
  display: block;
  margin: 0 auto;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .box-product-info h5 {
  font-size: 14px;
  line-height: 18px;
  color: #1b2725;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -khtml-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .box-product-info h5:hover {
  color: #002d57;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .box-product-info .product-price .price {
  font-size: 12px;
  line-height: 18px;
  color: #7a7c7d;
  font-weight: 400;
}
.qparadise-widget-latest-product .latest-product-wrap > ul > li .box-product-info .product-price .price ins {
  background: transparent;
}
.woocommerce .qparadise-widget-latest-product .latest-product-wrap .product-rating .star-rating {
  float: none;
  font-size: 12px;
}
.woocommerce ul.product_list_widget li .amount {
  color: #002d57;
}
@media (min-width: 992px) and (max-width: 1219px) {
  .qparadise-widget-latest-product .latest-product-wrap h4, .qparadise-widget-latest-product .latest-product-wrap > ul, .widget_price_filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-update-cart {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woo-cart-form table.cart .woo-action-wrap .actions .col-update-cart {
    margin-top: 15px;
  }
  .woocommerce-cart .col-action-shipping .col-as {
    margin-top: 30px;
  }
  .woocommerce.single-product .detail-product .product-detail-content .product .box-detail .thumbnai-detail {
    float: none;
    width: 100%;
  }
  .woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    float: none;
  }
  .woocommerce.single-product .detail-product .product-detail-content .product .box-detail .content-detail .title {
    margin-top: 30px;
  }
  .woocommerce.single-product .detail-product .product-detail-content .product .information .uk-switcher {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .woocommerce-cart .woo-cart-form .table-product table thead tr th.woo-table-col-price, .woocommerce-cart .woo-cart-form .table-product table thead tr th.woo-table-col-qty, .woocommerce-cart .woo-cart-form .table-product table tbody tr td.woo-table-col-price, .woocommerce-cart .woo-cart-form .table-product table tbody tr td.woo-table-col-qty {
    display: none;
  }
}
@media (max-width: 600px) {
  .product-content .result-catlog-wrap .product-result-count, .product-content .result-catlog-wrap .product-catlog-orderby {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
  }
  .product-content .product-box .product-item-wrap {
    width: 100%;
  }
  .product-box .product-item-wrap .product-item {
    margin-bottom: 35px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .gd-box .box-content .accordion tr th, .gd-box .box-content .accordion tr td, .woocommerce-checkout .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .qparadise-widget-latest-product .latest-product-wrap h4, .qparadise-widget-latest-product .latest-product-wrap > ul, .widget_price_filter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .product-content .result-catlog-wrap .product-result-count {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .woocommerce-checkout .table-product table tr td .product .text-product, .woocommerce-checkout .table-product table tr td .product .img-product {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .woocommerce-cart .woocommerce .table-product table.cart th, .woocommerce-checkout .woocommerce .table-product table.cart th {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .table-product table.cart td .woocommerce-Price-amount, .woocommerce-checkout .woocommerce .table-product table.cart td .woocommerce-Price-amount, .woocommerce-cart .woocommerce .table-product table.cart td.woo-table-col-title a, .woocommerce-checkout .woocommerce .table-product table.cart td.woo-table-col-title a {
    font-size: 14px;
  }
}
blockquote {
  padding-left: 14px;
  border-left: 3px solid #002d57;
  padding: 10px;
  /*
    Blog
*/
}
blockquote p {
  font-weight: 600;
  color: #000;
}
blockquote p:last-child {
  margin: 0;
}
.blog .qparadise_pagination {
  margin-top: 0;
}
.blog-grid, .blog-list {
  /*
    Blog Detail
*/
}
.blog-grid li.item, .blog-list li.item {
  margin-bottom: 30px;
  list-style: none;
}
.blog-grid .box .qparadise-overlay-scale .qparadise-overlay, .blog-list .box .qparadise-overlay-scale .qparadise-overlay {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .6);
}
.blog-grid .box .qparadise-overlay-scale .qparadise-overlay:before, .blog-list .box .qparadise-overlay-scale .qparadise-overlay:before {
  display: none;
}
.blog-grid .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button, .blog-list .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button {
  padding: 3px;
  border: 1px dashed transparent;
  border-radius: 44px;
}
.blog-grid .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button:hover, .blog-list .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button:hover {
  border: 1px dashed #002d57;
}
.blog-grid .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button a, .blog-list .box .qparadise-overlay-scale .qparadise-overlay .qparadise-button a {
  background: #002d57;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-grid .box .image-thumbnail, .blog-list .box .image-thumbnail {
  margin-bottom: 17px;
}
.blog-grid .box .box-content .box-cat, .blog-list .box .box-content .box-cat {
  line-height: 13px;
  margin-bottom: 10px;
}
.blog-grid .box .box-content .box-cat a, .blog-list .box .box-content .box-cat a {
  display: inline-block;
  background: #002d57;
  color: #fff;
  line-height: 13px;
  padding: 0 5px;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-grid .box .box-content .title, .blog-list .box .box-content .title {
  padding-bottom: 13px;
  font-size: 19px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.blog-grid .box .box-content .title:hover, .blog-list .box .box-content .title:hover {
  color: #002d57;
}
.blog-grid .box .box-content .box-content-p p, .blog-list .box .box-content .box-content-p p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-grid .box .box-content .box-date span, .blog-list .box .box-content .box-date span {
  font-family: 'Poppins', sans-serif;
  padding-top: 5px;
  font-size: 12px;
  color: #ababab;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-grid .qparadise-button, .blog-list .qparadise-button {
  margin-top: 20px;
}
.blog-detail {
  /*
    Blog List
*/
}
.blog-detail .box-detail {
  border-bottom: 1px solid #dcddde;
}
.blog-detail .box-detail.text-align-center {
  text-align: center;
}
.blog-detail .box-detail.text-align-left {
  text-align: left;
}
.blog-detail .box-detail.text-align-right {
  text-align: right;
}
.blog-detail .box-detail.text-align-justify {
  text-align: justify;
}
.blog-detail .box-detail .box-img {
  margin-bottom: 30px;
}
.blog-detail .box-detail .box-img img {
  display: block;
  height: auto;
}
.blog-detail .box-detail .box-content .wpb_content_element {
  margin-bottom: 30px;
}
.blog-detail .box-detail .box-content .box-date span {
  padding-bottom: 5px;
  font-size: 18px;
  color: #002d57;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-detail .box-detail .box-content .box-cat {
  margin-bottom: 10px;
}
.blog-detail .box-detail .box-content .box-cat a {
  display: inline-block;
  background: #002d57;
  color: #fff;
  line-height: 13px;
  padding: 0 5px;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 500;
}
.blog-detail .box-detail .box-content .box-content-title .title {
  padding-bottom: 24px;
  font-size: 30px;
  line-height: 30px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-detail .box-detail .box-content .box-excerpt strong {
  display: block;
  padding-bottom: 12px;
  font-weight: 700;
}
.blog-detail .box-detail .box-content .box-excerpt strong p {
  font-size: 14px;
  color: #4e5453;
  font-weight: inherit;
  margin-bottom: 0;
}
.blog-detail .box-detail .box-content p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
.blog-detail .box-detail .box-content .tags-share {
  margin-top: 35px;
}
.blog-detail .box-detail .box-content .tags-share .tags.pull-left {
  width: 60%;
  text-align: left;
}
.blog-detail .box-detail .box-content .tags-share .share.pull-right {
  width: 40%;
  text-align: right;
}
.blog-detail .box-detail .box-content .tags-share .share ul li {
  padding: 0 14px;
}
.blog-detail .box-detail .box-content .tags-share .share ul li a {
  font-size: 20px;
  color: #4e5453;
}
.blog-detail .box-detail .box-content .tags-share .share ul li a:hover {
  color: #002d57;
}
.blog-detail .box-detail .box-content .tags-share h3 {
  display: inline-block;
  font-size: 16px;
  color: #202020;
  font-weight: 500;
  padding-right: 5px;
}
.blog-detail .box-detail .box-content .tags-share ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.blog-detail .box-detail .box-content .tags-share ul li {
  display: inline-block;
  padding-right: 5px;
}
.blog-detail .box-detail .box-content .tags-share ul li a {
  font-size: 13px;
  color: #4e5453;
  font-weight: 400;
}
.blog-detail .box-detail .box-content .tags-share ul li a:hover {
  color: #002d57;
}
.blog-detail .post-navigation {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}
.blog-detail .post-navigation .nav-links .nav-previous, .blog-detail .post-navigation .nav-links .nav-next {
  width: 50%;
  float: left;
}
.blog-detail .post-navigation .nav-links .nav-next {
  float: right;
}
.blog-detail .post-navigation .nav-links .nav-previous .fa {
  padding-right: 5px;
}
.blog-detail .post-navigation .nav-links .nav-next {
  text-align: right;
}
.blog-detail .post-navigation .nav-links .nav-next .fa {
  padding-left: 5px;
}
.blog-list {
  /*
    Blog Default
*/
}
.blog-list .box .box-content .title {
  font-size: 30px;
  line-height: 30px;
}
.blog-default .blog__default-wrap .item {
  margin-bottom: 45px;
}
.blog-default .blog__default-wrap .item .img-thumb img {
  display: block;
}
@media (max-width: 767px) {
  .blog-detail .box-detail .box-content .tags-share .tags.pull-left, .blog-detail .box-detail .box-content .tags-share .share.pull-right {
    width: 100%;
    text-align: inherit;
  }
  .blog-detail .box-detail .box-content .tags-share .share.pull-right {
    margin-bottom: 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}
img {
  max-width: 100%;
}
a {
  color: #4e5453;
}
a:hover {
  color: #002d57;
}
a, a:hover, a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
a, p {
  font-family: 'Poppins', sans-serif;
}
strong {
  font-weight: 700;
}
input:focus {
  outline: none;
  background: transparent;
}
.single .wpb_content_element {
  margin-bottom: 25px;
}
.gd-wrap-content {
  margin-bottom: 100px;
}
.woocommerce-checkout .qparadise-content {
  margin-bottom: 100px;
}
.woocommerce-cart .qparadise-content {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .qparadise_sidebar {
    margin-top: 50px;
  }
  .gd-wrap-content {
    margin-bottom: 60px;
  }
  .woocommerce-checkout .qparadise-content {
    margin-bottom: 60px;
  }
  .woocommerce-cart .qparadise-content {
    margin-bottom: 40px;
  }
}
.qparadise-social-site {
  /* ------------------------------
   Pagination
   ---------------------------- */
}
.qparadise-social-site .social-site {
  list-style: none;
  margin: 0;
}
.qparadise-social-site .social-site li {
  display: inline-block;
  padding: 0 9px;
}
.qparadise-social-site .social-site li a {
  display: inline-block;
}
.qparadise_pagination {
  margin-top: 35px;
  clear: both;
  display: inline-block;
  width: 100%;
  /* ------------------------------
   Comment
   ---------------------------- */
}
.qparadise_pagination ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.qparadise_pagination ul li {
  display: inline-block;
  margin: 0 7px;
}
.qparadise_pagination ul li:hover a, .qparadise_pagination ul li.active a, .qparadise_pagination ul li .page-numbers a, .qparadise_pagination ul li:hover.current, .qparadise_pagination ul li.active.current, .qparadise_pagination ul li .page-numbers.current {
  background: #002d57;
  color: #fff;
  transition: all 0.5s ease;
}
.qparadise_pagination ul li .page-numbers, .qparadise_pagination ul li a {
  font-weight: 700;
  color: #4e5453;
  font-size: 12px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
}
.qparadise_pagination ul li.arrow:hover a, .qparadise_pagination ul li.arrow.active a {
  transition: all 0.5s ease;
  border: 1px solid #002d57;
  color: #fff;
  background: #002d57;
}
.qparadise_pagination ul li.arrow a {
  width: auto;
  border: 1px dashed #002d57;
  padding: 0 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  color: #002d57;
}
.qparadise_pagination ul li .page-numbers.next, .qparadise_pagination ul li .page-numbers.prev {
  width: auto;
  border: 1px dashed #002d57;
  padding: 0 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  color: #002d57;
}
.qparadise_pagination ul li .page-numbers.next:hover, .qparadise_pagination ul li .page-numbers.prev:hover, .qparadise_pagination ul li .page-numbers.next.active, .qparadise_pagination ul li .page-numbers.prev.active {
  transition: all 0.5s ease;
  border: 1px solid #002d57;
  color: #fff;
  background: #002d57;
}
.comments-area .comments-title {
  padding-top: 60px;
  font-size: 25px;
  color: #202020;
  font-weight: 600;
  border-bottom: 1px solid #edeeee;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
.comments-area .comment-reply-title {
  font-size: 25px;
  color: #202020;
  font-weight: 600;
}
#comments .comment-list .comment-item {
  margin-bottom: 45px;
  padding-top: 0;
}
#comments .comment-list .comment-item .children .comment-item {
  margin-bottom: 0;
  margin-top: 17px;
  padding-top: 22px;
  border-top: 1px solid #edeeee;
}
#comments .comment-list .comment-item .comment .comment-body .comment-author {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  float: left;
}
#comments .comment-list .comment-item .comment .comment-body .comment-author img {
  display: block;
  width: 100%;
  height: auto;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details {
  margin-left: 110px;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .comment-meta {
  position: relative;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .comment-meta .meta-author {
  font-size: 12px;
  color: #a3a6a5;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .comment-meta .meta-author .author-name {
  display: inline-block;
  clear: none;
  font-size: 19px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 5px;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .comment-content p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .comment-content p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .reply a {
  font-size: 12px;
  color: #4e5453;
  font-weight: 400;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .reply a:hover {
  color: #002d57;
}
#comments .comment-list .comment-item .comment .comment-body .comment-details .reply span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  display: inline-block;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 8px;
  background: #002d57;
  color: #fff;
}
#comments .comment-respond .comment-form {
  margin-top: 15px;
}
#comments .comment-respond .comment-form p {
  margin-bottom: 30px;
}
#comments .comment-respond .comment-form p input {
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
}
#comments .comment-respond .comment-form p input, #comments .comment-respond .comment-form p textarea {
  padding: 5px 30px;
  font-size: 14px;
  background: #fafafa;
  border: 1px solid #dcddde;
  color: #202020;
  outline: none;
}
#comments .comment-respond .comment-form p input:focus, #comments .comment-respond .comment-form p textarea:focus {
  border: 1px solid #002d57;
}
#comments .comment-respond .comment-form p input.error, #comments .comment-respond .comment-form p textarea.error {
  box-shadow: 0 0 10px rgba(252, 43, 21, .5);
  border: 1px solid #fc2b15;
}
#comments .comment-respond .comment-form p textarea {
  padding-top: 10px !important;
  border-radius: 20px;
}
#comments .comment-respond .comment-form p.comment-form-author, #comments .comment-respond .comment-form p.comment-form-email {
  width: 48%;
  float: left;
}
#comments .comment-respond .comment-form p.comment-form-author {
  margin-right: 4%;
}
#comments .comment-respond .comment-form p.form-submit {
  display: inline-block;
  padding: 5px;
  border: 2px dashed transparent;
  border-radius: 54px;
  transition: all 0.5s ease;
  margin-bottom: 0;
}
#comments .comment-respond .comment-form p.form-submit .submit {
  background: #002d57;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 0;
  line-height: 40px;
  height: 40px;
  letter-spacing: 1px;
  padding: 0 25px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 40px;
}
#comments .comment-respond .comment-form p.form-submit:hover {
  border: 2px dashed #002d57;
}
@media (max-width: 991px) {
  #comments .comment-list .comment-item .comment .comment-body .comment-author {
    width: 80px;
    height: 80px;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-details {
    margin-left: 100px;
  }
  .comments-area > ol ol {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  #comments .comment-respond .comment-form p.comment-form-author, #comments .comment-respond .comment-form p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-author {
    width: 60px;
    height: 60px;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-details {
    margin-left: 80px;
  }
  .comments-area .comment-list li .comment-body .comment-content {
    margin-top: 0px;
  }
}
@media (max-width: 599px) {
  #comments .comment-list .comment-item .comment.depth-4 .comment-body .comment-details .comment-meta .meta-author .author-name, #comments .comment-list .comment-item .comment.depth-5 .comment-body .comment-details .comment-meta .meta-author .author-name {
    display: block;
  }
  #comments .comment-list .comment-item .comment.depth-4 .comment-body .comment-details .comment-meta .meta-author .author-name span, #comments .comment-list .comment-item .comment.depth-5 .comment-body .comment-details .comment-meta .meta-author .author-name span {
    display: none;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-author {
    width: 40px;
    height: 40px;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-details {
    margin-left: 55px;
  }
  .comments-area > ol ol {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 480px) {
  /* ------------------------------
   Widget
   ---------------------------- */  #comments .comment-list .comment-item .comment .comment-body .comment-details .comment-meta .meta-author .author-name {
    display: block;
  }
  #comments .comment-list .comment-item .comment .comment-body .comment-details .comment-meta .meta-author .author-name span {
    display: none;
  }
}
.qparadise-widget-contact-2 .widget-contact-2 ul {
  margin: 0;
  list-style: none;
}
.qparadise-widget-contact-2 .widget-contact-2 ul li p {
  margin-bottom: 5px;
}
.qparadise-widget-contact-2 .widget-contact-2 ul li p span {
  padding-right: 5px;
}
.qparadise_sidebar {
  max-width: 300px;
}
.qparadise_sidebar .widget h4.title, .qparadise_sidebar .widget > h4 {
  margin-bottom: 33px;
  display: inline-block;
  font-size: 19px;
  color: #202020;
  font-weight: 700;
  position: relative;
}
.qparadise_sidebar .widget h4.title:before, .qparadise_sidebar .widget > h4:before {
  content: '';
  width: 54px;
  height: 3px;
  background: #002d57;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.widget_product_categories ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover {
  color: #002d57;
}
.qparadise-widget-recent-portfolio, .widget_categories {
  background: #fafafa;
  border: 1px solid #dcddde;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
}
.qparadise-widget-recent-portfolio ul li {
  border: 0;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
.qparadise-widget-recent-portfolio ul li a {
  font-size: 14px;
  font-weight: 500;
}
.qparadise-widget-recent-portfolio ul li span {
  position: absolute;
  left: 0;
  top: 5px;
  color: #002d57;
}
.widget_categories {
  /* ------------------------------
   Archive Portfolio
   ---------------------------- */
}
.widget_categories ul li {
  border: 0;
  padding-left: 12px;
  position: relative;
}
.widget_categories ul li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0;
  top: 12px;
  color: #002d57;
  font-size: 14px;
  line-height: 1;
}
.portfolio-content .qparadise_pagination {
  margin-top: 20px;
}
.portfolio-content .item {
  padding-bottom: 40px;
}
.portfolio-content .box .qparadise-overlay-scale .link-cat {
  display: block;
  background: #fff;
  color: #202020;
  text-transform: uppercase;
  height: 23px;
  line-height: 23px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 3;
}
.portfolio-content .box .qparadise-overlay-scale .qparadise-overlay {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.portfolio-content .box .qparadise-overlay-scale .qparadise-overlay:before {
  display: none;
}
.portfolio-content .box .qparadise-overlay-scale .qparadise-overlay a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.portfolio-content .box h3 {
  padding-top: 15px;
  display: inline-block;
  font-size: 19px;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0;
}
.portfolio-content .box h3:hover {
  color: #002d57;
}
@media (max-width: 991px) {
  /* ------------------------------
   Single Portfolio
   ---------------------------- */  .portfolio-content .qparadise_pagination {
    margin-top: 0;
  }
}
.single-portfolio {
  /*----------------------
    Single Team
------------------------*/
}
.single-portfolio .single-portfolio-content .box-img {
  margin-bottom: 30px;
}
.single-portfolio .single-portfolio-content .box-img img {
  display: block;
}
.single-portfolio .single-portfolio-content .box-content .box-date {
  margin-bottom: 5px;
}
.single-portfolio .single-portfolio-content .box-content .box-date span {
  font-style: italic;
}
.single-portfolio .single-portfolio-content .box-content .box-content-title h3 {
  padding-bottom: 16px;
  font-size: 25px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
}
.single-portfolio .single-portfolio-content .box-content .box-content-title h3 span {
  color: #002d57;
  padding-right: 13px;
}
.team-detail {
  /* ------------------------------
   Page 404
   ---------------------------- */
}
.team-detail .team-detail-content .col-image img {
  width: 100%;
}
.team-detail .team-detail-content .col-content .team-header .team-title {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-top: 15px;
}
.team-detail .team-detail-content .col-content .team-header .team-position {
  font-weight: 300;
  font-size: 14px;
  color: #4e5453;
  font-style: italic;
  padding-bottom: 10px;
  margin: 0;
  display: block;
}
.team-detail .team-detail-content .col-content .team-meta {
  list-style: none;
  margin: 0;
}
.team-detail .team-detail-content .col-content .team-meta > li {
  list-style: none;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
}
.team-detail .team-detail-content .col-content .team-meta > li .lb {
  display: inline-block;
  min-width: 120px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #141414;
}
.team-detail .team-detail-content .col-content .team-social {
  list-style: none;
  margin: 10px 0 0;
}
.team-detail .team-detail-content .col-content .team-social li {
  display: inline-block;
  padding: 0 8px;
}
.team-detail .team-detail-content .col-content .team-social li a {
  font-size: 12px;
  color: #4e5453;
}
.team-detail .team-detail-content .col-content .team-social li a:hover {
  color: #002d57;
}
.team-detail .team-detail-content .col-content .team-social li:first-child {
  padding-left: 0;
}
.team-detail .team-detail-content .team-related {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  padding-top: 70px;
}
.team-detail .team-detail-content .team-related .box {
  position: relative;
}
.team-detail .team-detail-content .team-related .box .box-img {
  position: relative;
}
.team-detail .team-detail-content .team-related .box .box-img img {
  width: 100%;
  height: auto;
  display: block;
}
.team-detail .team-detail-content .team-related .box .box-img .box-overlay {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 45, 87, 0.88);
  opacity: 0;
}
.team-detail .team-detail-content .team-related .box .box-img .box-overlay > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
}
.team-detail .team-detail-content .team-related .box .box-img .box-overlay > a:after, .team-detail .team-detail-content .team-related .box .box-img .box-overlay > a:before {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #fff;
}
.team-detail .team-detail-content .team-related .box .box-img .box-overlay > a:before {
  width: 0;
  height: 2px;
}
.team-detail .team-detail-content .team-related .box .box-img .box-overlay > a:after {
  width: 2px;
  height: 0;
}
.team-detail .team-detail-content .team-related .box .box-content {
  text-align: center;
}
.team-detail .team-detail-content .team-related .box .box-content .team-title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-top: 15px;
}
.team-detail .team-detail-content .team-related .box .box-content .team-position {
  font-weight: 300;
  font-size: 14px;
  color: #4e5453;
  font-style: italic;
  padding-bottom: 10px;
  margin: 0;
  display: block;
}
.team-detail .team-detail-content .team-related .box:hover .box-img .box-overlay {
  opacity: 1;
}
.team-detail .team-detail-content .team-related .box:hover .box-img .box-overlay a:before {
  width: 100%;
}
.team-detail .team-detail-content .team-related .box:hover .box-img .box-overlay a:after {
  height: 100%;
}
.team-detail .team-detail-content .team-related .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.team-detail .team-detail-content .team-related .owl-nav .owl-prev, .team-detail .team-detail-content .team-related .owl-nav .owl-next {
  display: inline-block;
  position: initial;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 25px;
  border: 2px solid #ececec;
  margin: 5px;
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-detail .team-detail-content .team-related .owl-nav .owl-prev:hover, .team-detail .team-detail-content .team-related .owl-nav .owl-next:hover {
  color: #fff;
  background: #002d57;
  border-color: #002d57;
}
.error404 {
  /* ------------------------------
   Footer
   ---------------------------- */
}
.error404 .error-page .col-image .box-image {
  margin-right: 40px;
}
.error404 .error-page .col-image .box-image img {
  display: block;
  margin: 0 0 0 auto;
}
.error404 .error-page .col-content .box-content {
  padding-top: 75px;
}
.error404 .error-page .col-content .box-content .title h2 {
  padding-bottom: 15px;
  font-size: 72px;
  line-height: 72px;
  color: #4e5453;
  font-weight: 700;
  margin: 0;
}
.error404 .error-page .col-content .box-content .content p {
  padding-bottom: 47px;
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  margin: 0;
}
.error404 .error-page .col-content .box-content .qparadise-button {
  border: 2px dashed #002d57;
  padding: 4px;
  border-radius: 68px;
}
.error404 .error-page .col-content .box-content .qparadise-button a {
  background: #002d57;
  color: #fff;
  line-height: 56px;
  border-radius: 56px;
}
.footer {
  /* ------------------------------
   Page Author
   ---------------------------- */
}
.footer .footer-widget .title {
  font-family: 'fontBilyOhio', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin: 24px 0 20px 0;
}
.author {
  /* ------------------------------
   Page Loader
   ---------------------------- */
}
.author .author-box {
  background: #f8f8f8;
  border: 1px solid #d2d2d2;
  padding: 15px 30px 15px 18px;
  overflow: hidden;
  margin-bottom: 30px;
}
.author .author-box img {
  float: left;
  margin: 0 30px 0 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
.author .author-box .author-name {
  padding-top: 28px;
  font-size: 22px;
  color: #202020;
  font-weight: 500;
}
.author .author-box p {
  margin-bottom: 8px;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-ms-keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gd_page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999999;
}
.gd_page_loader .gd_spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.gd_page_loader .page_loader_inner {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.gd_page_loader.style-1 .page_loader_inner {
  -webkit-animation: loader 4s infinite ease;
  -khtml-animation: loader 4s infinite ease;
  -moz-animation: loader 4s infinite ease;
  -ms-animation: loader 4s infinite ease;
  -o-animation: loader 4s infinite ease;
  animation: loader 4s infinite ease;
  width: 50px;
  height: 50px;
  border: 2px solid #002d57;
  margin-left: -25px;
  margin-top: -25px;
}
.gd_page_loader.style-1 .gd_spinner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #002d57;
  -webkit-animation: loader-inner 4s infinite ease-in;
  -khtml-animation: loader-inner 4s infinite ease-in;
  -moz-animation: loader-inner 4s infinite ease-in;
  -ms-animation: loader-inner 4s infinite ease-in;
  -o-animation: loader-inner 4s infinite ease-in;
  animation: loader-inner 4s infinite ease-in;
}
.gd_page_loader.style-2 .gd_spinner {
  border: 1px solid #ccc;
  -webkit-animation: rotate 1.3s linear 0s infinite;
  -khtml-animation: rotate 1.3s linear 0s infinite;
  -moz-animation: rotate 1.3s linear 0s infinite;
  -ms-animation: rotate 1.3s linear 0s infinite;
  -o-animation: rotate 1.3s linear 0s infinite;
  animation: rotate 1.3s linear 0s infinite;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.gd_page_loader.style-2 .gd_spinner:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #002d57;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 3s linear 0s infinite;
  -khtml-animation: 3s linear 0s infinite;
  -moz-animation: 3s linear 0s infinite;
  -ms-animation: 3s linear 0s infinite;
  -o-animation: 3s linear 0s infinite;
  animation: 3s linear 0s infinite;
  left: -5px;
  top: 18px;
}
.gd_page_loader.style-3 .gd_spinner {
  border: 2px solid #ccc;
  border-bottom-color: #002d57;
  -webkit-animation: rotate 1.5s linear 0s infinite;
  -khtml-animation: rotate 1.5s linear 0s infinite;
  -moz-animation: rotate 1.5s linear 0s infinite;
  -ms-animation: rotate 1.5s linear 0s infinite;
  -o-animation: rotate 1.5s linear 0s infinite;
  animation: rotate 1.5s linear 0s infinite;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hidden {
  display: none !important;
  /* ------------------------------
   Info Box
   ---------------------------- */
}
.qparadise-info-box {
  margin-bottom: 30px;
  /* ------------------------------
   Interactive Banners
   ---------------------------- */
}
.qparadise-info-box .gd-info-box .box-icon.none .icon {
  font-size: 80px;
  color: #002d57;
}
.qparadise-info-box .gd-info-box .box-icon.style_1 {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 66px;
  background: #4e5453;
  border-radius: 50%;
  padding: 5px;
}
.qparadise-info-box .gd-info-box .box-icon.style_1 .icon {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px dashed #002d57;
  border-radius: 50%;
  line-height: inherit;
  color: #002d57;
}
.qparadise-info-box .gd-info-box .box-icon.style_2 {
  width: 92px;
  height: 92px;
  border: 2px dashed #002d57;
  border-radius: 50%;
  padding: 11px;
}
.qparadise-info-box .gd-info-box .box-icon.style_2 .icon {
  width: 100%;
  height: 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002d57;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.qparadise-info-box .gd-info-box .box-icon.style_3 {
  width: 70px;
  height: 70px;
  border: 2px solid #dcddde;
  border-radius: 15px;
  background: #fff;
  position: relative;
}
.qparadise-info-box .gd-info-box .box-icon.style_3 .icon {
  font-size: 30px;
  color: #002d57;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.qparadise-info-box .gd-info-box .box-content .box-title {
  font-size: 19px;
  color: #202020;
  font-weight: 700;
  margin: 0;
}
.qparadise-info-box .gd-info-box .box-content .box-description {
  font-size: 19px;
  color: #4e5453;
  font-weight: 300;
  margin: 0;
}
.qparadise-info-box .gd-info-box.left-icon .box-icon-left {
  display: table-cell;
  vertical-align: top;
}
.qparadise-info-box .gd-info-box.left-icon .box-content {
  display: table-cell;
  vertical-align: middle;
}
.qparadise-info-box .gd-info-box.left-icon .box-content .box-header {
  margin-left: 25px;
}
.qparadise-info-box .gd-info-box.right-icon {
  display: inline-block;
  width: 100%;
}
.qparadise-info-box .gd-info-box.right-icon .box-icon-right {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.qparadise-info-box .gd-info-box.right-icon .box-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: right;
}
.qparadise-info-box .gd-info-box.right-icon .box-content .box-header {
  margin-right: 25px;
}
.qparadise-info-box .gd-info-box.top-icon {
  text-align: center;
}
.qparadise-info-box .gd-info-box.top-icon .box-icon-top .box-icon {
  display: inline-block;
}
.qparadise-info-box .gd-info-box.top-icon .box-content {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.qparadise-info-box .gd-info-box.top-icon .box-content .box-header .box-title {
  margin-top: 25px;
}
.qparadise-info-box.box_border_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qparadise-info-box.box_border_flex .gd-info-box.right-icon {
  width: auto;
}
.qparadise-info-box.box_border_flex .gd-info-box.right-icon .box-content, .qparadise-info-box.box_border_flex .gd-info-box.right-icon .box-icon-right {
  width: auto;
}
.interactive-banners-content {
  margin-bottom: 30px;
  /* ------------------------------
   Interactive Banners 2
   ---------------------------- */
}
.interactive-banners-content.template-1 .box-image {
  border-radius: 10px;
}
.interactive-banners-content.template-1 .box-body {
  text-align: center;
  padding-top: 32px;
}
.interactive-banners-content.template-1 .box-body .title {
  font-size: 25px;
  color: #202020;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.interactive-banners-content.template-1 .box-body .content {
  padding-top: 5px;
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.interactive-banners-content.template-2 .box-body {
  text-align: left;
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px 11px 20px 24px;
}
.interactive-banners-content.template-2 .box-body .title {
  color: #202020;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.interactive-banners-content.template-2 .box-body .content {
  padding-top: 5px;
  color: #4e5453;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.interactive-banners-content_2 {
  margin-bottom: 30px;
  /* ------------------------------
   Interactive Banners 3
   ---------------------------- */
}
.interactive-banners-content_2 .content {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interactive-banners-content_2:hover .content {
  opacity: 0;
}
.interactive-banners-content_2:hover .qparadise-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.interactive-banners-content_2:hover .qparadise-overlay .content {
  opacity: 1;
}
.interactive-banners-content-3 {
  /* ------------------------------
   Faq
   ---------------------------- */
}
.interactive-banners-content-3 .box {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.interactive-banners-content-3 .box:hover .text-default {
  bottom: -25%;
  opacity: 0;
  transition: all 0.5s ease;
}
.interactive-banners-content-3 .box:hover .text-hover {
  top: 0;
  transition: all 0.5s ease 0.5s;
}
.interactive-banners-content-3 .box .title, .interactive-banners-content-3 .box .content-p {
  padding: 0 15px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 0;
}
.interactive-banners-content-3 .box .text-default {
  width: 100%;
  padding: 25px 0;
  background: rgba(0, 45, 87, .8);
  background: -webkit-linear-gradient(bottom, rgba(0, 45, 87, .8), transparent);
  background: -o-linear-gradient(top, rgba(0, 45, 87, .8), transparent);
  background: -moz-linear-gradient(top, rgba(0, 45, 87, .8), transparent);
  background: linear-gradient(to top, rgba(0, 45, 87, .8), transparent);
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.interactive-banners-content-3 .box .text-hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 45, 87, .8);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.interactive-banners-content-3 .box .text-hover .content .box-icon {
  margin-bottom: 30px;
}
.interactive-banners-content-3 .box .text-hover .content .box-icon span {
  font-size: 55px;
}
.interactive-banners-content-3 .box .text-hover .content .box-icon span:before {
  margin: 0;
  color: #fff;
}
.faq {
  /* ------------------------------
   Client
   ---------------------------- */
}
.faq .faqs-content .box-body {
  margin-bottom: 25px;
  border: 1px solid #dcddde;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.faq .faqs-content .box-body .title {
  background: #4e5453;
  position: relative;
}
.faq .faqs-content .box-body .title h3 {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  padding: 13px 26px 13px 40px;
  pointer-events: none;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.faq .faqs-content .box-body .title .fa {
  font-size: 15px;
  color: #fff;
  position: absolute;
  transition: all 0.5s ease;
  top: 50%;
  margin-top: -6px;
  left: 15px;
}
.faq .faqs-content .box-body .title .fa.fa-minus {
  display: none;
}
.faq .faqs-content .box-body .text-content {
  display: none;
  padding: 26px;
}
.faq .faqs-content .box-body .text-content .content p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
}
.faq .faqs-content .box-body.active .title .fa.fa-plus {
  display: none;
}
.faq .faqs-content .box-body.active .title .fa.fa-minus {
  display: inline-block;
}
.faq .faqs-content .box-body.active .text-content {
  display: block;
}
.faq .faqs-content .box-body.active, .faq .faqs-content .box-body:hover {
  border-color: #002d57;
}
.faq .faqs-content .box-body.active .title h3, .faq .faqs-content .box-body:hover .title h3 {
  background: #002d57;
  color: #fff;
}
.faq .faqs-content .box-body.active .title .fa, .faq .faqs-content .box-body:hover .title .fa {
  background: #002d57;
  color: #fff;
}
.gd-client {
  padding: 45px 0;
  /* ------------------------------
   Testimonial
   ---------------------------- */
}
.gd-client .gd-client-carousel {
  list-style: none;
  margin: 0;
}
.gd-client .gd-client-carousel .box-img img {
  width: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.gd-testimonial .gd-testimonial-owl-carousel {
  margin: 0;
}
.gd-testimonial .gd-testimonial-wrap {
  list-style: none;
}
.gd-testimonial .gd-testimonial-wrap .owl-stage-outer {
  padding-top: 30px;
}
.gd-testimonial .gd-testimonial-wrap .box {
  padding: 55px 30px 45px 30px;
  background: #f4f4f4;
  border-radius: 15px;
  position: relative;
}
.gd-testimonial .gd-testimonial-wrap .box .box-name {
  padding: 6px 24px;
  background: #002d57;
  box-shadow: 0 0 18px rgba(0, 0, 0, .23);
  position: absolute;
  top: -17px;
  left: 70px;
  z-index: 1;
}
.gd-testimonial .gd-testimonial-wrap .box .box-name:before {
  content: '';
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 19px solid #002d57;
  position: absolute;
  top: 100%;
  left: 12px;
}
.gd-testimonial .gd-testimonial-wrap .box .box-name h3.title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0;
}
.gd-testimonial .gd-testimonial-wrap .box .box-name .position {
  font-size: 10px;
  color: #f8f8f8;
  font-weight: 400;
  line-height: 15px;
  display: block;
}
.gd-testimonial .gd-testimonial-wrap .box .box-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  float: left;
}
.gd-testimonial .gd-testimonial-wrap .box .box-content {
  margin-left: 105px;
}
.gd-testimonial .gd-testimonial-wrap .box .box-content .box-content-p {
  color: #202020;
}
.gd-testimonial .gd-testimonial-wrap .box .box-content .box-content-p p {
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  margin-bottom: 0;
}
.gd-testimonial.template2 .gd-testimonial-wrap .gd-testimonial-item {
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  /* ------------------------------
   Our Blog
   ---------------------------- */  .gd-testimonial .gd-testimonial-wrap .box .box-name {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px 15px;
    text-align: center;
  }
  .gd-testimonial .gd-testimonial-wrap .box .box-name:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #002d57;
  }
  .gd-testimonial .gd-testimonial-wrap .box .box-img {
    float: none;
    margin: 0 auto 15px auto;
  }
  .gd-testimonial .gd-testimonial-wrap .box .box-content {
    margin-left: 0;
    text-align: center;
  }
  .gd-testimonial .gd-testimonial-wrap .box {
    padding: 55px 15px 30px 15px;
  }
}
.our-blog .our-blog-grid-wrap {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.our-blog .our-blog-grid-wrap .content-wrap {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.our-blog .our-blog-grid-wrap > * {
  padding-bottom: 45px;
}
.our-blog .our-blog-grid-wrap .box-image {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.our-blog .our-blog-grid-wrap .box-image .qparadise-overlay {
  border-radius: 10px;
}
.our-blog .our-blog-grid-wrap .box-image .qparadise-overlay a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.our-blog .our-blog-grid-wrap .box-image .qparadise-overlay a:hover span {
  -webkit-transform: rotate(90deg) translateZ(0);
  -moz-transform: rotate(90deg) translateZ(0);
  -ms-transform: rotate(90deg) translateZ(0);
  -o-transform: rotate(90deg) translateZ(0);
  transform: rotate(90deg) translateZ(0);
}
.our-blog .our-blog-grid-wrap .box-image .qparadise-overlay a span {
  margin-top: 13px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease;
}
.our-blog .our-blog-grid-wrap .box-content h3.title {
  font-size: 22px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.our-blog .our-blog-grid-wrap .box-content h3.title:hover {
  color: #002d57;
}
.our-blog .our-blog-grid-wrap .box-content .box-content-p p {
  padding: 12px 0 20px;
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  margin-bottom: 0;
}
.our-blog .our-blog-grid-wrap .box-content .meta {
  line-height: 33px;
  border: 1px solid #dcddde;
  border-radius: 33px;
  padding: 0 18px;
}
.our-blog .our-blog-grid-wrap .box-content .meta ul {
  margin: 0;
  list-style: none;
}
.our-blog .our-blog-grid-wrap .box-content .meta ul li {
  display: inline-block;
  padding-right: 25px;
}
.our-blog .our-blog-grid-wrap .box-content .meta ul li:last-child {
  padding-right: 0;
}
.our-blog .our-blog-grid-wrap .box-content .meta ul li p {
  font-size: 12px;
  color: #4e5453;
  font-weight: 400;
  margin-bottom: 0;
}
.our-blog .our-blog-grid-wrap .box-content .meta ul li p span {
  padding-right: 7px;
}
.our-blog .our-blog-slider-wrap {
  margin: 0;
  list-style: none;
}
.our-blog .our-blog-slider-wrap .box .box-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 33px;
}
.our-blog .our-blog-slider-wrap .box .box-image:before, .our-blog .our-blog-slider-wrap .box .box-image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.our-blog .our-blog-slider-wrap .box .box-image:after {
  border: 15px solid #002d57;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.our-blog .our-blog-slider-wrap .box .box-image:before {
  border: 15px solid #eaeaea;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.our-blog .our-blog-slider-wrap .box .box-image:hover:before {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.5s ease;
}
.our-blog .our-blog-slider-wrap .box .box-image:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.our-blog .our-blog-slider-wrap .box .box-image img {
  border-radius: 5px;
}
.our-blog .our-blog-slider-wrap .box .box-content .box-cat .cat-item {
  font-size: 14px;
  color: #002d57;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.our-blog .our-blog-slider-wrap .box .box-content h3.title {
  padding-bottom: 12px;
  display: inline-block;
  font-size: 25px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.our-blog .our-blog-slider-wrap .box .box-content h3.title:hover {
  color: #002d57;
}
.our-blog .our-blog-slider-wrap .box .box-content .box-content-p p {
  padding-bottom: 10px;
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  margin-bottom: 0;
}
.our-blog .our-blog-slider-wrap .box .box-content .read-more {
  padding-bottom: 0;
  font-size: 14px;
  color: #202020;
  font-weight: 700;
  transition: all 0.5s ease;
}
.our-blog .our-blog-slider-wrap .box .box-content .read-more span {
  padding-right: 7px;
}
.our-blog .our-blog-slider-wrap .box .box-content .read-more:hover {
  color: #002d57;
}
.our-blog .our-blog-zigzag-wrap {
  margin: 0;
  list-style: none;
}
.our-blog .our-blog-zigzag-wrap li {
  position: relative;
}
.our-blog .our-blog-zigzag-wrap li.item-1 .box:before {
  border-bottom: 20px solid #f6f6f6;
  bottom: 100%;
}
.our-blog .our-blog-zigzag-wrap li.item-2 .box:before {
  border-top: 20px solid #f6f6f6;
  top: 100%;
}
.our-blog .our-blog-zigzag-wrap li.item-2 .qparadise-img-full-width {
  position: absolute;
  top: 100%;
  width: 100%;
}
.our-blog .our-blog-zigzag-wrap li .box {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  position: relative;
}
.our-blog .our-blog-zigzag-wrap li .box:before {
  content: '';
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-blog .our-blog-zigzag-wrap li .box .box-content {
  width: 100%;
  padding: 105px 60px;
}
.our-blog .our-blog-zigzag-wrap li .box .box-content .title {
  padding-bottom: 29px;
  font-size: 33px;
  line-height: 36px;
  color: #4e5453;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.our-blog .our-blog-zigzag-wrap li .box .box-content .title:hover {
  color: #002d57;
}
.our-blog .our-blog-zigzag-wrap li .box .box-content .box-content-p p {
  font-size: 14px;
  color: #4e5453;
  font-weight: 400;
  margin-bottom: 0;
}
.our-blog .our-blog-slider-wrap-2 {
  margin: 0;
  list-style: none;
}
.our-blog .our-blog-slider-wrap-2 .box {
  margin: 10px 15px;
  text-align: center;
}
.our-blog .our-blog-slider-wrap-2 .box .box-content {
  padding: 0 15px;
}
.our-blog .our-blog-slider-wrap-2 .box .box-info {
  margin: 20px 0px 0px;
  color: #ababab;
  font-size: 12px;
}
.our-blog .our-blog-slider-wrap-2 .box .box-info .l-col {
  margin: 0 5px;
}
.our-blog .our-blog-slider-wrap-2 .box .title {
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0 15px;
}
.our-blog .our-blog-slider-wrap-2 .box .title:hover {
  color: #002d57;
}
.our-blog .our-blog-slider-wrap-2 .box .box-content-p p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.our-blog .our-blog-slider-wrap-2 .box .read-more {
  margin: 15px 0px 50px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  color: #4c4c4c;
  letter-spacing: 3px;
  font-size: 16px;
}
.our-blog .our-blog-slider-wrap-2 .box .read-more:hover {
  color: #002d57;
}
.our-blog .our-blog-slider-wrap-2 .box .read-more .fa {
  padding-left: 10px;
}
.our-blog .our-blog-slider-wrap-2 .box:hover {
  -webkit-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
}
.our-blog .our-blog-slider-wrap-2 .owl-nav {
  position: initial;
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div {
  color: #002d57;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #002d57;
  font-size: 0px;
  width: 45px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div:before {
  line-height: 50px;
  font-size: 18px;
  display: block;
  font-family: FontAwesome;
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div.owl-prev {
  left: 22.5px;
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div.owl-prev:before {
  content: "\f177";
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div.owl-next {
  right: 22.5px;
}
.our-blog .our-blog-slider-wrap-2 .owl-nav div.owl-next:before {
  content: "\f178";
}
.our-blog .our-blog-slider-wrap-2:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.our-blog .our-blog-slider-wrap-3 {
  margin: 0;
  list-style: none;
}
.our-blog .our-blog-slider-wrap-3 .li-item {
  padding: 40px 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info {
  padding-bottom: 10px;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info span:before {
  font-family: FontAweSome;
  position: absolute;
  top: 0;
  left: 0;
  color: #002d57;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info .date:before {
  content: '\f073';
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info .author:before {
  content: '\f007';
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  transition: 0.5s;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .title:hover {
  color: #002d57;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-content-p {
  line-height: 24px;
  margin-bottom: 10px;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-content-p p {
  line-height: inherit;
}
.our-blog .our-blog-slider-wrap-3 .li-item .box-content .read-more {
  font-size: 16px;
  font-weight: 500;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav {
  position: initial;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div {
  color: #002d57;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #002d57;
  font-size: 0px;
  width: 45px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div:before {
  line-height: 50px;
  font-size: 18px;
  display: block;
  font-family: FontAwesome;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div.owl-prev {
  left: -22.5px;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div.owl-prev:before {
  content: "\f177";
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div.owl-next {
  right: -22.5px;
}
.our-blog .our-blog-slider-wrap-3 .owl-nav div.owl-next:before {
  content: "\f178";
}
.our-blog .our-blog-slider-wrap-3:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1565px) {
  .our-blog .our-blog-zigzag-wrap li .box .box-content {
    padding: 60px 30px;
  }
  .our-blog .our-blog-zigzag-wrap li .box .box-content .title {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .our-blog .our-blog-zigzag-wrap li .box .box-content {
    padding: 30px 15px;
  }
  .our-blog .our-blog-zigzag-wrap li .box .box-content .title {
    font-size: 23px;
    padding-bottom: 15px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .our-blog .our-blog-zigzag-wrap li .box .box-content {
    text-align: center;
  }
  .our-blog .our-blog-zigzag-wrap li.item-2 .qparadise-img-full-width {
    position: initial;
  }
  .our-blog .our-blog-zigzag-wrap li.item-1 .box:before {
    display: none;
  }
  .our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info {
    padding-top: 0px;
  }
  .our-blog .our-blog-slider-wrap-3 .li-item .box-image {
    width: 40%;
    float: left;
  }
  .our-blog .our-blog-slider-wrap-3 .li-item .box-content {
    width: 60%;
    float: left;
  }
}
@media (max-width: 600px) {
  .our-blog .our-blog-slider-wrap-3 .li-item .box-content .box-info {
    padding-top: 10px;
  }
  .our-blog .our-blog-slider-wrap-3 .li-item .box-image, .our-blog .our-blog-slider-wrap-3 .li-item .box-content {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* ------------------------------
   Video Popup
   ---------------------------- */  .our-blog .our-blog-grid-wrap .content-wrap {
    display: block;
  }
  .our-blog .our-blog-grid-wrap [class*=col-xs-] {
    width: 100%;
  }
  .our-blog .our-blog-grid-wrap .box-image {
    min-height: 200px;
    margin-bottom: 15px;
  }
  .our-blog .our-blog-grid-wrap .box-content .meta {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}
.qparadise-video-popup {
  margin-bottom: 35px;
}
.qparadise-video-popup .box-wrap {
  position: relative;
  overflow: hidden;
}
.qparadise-video-popup .box-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.qparadise-video-popup .box-wrap .icon-video-play a span {
  margin-top: 12px;
  font-size: 60px;
  color: #fff;
  transition: all 0.5s ease;
}
.qparadise-video-popup .box-wrap .icon-video-play a:hover span {
  color: #002d57;
}
.qparadise-video-popup.cover-image .box-wrap .icon-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.qparadise-video-popup .title {
  font-size: 22px;
  color: #4e5453;
  font-weight: 500;
  padding-top: 25px;
  margin: 0;
}
@media (max-width: 480px) {
  /* ------------------------------
   Portfolio Slider
   ---------------------------- */  .qparadise-video-popup .title {
    padding-top: 15px;
  }
}
.gd-filter-wrap {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .gd-filter-wrap .gd-grid-filter-inphone {
    display: block !important;
  }
  .gd-filter-wrap .gd-grid-filter-inphone a {
    background: #eee;
    display: block;
    font-family: inherit;
    line-height: 18px;
    margin: 0;
    padding: 15px 20px;
    color: #343434;
    text-transform: uppercase;
  }
  .gd-filter-wrap .gd-filter-category {
    display: none;
  }
  .gd-filter-wrap .gd-filter-category li {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .gd-filter-wrap .gd-filter-category li a {
    background: #eee;
    margin: 0;
    border: none;
    line-height: 18px;
    padding: 15px 20px;
    font-weight: 400;
    border-radius: 0;
  }
  .gd-filter-wrap .gd-filter-category li:hover, .gd-filter-wrap .gd-filter-category li.active, .gd-filter-wrap .gd-filter-category li.is-checked {
    border: 1px solid #002d57;
  }
  .gd-portfolio-filter {
    margin-bottom: 40px;
  }
  .gd-portfolio-filter ul {
    list-style: none;
    margin: 0;
    text-align: center;
  }
  .gd-portfolio-filter ul li {
    display: inline-block;
    padding: 0 18px;
  }
  .gd-portfolio-filter ul li:hover a, .gd-portfolio-filter ul li.active a, .gd-portfolio-filter ul li.is-checked a {
    color: #fff !important;
    transition: all 0.5s ease;
    background: #002d57;
  }
  .gd-portfolio-filter ul li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: #1b2725 !important;
    padding: 0 10px;
    font-weight: 700;
    transition: all 0.5s ease;
  }
}
.gd-portfolio_slider {
  overflow: hidden;
  margin: 0 -15px;
}
.gd-portfolio_slider .portfolio-filter {
  list-style: none;
  margin: 0;
}
.gd-portfolio_slider .portfolio-slider-content {
  position: relative;
}
.gd-portfolio_slider .portfolio-slider-content .none-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gd-portfolio_slider .portfolio-slider-content .none-active .container {
  height: 100%;
  position: relative;
}
.gd-portfolio_slider .portfolio-slider-content .none-active .container .box-hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8);
  z-index: 9;
}
.gd-portfolio_slider .portfolio-slider-content .none-active .container .hidden-left {
  right: 100%;
  margin-right: 15px;
}
.gd-portfolio_slider .portfolio-slider-content .none-active .container .hidden-right {
  left: 100%;
  margin-left: 15px;
}
.gd-portfolio_slider .portfolio-slider-content .slick-list {
  overflow: visible;
}
.gd-portfolio_slider .portfolio-slider-content .slick-portfolio {
  list-style: none;
  margin: 0;
}
.gd-portfolio_slider .portfolio-slider-content .slick-portfolio li {
  outline: none;
  padding: 0 15px;
}
.gd-portfolio_slider .portfolio-slider-content .slick-portfolio li .box .qparadise-overlay .title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  line-height: 28px;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  display: block;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .wrap-portfolio-img img {
  display: block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  width: 100%;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title a:hover {
  color: #002d57;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .list-cat {
  font-size: 14px;
  text-transform: capitalize;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .list-cat a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  transition-delay: 0 !important;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .list-cat a:hover {
  color: #002d57;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .list-cat a:before {
  color: #acacac;
  content: '-';
  font-size: 16px;
  position: relative;
  margin-left: -5px;
  padding-right: 3px;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .list-cat a:first-child:before {
  display: none;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .btn {
  margin-top: 20px;
  display: none;
  background: transparent;
  color: #fff;
  height: 49px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border: 2px solid #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .btn:hover {
  background: #fff;
  color: #252525;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:hover:before {
  opacity: 1;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:hover .portfolio-info {
  opacity: 1;
  z-index: 3;
}
.gd-portfolio_slider.template-2 .wrap-portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title {
  line-height: 28px;
}
.vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title a {
  font-size: 26px;
}
.vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .btn {
  display: inline-block;
}
@media (max-width: 1380px) {
  /* ------------------------------
   Portfolio Grid
   ---------------------------- */  .vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title {
    line-height: 24px;
  }
  .vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .title a {
    font-size: 20px;
  }
  .vc_row[data-vc-full-width = "true"] .gd-portfolio_slider.template-2 .wrap-portfolio-item .portfolio-info .btn {
    display: none;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #002d57;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid {
  list-style: none;
  margin: 0;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid li {
  float: left;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 {
  width: 100%;
  display: inline-block;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 .width-1-2 {
  width: 50%;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 .width-1-4 {
  width: 25%;
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-4-column > * {
  width: calc(100% / 4);
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3-column > * {
  width: calc(100% / 3);
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-2-column > * {
  width: calc(100% / 2);
}
.gd-portfolio_grid .portfolio-grid-content .portfolio-grid-item {
  margin-bottom: 30px;
}
.gd-portfolio_grid .portfolio-grid-content .box {
  overflow: hidden;
  position: relative;
}
.gd-portfolio_grid .portfolio-grid-content .box img {
  display: block;
  width: 100%;
  height: auto;
}
.gd-portfolio_grid .portfolio-grid-content .box .qparadise-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 45, 87, .9);
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -100%;
  transition: all 0.5s ease;
  padding: 12px;
}
.gd-portfolio_grid .portfolio-grid-content .box .qparadise-overlay a .title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gd-portfolio_grid .portfolio-grid-content .paging_more {
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}
.gd-portfolio_grid .portfolio-grid-content .qparadise_pagination {
  margin-top: 60px;
  width: 100%;
  display: inline-block;
}
.gd-portfolio_grid.template-3 .portfolio-grid-content .portfolio-grid {
  margin-left: -30px;
}
.gd-portfolio_grid.template-3 .portfolio-grid-content .portfolio-grid .element-item {
  padding-left: 30px;
  margin-bottom: 30px;
}
.gd-portfolio_grid.template-4 .portfolio-grid-content .portfolio-grid {
  margin-left: -30px;
}
.gd-portfolio_grid.template-4 .portfolio-grid-content .portfolio-grid .element-item {
  padding-left: 30px;
  margin-bottom: 30px;
}
.gd-portfolio_grid.template-4 .portfolio-grid-content .portfolio-grid .element-item .box .read-more {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gd-portfolio_grid.template-4 .portfolio-grid-content .portfolio-grid .element-item .content .title {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0 0;
  transition: all 0.5s ease;
}
.gd-portfolio_grid.template-4 .portfolio-grid-content .portfolio-grid .element-item .content .title:hover {
  color: #002d57;
}
@media (max-width: 991px) {
  .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-4-column > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 .width-1-2 {
    width: 100%;
  }
  .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 .width-1-4 {
    width: 50%;
  }
  .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-2-column > * {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category {
    display: none;
  }
  .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #cacaca;
  }
  .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category li a {
    background: #eee;
    margin: 0;
    border-radius: 0;
    border: none;
    line-height: 18px;
    padding: 15px 20px;
    font-weight: 400;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }
  .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category li:hover a, .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category li.active a, .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category li.is-checked a {
    background: #002d57;
  }
  .gd-portfolio_grid .gd-portfolio-filter .gd-grid-filter-inphone {
    display: block !important;
  }
  .gd-portfolio_grid .gd-portfolio-filter .gd-grid-filter-inphone a {
    background: #eee;
    display: block;
    font-family: inherit;
    line-height: 18px;
    margin: 0;
    padding: 15px 20px;
    font-weight: 400;
    color: #625f5f;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
}
@media (max-width: 480px) {
  .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-3 .width-1-4, .gd-portfolio_grid .portfolio-grid-content .portfolio-grid.grid-4-column > * {
    width: 100%;
  }
}
@media (min-width: 601px) {
  /* ------------------------------
   QTC Heading
   ---------------------------- */  .gd-portfolio_grid .gd-portfolio-filter .gd-filter-category {
    display: block !important;
  }
}
.qtc-heading {
  /* ------------------------------
   QTC Heading 2
   ---------------------------- */
}
.qtc-heading .qparadise-sub-title p {
  margin: 0;
  font-family: 'fontBilyOhio', sans-serif;
  font-size: 24px;
  color: #002d57;
}
.qtc-heading-2 {
  /* ------------------------------
   QTC Heading 3
   ---------------------------- */
}
.qtc-heading-2 .uvc-main-heading .qparadise-after-title {
  color: #002d57;
  font-weight: 400;
  padding-left: 8px;
  font-style: normal;
}
.qtc-heading-3 {
  /*----------------------
    Our Team
------------------------*/
}
.qtc-heading-3 .main-heading-wrap {
  position: relative;
  min-height: 144px;
  margin-bottom: 0;
}
.qtc-heading-3 .main-heading-wrap .uvc-main-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qtc-heading-3 .main-heading-wrap .uvc-main-heading .qparadise-after-title {
  color: #002d57;
  font-weight: 400;
  padding-left: 8px;
  font-style: normal;
}
.qtc-heading-3 .main-heading-wrap .qparadise-sub-title {
  position: absolute;
  top: 0;
  font-size: 207px;
  font-weight: 900;
  line-height: 144px;
  white-space: nowrap;
  color: #433f3e;
  opacity: 0.04;
}
.qtc-heading-3.qtc-heading-3-center .main-heading-wrap .uvc-main-heading, .qtc-heading-3.qtc-heading-3-center .main-heading-wrap .qparadise-sub-title {
  right: 0;
  left: 0;
}
.qtc-heading-3.qtc-heading-3-left .main-heading-wrap .uvc-main-heading, .qtc-heading-3.qtc-heading-3-left .main-heading-wrap .qparadise-sub-title {
  left: 0;
}
.qtc-heading-3.qtc-heading-3-right .main-heading-wrap .uvc-main-heading, .qtc-heading-3.qtc-heading-3-right .main-heading-wrap .qparadise-sub-title {
  right: 0;
}
.gd-our-team .list-team {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.gd-our-team .list-team .team-item {
  margin-bottom: 40px;
}
.gd-our-team li .qparadise-overlay-scale {
  border: 1px solid #dcddde;
  border-radius: 10px;
  overflow: hidden;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay {
  background: rgba(0, 0, 0, .5);
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay:before {
  display: none;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul {
  margin: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul li {
  display: inline-block;
  padding: 0 12px;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul li:first-child {
  padding-left: 0;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul li:last-child {
  padding-right: 0;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul li a {
  color: #fff;
  font-size: 18px;
}
.gd-our-team li .qparadise-overlay-scale .qparadise-overlay ul li a:hover {
  color: #002d57;
}
.gd-our-team li .box-content .team-title {
  padding-top: 16px;
  font-size: 22px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 26px;
}
.gd-our-team li .box-content .team-title:hover {
  color: #002d57;
}
.gd-our-team li .box-content .team-position {
  display: inline-block;
  background: #002d57;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
.gd-our-team.template-slider ul {
  list-style: none;
  margin: 0;
}
.gd-our-team.template-slider .team-slider-wrap .owl-item {
  opacity: 0;
  pointer-events: none;
}
.gd-our-team.template-slider .team-slider-wrap .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-prev, .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-next {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #e4e4e4;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-prev:hover, .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-next:hover {
  color: #002d57;
  border-color: #002d57;
}
.gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-prev {
  left: -40px;
}
.gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-next {
  right: -40px;
}
.gd-our-team .qparadise_pagination {
  margin-top: 20px;
}
.gd-our-team.template-grid-2 .list-team .team-item .box {
  text-align: center;
}
.gd-our-team.template-grid-2 .list-team .team-item .box .box-img img {
  display: block;
  margin: 0 auto;
}
.gd-our-team.template-grid-2 .list-team .team-item .box .box-content .team-position {
  display: block;
  background: transparent;
  color: #002d57;
  text-transform: initial;
  margin-bottom: 15px;
}
.gd-our-team.template-grid-2 .list-team .team-item .box .box-content .list-social {
  margin: 0;
  list-style: none;
}
.gd-our-team.template-grid-2 .list-team .team-item .box .box-content .list-social li {
  display: inline-block;
  padding: 0 7px;
}
@media (max-width: 1360px) {
  /*----------------------
    Counter
------------------------*/  .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-prev, .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-next {
    width: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    z-index: 2;
    background: #fff;
  }
  .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-prev {
    left: -10px;
  }
  .gd-our-team.template-slider .team-slider-wrap.owl-carousel .owl-next {
    right: -10px;
  }
}
.gd-counter {
  /*----------------------
    Price Box
------------------------*/
}
.gd-counter .box-content {
  text-align: center;
}
.gd-counter.style-1 .counter {
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 36px;
  color: #202020;
  font-weight: 700;
  margin: 0;
}
.gd-counter.style-1 .counter-title {
  font-size: 19px;
  color: #4e5453;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
.gd-counter.style-2 .box-content .number {
  display: inline-block;
  width: 118px;
  height: 118px;
  border: 2px dashed #64a507;
  border-radius: 50%;
  padding: 8px;
}
.gd-counter.style-2 .box-content .number .counter {
  width: 100%;
  height: 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002d57;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.gd-counter.style-2 .counter-title {
  padding-top: 15px;
  font-size: 19px;
  color: #4e5453;
  font-weight: 700;
  margin-top: 0;
}
.gd_pricing_table_wrap {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 5px;
  transition: all 0.5s ease;
  text-align: center;
  display: block;
  margin-bottom: 35px;
  float: left;
  min-width: 100%;
  /* ------------------------------
   Tabs
   ---------------------------- */
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading {
  border-bottom: 5px solid #ababab;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 25px 15px;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd-cust-subhead, .gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd_price_term {
  color: #fff;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd-cust-headformat {
  padding-bottom: 31px;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #002d57;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd-cust-subhead {
  padding-top: 25px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd_price_body_block .gd_price .gd_price_figure {
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_pricing_heading .gd_price_body_block .gd_price .gd_price_term {
  font-size: 14px;
  line-height: 26px;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 45px 15px;
  font-size: 16px;
  color: #4e5453;
  font-weight: 400;
  background: #f6f6f6;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content ul {
  list-style: none;
  margin: 0;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content ul li {
  padding-bottom: 22px;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content ul li strong {
  font-weight: 700;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content p {
  padding-bottom: 22px;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content p strong {
  font-weight: 700;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content strong {
  font-weight: 700;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content .qparadise-button {
  margin-top: 35px;
  padding: 4px;
  border-radius: 48px;
  border: 2px dashed #4e5453;
}
.gd_pricing_table_wrap .gd_pricing_table .gd_body_content .qparadise-button a {
  color: #fff;
  background: #4e5453;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 22px;
  font-size: 12px;
}
.gd_pricing_table_wrap.gd-cs-black .gd_pricing_table .gd_pricing_heading {
  background: #373737;
}
.gd_pricing_table_wrap.gd-cs-black .gd_pricing_table .gd_pricing_heading .gd-cust-subhead, .gd_pricing_table_wrap.gd-cs-black .gd_pricing_table .gd_pricing_heading .gd_price_term {
  color: rgba(255, 255, 255, 0.4);
}
.gd_pricing_table_wrap.gd-cs-black .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #4e5453;
}
.gd_pricing_table_wrap.gd-cs-blue .gd_pricing_table .gd_pricing_heading {
  background: #2867b6;
}
.gd_pricing_table_wrap.gd-cs-blue .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #2867b6;
}
.gd_pricing_table_wrap.gd-cs-red .gd_pricing_table .gd_pricing_heading {
  background: #df4130;
}
.gd_pricing_table_wrap.gd-cs-red .gd_pricing_table .gd_pricing_heading .gd-cust-headformat {
  color: #202020;
}
.gd_pricing_table_wrap.gd-cs-red .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #df4130;
}
.gd_pricing_table_wrap.gd-cs-yellow .gd_pricing_table .gd_pricing_heading {
  background: #f1a90f;
}
.gd_pricing_table_wrap.gd-cs-yellow .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #f1a90f;
}
.gd_pricing_table_wrap.gd-cs-green .gd_pricing_table .gd_pricing_heading {
  background: #17924b;
}
.gd_pricing_table_wrap.gd-cs-green .gd_pricing_table .gd_pricing_heading .gd-cust-headformat {
  color: #202020;
}
.gd_pricing_table_wrap.gd-cs-green .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #17924b;
}
.gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_pricing_heading {
  background: #d9dee0;
}
.gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_pricing_heading .gd-cust-headformat {
  color: #202020;
}
.gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_pricing_heading .gd_price_body_block .gd_price .gd_price_figure {
  color: #202020;
}
.gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_pricing_heading .gd-cust-subhead, .gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_pricing_heading .gd_price_term {
  color: rgba(32, 32, 32, .7);
}
.gd_pricing_table_wrap.gd-cs-gray .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #d9dee0;
  color: rgba(32, 32, 32, .7);
}
.gd_pricing_table_wrap:hover {
  -webkit-transform: translateY(-10px) translateZ(0);
  -moz-transform: translateY(-10px) translateZ(0);
  -ms-transform: translateY(-10px) translateZ(0);
  -o-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.gd_pricing_table_wrap:hover .gd_pricing_table .gd_body_content .qparadise-button a {
  background: #002d57;
}
.gd-tabs .tab-content .tab-pane.active {
  opacity: 1;
}
.gd-tabs.vertical-style .gd-tabs-tabs {
  float: left;
  margin: 0;
  list-style: none;
  border: 0;
}
.gd-tabs.vertical-style .gd-tabs-tabs li {
  margin-bottom: 40px;
  width: 100%;
  float: none;
}
.gd-tabs.vertical-style .gd-tabs-tabs li a {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 20px;
  border: 2px dashed #002d57;
  background: #fff;
  text-align: center;
  position: relative;
  margin-right: 0;
  line-height: inherit;
}
.gd-tabs.vertical-style .gd-tabs-tabs li a:before {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #002d57;
  opacity: 0;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gd-tabs.vertical-style .gd-tabs-tabs li a span {
  display: block;
  min-height: 60px;
}
.gd-tabs.vertical-style .gd-tabs-tabs li a span:before {
  margin: 0;
  color: #000;
  font-size: 60px;
  position: relative;
}
.gd-tabs.vertical-style .gd-tabs-tabs li a h3 {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  margin: 0;
}
.gd-tabs.vertical-style .gd-tabs-tabs li:first-child a {
  padding-top: 15px;
}
.gd-tabs.vertical-style .gd-tabs-tabs li.active a, .gd-tabs.vertical-style .gd-tabs-tabs li:hover a {
  box-shadow: 3px 0 16px rgba(0, 0, 0, 0.3);
  background: #002d57;
}
.gd-tabs.vertical-style .gd-tabs-tabs li.active a:before, .gd-tabs.vertical-style .gd-tabs-tabs li:hover a:before {
  opacity: 1;
}
.gd-tabs.vertical-style .gd-tabs-tabs li.active a span:before, .gd-tabs.vertical-style .gd-tabs-tabs li:hover a span:before {
  color: #fff;
}
.gd-tabs.vertical-style .gd-tabs-tabs li.active a h3, .gd-tabs.vertical-style .gd-tabs-tabs li:hover a h3 {
  color: #fff;
}
.gd-tabs.vertical-style .tab-content {
  margin-left: 155px;
}
.gd-tabs.vertical-style .tab-content .tab-pane {
  float: left;
}
.gd-tabs.horizental-style .gd-tabs-tabs {
  margin: 0;
  list-style: none;
}
.gd-tabs.horizental-style .gd-tabs-tabs li a span {
  font-size: 26px;
}
.gd-tabs.horizental-style .gd-tabs-tabs li a h3 {
  display: inline-block;
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  margin: 0;
}
.gd-tabs.horizental-style .gd-tabs-tabs li.active a span, .gd-tabs.horizental-style .gd-tabs-tabs li:hover a span, .gd-tabs.horizental-style .gd-tabs-tabs li.active a h3, .gd-tabs.horizental-style .gd-tabs-tabs li:hover a h3 {
  color: #002d57;
}
.gd-tabs.horizental-style .tab-content .tab-pane .tab-details {
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 20px;
}
@media (max-width: 480px) {
  /* ------------------------------
   Time Box
   ---------------------------- */  .gd-tabs.vertical-style .tab-content, .gd-tabs.vertical-style .gd-tabs-tabs {
    width: 100%;
    margin: 0;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li {
    display: inline-block;
    width: auto;
    margin: 0 15px 30px 15px;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li:first-child {
    margin-left: 0;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li a {
    width: 80px;
    height: 80px;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li a:before {
    border-top: 10px solid #002d57;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li a span {
    min-height: 40px;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li a span:before {
    font-size: 40px;
  }
  .gd-tabs.vertical-style .gd-tabs-tabs li a h3 {
    font-size: 14px;
  }
}
.time_box ul {
  margin: 0;
  list-style: none;
}
.time_box.style-1 {
  background: #002d57;
  padding: 35px 40px;
  border-radius: 15px;
}
.time_box.style-1 ul li {
  padding-bottom: 22px;
}
.time_box.style-1 ul li .date {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.time_box.style-1 ul li .hour {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  float: right;
}
.time_box.style-1 ul li:last-child {
  padding-bottom: 0;
}
.time_box.style-2 ul li {
  margin-bottom: 15px;
  padding: 0 25px;
  line-height: 45px;
  background: #002d57;
}
.time_box.style-2 ul li .date {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.time_box.style-2 ul li .hour {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  float: right;
}
@media (max-width: 1199px) {
  .time_box.style-1 {
    padding: 35px 30px;
  }
}
@media (max-width: 480px) {
  /* ------------------------------
   Timeline
   ---------------------------- */  .time_box.style-1 {
    padding: 30px 15px;
  }
}
.timeline {
  margin-bottom: 35px;
  /* ------------------------------
   Woo Products
   ---------------------------- */
}
.timeline .timelines-content {
  border-left: 1px solid #dcddde;
  margin: 0;
  list-style: none;
}
.timeline .timelines-content li {
  padding-left: 14px;
  padding-bottom: 20px;
  position: relative;
}
.timeline .timelines-content li:last-child {
  padding-bottom: 0;
}
.timeline .timelines-content li:hover:before {
  background: #002d57;
  border: 2px solid #002d57;
}
.timeline .timelines-content li:hover .content {
  color: #002d57;
}
.timeline .timelines-content li:before {
  content: '';
  width: 11px;
  height: 11px;
  background: #fff;
  border: 2px solid #dcddde;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 5px;
}
.timeline .timelines-content li .title {
  font-size: 19px;
  color: #202020;
  font-weight: 700;
  margin-bottom: 0;
}
.timeline .timelines-content li .content {
  font-size: 14px;
  line-height: 20px;
  color: #4e5453;
  font-weight: 400;
}
@media (max-width: 480px) {
  .qparadise-product-sc .gd-product-wrap .product-item-wrap {
    width: 100%;
  }
}
.form-contact {
  text-align: center;
  padding: 0 10%;
}
.form-contact .nf-form-title h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.form-contact .nf-form-layout .nf-form-fields-required {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.form-contact .nf-form-layout .nf-form-content {
  margin-top: 28px;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element textarea, .form-contact .nf-form-layout .nf-form-content .nf-field-element input {
  border: 1px solid #ababab;
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element textarea:focus, .form-contact .nf-form-layout .nf-form-content .nf-field-element input:focus {
  outline: none;
  border: 1px solid #002d57;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element input {
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element textarea {
  border-radius: 20px;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element *::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element *:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element *::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element *:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element input[type='button'] {
  background: #002d57;
  color: #fff;
  border-color: #002d57;
  font-size: 14px;
  line-height: 40px;
  border-radius: 40px;
  letter-spacing: 1px;
  padding: 0 25px;
  font-weight: 700;
}
.form-contact .nf-form-layout .nf-form-content .nf-field-element input[type='button']:hover {
  background: #fff;
  color: #002d57;
}
@media (max-width: 991px) {
  .section-info-contactus .vc_col-sm-4 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .section-info-contactus .qtc-heading {
    text-align: left !important;
  }
  .section-info-contactus .vc_col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* ------------------------------
   Page Pricing
   ---------------------------- */  .form-contact {
    padding: 0;
  }
}
.section-form-support .form-support {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
}
.section-form-support .form-support .your-name, .section-form-support .form-support .your-email {
  width: 47%;
  float: left;
  clear: initial;
}
.section-form-support .form-support .your-name {
  margin-right: 6%;
}
.section-form-support .form-support .your-name .nf-field-element:after, .section-form-support .form-support .your-email .nf-field-element:after, .section-form-support .form-support .subject .nf-field-element:after, .section-form-support .form-support .message .nf-field-element:after {
  font-size: 14px;
  color: rgba(32, 32, 32, 0.5);
  position: absolute;
  top: 8px;
  left: 25px;
  z-index: 1;
  font-family: FontAwesome;
}
.section-form-support .form-support .your-name .nf-field-element:after {
  content: "\f007";
}
.section-form-support .form-support .your-email .nf-field-element:after {
  content: "\f0e0";
}
.section-form-support .form-support .subject .nf-field-element:after {
  content: "\f040";
}
.section-form-support .form-support .message .nf-field-element:after {
  content: "\f27a";
}
.section-form-support .form-support input:not([type=button]):not([type=reset]):not([type=submit]) {
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
}
.section-form-support .form-support input:not([type=button]):not([type=reset]):not([type=submit]), .section-form-support .form-support textarea {
  border: 1px solid #dcddde;
  background: #fafafa;
  padding: 10px 30px 10px 50px;
  font-size: 14px;
  color: #202020;
  font-weight: 400;
}
.section-form-support .form-support textarea {
  border-radius: 20px;
}
.section-form-support .form-support .submit-container {
  margin: 0;
}
.section-form-support .form-support .submit-container .nf-field-element {
  border-radius: 54px;
  display: inline-block;
  padding: 5px;
  border: 2px dashed transparent;
  transition: all 0.5s ease;
  width: auto;
  margin: 0 auto;
}
.section-form-support .form-support .submit-container .nf-field-element input {
  background: #002d57;
  font-size: 14px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  letter-spacing: 2px;
  padding: 0 40px;
  font-weight: 700;
}
.section-form-support .form-support .submit-container .nf-field-element:hover {
  border: 2px dashed #002d57;
}
@media (max-width: 991px) {
  .section-form-support .form-support {
    width: 100%;
  }
  .section-form-support .form-support .your-name, .section-form-support .form-support .your-email {
    width: 100%;
    margin-right: 0;
    clear: both;
  }
}
@media (max-width: 480px) {
  /* ------------------------------
   Footer
   ---------------------------- */  .section-form-support .form-support {
    padding: 15px;
  }
}
.footer .col-footer #media_image-2 {
  margin-bottom: 13px;
}
.footer .widget_text .box-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .widget_text .box-contact ul li {
  padding-bottom: 16px;
}
.footer .widget_text .box-contact ul li span {
  padding-right: 15px;
  color: #002d57;
}
.footer .widget_text .box-contact ul li i {
  color: #002d57;
}
.footer .widget_text .box-contact ul p {
  margin: 0;
}
.footer .widget_text .list-logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .widget_text .list-logo ul li {
  margin: 0 26px 9px 0;
  display: inline-block;
}
.footer .widget_text .list-logo ul li a {
  display: inline-block;
}
.footer .widget_text .list-logo ul li a img {
  display: block;
  opacity: 0.6;
  transition: all 0.5s ease;
  transform: translateZ(0);
}
.footer .widget_text .list-logo ul li a:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .footer .col-footer {
    margin-bottom: 15px;
  }
  .footer .col-footer:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .sec-padding {
    padding: 60px 0 60px 0 !important;
  }
}
@media (max-width: 402px) {
  .footer .widget_text .list-logo ul li {
    margin-right: 15px;
  }
}
@media (max-width: 370) {
  /* ------------------------------
   Home 1
   ---------------------------- */  .footer .widget_text .list-logo ul li {
    margin-right: 5px;
  }
}
.custom-btn-icon .ubtn-data {
  display: inline;
}
.custom-btn-icon.ubtn-sep-icon .ubtn-icon {
  position: inherit;
}
.custom-btn-icon.ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
  left: 0;
  padding-right: 15px;
  top: 2px;
}
.section-banner-3col-h1 {
  margin-bottom: -80px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-helpyou-time-h1 .time_box {
    padding: 35px 30px;
  }
}
@media (max-width: 991px) {
  .section-infobox-top-h1 {
    border-bottom: 1px solid #e3e4e5;
  }
  .section-infobox-top-h1.vc_row {
    margin-top: 8% !important;
  }
  .section-infobox-top-h1 .gd-info-box {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }
  .section-infobox-top-h1 .gd-info-box.left-icon .box-icon-left {
    display: block;
    margin: 0 auto 15px auto;
  }
  .section-infobox-top-h1 .gd-info-box.left-icon .box-icon-left .box-icon {
    margin: 0 auto;
  }
  .section-infobox-top-h1 .gd-info-box.left-icon .box-content {
    display: block;
  }
  .section-infobox-top-h1 .gd-info-box.left-icon .box-content .box-header {
    margin-left: 0;
  }
  .section-infobox-top-h1 .gd-info-box .box-content .box-title {
    color: #202020 !important;
  }
  .section-infobox-top-h1 .gd-info-box .box-content .box-description {
    color: #4e5453 !important;
  }
  .section-banner-3col-h1 {
    margin-bottom: 5%;
  }
  .section-banner-3col-h1 .vc_col-sm-4 {
    width: 50%;
    float: left;
  }
  .section-helpyou-time-h1 .vc_col-sm-8, .section-helpyou-time-h1 .vc_col-sm-4 {
    width: 100%;
  }
  .section-helpyou-time-h1 .vc_col-sm-4 .qtc-heading {
    margin-top: 30px;
    text-align: left !important;
  }
  .section-helpyou-time-h1 .vc_col-sm-4 .qtc-heading h2 {
    margin-bottom: 30px !important;
  }
  .section-purchase-now-h1 .vc_col-sm-9, .section-purchase-now-h1 .vc_col-sm-3 {
    width: 100%;
  }
  .section-purchase-now-h1 .vc_col-sm-9 .qtc-heading, .section-purchase-now-h1 .vc_col-sm-3 .qtc-heading {
    text-align: center !important;
  }
  .section-purchase-now-h1 .vc_col-sm-3 .ubtn-ctn-right {
    text-align: center;
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .section-tabs-h1 .col-img {
    margin-top: 30px;
  }
  .section-infobox-top-h1 .vc_col-sm-4 {
    width: 33.33333%;
    float: left;
  }
}
@media (max-width: 600px) {
  .section-banner-3col-h1 .vc_col-sm-4 {
    width: 100%;
    float: left;
  }
  .section-infobox-top-h1 .vc_col-sm-4 {
    width: 50%;
    float: left;
  }
  .section-infobox-top-h1.vc_row {
    margin-top: 60px !important;
    padding-bottom: 30px;
  }
  .section-tabs-h1.vc_row {
    padding: 60px 0 20px 0 !important;
  }
  .vc_row.section-helpyou-time-h1 {
    padding: 60px 0 50px 0 !important;
  }
  .vc_row.section-helpyou-time-h1 .uvc-main-heading * {
    margin-bottom: 15px !important;
  }
  .vc_row.section-our-recent-projects-h1, .vc_row.section-client-say-h1, .vc_row.section--our-blog-h1, .vc_row.section-video-tutorial-h1 {
    padding: 60px 0 50px 0 !important;
  }
  .vc_row.section-our-recent-projects-h1 .uvc-main-heading *, .vc_row.section-client-say-h1 .uvc-main-heading *, .vc_row.section--our-blog-h1 .uvc-main-heading *, .vc_row.section-video-tutorial-h1 .uvc-main-heading * {
    margin-bottom: 30px !important;
  }
  .vc_row.section-video-tutorial-h1 {
    padding-bottom: 30px !important;
  }
  .vc_row.section--our-blog-h1 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 480px) {
  .col-help-you .gd-info-box.left-icon .box-content .box-header {
    margin-left: 10px;
  }
  .col-help-you .qparadise-info-box .gd-info-box .box-icon.style_3 {
    width: 50px;
    height: 50px;
  }
  .col-help-you .qparadise-info-box .gd-info-box .box-icon.style_3 .icon {
    font-size: 24px !important;
  }
  .col-help-you .qparadise-info-box .gd-info-box .box-content .box-description {
    font-size: 18px !important;
  }
  .section-infobox-top-h1 .vc_col-sm-4 {
    width: 100%;
  }
  .gb-title-mb .uvc-main-heading > * {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 992px) {
  /* ------------------------------
   About
   ---------------------------- */  .cst-hd-help-you .uvc-sub-heading {
    padding-right: 50px;
  }
  .text-contact-ft .uvc-sub-heading {
    padding: 0 10%;
  }
}
.section-timeline-about .col-timeline {
  width: 25%;
}
.section-timeline-about .col-img {
  width: 33.33333%;
}
.section-timeline-about .col-text {
  width: 41.66667%;
}
@media (max-width: 991px) {
  .section-timeline-about .col-img, .section-timeline-about .col-timeline {
    width: 50%;
  }
  .section-timeline-about .col-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-timeline-about .col-img, .section-timeline-about .col-timeline {
    width: 100%;
  }
  .section-counter-4 .vc_col-sm-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 520px) {
  /* ------------------------------
   Home 2
   ---------------------------- */  .section-counter-4 .vc_col-sm-3 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .content-heading-h2 .uvc-sub-heading {
    padding: 0 12%;
  }
}
.slider-h2 .box {
  padding: 40px 30px;
  text-align: right;
  background: rgba(0, 0, 0, .5);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}
.slider-h2 .box h3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.slider-h2 .box h3 span {
  display: inline-block;
  font-family: 'fontBilyOhio', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #f9bf0f;
  padding-right: 15px;
}
.slider-h2 .box h2 {
  font-size: 90px;
  line-height: 90px;
  color: #fff;
  font-weight: 700;
  margin: 0 !important;
  text-align: right !important;
}
.slider-h2 .box p {
  font-size: 19px;
  color: #d3d3d3;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  margin-top: 15px !important;
  text-align: right !important;
}
.section-img-pos-h2 {
  margin-top: -13%;
}
.section-our-mission-h2 {
  width: 80%;
  margin: -30px auto 0 auto !important;
  padding: 50px 65px 55px 65px;
  background: #fff;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* ------------------------------
   Home 3
   ---------------------------- */  .section-our-mission-h2 {
    width: 100%;
    padding: 20px;
  }
}
.custom-heading-stories .uvc-main-heading h2 {
  letter-spacing: 8px;
  margin-top: 15px;
}
.custom-style-slider-history .slick-slider .ult-item-wrap .uvc-sub-heading {
  padding: 0 15%;
}
.slider-h3 .qparadise-button a {
  background: #002d57;
  line-height: 38px;
  border-radius: 38px;
  padding: 0 30px;
  color: #fff;
}
.slider-h3 .qparadise-button:hover {
  border: 2px dashed #002d57;
}
@media (max-width: 991px) {
  .custom-heading-stories {
    margin-top: 35px;
  }
  .custom-heading-stories .qparadise-sub-title p {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .section-inter-banners-h3 .vc_col-sm-4 {
    width: 100%;
  }
  .section-who-we-are-h3 > .vc_column_container {
    width: 100%;
  }
  .section-who-we-are-h3 .col-who-we-are-h3 .qtc-heading {
    text-align: center !important;
  }
  .section-why-choose-us-h3 .vc_col-sm-8 {
    width: 100%;
  }
  .section-why-choose-us-h3 .vc_col-sm-4 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .section-why-choose-us-h3 .aio-icon-description {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  /* ------------------------------
   Home 4
   ---------------------------- */  .custom-heading-stories {
    margin-top: 35px;
  }
  .custom-heading-stories .qparadise-sub-title p {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
.slider-h4 .subtitle-slider-h4 {
  font-family: 'fontBilyOhio', sans-serif !important;
}
.slider-h4 .banner-caption-form {
  width: 370px;
}
.slider-h4 .banner-caption-form .box-form {
  background: url('../images/slider/bg-form.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-h4 .banner-caption-form .box-form h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  left: 3px;
  line-height: 80px;
  background: #002d57;
  text-align: center !important;
  padding: 0 15px;
  margin: 0;
}
.slider-h4 .banner-caption-form .box-form form {
  text-align: center !important;
  padding: 35px;
}
.slider-h4 .banner-caption-form .box-form form .box-icon {
  margin-bottom: 25px;
  position: relative;
}
.slider-h4 .banner-caption-form .box-form form .box-icon span {
  font-size: 14px;
  color: rgba(32, 32, 32, .7);
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2;
}
.slider-h4 .banner-caption-form .box-form form .box-icon input, .slider-h4 .banner-caption-form .box-form form .box-icon textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dcddde;
  outline: none;
  padding: 10px 30px 10px 52px;
  font-size: 14px;
  color: #202020;
  text-align: left !important;
}
.slider-h4 .banner-caption-form .box-form form .box-icon input:focus, .slider-h4 .banner-caption-form .box-form form .box-icon textarea:focus {
  border: 1px solid #002d57;
}
.slider-h4 .banner-caption-form .box-form form .box-icon input {
  border-radius: 46px;
  height: 46px;
  line-height: 46px;
}
.slider-h4 .banner-caption-form .box-form form .box-icon textarea {
  border-radius: 25px;
}
.slider-h4 .banner-caption-form .box-form form .qparadise-button {
  margin-top: -15px;
  border-radius: 54px;
}
.slider-h4 .banner-caption-form .box-form form .qparadise-button:hover {
  border: 2px dashed #002d57;
}
.slider-h4 .banner-caption-form .box-form form .qparadise-button a {
  line-height: 40px !important;
  border-radius: 40px;
  background: #002d57;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px !important;
}
@media (max-width: 1199px) {
  .slider-h4 .banner-caption-form {
    width: 300px;
  }
  .slider-h4 .banner-caption-form .box-form form {
    padding: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-3col-info .vc_col-sm-4 {
    width: 50%;
  }
}
.col-welcome-cheers > * {
  padding: 60px !important;
}
@media (max-width: 991px) {
  .slider-h4 .banner-caption-form {
    display: none;
  }
  .col-welcome-cheers > * {
    padding: 30px 25px !important;
  }
}
@media (max-width: 767px) {
  /* ------------------------------
   Team
   ---------------------------- */  .col-welcome-cheers > * {
    padding: 30px 15px !important;
  }
}
.section-our-team.vc_row {
  padding-bottom: 60px !important;
  /* ------------------------------
   Home 5
   ---------------------------- */
}
.section-our-team.vc_row .gd-our-team .qparadise_pagination {
  margin-top: 0;
}
.counter-text-left {
  border-left: 1px solid #002d57;
  padding: 27px 0;
  padding-left: 15px;
  background: #fff;
}
.counter-text-left.stats-right {
  display: inline-block !important;
}
.counter-text-left.stats-right .stats-desc {
  text-align: left;
  float: left;
}
.counter-text-left.stats-right .aio-icon-right {
  float: right;
}
.counter-text-left .aio-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.counter-text-left:hover .aio-icon {
  color: #002d57 !important;
}
.qparadise-info-box.custom-hover-info-box {
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.qparadise-info-box.custom-hover-info-box:hover {
  background: #002d57;
  border-color: #002d57 !important;
}
.qparadise-info-box.custom-hover-info-box:hover .box-content .box-title, .qparadise-info-box.custom-hover-info-box:hover .box-content .box-description {
  color: #fff !important;
}
.qparadise-info-box.custom-hover-info-box:hover .box-icon {
  background: #fff !important;
  border-color: #fff !important;
}
.qparadise-info-box.custom-hover-info-box:hover .box-icon .icon {
  color: #002d57 !important;
}
@media (max-width: 1199px) {
  .section-counter-h5 .vc_col-sm-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) {
  .section-why-choose-us-h5 .row-info .vc_col-sm-4 {
    width: 100%;
  }
  .vc_row.section-our-mission-h5 {
    margin-bottom: 60px !important;
  }
  .vc_row.section-projects-h5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .vc_row.section-what-we-offer-h5, .vc_row.section-what-news-h5 {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  .vc_section.section-why-choose-us-h5 {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 600px) {
  .section-counter-h5 .col-title-us > * {
    padding-top: 0 !important;
  }
  .section-counter-h5 .vc_col-sm-3 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* ------------------------------
   Home 6
   ---------------------------- */  .section-what-we-offer-h5 .vc_col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  /* ------------------------------
   Landing Page
   ---------------------------- */  .vc_section.section-what-we-do-h6 {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
  }
  .vc_row.section-our-team-h6 {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
  }
  .vc_row.section-what-news-h6 {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  .vc_row.section-our-shop-h6 {
    padding-top: 60px !important;
    padding-bottom: 10px !important;
  }
  .vc_row.section-form-contact {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
  }
}
.full-width * {
  width: 100%;
}
.page-id-1086 .footer, .page-id-1086 header {
  display: none;
}
.page-id-1086 .text-center {
  text-align: center !important;
}
.banner-landing {
  padding-top: 15%;
  padding-bottom: 13%;
  text-align: center;
}
.banner-landing h1 {
  text-align: center;
  color: #fff !important;
}
.banner-landing .qparadise-button-v2 {
  margin-top: 20px;
  border-color: #fff;
}
.banner-landing .qparadise-button-v2 a {
  line-height: 50px;
  color: #202020;
}
.banner-landing .qparadise-button-v2:hover a {
  color: #fff;
}
.ld-item-wrap {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.ld-item-wrap a {
  display: block;
}
.ld-item-wrap .frame {
  position: relative;
  height: 400px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ld-item-wrap .frame .image {
  width: 100%;
  height: 100%;
  transition: 8s ease;
  -webkit-transition: 8s ease;
  border: 5px solid #ccc;
}
.ld-item-wrap .title-page {
  font-size: 18px;
  letter-spacing: normal;
  margin: 15px 0 19px;
  display: inline-block;
  font-weight: 600;
  padding: 5px 0;
  position: relative;
  z-index: 3;
}
.ld-item-wrap .title-page:before {
  content: '';
  background: transparent;
  display: block;
  margin: auto;
  width: 0%;
  height: 3px;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
  position: absolute;
  bottom: -1px;
}
.ld-item-wrap.new:after {
  background: rgba(0, 0, 0, 0) url(../images/New.png) no-repeat scroll center center / 100% auto;
  content: "";
  height: 47px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 64px;
  z-index: 9;
}
.ld-item-wrap:hover .frame .image {
  background-position: left bottom !important;
}
.ld-item-wrap:hover .title-page:before {
  background: #002d57;
  width: 100%;
}
.ld-item-wrap-no {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.ld-item-wrap-no img {
  width: 100%;
  display: block;
}
.landing-col-image {
  padding-top: 20px;
  position: relative;
}
.landing-col-image .port-main-img {
  width: 100%;
  display: block;
}
.landing-col-image .lightbox-item {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 26px 40px -24px rgba(65, 65, 65, .35);
  -moz-box-shadow: 0 26px 40px -24px rgba(65, 65, 65, .35);
  box-shadow: 0 26px 40px -24px rgba(65, 65, 65, .35);
}
.landing-col-image .lightbox-item .port-img-overlay {
  position: relative;
  overflow: inherit;
}
.landing-col-image .lightbox-item .port-img-overlay .port-main-img {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.landing-col-image .lightbox-item .port-img-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.landing-col-image .lightbox-item:hover {
  display: block;
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 23px 40px rgba(0, 0, 0, .35);
  box-shadow: 0 23px 40px rgba(0, 0, 0, .35);
}
.landing-col-image .lightbox-item:hover .port-main-img {
  -webkit-transform: scale(1.02) translateZ(0);
  -moz-transform: scale(1.02) translateZ(0);
  -o-transform: scale(1.02) translateZ(0);
  -ms-transform: scale(1.02) translateZ(0);
  transform: scale(1.02) translateZ(0);
}
.landing-col-image h4 {
  font-size: 18px;
  letter-spacing: normal;
  margin: 21px 0 19px;
  font-weight: 600;
}
.landing-col-image h4 a {
  color: inherit;
  font-family: inherit;
}
.landing-col-image h4:hover {
  color: #002d57;
}
.landing-col-image.new:after {
  background: rgba(0, 0, 0, 0) url(../images/New.png) no-repeat scroll center center / 100% auto;
  content: "";
  height: 47px;
  position: absolute;
  right: -12px;
  top: 0px;
  width: 64px;
  z-index: 9;
}
.ld-plugin-item-wrapper {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 30px 40px 140px;
}
.ld-plugin-item-wrapper.ld-premium-plugins {
  -moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.ld-plugin-item-wrapper:not(.ld-premium-plugins) {
  border: 1px solid #eaeaea;
}
.ld-plugin-item-wrapper .ld-price {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #64a507;
}
.ld-plugin-item-wrapper .ld-price span {
  position: relative;
  margin-right: 5px;
  color: #e00d0d;
}
.ld-plugin-item-wrapper .image-wrap {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -40px;
  background-image: url(../images/plugin-icons-hover1.png);
  background-size: auto 100%;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ld-plugin-item-wrapper .image-wrap.revslider {
  background-position: 0 0;
}
.ld-plugin-item-wrapper .image-wrap.composer {
  background-position: -80px 0;
}
.ld-plugin-item-wrapper .image-wrap.addon-visua {
  background-position: -160px 0;
}
.ld-plugin-item-wrapper .image-wrap.ninjaform {
  background-position: -240px 0;
}
.ld-plugin-item-wrapper .image-wrap.mailchimp {
  background-position: -320px 0;
}
.ld-plugin-item-wrapper .image-wrap.yoastseo {
  background-position: -400px 0;
}
.ld-plugin-item-wrapper .image-wrap.woocommerce {
  background-position: -480px 0;
}
.ld-plugin-item-wrapper .image-wrap.wpml {
  background-position: -560px 0;
}
.ld-plugin-item-wrapper .image-wrap.wpsupercache {
  background-position: -640px 0;
}
.ld-plugin-item-wrapper .content-wrap {
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ld-plugin-item-wrapper .content-wrap h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.17;
  color: #202020;
  margin-bottom: 5px;
}
.ld-plugin-item-wrapper .content-wrap p {
  line-height: 1.75;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}
.title-plugin {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #202020;
}
.title-plugin span {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.title-plugin strong {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: block;
  margin-top: 5px;
}
.des-plugin {
  margin-bottom: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 2;
}
.ld-additional-heading-wrap {
  line-height: 0.5;
  padding: 45px 0 25px;
}
.ld-additional-heading-wrap .ld-heading-wrap {
  overflow: hidden;
}
.ld-additional-heading-wrap .ld-heading-wrap h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.17;
  color: #202020;
}
.ld-additional-heading-wrap .ld-heading-wrap h4 span {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.ld-additional-heading-wrap .ld-heading-wrap h4:before, .ld-additional-heading-wrap .ld-heading-wrap h4:after {
  content: "";
  display: block;
  width: 600px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #ddd;
}
.ld-additional-heading-wrap .ld-heading-wrap h4:before {
  left: 100%;
  margin-left: 30px;
}
.ld-additional-heading-wrap .ld-heading-wrap h4:after {
  right: 100%;
  margin-right: 30px;
}
.title-ld-footer {
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.btn-purchase-now .qparadise-button a {
  background: #002d57;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 1092px) {
  .ld-plugin-item-wrapper {
    padding: 40px 15px 40px 100px;
  }
  .ld-plugin-item-wrapper .image-wrap {
    left: 10px;
  }
}
@media (max-width: 1091px) {
  #ld-plugins-section .vc_col-sm-4, .section-plugin-2 .vc_col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .vc_section.padding-top, .vc_row.padding-top {
    padding-top: 60px !important;
  }
  .vc_section.custom-margin-col .wpb_content_element, .vc_row.custom-margin-col .wpb_content_element {
    margin-bottom: 0px;
  }
  .vc_section.padding-bottom, .vc_row.padding-bottom {
    padding-bottom: 25px !important;
  }
  .vc_section.section-pu-now-footer, .vc_row.section-pu-now-footer {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
  .vc_section.section-pu-now-footer .title-ld-footer, .vc_row.section-pu-now-footer .title-ld-footer {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .banner-landing h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 783px) {
  .admin-bar .header-v3 .header .main-menu, .admin-bar .header-v3.stricky-fixed, .admin-bar .header-v2.stricky-fixed, .admin-bar .header-v3.stricky-fixed {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-v3 .header .main-menu, .admin-bar .header-v3.stricky-fixed, .admin-bar .header-v2.stricky-fixed, .admin-bar .header-v3.stricky-fixed {
    top: 46px;
  }
}
@media (max-width: 1199px) {
  .header-v4 .header .main-menu li a span {
    right: 5px;
  }
  .header-v4 .header .main-menu li a {
    padding: 0 20px;
  }
  .header-v4 .header .search {
    padding-left: 20px;
  }
  .header-v4 .header .off-canvas {
    margin-left: 40px;
  }
  .header-v2 .header .info li, .header-v3 .header .info li {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .header-v4 .header .main-menu .menu-bars .search {
    display: inline-block;
  }
  .header-v4 .header .main-menu li:first-child {
    display: none;
  }
  .header-v4 .header .main-menu .menu-bars {
    line-height: 75px;
  }
  .header-v3, .header-v5 {
    position: static;
  }
  .header-v3 .header:before, .header-v5 .header:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #171d20;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
  }
  .header-v3 .header .top-bar, .header-v5 .header .top-bar {
    padding: 0 15px;
  }
  .header-v3 .header .logo, .header-v5 .header .logo {
    height: 75px;
  }
  .header-v3 .header .info, .header-v5 .header .info {
    height: 75px;
  }
  .header-v2 .header .search .dropdown-menu form input, .header-v3 .header .search .dropdown-menu form input {
    border: 1px solid #b9acac;
  }
  .header-v2 .header .search .dropdown-menu form input:focus, .header-v3 .header .search .dropdown-menu form input:focus {
    border: 1px solid #64a507;
  }
  .header-v2 .header .search .dropdown-menu, .header-v3 .header .search .dropdown-menu {
    background: #fafafa;
  }
  .header-v2 .header, .header-v3 .header {
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .header-v2 .header .top-bar, .header-v3 .header .top-bar {
    display: none;
  }
  .header-v3 .header .top-bar {
    display: block;
  }
  .header-v1 .header .search, .header-v2 .header .search, .header-v3 .header .search, .header-v4 .header .search, .header-v4 .header .search {
    line-height: 75px;
    padding-left: 0;
  }
  .header-v1 .header .logo, .header-v2 .header .logo, .header-v3 .header .logo, .header-v4 .header .logo, .header-v4 .header .logo {
    height: 75px;
  }
  .header-v1 .header .main-menu, .header-v2 .header .main-menu, .header-v3 .header .main-menu, .header-v4 .header .main-menu, .header-v2 .header .main-menu, .header-v3 .header .main-menu, .header-v4 .header .main-menu .menu {
    display: none !important;
  }
  .header-v4 .header .main-menu, .header-v3 .header .main-menu {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header-v4 .top-bar {
    display: none;
  }
  .header-v3 .header .info .contact-top-header {
    display: none;
  }
  .header-v3 .header .info li .off-canvas {
    top: 4px;
  }
  .header-v3 .header .info li:last-child {
    display: inline-block;
  }
  .header-v1 .header .number-phone, .header-v2 .header .number-phone, .header-v3 .header .number-phone, .header-v4 .header .number-phone {
    display: none;
  }
}
@media (max-width: 320px) {
  .header-v1 .header .search .dropdown-menu form input, .header-v2 .header .search .dropdown-menu form input, .header-v3 .header .search .dropdown-menu form input, .header-v4 .header .search .dropdown-menu form input, .header-v2 .header .search .dropdown-menu form input, .header-v3 .header .search .dropdown-menu form input, .header-v4 .header .search .dropdown-menu form input {
    width: 170px;
  }
  .header img {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .header-v2 .header .logo-main, .header-v3 .header .logo-main {
    display: block;
  }
  .header-v2 .header .logo-mobile, .header-v3 .header .logo-mobile {
    display: none;
  }
  .bars {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-v4 .header .main-menu {
    margin-left: 20px;
    float: left !important;
  }
}
