@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');
body{
    margin: 0;
    padding: 0;
	font-family: "Outfit", sans-serif;
}
.wtspChat {
  position: fixed;
  z-index: 999999;
  top: 40%;
  right: 2px;
  width: 43px;
  height: 45px;
  background: 0 0;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.wtspChat:hover{
	width:148px
}
a{
	color: #000;
	text-decoration: none;
}
.headersec{
	background: #f7f5f2;
	padding-top: 48px;
	padding-bottom: 32px;
}
.socialmedia{
	margin: 0;
}
.socialmedia ul{
	margin: 0;
	padding: 0;
}
.socialmedia ul li{
	display: inline-block;
	border: 1px #000 solid;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 2px;
	margin-right: 3px;
	color: #000;
}
.socialmedia ul li a{
	color: #000;
}
.socialmedia ul li:hover{
	background: #fff;
}
/*-- light box--*/

.lightboxpreview {
  transition: all .3s linear;
  padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
.lightbox-content {
  max-height:75vh;
  height:75vh;
  width:100%;
  max-width: 1000px;
}
.lightbox-close { 
  cursor:pointer;
  margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modal_inner_image {
   min-height: 400px;
   z-index: 1000;
}
.modal-content {
   width: 100%;
}
.modalscale {
  transform:scale(0);
  opacity:0;
}
.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
  transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
  height:100%;
  position:absolute;
  top:0;
  object-fit:cover;
  cursor:pointer;
}
.lightbox-container {width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:rgba(0,0,0,.6);
  z-index:9999;
  opacity:0;
  pointer-events:none;
}
.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
  cursor:pointer; 
  position:absolute;
  font-size:30px;
}
.lightbox-btn:focus {
  outline:none;
}
.left {
  left:50px;
}
.right {
  right:50px;
}
#close {
  top:50px;
  right:50px;
}
.lightbox-image {
  width:100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
  box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}
.slideleft {
   animation-name: slideleft;
   animation-duration: .5s; 
   animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}
