/*

TemplateMo 565 Onix Digital

https://templatemo.com/tm-565-onix-digital


------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px !important;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

.main-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area .main-nav .nav .scroll-to-section{
	display: flex;
	flex-direction: row;
	align-items:center;
}

.header-area .main-nav .nav .scroll-to-section:first-of-type{
	margin-right: 20px;
}


.scroll-to-section .contact-content .contact-sub-title{
	font-size: 12px;
    line-height: 12px;
    color: #1d1d1de0;
	text-align: left;
	margin-bottom: 0;
}

.scroll-to-section .contact-content .contact-sub-title a{
	font-size: 20px!important;
}

.scroll-to-section .contact-content .contact-title{
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 6px;
	margin-bottom: 0;
}
.scroll-to-section .contact-icon img{
    width: 45px;
}

.header-area .main-nav .nav .scroll-to-section a{
	font-size: 16px;
	text-transform: lowercase;
}

.main-nav .header-responsive-nav {
        display: none;
		color: #000;
    }
	
#mobile-menus{
	width: 100%;
    max-width: 270px;
	display: none;
	
}
#mobile-menus .mobile-menu-close {
        padding: 48px 20px;
    text-align: right;
    cursor: pointer;
    border-bottom: 1px solid #cccccc70;
    position: relative;

}ul.ui-autocomplete{        z-index: 99;}#mobile-menus .mobile-menu-close .fa{position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 8px 10px;}
#mobile-menus .sidr-inner{
	position: fixed;
    top: 0;
	right: 0;
    height: 100%;
    z-index: 999999;
	background: #fff;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
#mobile-menus .mobile-menu-main{
    background: #fff;
}
#mobile-menus .mobile-menu-nav ul li{
	display: block;
    width: 100%;
    padding: 10px;
	padding-left: 20px;
    border-bottom: 1px dotted #ccc
}
#mobile-menus .mobile-menu-nav ul li a{
	color: #2e2c2c;font-weight: 500; text-transform:capitalize;
}#mobile-menus .mobile-menu-nav ul li a .fa{padding-right: 5px;}

#overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: none;  /* Hidden by default */
      z-index: 999;
    }

#mobile-menus .mobile-menu-nav {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #6a7c92;
    text-transform: uppercase;
    }

@media screen and (max-width: 991px) {
    .main-nav .header-responsive-nav {
        display: block !important;        cursor: pointer; font-size:25px;
	 }
	 .menu-item_responsive{
		  display: block !important;        cursor: pointer;
	 
	 }
	 .responsive_menu{display: flex !important; 
		align-items: center;
	 }
	 
	 
	 
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #5e993d;
}

