/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: 
    Author: 
    Author:
    Version: 1.1

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.COMMON CSS
    2.HEADER
    3.SLIDER
    4.DESCOUNT PRODUCT
    5.PRODUCT CARD
    6.SERVICES
    7.SHOWCASE
    8.TEAM
    9.TESTIMONIAL
    10.BLOG
    11.CONTACT
    12.FOOTER
    13.PAGE BANNER
    14.PRODUCT SINGLE PAGE

-----------------------------------------------------------------------------------*/
/*===========================
    1.COMMON css 
===========================*/

@font-face {
    font-family: 'SpartanSemiBold';
    src: url('../fonts/SpartanSemiBold.eot');
    src: url('../fonts/SpartanSemiBold.eot') format('embedded-opentype'),
         url('../fonts/SpartanSemiBold.woff2') format('woff2'),
         url('../fonts/SpartanSemiBold.woff') format('woff'),
         url('../fonts/SpartanSemiBold.ttf') format('truetype'),
         url('../fonts/SpartanSemiBold.svg#SpartanSemiBold') format('svg');
}

@font-face {
    font-family: 'SpartanMedium';
    src: url('../fonts/SpartanMedium.eot');
    src: url('../fonts/SpartanMedium.eot') format('embedded-opentype'),
         url('../fonts/SpartanMedium.woff2') format('woff2'),
         url('../fonts/SpartanMedium.woff') format('woff'),
         url('../fonts/SpartanMedium.ttf') format('truetype'),
         url('../fonts/SpartanMedium.svg#SpartanMedium') format('svg');
}


body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777; }



.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0px; }

h1 {
  font-size: 92px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  font-family: 'SpartanMedium';
  margin: 0px; }


.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  @inlude user-select(none);
  border: 1px solid #fa8144;
  border-radius: 10px;
  padding: 0 103px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fa8144; 
  font-family: 'SpartanSemiBold';
  }
  @media (max-width: 767px) {
	  
#doxence.discount-product.pt-110.pb-140 div.container div.row div.row div.col-sm-3{margin:15px 0;}  
	 
    .main-btn {
      font-size: 14px;
      padding: 0 25px;
      line-height: 43px; } }
  .main-btn i {
    font-size: 12px;
    margin-left: 5px; }
  .main-btn:hover {
    background-color: #fff;
    color: #fe7865;
    border-color: #fe7865; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #fe7865;
    border-color: #fe7865; }
    .main-btn.main-btn-2:hover {
      background-color: #fe7865;
      border-color: #fe7865;
      color: #fff; }

/*===== All Section Title Style =====*/
.section-title h5 {
  position: relative;
  font-size: 18px;
  color: #fe7865;
  font-weight: 500;
  padding-left: 110px; }
  .section-title h5::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #fe7865;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.section-title .title {
  font-size: 32px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 26px; } }

/*===== All Preloader Title Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  /* Change Background Color */
  background: #fdfdfd;
  z-index: 9999; }
  .preloader .spin {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px; }
    .preloader .spin .cube1, .preloader .spin .cube2 {
      background-color: #fe7865;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
      -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
      -o-animation: sk-cubemove 1.8s infinite ease-in-out;
      animation: sk-cubemove 1.8s infinite ease-in-out; }
    .preloader .spin .cube2 {
      -webkit-animation-delay: -0.9s;
      -moz-animation-delay: -0.9s;
      -o-animation-delay: -0.9s;
      animation-delay: -0.9s; }