.slideright{
   animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
}
/*-- light box--*/
.contactsec{
	margin: 0;
	text-align: right;
}
.contactsec strong{
	display: block;
	font-size: 20px;
	font-weight: 400;
}
.contactsec strong img{
	margin-right: 3px;
}
.contactsec span{
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.contactsec span img{
	margin-right: 3px;
}
.navcolor{
	background: #f7f5f2;
}
.navsection{
    display: flex;
    align-items: center;
	justify-content: center;
	padding-bottom: 35px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
	font-family: "Outfit", sans-serif;
	padding: 7px 22px;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #e52384;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #e52384;
}
.dropdown-item:active {
    background: none;
}
/*-- drop down --*/
.dropdown-menu{
    background-color: #383737;
    min-width: 12rem;
}

.dropdown-menu:hover{
    color: #fff!important;
}
.navbar-nav .nav-link {
    color: #000;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    color: #ed1f24;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  .dropdown-menu li a{
    font-size: 14px!important;
  }
@media screen and (min-width: 991px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
 }
  
.bannersection{
	background: #f7f5f2;
}
.bannerimage{
	text-align: right;
}
.bannercon h1{
	color: #111a09;
	font-size: 37px;
	font-weight: 500;
	line-height: 50px;
}
.bannercon p{
	color: #7d7d7d;
	font-weight: 300;
	font-size: 15px;
	margin-top: 15px;
	display: block;
	margin-bottom: 50px;
}
.bannercon a{
	color: #111a09;
	text-decoration: none;
	color: #111a09;
	border: 2px #111a09 solid;
	font-size: 18px;
	padding: 11px 18px;
  border-radius: 7px;
	/*! margin-top: 30px; */
}
.bannercon a i{
  margin-left: 11px
}
.bannercon a:hover{
	background: #e52384;
	color: #fff;
	transition: 0.5s;
}
.bannercon span{
	color: #e52384;
	font-weight: 700;
	margin-left: 3px;
}
footer{
	background: #faece1;
	padding: 20px 0 30px;
}
.address i{
	margin-right: 5px;
}  
.address p{
	margin-top: 15px;
} 
.address p a{
	font-size: 14px;
}	
.address p a:hover{
	margin-top: 15px;
	color: #e52384;
}
.socialmedia p{
	margin-top: 10px;
	margin-bottom: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: 500;
}
.aboutmiddho{ 
	position: relative;
	background: url("../images/aboutbackmid.jpg") repeat-x top center;
}
.aboutmiddho:after{
	background: url("../images/patternab.png") no-repeat;
	position: absolute;
	width: 321px;
	height: 212px;
	content: '';
	top: 7%;
	left: 0;
}
.conaboutho{
	text-align: center;
	padding: 90px 0 0;
}
.conaboutho span{
  color: #e52384;
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}
.conaboutho h2{
	font-size: 36px;
	position: relative;
}
.conaboutho h2::after {
  width: 2px;
  height: 60px;
  content: '';
  position: absolute;
  background: #000;
  left: 50%;
  top: 59px;
}
.conaboutho h2::before {
  width: 13px;
  height: 13px;
  content: '';
  position: absolute;
  background: #000;
  left: 49.6%;
  top: 122px;
  border-radius: 100%;
}
.conabouthonew{
	text-align: center;
	padding: 90px 0;
}
.conabouthonew span{
  color: #e52384;
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}
.conabouthonew h2{
	font-size: 36px;
	position: relative;
}
.conabouthonew h2::after {
  display: none;
}
.conabouthonew h2::before {
   display: none;
}
.conhom{
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.conhom span{
	color: #e52384;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
}
.conhom strong{
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	line-height: 26px;
}
.conhom a{
	color: #111a09;
	text-decoration: none;
	color: #111a09;
	border: 2px #111a09 solid;
	font-size: 18px;
	padding: 9px 18px;
  border-radius: 7px;
	margin-bottom: 56px;
	display: inline-block;
	margin-top: 32px;
}
.conhom a i{
  margin-left: 11px
}
.conhom a:hover{
	background: #e52384;
	color: #fff;
	transition: 0.5s;
}
.counterbac{
	background: #fef8f3;
}
.ashapeho{
  text-align: right;
  position: relative;
}
.ashapeho img{
    width: 335px;
    height: 451px;
    border-radius: 162px;
    padding: 11px;
}
.ashapeho::before,
.ashapeho::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 135px;
  background: linear-gradient(45deg,red,blue,green,yellow,#e11d74,black,#ffff00,#aa0000);
  background-size: 389%;
  width: calc(63% + 12px);
  height: calc(92% + 10px);
  z-index: -1;
  animation: animate 25s linear infinite;
  border-radius: 162px;
}
.ashapeho::after {
  filter: blur(25px);
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}
.roundsection{
	background: #f9f0c5;
	padding: 37px 30px 37px 20px;
	font-weight: 300;
	color: #000;
	font-size: 14px;
    border-radius: 90px;
	position: relative;
}
.roundsection p{
    margin: 0;
    line-height: 18px;
}
.roundsection img{
   float: left;
   margin-right: 15px;
   margin-top: 5px;
   margin-bottom: 20px;
}
.roundsection:after{
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	background: #000;	
    top: -40px;
    border-radius: 100px;
    left: 50%;
}
.roundsection:before{
	position: absolute;
	width: 2px;
	height: 15px;
	content: '';
	background: #000;	
    top: -15px;
    border-radius: 100px;
    left: 51%;
}
.roundsection h5{
  font-size: 22px;
  font-weight: 400;
}
.roundsection:hover{
	background: #fbe24d;
	transition: 0.5s;
}
.roundsectioncolorone{
	background: #fed4de;
}
.roundsectioncolorone:hover{
	background: #fbe24d;
	transition: 0.5s;
}
.roundsectioncolortwo{
	background: #d4f5fe;
}
.roundsectioncolortwo:hover{
	background: #fbe24d;
	transition: 0.5s;
}
.roundclass{
	margin-top: 10%;
	margin-bottom: 3%;
	position: relative;
}
.roundclass:after{
	position: absolute;
	width: 30%;
	height: 2px;
	content: '';
	background: #000;	
    top: -37px;
    border-radius: 100px;
    left: 19%;
}
.roundclass:before{
	position: absolute;
	width: 30%;
	height: 2px;
	content: '';
	background: #000;	
    top: -37px;
    border-radius: 100px;
    left: 52%; 
}
.roundclassline{
	position: relative;
}
.roundclassline:before{
	position: absolute;
	width: 2px;
	height: 52px;
	content: '';
	background: #000;	
    top: -110px;
    border-radius: 100px;
    left: 51%;
    z-index: 99;
} 
  
/*-- end --*/
.marqueesec{
	padding: 20px;
	font-size: 12px;
	font-style: italic;
}
.marqueesec b{
	color: red;
	font-size: 14px;
}
/*-- inner css --*/
.innerhed{
    border-bottom: 3px #e52384 solid;
	padding: 0
}
.innerhed h2{
	background: #e52384;
	color: #fff;
	padding: 7px 17px;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	margin: 0;
}
.aboutmiddhobacinn:after{
	background: none;
}
.conabouthoinner {
  padding: 50px 0;
}
.map{
	margin-top: 50px;
}
.map iframe{
	width: 100%;
	height: 350px;
}
.cardcon{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
	text-align: center;
	width: 100%;
}
.cardcon h5{
	font-size: 33px;
	color: #000;
	margin: 16px 0 15px 0;
}
.cardcon strong{
	font-size: 20px;
	font-weight: 400;
}
.cardcon p{
	font-size: 14px;
	font-weight: 300;
}
.servicesection{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  text-align: center;
  width: 100%;
}
.servicesection img{
	margin-bottom: 20px;
}
.servicesection h3{
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 14px;
}
.servicesection p{
  line-height: 20px;
  font-weight: 300;
  font-size: 15px;
	margin-bottom: 25px;
}
.servicesection a{
  color: #111a09;
  text-decoration: none;
  color: #111a09;
  border: 2px #111a09 solid;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 7px;
}
.servicesection a:hover{
	background: #e52384;
	color: #fff;
	transition: 0.5s;
}
.tspan{
	font-size: 30px;
}
.counterfooter{
	font-size: 25px;
	text-align: center;
}
.counterfooter span{
	font-size: 40px;
	font-weight: bold;
}
.counterfooter strong{
	font-size: 40px;
}
.counterfooter p{
	font-size: 19px;
	color: #666;
}
/*-- end --*/
.contactUsSubmitButton{
	background: #fed4de;
}
/*-- logo scroll--*/
.brands {
  position: relative;
  overflow: hidden;
}
.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}
.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 55s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}
.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 55s linear infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}
.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
  cursor: auto;
}
.brands__wrapper > a img {
  max-width: 14rem;
  max-height: 8.5rem;
  border-radius: 12px;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.brands__wrapper > a img:hover {
	filter: none;
  -webkit-filter: grayscale(0);
}
@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}