.section-heading h2 span {
  color: #186900;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #186900;
  opacity: 0.35;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #186900;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #ff695f;
  color: #fff;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #186900;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}


.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff695f;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {

  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.searchbox {
    position: absolute;
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    right: 0;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ff685f!important;
}

.background-header .nav li a.active {
  color: #ff685f!important;
}

.header-area {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
 
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: #fff;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logos {max-width: 100%;
    width: 139px;
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logos img{    max-width: 100%;
}
.background-header .main-nav .logos {
  line-height: 75px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 0px;
  margin-right: 35px;
}

.header-area .main-nav .nav li:last-child {
      text-align: center;
	  margin-right: 0px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {

}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
 
}

.background-header .main-nav .nav li:last-child .main-red-button-hover a:hover {
  background-color: #03a4ed !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li a>i{padding-right:5px}
.header-area .main-nav .nav li a {
  color: #EB0071;
  font-size: 18px;
  font-weight: 400;  
 
  
}.adhCustomerLoginBox .name_div_dropdown a{
	 background: #fff;
}.header-area .main-nav .nav li .amount_value{
	color: #EB0071;
	font-size: 18px;
	font-weight: 600;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #186900;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff685f!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ff685f!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
 
}

.header-area .nav {
  
}

.header-area.header-sticky .nav li a.active {
  color: #ff685f;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {display: block !important;
		padding: 0px 15px;
   
  }
  .header-area .container {
    padding: 0px;
  }
  
  .background-header .nav {
    margin-top: 80px;
  }  
  
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff685f!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .mobile_app_section .section-info h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 1024px) {
  .header-area .main-nav .nav {
    display: flex !important;
    align-items: center;
  }

}
.telfont{    font-size: 25px!important;
    font-weight: 600!important;
    line-height: 20px!important;
    margin-top: 34px!important;}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ff695f;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ff695f;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px 100px 0px;
  position: relative;
  /* overflow: hidden; */
}

.main-banner:after {
  content: '';
  /* background-image: url(../images/baner-dec-left.png); */
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 267px;
  height: 532px;
}

.main-banner:before {
  content: '';
  /*background-image: url(../images/banner-right-img.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0px;
  width: 819px;
  height: 674px;
}

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #186900;
  margin-bottom: 15px;
}

.main-banner .item h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height:initial;
}

.main-banner .item h2 em {
  color: #5e993d;
  font-style: normal;
}

.main-banner .item h2 span {
  color: #5e993d;
}

.main-banner .item p {
  margin: 20px 0px !important;
}

.main-banner .item .down-buttons {
  display: inline-flex;
}

.main-banner .item .down-buttons .call-button i {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  color: #fff;
  font-size: 20px;
}

.main-banner .item .down-buttons .call-button a {
  color: #ff695f;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
}

.main-banner .owl-dots {
  margin-top: 60px;
  counter-reset: dots;
}

.main-banner .owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #2a2a2a;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all .5s;
}

.main-banner .active:before {
  color: #ff685f;
  border-bottom: 3px solid #ff685f;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}


.icon i {
    font-size: 28px;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative;
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
  text-align: center;
  margin: 15px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 31px -3px rgba(7, 152, 225, 0.09);
  transition: 0.5s;
  position: relative;
  z-index: 9;
}

.our-services .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 40px 0 rgb(14 17 51 / 10%);
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 30px;
}

.our-services .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #186900;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #186900;
    z-index: 9;
    position: relative;
}


.our-services .item .icon:hover {
    background-color: #186900;
    color: #fff;
}

.our-services .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}


/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 0px;
  padding-top: 120px;
}

.about-us .left-image {
  margin-right: 30px;
}

.about-us .section-heading h2 {
  margin-right: 60px;
}

.about-us .section-heading p {
  margin-top: 25px;
}

.count-box{
  width: 33%!important;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #5e993d;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}


.hotel-bigimg {
    border-radius: 23px;
    height: 620px;
    width: 100%;
    object-fit: cover;
}

.hotel-smallimg {
    border-radius: 23px;
}

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: 0px 15px;
}

.our-portfolio .item .thumb {
  position: relative;
}

.our-portfolio .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-portfolio .item .thumb:hover img {
  opacity: 0.7;
}

.our-portfolio .item .hover-effect {
  position: absolute;
  /* background-image: url(../images/hover-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  bottom: -240px;
  right: 120px;
    width: 200px;
    height: 150px;
    background-color: #03a4ed;
    border-radius: 20px;
}

.our-portfolio .item .hover-effect .inner-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}

.our-portfolio .item .thumb:hover {
    transform: translateY(10px);
    transition: 0.7s;
}

.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .item .thumb img {
/*   border-radius: 20px; */
  transition: all .3s;
}

.owl-portfolio .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f104';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-nav .owl-next span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #ff695f;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #ff695f;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../images/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../images/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../images/third-plan-bg.png);
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 120px;
}

.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url(../images/subscribe-dec.png);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.subscribe .inner-content form {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}

.subscribe .inner-content form input {
  width: 38.5%;
  margin-top: 20px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.subscribe .inner-content form input#website {
  border-right: 1px solid #eee;
}

.subscribe .inner-content form input::placeholder {
  color: #afafaf;
}

.subscribe .inner-content form button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 20%;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .3s;
}

.subscribe .inner-content form button:hover {
  background-color: #ff695f;
}


/* 
---------------------------------------------
Video
--------------------------------------------- 
*/

.our-videos .videos-left-dec img {
  width: 220px;
  height: 471px;
  left: 0;
  top: 120px;
  position: absolute;
}

.our-videos .videos-right-dec img {
  width: 730px;
  height: 523px;
  right: 0;
  top: 45px;
  position: absolute;
}