/* CSS Keyframe Animation */
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
    -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/*===========================
    2.HEADER css 
===========================*/
.header-area {
  padding: 10px 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9; }
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .header-area .navbar {
    padding: 0; }
    .header-area .navbar .navbar-brand {
      padding-bottom: 0px; }
    .header-area .navbar .navbar-toggler .bar-icon {
      width: 30px;
      height: 2px;
      margin: 5px 0;
      background-color: #333;
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
      opacity: 0; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
      top: -7px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
      
     .header-area li.nav-item.active {
	border: 1px solid #fa8144;
	border-radius: 50px;
	
}

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; } }
    @media (max-width: 767px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; }
         ul#nav {
    align-items: center;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
} }
    .header-area .navbar .navbar-nav .nav-item {
      padding: 5px 25px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } }
      @media (max-width: 767px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } 
       }
      .header-area .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        font-family: 'SpartanMedium';
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
      .header-area .navbar .navbar-nav .nav-item.active a, .header-area .navbar .navbar-nav .nav-item:hover a {
        color: #fe7865; }

/*===========================
    3.HOMEBANNER css 
===========================*/
section.home-banner {
    position: relative;
}
/*.banner-text {
    position: absolute;
    top: 59%;
    right: 36%;
    color: #ffff;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f5f45c;
    padding: 30px 60px 30px 20px;
    transform: translateY(-50%);
}*/
.banner-text {
    position: absolute;
    top: 59%;
    right: 28%;
    color: #ffff;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f5f45c;
    padding: 35px 20px 35px 40px;
    transform: translateY(-50%);
}
.banner-text h6 {
    color: white;
    font-size: 33px;
    
    padding-bottom: 25px;
    font-family: 'SpartanSemiBold';
}
.banner-text p {
    font-size: 16px;
    color: white;
    font-family: 'SpartanMedium';
   
}


/*===========================
    DOXENCE css 
===========================*/

.text {
    width: 51%;
    text-align: center;
    margin: 0 auto;
}
.text h3 {
    font-size: 40px;
    padding: 0 0 25px;
    text-align: center;
    font-family: 'SpartanSemiBold';
}
.text p {
    padding: 0 0 80px 0;
    text-align: center;
    font-family: 'SpartanMedium';

}
.inner-block h4 {
    font-size: 25px;
    padding: 40px 0 0px 0;
    min-height: 125px;
    text-align: center;
    font-family: 'SpartanSemiBold';
}
.inner-block p {
text-align: center;
font-family: 'SpartanMedium';
}
.inner-block img {
    align-items: center;
    padding: 0 0 0 60px;
}


/*===========================
     IMAGINFER css 
===========================*/
.services-area .inner-block h4 {
    font-size: 23px;
    padding: 40px 0 20px 0;
    text-align: center;
    min-height: 0;
    font-family: 'SpartanSemiBold';
} 
.services-area {
    background-color: #f5f5f5;
}

  @media (max-width: 767px) {
    .services-area {
      padding-top: 20px;
      padding-bottom:70px; } 
#imadinfer.services-area.pt-125.pb-130 div.container div.row div.row div.col-sm-3 {
	margin:15px 0;
} 
.services-area .inner-block h4{padding:20px 0 5px 0;}
#imadinfer.services-area.pt-125.pb-130 div.container div.row div.row div.text p {
	padding-bottom: 25px;
}
	  }

.services-left {
  position: relative; }
  .services-left .services img {
    width: 100%; }