/*-- end --*/

@media (min-width: 1920px) and (max-width: 2560px)  {
	.ashapeho::before,
	.ashapeho::after {
	  top: 12px;
	  left: 215px;
	  background: linear-gradient(45deg,red,blue,green,yellow,#e11d74,black,#ffff00,#aa0000);
	  background-size: 389%;
	  width: calc(50% + 12px);
	  height: calc(92% + 10px);
	}
}

@media (max-width: 575px) {
  .headersec{
	  text-align: center;
	  padding: 20px 0;
  }
  .mobimgteam{
	  margin-bottom: 20px;
	  margin-top: 20px;
  }
  .mobhr{
	  display: none;
  }
  .canvassocialmedia{
	  margin: 23px 0 0 0;
	  text-align: center;
  }
  .canvassocialmedia ul{
	  margin: 0;
	  padding: 0;
  }
  .canvassocialmedia ul li{
	  list-style: none;
	  display: inline-block;
  }
  .canvassocialmedia ul li a{
	  margin: 0 10px;
  }
  .canvassocialmedia ul li a:hover{
	  color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link.active {
	  color: #fff;
   }
  .mobilebuttonsection{
	 position: absolute;
     top: 10px;
     right: 10px;
  }
  .contactsec{
	  text-align: center;
  }
  .socialmedia {
	  display: none;
  }
  .mobilebuttonsection div {
    width: 6px;
    height: 3px;
    background-color: #000;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
      0.3s ease background-color;
  }
  .mobilebuttonsection div:first-child {
    width: 22px;
  }
  .mobilebuttonsection div:nth-child(2) {
    width: 15px;
  }
  .mobilebuttonsection div:last-child {
    width: 30px;
    margin-bottom: 0;
  }
  .offcanvas{
    background-color: #fc9dcd;
  }
  .offcanvas-start{
    width: 100%;
  }
  .offcanvas-title {
	background: #fff;
	padding: 7px;
	border-radius: 7px;
  }
  .socialmediafooter {
	display: block;
  }
  .bannercon{
	text-align: center;
  }
  .bannercon h1 {
	font-size: 26px;
	line-height: 33px;
  }
  .bannercon a {
	font-size: 14px;
	padding: 10px 14px;
	margin-top: 30px;
  }
 .bannercon p{
    margin-bottom: 30px;
 }
 .bannerimage {
   margin-top: 45px;
  }
  .aboutmiddho::after{
	 display: none;
  }
  .conaboutho {
	 text-align: center;
	 padding: 90px 0 70px;
   }
  .conhom{
	  text-align: center;
  }
  .ashapeho{
	  text-align: center;
  }
  .ashapeho img{
	  width: auto;
	  height: auto;
	  border-radius: 20px;
  }
  .ashapeho::before, .ashapeho::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 6%;
    background-size: 500%;
    width: calc(90% + 5px);
    height: calc(90% + 5px);
    z-index: -1;
 }
 .roundsection{
	 border-radius: 7px;
	 margin-bottom: 10px;
 }
 .roundsection::before{
	 display: none;
 }
 .roundsection::after{
	 display: none;
 }
 .roundclassline::before{
	 display: none;
 }
 .roundclassline::after{
	 display: none;
 }
 .roundclass::before{
	 display: none;
 }
 .roundclass::after{
	  display: none;
 }
 .conaboutho h2::before {
  left: 49.2%; 
 }
 .mobsec{
	 display: none;
 }
 
}