.our-videos {
  position: relative;
  margin-bottom: -30px;
  padding-top: 120px;
  margin-top: 0px;
}

.our-videos .naccs {
  position: relative;
}

.our-videos .naccs .menu div {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos .naccs .menu div {
  transition: all 0.3s;
}

.our-videos .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.our-videos .naccs .menu div.active .thumb .inner-content h4 {
  top: 40%;
  transform: translateY(-55%);
  position: relative;
}

.our-videos .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.our-videos ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.our-videos ul.nacc li {
  width: 100%;
}

.our-videos .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.our-videos .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.our-videos .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(54,153,61,1) 0%, rgba(24,105,0,1) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 30px;
  text-align: center;
}

.our-videos .nacc .thumb .overlay-effect h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.our-videos .nacc .thumb .overlay-effect span {
  font-size: 15px;
  color: #fff;
}

.our-videos .menu .thumb {
  position: relative;
}

.our-videos .menu .thumb .inner-content {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(54,153,61,1) 0%, rgba(24,105,0,1) 100%);
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

.contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: #ff685f;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

form#contact {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 60px 120px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

form#contact input::placeholder {
  color: #afafaf;
}

form#contact button {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #03a4ed;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 60px;
}

footer {
      padding: 20px;
    display: flex;position: fixed;
    background: #fff;
   z-index: 99;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 11px;
    align-items: center;
    justify-content: space-between;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

footer .about .logos img {
  width: 55%;
  margin-bottom: 30px;
}

footer .about a {
  color: #fff;
  font-weight: 300;
}

footer .about ul {
  margin-top: 30px!important;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #186900;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #5e993d;
}

.contact-icon {
    font-size: 20px;
    margin-right: 10px;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #fff;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: #ffffff;
}

footer .footer-item p {
  font-size: 15px;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 10px!important;
}

footer .footer-item p a {
    color: #fff;
}

footer .footer-item form {
  background-color: #03a4ed;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::placeholder {
  color: #fff;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright{
	text-align: right;
}

footer .copyright p {
      text-align: right;
    color: #000;
    margin-bottom: 0px !important;
    font-weight: 500;
}

footer .copyright p a {
    color: #777777d9;
    font-size: 15px;
    font-weight: 500;margin-right: 10px;
   
}
footer .copyright  i{color: #5e993d;}
.sitemap-link a i{color: #5e993d;}
.sitemap-link {
   
    text-align: left;
}

.sitemap-link a {
    color: #000;
    font-size: 15px;
    font-weight: 500; margin-right: 10px;
}

.owl-carousel .header-text img{
      max-width: 100%;
    width: 192px;
}

.footer-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

.footer-divider{
 
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
	padding-bottom:10px;
  }
  
	.searchbox{background:white;}
  .main-banner .item p{font-size:20px;}
  
  .main-banner  {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
 /*  .fact-item {
    text-align: center;
  } */
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 60px;
  }
  form#contact {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
  .adi_logo_width_logo{margin-bottom:10px;}
}

@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #ff695f;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }

  .sitemap-link{
    padding: 0px 0px 20px 0px;
    text-align: left;
  }
  footer .copyright{
	  text-align: left;
  }
}

@media (max-width: 433px) {
  .about-us .fact-item .count-digit {
    font-size: 40px;
  }
  .about-us .fact-item .count-title{
    font-size: 12px;
    font-weight: 600;
  }
  .mobile_app_section .social-links a{
    padding: 5px 5px!important;
  }
  
}

@media only screen and (max-width: 1024px) {
  .searchbox {
    position: relative;
  }

  .main-banner{
        padding: 315px 0px 50px 0px;
  }

  footer .about .logos img  {
    width: auto;
  }
} 


@media only screen and (max-width: 992px) {
  .main-banner {
    padding: 40px 0px 45px 0px;
}.main-banner .item{        margin-top: 6em;}.nav{width: 100%;}
}


@media only screen and (max-width: 767px) {
	.header-area .main-nav .logos{width: 195px;}
	
  .main-banner .item h2 {
           font-size: 36px;
      
  }

}




.social-links a i {
    font-size: 35px;
    margin-right: 15px;
}

.mobile_app_section  {       padding-top: 100px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 50px;}
    .mobile_app_sectiocontainer{    width: 100%;
    max-width: 1200px;
    margin: 0 auto;}
    .mobile_app_section_one{
        z-index: 1;
    position: relative;
  }
    .mobile_app_sectiorow{display: flex;
    flex-wrap: wrap;
    align-items: center;}
    .mobile_img{ width: 50%;
    flex: 0 0 auto;
    max-width: 100%;
    margin: -60px 0;
    padding-right: 64px;}
    .mobile_img img{height: auto;
    max-width: 100%;
    vertical-align: top;}
    .app_details{ width: 50%;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 78px;}
    .mobile_app_section  .section-info h2{    font-size: 44px;
    font-weight: 800;
    color: #333;
    line-height: 1.2;}
    .mobile_app_section  .section-info h3{     line-height: 1.6;
    margin: 0 0 35px;
    word-wrap: break-word;
    color: #9e9e9e;
    font-size: 14px;}
    .mobile_app_section  .social-links{    display: flex;}
    .mobile_app_section  .social-links a{    background: #fff;
    color: #0e1133;
    border-color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
    padding: 10px 24px;
    border-radius: 6px;
    border: 2px solid #0e1133;    margin-right: 10px;}
    .mobile_app_section  .social-links a .fa{    font-size: 30px;
    padding-right: 6px}
    .mobile_app_section  .social-links a span{line-height: 20px;
    text-align: left;}
    .mobile_app_section  .social-links a span span{    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;}
    
      @media only screen and ( max-width: 767px ) {.mobile_app_section{    margin-bottom: 0px;}.mobile_app_sectiorow{    flex-direction: column;}.mobile_img{margin: -60px auto 0px;
    width: 100%;
    padding-right: 0px;}.app_details{    padding: 20px;    width: 100%;}.right-top-widet {
    display: inline;
    float: left;
    width: 100%;
}}


.adhCustomerLoginBox:hover .name_div_dropdown {
    display: inline-block;
}

.adhCustomerLoginBox .name_div_dropdown {
    background: none;
	top: 0;
    left: 0;
    z-index: 9;
    border-radius: 6px;
	padding-top: 55px;
}
.adhCustomerLoginBox .name_div_dropdown a{
	background: #fff;
}
.name_div_dropdown {
    max-width: 200px;
    width: 200px;
    right: 0px;
    top: 65px;
    position: absolute;
    display: none;
}

.adhCustomerLoginBox .name_div_dropdown a {
    padding: 12px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #000 !important;
    text-align: left;
    
}

.adhCustomerLoginBox .name_div_dropdown a:hover {
    color: #000 !important;
}

@media only screen and ( max-width: 1024px ){
.header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

   .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    text-align: center;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #186900!important;
    opacity: 1;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px!important;
  }

  .header-area .logos {
    margin-left: 0px;
  }

  .header-area .main-nav .logos {
    color: #1e1e1e;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .adi_language_code, .adi_currency_code {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    /* border: none !important; */
    background: #f7f7f7 !important;
    color: #191a20 !important;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
  }
}


/* --------plugin-csss----------- */


#AD186900_1 .tab-block .tab-mnu {
  justify-content: left !important;
}