.single-services {
  border: 1px solid #ddd;
  padding: 25px 15px;
  background: #fff; }
  .single-services .services-icon i {
    font-size: 50px;
    color: #fe7865; }
  .single-services .services-content .title {
    font-size: 20px;
    color: #fe7865; }

/*===========================
     ABOUT US css 
===========================*/

    section#aboutus {
    background-color: #de733b;
}
.aboutus-content {
    padding:30px 0 0 70px;
}
.aboutus-content h2 {
    color: white;
    font-size: 40px;
    padding: 0 0 30px 0;
    font-family: 'SpartanSemiBold';
}
.aboutus-content p {
    color: white;
    padding-bottom: 20px;
    font-family: 'SpartanMedium';
}
ul.b {
    list-style-type: square;
    color: #fff;
    padding:0px 0 0 20px;
    font-family: 'SpartanMedium';
}
.aboutus-content ul.b li {
	line-height: 25px;
}


/*===========================
       CONTACT css 
===========================*/
.contact-area .location {
    padding: 0 0 0 50px !important;
}
.copuright {
    padding: 10px 0;
}
.copuright p {
	color: #999999;
	font-family: 'SpartanMedium';
	font-size: 15px;
}
ul.footer-social.mt-25 li {
    padding: 0 20px;
}
ul.footer-social.mt-25 {
    font-size:20px;
    display: flex;
    text-align: center;
    justify-content: center;
}
   ul#nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
li.nav-item {
    margin: 0;
}
section#footer {
    text-align: center;
    background-color: #f5f5f5;
}
.map-container-2{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-2 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
iframe {
    width: 100%;
    height: 269px;
}
.contactus h2 {
    font-size: 40px;
    padding: 0 0 15px;
    font-family: 'SpartanSemiBold';
}
.contact-area .contact-title .title {
  font-size: 60px;
  color: #333; }
  .location h2 {
    padding: 0 0 15px;
    font-family: 'SpartanSemiBold';
}
.mail {
	padding: 15px 0;
	font-family: 'SpartanMedium';
	color: #000;
}
.mail a{font-family: 'SpartanMedium'; color:#de733b;}
.social-media a {
    color: gray;
}
.social-media a:hover {
    color: #fe7865;
    text-decoration: underline;
}
li.nav-item a {
    color: black;
	 font-family: 'SpartanMedium';
	 font-size:15px;
}
li.nav-item a:hover {
    color: #fe7865;
    font-family: 'SpartanMedium';
}
.footer-logo img {
    margin: -27px 0 0 0;
}
li.nav-item span {
    padding: 0 13px;
}
  @media (max-width: 767px) {
	 .navbar-brand img {
	width: 100%;
	max-width: 213px;
}
    .contact-area .contact-title .title {
      font-size: 35px; } }
@media (max-width: 767px) {
  .contact-area {
    padding: 90px 0; } }

.contact-box {
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  background-color: #fff; }
  @media (max-width: 767px) {
    .contact-box {
      padding: 0 20px  20px; } }

.contact-info .info-title {
  font-size: 26px;
  padding-bottom: 5px; }

.single-info {
  position: relative; }
  .single-info .info-icon {
    position: absolute;
    left: 0;
    top: 0; }
    .single-info .info-icon i {
      font-size: 20px;
      color: #fe7865; }
  .single-info .info-content {
    padding-left: 40px; }
    .single-info .info-content p {
      font-size: 18px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .single-info .info-content p {
          font-size: 16px; } }

.form-group {
  margin: 0; }

.single-form {
  margin-top: 30px; }
  .single-form textarea, .single-form input {
	  font-family: 'SpartanMedium';
color: #999;
font-size: 15px;
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    /*background-color: #f7f7ff;*/
    padding: 0 20px;
    border-radius: 9px; }
  .single-form textarea {
    height: 55px;
    padding-top: 15px;
    resize: none; }
  .single-form textarea::placeholder, .single-form input::placeholder {
    opacity: 1;
    color: #777; }

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px; }

p.form-message.error {
  color: #f00; }

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00; }

/*===========================
       12.FOOTER css 
===========================*/
.footer-area {
  position: relative; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #fe7865; }
  .back-to-top:hover {
    color: #fe7865;
    background-color: #fff; }

/*===========================
     13.PAGE BANNER css 
===========================*/
@media (max-width: 767px) {
  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px; } }

.page-banner {
  position: relative;
  z-index: 9; }
  .page-banner .page-title {
    font-size: 42px;
    color: #fff; }
    @media (max-width: 767px) {
      .page-banner .page-title {
        font-size: 30px; } }
  .page-banner .breadcrumb {
    padding: 0;
    background: none; }
    .page-banner .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
    .page-banner .breadcrumb .breadcrumb-item.active {
      font-size: 16px;
      font-weight: 600;
      color: #fe7865; }
    .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #fff; }

/*# sourceMappingURL=style.css.map */
@media (max-width: 767px){
  .white-logo img {
    display: none;
}
    section.home-banner {
    position: relative;
    padding-top: 90px;
}
.banner-text {
    position: absolute;
    top: 70%;
    right: 0;
    left:0;
    padding: 30px 28px 20px 11px; 
}
.banner-text h6
 {
    font-size: 17px;
    padding-bottom: 5px;
}
.banner-text p {
    font-size: 12px;
    line-height: 16px;  
}
p br {
    display: none !important;}

section#doxence {
    padding: 30px 0;

}
.text {
    width: 90%;
   padding:50px 0 0;
}
.inner-block img {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: inherit;
}
.inner-block h4 {
	padding: 14px 0 5px 0;
	min-height: 0px;
}
   .inner-block p {
    padding: 0 20px;
}
.text p {
	padding: 0 15px;
	font-size: 15px;
	line-height: 23px;
}
    .aboutus-content {
    padding: 90px 0 40px 0px;
}
.location h2 {
    padding: 50px 0 10px;
}
.contact-area .location {
    padding: 0 0 0 0px !important;
}
section#footer ul#nav {
    align-items: center;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}
li.nav-item span {
    padding: 0px 8px;
}

section#aboutus .row {
    display: flex;
    flex-direction: column-reverse;
}
 .pt-100 {
    padding-top: 0px;
}
.social-media .pb-100 {
    padding-bottom: 30px;
}
.header-area .navbar {
    padding: 9px 0 0; }

}