#AD186900_1 .tab-mnu li {
  box-shadow: 0 3px 10px 0 rgba(17, 38, 117, .3);
}
.fixedremove{    margin-bottom: 7em;
    float: left;
    width: 100%;}.header-text .adi_logo_width_logo{margin-bottom: 32px;} .adi_logo_width_logo{    
  
}

@media(max-width:1000px){.adi_logo_width_logo{display:none}header .adi_logo_width_logo{margin-bottom: 0;display:block}
	#mid_tab{padding: 8px 0; }
		#AD186900_1 .tab-mnu li {
  box-shadow: 0 0px 7px 0 rgba(100, 100, 100, .2);
}
	
}
@media(max-width:786px){footer .copyright{display:none}
footer{position:static;        padding: 11px 0px;}
	.sitemap-link {
        padding: 0px 0px 0px 0px;
}.fixedremove{    margin-bottom: 0}
}

.adi_logo_width_logo{
	width: 192px;
	line-height: 50px;
}
.header_index{
	min-height: 80px;
    background: transparent;
}
.header-area .main-nav .nav li .gift_card_btn{
	background-color: #efd601;
    padding: 10px 15px;
    border-radius: 20px;
    color: #272727;
    font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
	display: inline;
}
.header-area .main-nav .nav li .gift_card_btn: hover{
    color: #272727;
    
}
.header-area .main-nav .nav li .gift_card_btn i{
	margin-right: 10px;
	color: #272727;
}
#AD186900_1 dl, #AD186900_1 ol, #AD186900_1 ul#menu-header-menu{
	margin-bottom: 0px;
}.fa-gift:before {
    content: "\f06b";
}
.menu-item_responsive{
	display:none;
}
.menu-item_responsive .amount_value {color: #EB0071;
    font-size: 18px;
    font-weight: 600;
	margin-right: 30px;
}.tp-header-main .main-menu>nav>ul>li{margin-right: 18px;}
.responsive_menu{
	display: none;
	
}
.gift-card-details .card{min-width: 400px;}.gift-card-details .flip { width: auto; }
.gift-card-features .moneybkcontent img{width: auto;overflow: visible;}
.payment-partner img{width: auto;}
.gift-card-details .price-card-main #id_payment_type_box span{font-weight: 600; margin-right: 25px; color: #313538; font-size: 16px;}
.gift-card-details .price-card-main #id_payment_type_box span input{ height: 16px; width: 16px;margin-right: 5px;}
    @media only screen and (max-width: 991px){
		.tp-header-main{
			display: none;
		}.tp-header-sticky-area{
			position: relative!important;
		}
		.tp-header-top{
			position: relative!important;
			top:0!important;
		}.header-area{
			box-shadow: rgb(39 39 0 / 9%) 0px 6px 4px -2px, rgba(0, 0, 0, 0.1) 0px 3px 5px -3px;
		}
	}.autosearch ul.ui-autocomplete{
	z-index:9;
}
.adhCustomerLoginBox .name_div_dropdown .dropbtn{
	box-shadow: 0 0 6px rgb(100,100,100,0.4);
	border-radius: 5px 5px 0 0;
}
.adhCustomerLoginBox .name_div_dropdown .account_dropbtn{
    box-shadow: 0 3px 6px rgb(100,100,100,0.4);
	border-radius: 0 0 5px 5px ;
}
.adhCustomerLoginBox .name_div_dropdown a:last-child{
box-shadow: 0 3px 6px rgb(100,100,100,0.4);
border-radius: 0 0 5px 5px ;
}.adhCustomerLoginBox .name_div_dropdown i{
	margin-right: 10px;
}
@media (prefers-reduced-motion: no-preference) {
    @media (min-width: 992px) {
        .getcard {
            width: calc(20% - 16.66px);
        }
    }
}
@media (prefers-reduced-motion: no-preference) {
    @media only screen and (min-width: 767px) and (max-width: 991px) {
        .getcard {
            width: calc(25% - 16.66px) !important;
        }
    }
}
@media (prefers-reduced-motion: no-preference) {
    @media (max-width: 575px) {
        .getcard {
            width: calc(50% - 5px) !important;
           }
    }
}
@media (prefers-reduced-motion: no-preference) {
    @media only screen and (min-width: 576px) and (max-width: 767px){
        .getcard {
            width: calc(33.33% - 16.66px)!important;
        }
    }
}
.responsive_menu .giftcard-menu {
	font-size: 15px;
    border: 1px dotted;
    border-radius: 50%;
    padding: 2px 7px;
    background: yellow;
    color: #f11d66;
   margin-right: 20px;
   cursor:pointer;
  }
  #header-sticky-2{display:none;}
  
  @media only screen and (min-width: 991px) {
    .responsive_menu .giftcard-menu{
       display:none;
    }
}
@media only screen and (max-width: 991px) {
   #header-sticky-2{
	 width: auto;
     position: absolute !important;
     top: 87px;
	 left: 95%;
     box-shadow: none;
   }
   #header-sticky-2, #searchBox{
	   background-color: transparent;
   }
   .tp-header-area .autosearch{
	   width:92%;
   }
   #header-sticky-2 .login-section {
            display:none;
        }
		.mobile-icon-section {
            max-width: 100%;
        }
}
#mobile-menus .mobile-menu-nav ul li a img{width:auto;}